:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}:root{--bg:#0d0e12;--bg-card:#16181d;--bg-elevated:#1e2028;--border:#ffffff0f;--border-hover:#ffffff1f;--text:#fff;--text-muted:#9ca3af;--text-dim:#4b5563;--green:#00c28b;--green-bg:#00c28b1f;--red:#e3414c;--red-bg:#e3414c1f;--blue:#4f6ef7;--font:-apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", Inter, system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;min-height:100vh}.nav{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:100;background:#000000d9;justify-content:space-between;align-items:center;height:56px;padding:0 24px;display:flex;position:sticky;top:0}.nav-logo{letter-spacing:-.3px;color:var(--text);flex-direction:row;align-items:center;gap:10px;font-size:34px;font-weight:700;display:flex}.nav-emblem{flex-shrink:0}.nav-slogan{letter-spacing:.6px;color:var(--teal);text-transform:uppercase;font-size:10px;font-weight:400;line-height:1}.nav-right{align-items:center;gap:16px;display:flex}.badge-live{color:var(--green);background:#30d1581f;border:1px solid #30d1584d;border-radius:20px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.badge-live:before{content:"";background:var(--green);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.nav-updated{color:var(--text-muted);font-size:12px}.page{max-width:1200px;margin:0 auto;padding:0 24px 80px}.hero{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-end;gap:32px;padding:56px 0 48px;display:flex}.hero-label{color:var(--text-muted);letter-spacing:.5px;text-transform:uppercase;margin-bottom:8px;font-size:13px;font-weight:500}.hero-bankroll{letter-spacing:-3px;color:var(--text);font-size:72px;font-weight:700;line-height:1}.hero-sub{align-items:center;gap:16px;margin-top:16px;display:flex}.hero-roi{letter-spacing:-.5px;font-size:28px;font-weight:600}.hero-roi.pos{color:var(--green)}.hero-roi.neg{color:var(--red)}.hero-days{color:var(--text-muted);font-size:15px}.hero-right{gap:32px;padding-bottom:8px;display:flex}.hero-stat{text-align:right}.hero-stat-value{letter-spacing:-.5px;font-size:24px;font-weight:600}.hero-stat-label{color:var(--text-muted);margin-top:4px;font-size:12px}.stats-row{background:var(--border);border-radius:16px;grid-template-columns:repeat(4,1fr);gap:1px;margin:32px 0;display:grid;overflow:hidden}.stat-card{background:var(--bg-card);padding:20px 24px}.stat-card:first-child{border-radius:16px 0 0 16px}.stat-card:last-child{border-radius:0 16px 16px 0}.stat-value{letter-spacing:-.5px;font-size:28px;font-weight:600}.stat-label{color:var(--text-muted);margin-top:6px;font-size:12px;font-weight:500}.section{margin-top:40px}.section-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.section-title{letter-spacing:-.3px;font-size:20px;font-weight:600}.section-title-intense{letter-spacing:-.8px;color:#fff;font-size:26px;font-weight:800}.section-count{color:var(--text-muted);font-size:13px}.pm-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}@media (width<=1024px){.pm-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.pm-grid{grid-template-columns:1fr}}.pm-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:12px;padding:16px;transition:border-color .15s,transform .15s;display:flex}.pm-card:hover{border-color:#ffffff2e;transform:translateY(-1px)}.pm-card-header{align-items:flex-start;gap:12px;display:flex}.pm-img{object-fit:cover;background:var(--bg-elevated);border-radius:10px;flex-shrink:0;width:52px;height:52px}.pm-img-placeholder{background:var(--bg-elevated)}.pm-card-title-wrap{flex:1;min-width:0}.pm-question{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;font-weight:500;line-height:1.4;text-decoration:none;display:-webkit-box;overflow:hidden}.pm-question:hover{color:var(--teal)}.pm-meta{flex-wrap:wrap;align-items:center;gap:6px;margin-top:6px;display:flex}.pm-side-badge{border-radius:6px;padding:2px 7px;font-size:11px;font-weight:700}.pm-side-yes{color:#00c28b;background:#00c28b26}.pm-side-no{color:#e3414c;background:#e3414c26}.pm-strategy{color:var(--text-dim);text-transform:uppercase;letter-spacing:.5px;font-size:10px}.pm-date{color:var(--text-dim);margin-left:auto;font-size:10px}.pm-prob-row{align-items:center;gap:8px;display:flex}.pm-prob-yes{color:#00c28b;white-space:nowrap;font-size:12px;font-weight:600}.pm-prob-no{color:#e3414c;white-space:nowrap;font-size:12px;font-weight:600}.pm-prob-bar{background:#e3414c40;border-radius:99px;flex:1;height:5px;overflow:hidden}.pm-prob-fill{background:#00c28b;border-radius:99px;height:100%;transition:width .4s}.pm-stats{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.pm-stat{text-align:center;background:var(--bg-elevated);border-radius:8px;padding:8px 4px}.pm-stat-label{color:var(--text-dim);text-transform:uppercase;letter-spacing:.3px;margin-bottom:3px;font-size:10px}.pm-stat-val{color:var(--text);font-size:14px;font-weight:600}.pm-green{color:#00c28b}.pm-pnl{border:1px solid;border-radius:10px;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.pm-pnl-label{color:var(--text-muted);font-size:12px}.pm-pnl-val{font-size:15px;font-weight:700}.pm-pnl-pct{font-size:12px;font-weight:500}.empty-state{text-align:center;color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:48px 24px;font-size:15px}.chart-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:24px}.data-table{border-collapse:collapse;width:100%}.data-table th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;text-align:left;border-bottom:1px solid var(--border);padding:10px 16px;font-size:11px;font-weight:600}.data-table td{border-bottom:1px solid #ffffff0a;padding:14px 16px;font-size:14px}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover td{background:#ffffff05}.table-wrap{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;overflow:hidden}.pos{color:var(--green)}.neg{color:var(--red)}.muted{color:var(--text-muted)}.tag{text-transform:uppercase;letter-spacing:.3px;border-radius:6px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.tag-win{color:var(--green);background:#30d1581f}.tag-loss{color:var(--red);background:#ff453a1f}.about-page{max-width:720px;margin:0 auto;padding:0 24px 100px}.about-hero{text-align:center;border-bottom:1px solid var(--border);padding:80px 0 64px}.about-eyebrow{letter-spacing:3px;color:var(--green);margin-bottom:20px;font-size:11px;font-weight:700}.about-title{letter-spacing:-2px;color:var(--text);margin-bottom:16px;font-size:64px;font-weight:700;line-height:1}.about-subtitle{color:var(--text-muted);font-size:18px}.about-body{padding-top:16px}.about-block{padding:48px 0}.about-block-label{letter-spacing:2px;color:var(--text-muted);text-transform:uppercase;margin-bottom:24px;font-size:11px;font-weight:700}.about-block-text{color:var(--text-muted);font-size:18px;line-height:1.8}.about-block-text p{margin:0}.about-highlight{color:var(--text);font-weight:500}.about-block-text em{color:var(--green);font-style:normal}.about-divider{background:var(--border);height:1px}.about-name-grid{gap:48px;display:flex}.about-name-item{flex-direction:column;gap:8px;display:flex}.about-name-word{letter-spacing:-1px;color:var(--text);font-size:40px;font-weight:700}.about-name-desc{color:var(--text-muted);font-size:13px}.about-founders{grid-template-columns:1fr 1fr;gap:16px;display:grid}.about-founder-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:28px}.about-founder-name{letter-spacing:-.5px;color:var(--text);font-size:24px;font-weight:700}.about-founder-role{color:var(--green);text-transform:uppercase;letter-spacing:.5px;margin:6px 0 12px;font-size:12px;font-weight:600}.about-founder-desc{color:var(--text-muted);font-size:15px}.about-stone{padding:48px 0}.about-stone-inner{border:1px solid var(--border);text-align:center;background:linear-gradient(135deg,#00c28b0a 0%,#0000 60%);border-radius:20px;padding:48px}.about-stone-label{color:var(--text-muted);letter-spacing:2px;margin-bottom:24px;font-size:12px}.about-stone-quote{color:var(--text);margin:0 0 28px;font-size:22px;font-style:italic;font-weight:500;line-height:1.7}.about-stone-date{color:var(--text-dim);font-size:13px}.nav-tab{color:var(--text-muted);cursor:pointer;font-size:14px;font-family:var(--font);background:0 0;border:none;border-bottom:2px solid #0000;padding:4px 0;transition:color .15s,border-color .15s}.nav-tab:hover{color:var(--text)}.nav-tab.active{color:var(--text);border-bottom-color:var(--green)}.footer{border-top:1px solid var(--border);color:var(--text-muted);justify-content:space-between;align-items:center;margin-top:64px;padding-top:24px;font-size:12px;display:flex}.tl-nav{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:32px 0 24px;display:flex}.tl-nav-days{scrollbar-width:none;flex:1;gap:8px;display:flex;overflow-x:auto}.tl-nav-days::-webkit-scrollbar{display:none}.tl-nav-arrow{background:var(--bg-card);border:1px solid var(--border);color:var(--text-muted);font-family:var(--font);cursor:pointer;border-radius:8px;flex-shrink:0;padding:6px 12px;font-size:13px}.tl-nav-arrow:disabled{opacity:.3;cursor:default}.tl-day-btn{cursor:pointer;color:var(--text-muted);font-size:13px;font-weight:500;font-family:var(--font);white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:8px;padding:6px 12px;transition:all .15s}.tl-day-btn:hover{color:var(--text);border-color:var(--border)}.tl-day-btn.active{background:var(--bg-card);border-color:var(--green);color:var(--green)}.tl-summary{align-items:center;gap:12px;padding:20px 0 28px;font-size:14px;display:flex}.tl-summary-day{color:var(--green);font-weight:700}.tl-summary-date{color:var(--text-dim)}.tl-summary-text{color:var(--text-muted)}.tl-container{position:relative}.tl-axis-line{background:#30d15833;width:2px;display:none;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.tl-row{align-items:flex-start;gap:0;margin-bottom:24px;display:flex;position:relative}.tl-left{flex:1;padding-right:0}.tl-axis{flex-shrink:0;justify-content:center;align-items:flex-start;width:32px;padding-top:20px;display:none}.tl-dot{border-radius:50%;width:10px;height:10px;margin:0 auto}.tl-right{flex:1;padding-left:0;display:none}.tl-card{background:var(--bg-card);border:1px solid var(--border);border-left:3px solid;border-radius:12px;padding:16px 18px;transition:border-color .15s}.tl-card:hover{border-right-color:#ffffff1f}.tl-card-header{justify-content:space-between;margin-bottom:8px;display:flex}.tl-time{color:var(--text-muted);letter-spacing:.3px;font-size:12px;font-weight:600}.tl-icon{font-size:16px}.tl-title{color:var(--text);margin-bottom:6px;font-size:15px;font-weight:600}.tl-desc{color:var(--text-muted);font-size:13px;line-height:1.5}.tl-toggle{color:var(--green);cursor:pointer;font-size:12px;font-family:var(--font);background:0 0;border:none;margin-top:12px;padding:0}.tl-mobile-comment{max-height:0;transition:max-height .3s;overflow:hidden}.tl-mobile-comment.open{max-height:200px}.tl-comment-text{color:var(--text-muted);padding-top:10px;font-size:13px;font-style:italic;line-height:1.6}.tl-comment-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:12px;height:100%;padding:16px 18px}.tl-comment-label{color:var(--text-dim);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:11px;font-weight:600}@media (width>=768px){.tl-axis-line{display:block}.tl-axis{display:flex}.tl-right{display:block}.tl-left{padding-right:16px}.tl-right{padding-left:16px}.tl-toggle,.tl-mobile-comment{display:none}}.hist-page{max-width:960px;margin:0 auto;padding:80px 24px 60px}.hist-status-bar{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:64px;padding:24px;display:flex}.hist-stat{text-align:center;min-width:100px}.hist-stat-val{color:var(--text);letter-spacing:-.5px;font-size:22px;font-weight:700}.hist-stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-top:4px;font-size:11px}.hist-chapter{padding:56px 0}.hist-chapter-alt{background:var(--bg-card);border-radius:20px;margin-bottom:24px;padding:48px 40px}.hist-chapter-eyebrow{letter-spacing:2px;color:var(--teal);text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:600}.hist-chapter-title{color:var(--text);letter-spacing:-.5px;margin-bottom:10px;font-size:32px;font-weight:700}.hist-chapter-sub{color:var(--text-muted);margin-bottom:36px;font-size:15px}.hist-agent-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.hist-agent-card{background:var(--bg-elevated);border-top:3px solid #0000;border-radius:12px;padding:20px}.hist-agent-name{margin-bottom:4px;font-size:17px;font-weight:700}.hist-agent-role{text-transform:uppercase;letter-spacing:.8px;color:var(--text-muted);margin-bottom:8px;font-size:12px;font-weight:600}.hist-agent-desc{color:var(--text-muted);font-size:13px;line-height:1.5}.hist-strategy-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.hist-strategy-card{background:var(--bg-elevated);border-radius:12px;padding:24px}.hist-strategy-icon{margin-bottom:12px;font-size:28px}.hist-strategy-title{color:var(--text);margin-bottom:6px;font-size:16px;font-weight:700}.hist-strategy-desc{color:var(--text-muted);font-size:13px;line-height:1.5}.hist-milestone-row{gap:16px;padding-bottom:8px;display:flex;overflow-x:auto}.hist-milestone{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;flex:1;min-width:160px;padding:20px}.hist-milestone-icon{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:12px;font-size:20px;display:flex}.hist-milestone-date{color:var(--teal);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:11px}.hist-milestone-label{color:var(--text);margin-bottom:6px;font-size:14px;font-weight:700}.hist-milestone-desc{color:var(--text-muted);font-size:12px;line-height:1.4}.hist-stack-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.hist-stack-card{background:var(--bg-elevated);border-radius:12px;padding:20px}.hist-stack-cat{text-transform:uppercase;letter-spacing:1px;color:var(--teal);margin-bottom:12px;font-size:12px;font-weight:700}.hist-stack-item{color:var(--text-muted);border-bottom:1px solid var(--border);padding:6px 0;font-size:13px}.hist-stack-item:last-child{border-bottom:none}.hist-days{flex-direction:column;gap:32px;display:flex}.hist-day{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:28px}.hist-day-header{align-items:center;gap:16px;margin-bottom:10px;display:flex}.hist-day-badge{letter-spacing:1px;text-transform:uppercase;color:var(--teal);white-space:nowrap;background:#30d1581a;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:700}.hist-day-title{color:var(--text);font-size:18px;font-weight:700}.hist-day-date{color:var(--text-muted);margin-top:2px;font-size:12px}.hist-day-summary{color:var(--text-muted);margin-bottom:24px;font-size:14px;line-height:1.6}.hist-day-events{flex-direction:column;gap:0;display:flex}.hist-event{gap:16px;display:flex}.hist-event-left{flex-direction:column;flex-shrink:0;align-items:center;width:40px;display:flex}.hist-event-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.hist-event-line{background:var(--border);flex:1;width:1px;min-height:16px;margin:4px 0}.hist-event:last-child .hist-event-line{display:none}.hist-event-body{flex:1;padding:4px 0 20px}.hist-event:last-child .hist-event-body{padding-bottom:0}.hist-event-time{color:var(--teal);letter-spacing:.5px;margin-bottom:3px;font-size:11px}.hist-event-title{color:var(--text);margin-bottom:4px;font-size:14px;font-weight:600}.hist-event-desc{color:var(--text-muted);font-size:13px;line-height:1.5}@media (width<=768px){.hist-agent-grid{grid-template-columns:repeat(2,1fr)}.hist-strategy-grid{grid-template-columns:1fr}.hist-stack-grid{grid-template-columns:repeat(2,1fr)}.hist-chapter-alt{padding:32px 20px}.hero{flex-direction:column;align-items:flex-start}.hero-bankroll{font-size:48px}.hero-right{justify-content:flex-start}.stats-row{grid-template-columns:repeat(2,1fr)}.stat-card:nth-child(2){border-radius:0 16px 0 0}.stat-card:nth-child(3){border-radius:0 0 0 16px}.positions-grid{grid-template-columns:1fr}}
