@property --border-angle{syntax:"<angle>";initial-value:0deg;inherits:false}@keyframes border-trace{0%{--border-angle:0deg}to{--border-angle:360deg}}#intro-landing-root{position:relative;z-index:1}#intro-landing-root,html.intro-landing-active{--space-black:#191a1a;--text-primary:#eff8d5;--text-secondary:hsla(75,71%,90%,.5);--text-muted:hsla(75,71%,90%,.25);--accent:#b6fd52;--accent-dim:rgba(182,253,82,.5);--surface:rgba(41,43,43,.7);--border:rgba(61,63,56,.4);--border-active:rgba(182,253,82,.3);color:var(--text-primary)}html.intro-landing-active{background:var(--space-black);-webkit-font-smoothing:antialiased;scroll-behavior:smooth}html.intro-landing-active *{margin:0;padding:0;box-sizing:border-box}body.intro-landing-active{font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;line-height:1.6;overflow-x:hidden}html.intro-landing-active ::selection{background:rgba(182,253,82,.2)}html.intro-landing-active :focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}html.intro-landing-active ::-webkit-scrollbar{width:6px}html.intro-landing-active ::-webkit-scrollbar-track{background:transparent}html.intro-landing-active ::-webkit-scrollbar-thumb{background:rgba(61,63,56,.4);border-radius:3px}body.intro-landing-active:after{content:"";position:fixed;inset:0;pointer-events:none;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px}.bg-scene{position:fixed;inset:0;z-index:0;overflow:hidden;background:linear-gradient(180deg,#080909,#202221)}.bg-layer{inset:0;will-change:transform,opacity}.bg-layer,.star{position:absolute}.star{width:1px;height:1px;background:#fff;border-radius:50%;animation:twinkle 4s ease-in-out infinite}.star-bright{background:radial-gradient(circle,hsla(0,0%,100%,.9) 0,rgba(200,220,255,.4) 60%,transparent 100%);box-shadow:0 0 3px rgba(200,220,255,.4);animation-name:twinkle-bright}.star-green{background:rgba(182,253,82,.7);box-shadow:0 0 2px rgba(182,253,82,.3)}.star-bright.star-green{background:radial-gradient(circle,hsla(86,97%,75%,.9) 0,rgba(182,253,82,.35) 60%,transparent 100%);box-shadow:0 0 4px rgba(182,253,82,.4)}@keyframes twinkle{0%,to{opacity:.15}50%{opacity:.7}}@keyframes twinkle-bright{0%,to{opacity:.3}40%{opacity:1}60%{opacity:.85}}.shoot-pivot{position:absolute;top:200vh;width:0;height:0;pointer-events:none;animation:shoot-orbit var(--shoot-dur,2s) linear forwards}.shooting-star{position:absolute;width:calc(var(--shoot-radius, 80vh) * 2);height:calc(var(--shoot-radius, 80vh) * 2);left:calc(var(--shoot-radius, 80vh) * -1);bottom:calc(var(--shoot-radius, 80vh) * -1);border-radius:50%;border:1.5px solid hsla(0,0%,100%,.8);opacity:0;-webkit-mask:conic-gradient(from 346deg,transparent,#fff 6deg,#fff 12deg,transparent 13deg);mask:conic-gradient(from 346deg,transparent,#fff 6deg,#fff 12deg,transparent 13deg);animation:shoot-fade var(--shoot-dur,2s) ease-in-out forwards}.shooting-star:after{content:"";position:absolute;top:-3px;left:50%;transform:translateX(-50%);width:4px;height:4px;background:#fff;border-radius:50%;box-shadow:0 0 6px 2px hsla(0,0%,100%,.7),0 0 12px 4px hsla(0,0%,100%,.3)}@keyframes shoot-orbit{0%{transform:rotate(var(--shoot-start,-55deg))}to{transform:rotate(var(--shoot-end,55deg))}}@keyframes shoot-fade{0%{opacity:0}15%{opacity:.5}45%{opacity:1}55%{opacity:1}85%{opacity:.4}to{opacity:0}}html.intro-landing-active section{position:relative;z-index:10}nav{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:space-between;transition:opacity .4s ease,transform .4s ease;position:relative;width:100%;max-width:1200px;padding:20px 3rem;margin:0 auto}html.intro-landing-active nav.nav-hidden{opacity:0;transform:translateY(-100%);pointer-events:none}.wordmark{display:flex;align-items:center;text-decoration:none}.wordmark svg{display:block;height:28px;width:auto}.nav-right{display:flex;align-items:center;gap:24px}.nav-link{font-size:14px;font-weight:300;color:var(--text-secondary);text-decoration:none;transition:color .2s}.nav-btn,.nav-link:hover{color:var(--text-primary)}.nav-btn{font-size:14px;font-weight:300;text-decoration:none;border:1.5px solid transparent;border-radius:999px;padding:8px 20px;background-origin:border-box;background-clip:padding-box,border-box;background-image:linear-gradient(var(--space-black),var(--space-black)),conic-gradient(from var(--border-angle),#3d3f38 0,rgba(182,253,82,.5) 10%,rgba(182,253,82,.5) 20%,#3d3f38 32%,#3d3f38 100%);animation:border-trace 6s linear infinite;transition:animation-duration .4s ease,box-shadow .4s ease}.nav-btn:hover{background-image:linear-gradient(var(--space-black),var(--space-black)),conic-gradient(from var(--border-angle),#3d3f38 0,#b6fd52 12%,#b6fd52 30%,#3d3f38 45%,#3d3f38 100%);animation:border-trace 2s linear infinite;box-shadow:0 0 16px rgba(182,253,82,.25)}.hero{min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;padding:18vh 24px 0;margin-bottom:25vh}.hero-inner{max-width:900px}.eyebrow-instant{font-size:clamp(12px,3vw,18px);font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:var(--text-primary);margin-bottom:32px;transition:opacity .8s ease,transform .8s ease}.eyebrow-hide{opacity:0;transform:translateY(12px)}.eyebrow-show{opacity:1;transform:translateY(0)}.eyebrow-dim{color:var(--text-secondary);transition:color .8s ease,opacity .8s ease,transform .8s ease}.headline{font-family:var(--font-instrument),serif;font-weight:600;font-size:clamp(56px,12vw,120px);line-height:1.05;letter-spacing:-.02em;color:var(--text-primary);transition:opacity .6s ease,transform .6s ease}.headline-hide{opacity:0;transform:translateY(16px)}.headline-show{opacity:1;transform:translateY(0)}.subhead-lines{max-width:580px;margin:40px auto 0;font-size:clamp(14px,3.5vw,20px);font-weight:300;line-height:1.7;color:var(--text-secondary);padding:0 16px;text-wrap:balance}.subhead-line{display:inline-block;transition:opacity .5s ease,transform .5s ease}@media (max-width:640px){.hero{padding:12vh 20px 0;margin-bottom:15vh}.eyebrow-instant{margin-bottom:16px}.subhead-lines{margin-top:16px;line-height:1.5}}.subhead-line-hide{opacity:0;transform:translateY(10px)}.subhead-line-show{opacity:1;transform:translateY(0)}.hero-cta-group{margin-top:40px;text-align:center;transition:opacity .6s ease,transform .6s ease}.hero-cta-hide{opacity:0;transform:translateY(12px)}.hero-cta-show{opacity:1;transform:translateY(0)}.hero-cta{display:inline-block;padding:12px 28px;font-size:15px;font-weight:500;font-family:inherit;color:#000;background:#b6fd52;border:none;border-radius:999px;text-decoration:none;cursor:pointer;transition:box-shadow .3s ease}.hero-cta:hover{box-shadow:0 0 20px rgba(182,253,82,.35)}.hero-proof{font-size:13px;font-weight:400;color:var(--accent);margin-top:16px;letter-spacing:.02em}.hero-proof-sub{font-size:12px;font-weight:300;color:var(--text-secondary);margin-top:4px}.chat-section{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:0 16px 64px}.chat-wrapper{width:75vw;max-width:75vw}.chat-container{border-radius:20px;border:1px solid var(--border);background:var(--surface);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overflow:hidden}.chat-messages{padding:32px;min-height:70vh;max-height:70vh;overflow-y:auto;display:flex;flex-direction:column;gap:20px}.msg{display:flex;animation:fadeUp .4s both}.msg-user{justify-content:flex-end}.msg-assistant{justify-content:flex-start}.msg-bubble{max-width:80%;padding:16px 20px;font-size:16px;font-weight:300;line-height:1.7;border-radius:18px}.msg-user .msg-bubble{background:rgba(182,253,82,.08);border-bottom-right-radius:6px;color:var(--text-primary)}.msg-assistant .msg-bubble{background:rgba(41,43,43,.6);border-bottom-left-radius:6px;color:var(--text-primary)}.chips{padding:24px 32px;display:flex;flex-wrap:wrap;gap:10px}.chip{font-size:15px;font-weight:300;color:var(--text-secondary);border:1px solid var(--border);border-radius:999px;padding:10px 20px;background:transparent;cursor:pointer;text-align:left;line-height:1.5;transition:background .2s;font-family:inherit}.chip:hover{background:rgba(182,253,82,.05)}.chat-input-area{padding:20px 32px}.chat-input-box{display:flex;align-items:center;gap:12px;border:1px solid var(--border);border-radius:14px;padding:14px 20px;background:rgba(31,33,33,.5);box-shadow:0 0 0 1px var(--border),0 0 20px rgba(182,253,82,.05);transition:box-shadow .2s}.chat-input-box:focus-within{box-shadow:0 0 0 1px var(--border-active),0 0 30px rgba(182,253,82,.08)}.chat-input{flex:1;background:transparent;border:none;outline:none;font-size:16px;font-weight:300;font-family:inherit;color:var(--text-primary)}.chat-input::placeholder{color:var(--text-muted)}.send-btn{width:32px;height:32px;border-radius:8px;border:none;background:#b6fd52;color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .15s}.send-btn:disabled{opacity:.3;cursor:default}.thinking{display:flex;gap:4px;padding:12px 16px;background:rgba(41,43,43,.6);border-radius:16px;border-bottom-left-radius:6px;width:fit-content}.thinking-dot{width:6px;height:6px;border-radius:50%;background:var(--text-muted);animation:pulse 1.2s ease-in-out infinite}.thinking-dot:nth-child(2){animation-delay:.2s}.thinking-dot:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,to{opacity:.3}50%{opacity:.8}}.soft-gate{border:1px solid var(--border-active);border-radius:12px;padding:20px;background:rgba(41,43,43,.4);animation:fadeUp .5s both}.soft-gate p{font-size:14px;font-weight:300;color:var(--text-secondary);margin-bottom:16px;line-height:1.6}.gate-actions{display:flex;flex-wrap:wrap;gap:12px}.gate-primary{color:#000;background:#b6fd52;border:none;border-radius:999px}.gate-primary,.gate-secondary{font-size:14px;font-weight:300;padding:8px 20px;cursor:pointer;font-family:inherit}.gate-secondary{color:var(--text-secondary);background:transparent;border:1px solid var(--border);border-radius:999px;transition:background .2s}.gate-secondary:hover{background:hsla(0,0%,100%,.05)}.shifts{max-width:720px;margin:0 auto;padding:96px 24px 0}.section-label{font-size:11px;font-weight:300;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:64px}.shift-item{margin-bottom:80px}.shift-item:last-child{margin-bottom:0}.shift-header{display:flex;align-items:baseline;gap:12px;margin-bottom:12px}.shift-from{font-size:14px;font-weight:300;text-decoration:line-through;color:var(--text-muted)}.shift-arrow{font-size:12px;color:var(--text-muted)}.shift-to{font-family:var(--font-instrument),serif;font-weight:600;font-size:clamp(28px,4vw,36px);line-height:1.1;color:var(--text-primary);margin-bottom:4px}.shift-desc{max-width:520px;font-size:16px;font-weight:300;line-height:1.65;color:var(--text-secondary);margin-bottom:8px}.shift-proof{font-size:12px;font-weight:300;color:rgba(182,253,82,.4)}.shift-example{margin-top:24px;border-radius:20px;border:1px solid var(--border);background:linear-gradient(180deg,#353737,#191a1a);overflow:hidden}.ex-chat{padding:24px;flex-direction:column;gap:20px}.ex-chat,.ex-msg{display:flex}.ex-msg-user{justify-content:flex-end}.ex-msg-assistant{justify-content:flex-start}.ex-bubble{max-width:80%;padding:14px 18px;font-size:15px;font-weight:300;line-height:1.6;border-radius:16px;color:var(--text-primary)}.ex-msg-user .ex-bubble{background:#1e1f1f;border-bottom-right-radius:6px}.ex-msg-assistant .ex-bubble{background:transparent;border-bottom-left-radius:6px;max-width:100%;padding:0}.ex-bubble strong{font-weight:500}.ex-data{font-family:var(--font-jetbrains),monospace;font-size:12px;color:var(--accent)}.ex-muted{color:var(--text-secondary);font-style:italic}.ex-memory-ref{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:400;color:rgba(182,253,82,.5);background:rgba(182,253,82,.06);padding:2px 8px;border-radius:4px;margin-top:8px;font-family:var(--font-jetbrains),monospace}.ex-memory-ref svg{width:10px;height:10px;flex-shrink:0}.ex-signal{padding:16px}.ex-signal-wrapper{position:relative}.ex-signal-back-card{border:1px solid transparent;border-radius:12px;padding:10px 16px 16px;min-height:140px;background-origin:border-box;background-clip:padding-box,border-box;background-image:linear-gradient(#191a1a,#191a1a),linear-gradient(180deg,#555755,#232525)}.ex-back-header{display:flex;align-items:flex-start;justify-content:space-between;min-height:48px}.ex-back-timestamp{font-size:12px;font-weight:300;color:var(--text-muted)}.ex-back-ticker{display:flex;flex-direction:column;align-items:flex-end;font-family:var(--font-jetbrains),monospace}.ex-back-ticker .ticker-sym{font-size:18px;font-weight:600;color:var(--text-primary);line-height:1.2}.ex-back-ticker .ticker-price{font-size:13px;font-weight:400;color:var(--text-secondary);line-height:1.3}.ex-back-ticker .ticker-up{font-size:13px;font-weight:500;color:#b6fd52;line-height:1.3}.ex-back-ticker .ticker-down{font-size:13px;font-weight:500;color:#e67da2;line-height:1.3}.ex-signal-front-area{position:relative;margin-top:-102px}.ex-category-tab{position:absolute;left:-7px;top:20px;z-index:10;display:inline-flex;align-items:center;gap:5px;padding:7px 14px 7px 11px;border-radius:6px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#000;white-space:nowrap}.ex-category-tab svg{width:14px;height:14px;flex-shrink:0}.tab-opportunity{background:#b6fd52}.tab-alert{background:#fd9f52}.tab-insight{background:#7dbfe6}.ex-signal-front-wrapper{border-radius:12px;padding:1px;background:linear-gradient(180deg,rgba(90,93,84,.6),rgba(61,63,56,.3));position:relative;clip-path:polygon(0 8px,.2% 4px,.5% 1.5px,1% .3px,1.5% 0,59% 0,59.8% .2px,60.5% 1.5px,61.2% 3.5px,62% 6px,77% 41px,78% 43.5px,79% 46px,79.8% 47.5px,80.5% 48px,99% 48px,99.5% 48.2px,99.8% 49px,100% 50px,100% 100%,0 100%)}.ex-signal-front{background:#292b2b;border-radius:11px;clip-path:polygon(0 0,59% 0,59.8% 1.2px,60.5% 2.5px,61.2% 4.5px,62% 7px,77% 42px,78% 44.5px,79% 47px,79.8% 48.5px,80.5% 49px,99% 49px,99.5% 49.2px,99.8% 50px,100% 51px,100% 100%,0 100%);padding:64px 16px 14px}.ex-signal-wrapper:hover .ex-signal-front-area .ex-signal-front-wrapper{background:linear-gradient(180deg,rgba(61,63,56,.7),rgba(61,63,56,.3))}.ex-card-headline{font-size:14px;font-weight:600;color:var(--text-primary);margin-bottom:6px;line-height:1.4}.ex-card-summary{font-size:13px;font-weight:400;color:var(--text-secondary);line-height:1.55}.ex-metrics{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-top:1px solid rgba(61,63,56,.25);border-bottom:1px solid rgba(61,63,56,.25);padding:12px 0;margin:12px 0}.ex-metric-label{font-size:10px;font-weight:400;color:var(--text-muted);margin-bottom:2px;text-transform:uppercase;letter-spacing:.05em}.ex-metric-value{font-family:var(--font-jetbrains),monospace;font-size:24px;font-weight:600;color:var(--text-primary);font-variant-numeric:tabular-nums}.val-green{color:#b6fd52!important}.val-red{color:#e67da2!important}.ex-card-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.ex-btn{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border-radius:8px;font-size:11px;font-weight:500;border:none;cursor:default;font-family:var(--font-inter),sans-serif}.ex-btn svg{width:14px;height:14px}.btn-accent{background:#b6fd52;color:#000}.btn-orange{background:#fd9f52;color:#000}.btn-blue{background:#7dbfe6;color:#000}.btn-surface{background:rgba(41,43,43,.8);color:var(--text-primary)}.ex-holdings-list{display:flex;flex-direction:column;gap:6px;margin-top:10px}.ex-holding-row{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;border-radius:6px;background:rgba(41,43,43,.5);font-size:12px}.ex-holding-ticker{font-family:var(--font-jetbrains),monospace;font-weight:500;color:var(--text-primary)}.ex-holding-detail{font-weight:400;color:var(--text-secondary)}.ex-holding-detail,.ex-holding-impact{font-family:var(--font-jetbrains),monospace;font-size:11px}.ex-holding-impact{font-weight:500}.impact-down{color:#e67da2}.impact-up{color:#b6fd52}@media (max-width:640px){.ex-metrics{flex-direction:column;gap:12px}.ex-metric-value{font-size:20px}.ex-category-tab{top:18px;font-size:10px;padding:5px 10px 5px 8px}.ex-signal-front{padding-top:56px}.ex-back-ticker .ticker-sym{font-size:15px}}.inbox-section{max-width:720px;margin:0 auto;padding:64px 24px}.inbox-section h2{font-family:var(--font-instrument),serif;font-weight:600;font-size:clamp(28px,4vw,36px);line-height:1.1;color:var(--text-primary);margin-bottom:4px}.inbox-sub{font-size:16px;font-weight:300;color:var(--text-secondary);line-height:1.65;margin-bottom:32px;max-width:520px}.inbox-preview{border-radius:20px;border:1px solid var(--border);background:#1e1f1f;overflow:hidden}.inbox-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid var(--border)}.inbox-header-title{font-size:14px;font-weight:500;color:var(--text-primary)}.inbox-header-badge{font-size:11px;font-weight:400;color:var(--accent);background:rgba(182,253,82,.08);padding:3px 10px;border-radius:999px}.inbox-filters{display:flex;gap:4px;padding:12px 16px 0}.inbox-filter{font-size:12px;font-weight:400;padding:5px 12px;border-radius:999px;color:var(--text-muted);cursor:default}.inbox-filter-active{color:var(--text-primary);background:rgba(41,43,43,.8)}.inbox-date-label{font-size:11px;font-weight:400;color:var(--text-muted);padding:16px 16px 4px;text-transform:uppercase;letter-spacing:.08em}.inbox-cards{display:flex;flex-direction:column;gap:12px;padding:8px 12px 16px}.inbox-cards .ex-signal{background:#292b2b;border-radius:14px;border:1px solid var(--border)}@media (max-width:640px){.inbox-section{padding:48px 16px 32px}.inbox-filters{overflow-x:auto;-webkit-overflow-scrolling:touch}.inbox-cards{padding:8px 8px 12px;gap:8px}}.research{max-width:880px;margin:0 auto;padding:128px 24px}.research h2{font-family:var(--font-instrument),serif;font-weight:600;font-size:36px;color:var(--text-primary);text-align:center;margin-bottom:16px}.research-sub{font-size:15px;font-weight:300;color:var(--text-secondary);text-align:center;max-width:520px;margin:0 auto 64px;line-height:1.6}.research-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width:640px){.research-grid{grid-template-columns:1fr}}.research-card{border:1px solid var(--border);border-radius:16px;padding:20px;background:var(--surface);display:flex;flex-direction:column;gap:12px}.research-feature-icon{width:36px;height:36px;border-radius:10px;background:rgba(182,253,82,.06);display:flex;align-items:center;justify-content:center}.research-feature-icon svg{width:18px;height:18px;color:var(--accent)}.research-feature-title{font-size:13px;font-weight:500;color:var(--text-secondary)}.rp-heatmap{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(3,1fr);gap:2px;height:180px;background:#1f2121;border-radius:10px;padding:2px;overflow:hidden}.rp-cell{border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;min-width:0;overflow:hidden;transition:filter .2s}.rp-cell:hover{filter:brightness(1.15)}.rp-cell-ticker{font-size:11px;font-weight:600;color:#eff8d5}.rp-cell-pct,.rp-cell-ticker{font-family:var(--font-jetbrains),monospace;line-height:1}.rp-cell-pct{font-size:9px;font-weight:400;color:hsla(75,71%,90%,.75)}.rp-stock{background:#1f2121;border-radius:10px;padding:14px;border:1px solid rgba(61,63,56,.4)}.rp-stock-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid rgba(61,63,56,.3)}.rp-stock-ticker{font-family:var(--font-jetbrains),monospace;font-size:16px;font-weight:700;color:#eff8d5;display:block}.rp-stock-name{font-size:11px;font-weight:400;color:hsla(75,71%,90%,.4);display:block;margin-top:2px}.rp-stock-price-group{text-align:right}.rp-stock-price{font-size:16px;font-weight:600;color:#eff8d5}.rp-stock-change,.rp-stock-price{font-family:var(--font-jetbrains),monospace;display:block}.rp-stock-change{font-size:11px;margin-top:2px}.rp-stock-metrics{display:grid;grid-template-columns:1fr 1fr;gap:12px}.rp-stock-metric{display:flex;flex-direction:column;gap:3px}.rp-metric-label{font-size:9px;font-weight:400;text-transform:uppercase;letter-spacing:.08em;color:hsla(75,71%,90%,.3)}.rp-metric-value{font-family:var(--font-jetbrains),monospace;font-size:13px;font-weight:500;color:#eff8d5}.rp-fund{background:#1f2121;border-radius:10px;padding:14px;border:1px solid rgba(61,63,56,.4)}.rp-fund-header{margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid rgba(61,63,56,.3)}.rp-fund-name{font-size:14px;font-weight:600;color:#eff8d5;display:block}.rp-fund-manager{font-size:10px;font-weight:400;text-transform:uppercase;letter-spacing:.08em;color:hsla(75,71%,90%,.35);display:block;margin-top:3px}.rp-fund-holdings{display:flex;flex-direction:column;gap:10px}.rp-holding{display:flex;align-items:center;gap:10px}.rp-holding-ticker{font-family:var(--font-jetbrains),monospace;font-size:11px;font-weight:600;color:#eff8d5;width:36px;flex-shrink:0}.rp-holding-bar-bg{flex:1;height:6px;background:rgba(61,63,56,.3);border-radius:3px;overflow:hidden}.rp-holding-bar{height:100%;background:#b6fd52;border-radius:3px}.rp-holding-weight{font-family:var(--font-jetbrains),monospace;font-size:11px;font-weight:400;color:hsla(75,71%,90%,.5);width:40px;text-align:right;flex-shrink:0}.rp-movers{background:#1f2121;border-radius:10px;padding:14px;border:1px solid rgba(61,63,56,.4);gap:14px}.rp-movers,.rp-movers-section{display:flex;flex-direction:column}.rp-movers-section{gap:8px}.rp-movers-label{font-size:9px;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:hsla(75,71%,90%,.25)}.rp-mover{display:flex;align-items:center;gap:8px}.rp-mover-ticker{font-weight:600;color:#eff8d5;width:40px;flex-shrink:0}.rp-mover-price,.rp-mover-ticker{font-family:var(--font-jetbrains),monospace;font-size:11px}.rp-mover-price{font-weight:400;color:hsla(75,71%,90%,.4);flex:1}.rp-mover-pct{font-family:var(--font-jetbrains),monospace;font-size:11px;font-weight:600;flex-shrink:0}.rp-up{color:#b6fd52}.rp-down{color:#e67da2}@media (max-width:640px){.rp-heatmap{height:140px}.rp-cell-ticker{font-size:9px}.rp-cell-pct{font-size:8px}.rp-stock-price,.rp-stock-ticker{font-size:14px}.rp-metric-value{font-size:11px}}.capabilities{max-width:720px;margin:0 auto;padding:128px 24px}.capabilities h2{font-family:var(--font-instrument),serif;font-weight:600;font-size:36px;color:var(--text-primary);margin-bottom:64px}.cap-item{border-left:1px solid rgba(61,63,56,.5);padding-left:24px;margin-bottom:48px}.cap-item:last-child{margin-bottom:0}.cap-title{font-size:18px;font-weight:300;color:var(--text-primary);margin-bottom:8px}.cap-desc{max-width:480px;font-size:14px;font-weight:300;line-height:1.65;color:var(--text-secondary)}.contrast-section{max-width:720px;margin:0 auto;padding:96px 24px}.contrast-section h2{font-family:var(--font-instrument),serif;font-weight:600;font-size:clamp(28px,4vw,36px);line-height:1.1;color:var(--text-primary);margin-bottom:48px}.contrast-list{display:flex;flex-direction:column}.contrast-item{padding:28px 0;border-bottom:1px solid rgba(61,63,56,.3)}.contrast-item:first-child{padding-top:0}.contrast-item:last-child{border-bottom:none;padding-bottom:0}.contrast-problem{font-size:14px;font-weight:400;color:var(--text-muted);text-decoration:line-through;margin-bottom:8px;line-height:1.5}.contrast-solution{font-size:17px;font-weight:300;color:var(--text-primary);line-height:1.6}@media (max-width:640px){.contrast-section{padding:64px 20px}.contrast-item{padding:20px 0}.contrast-solution{font-size:15px}}.features-duo{max-width:1100px;margin:0 auto;padding:96px 24px}.features-duo h2{font-family:var(--font-instrument),serif;font-weight:600;font-size:clamp(28px,4vw,36px);line-height:1.1;color:var(--text-primary);text-align:center;margin-bottom:48px}.features-duo-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}.features-duo-col h3{font-family:var(--font-instrument),serif;font-weight:600;font-size:24px;line-height:1.2;color:var(--text-primary);margin-bottom:4px}.features-duo-desc{font-size:14px;font-weight:300;color:var(--text-secondary);line-height:1.6;margin-bottom:20px}.inbox-teaser .ex-card-summary{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.inbox-teaser .ex-signal-front{padding-bottom:10px}.inbox-more{text-align:center;padding:12px 16px 16px;font-size:12px;font-weight:400;color:var(--text-muted);letter-spacing:.02em}.features-duo .inbox-preview{border-radius:20px;border:1px solid var(--border);background:#1e1f1f;overflow:hidden}.features-duo .inbox-cards .ex-signal{background:#292b2b;border-radius:14px;border:1px solid var(--border)}@media (max-width:768px){.features-duo-grid{grid-template-columns:1fr}.features-duo{padding:64px 20px}}.broker-gate{max-width:880px;margin:0 auto;padding:96px 24px 24px;text-align:center}.broker-gate h2{font-family:var(--font-instrument),serif;font-weight:600;font-size:clamp(28px,4vw,36px);line-height:1.1;color:var(--text-primary);margin-bottom:4px}.broker-gate-sub{font-size:15px;font-weight:300;color:var(--text-secondary);line-height:1.6;margin-bottom:40px}.broker-row{flex-wrap:wrap;gap:32px 48px;margin-bottom:20px;max-width:800px;margin-left:auto;margin-right:auto}.broker-badge,.broker-row{display:flex;justify-content:center;align-items:center}.broker-badge{padding:8px 12px;opacity:.65;transition:opacity .3s ease,transform .3s ease}.broker-badge:hover{opacity:1;transform:scale(1.05)}.broker-badge img{height:28px;width:auto;flex-shrink:0;filter:brightness(0) invert(.92) sepia(.4) saturate(1.2) hue-rotate(30deg)}.broker-img-rh{height:26px!important}.broker-img-et{height:22px!important}.broker-img-ib{height:26px!important}.broker-img-wb{height:20px!important}.broker-img-cb{height:22px!important}.broker-badge-text{font-family:var(--font-inter),sans-serif;font-size:18px;font-weight:600;color:#fff;letter-spacing:.01em;white-space:nowrap;filter:brightness(0) invert(.92) sepia(.4) saturate(1.2) hue-rotate(30deg)}.broker-tastytrade{font-size:20px;font-weight:700;letter-spacing:-.03em;text-transform:lowercase}.broker-vanguard{font-family:var(--font-instrument),serif;font-size:24px;font-weight:400;font-style:italic;letter-spacing:.01em}.broker-public{font-size:22px;font-weight:700;letter-spacing:-.02em}.broker-kraken{font-size:20px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.broker-moomoo{font-size:22px;font-weight:700;letter-spacing:-.01em;text-transform:lowercase}.broker-readonly{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:300;color:rgba(182,253,82,.5);letter-spacing:.05em;margin-top:20px}.broker-readonly svg{width:14px;height:14px}@media (max-width:640px){.broker-row{gap:16px 20px}.broker-badge{padding:4px}.broker-img-rh{height:20px!important}.broker-img-et{height:17px!important}.broker-img-ib{height:20px!important}.broker-img-wb{height:15px!important}.broker-img-cb{height:17px!important}.broker-badge-text{font-size:15px}.broker-tastytrade{font-size:16px}.broker-vanguard{font-size:18px}.broker-public{font-size:16px}.broker-kraken{font-size:15px}.broker-moomoo{font-size:16px}}.closing{padding:128px 24px;text-align:center}.closing h2{font-family:var(--font-instrument),serif;font-weight:600;font-size:clamp(32px,5vw,48px);line-height:1.2;color:var(--text-primary);max-width:480px;margin:0 auto}.closing p{font-size:17px;font-weight:300;color:var(--text-secondary);margin-top:24px}.closing-cta{display:inline-block;margin-top:40px;font-size:14px;font-weight:300;color:var(--text-primary);text-decoration:none;border:1px solid rgba(182,253,82,.3);border-radius:999px;padding:12px 32px;transition:background .2s}.closing-cta:hover{background:hsla(0,0%,100%,.05)}html.intro-landing-active footer{position:relative;z-index:100;border-top:1px solid var(--border);padding:48px 40px}.footer-inner{max-width:880px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;position:relative;padding-bottom:6rem}.footer-tagline{font-family:var(--font-instrument),serif;font-weight:600;font-size:18px;color:var(--text-muted)}.footer-links{display:flex;gap:24px}.footer-links a{font-size:14px;font-weight:300;color:var(--text-secondary);text-decoration:none}.footer-legal{max-width:880px;margin:32px auto 0}.footer-legal p{font-size:12px;font-weight:300;color:var(--text-muted);line-height:1.6}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}.hero-gated{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}.hero-gated.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){html.intro-landing-active *,html.intro-landing-active :after,html.intro-landing-active :before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}#intro-landing-root .eyebrow-hide,#intro-landing-root .headline-hide,#intro-landing-root .hero-cta-hide,#intro-landing-root .subhead-line-hide{opacity:1!important;transform:none!important}.hero-gated,.reveal{opacity:1;transform:none}}@media (max-width:640px){nav{padding:16px 20px}.footer-inner{flex-direction:column;gap:16px;text-align:center}.chat-wrapper{width:calc(100vw - 32px);max-width:calc(100vw - 32px)}}.cp-container{border-radius:20px;border:1px solid var(--border);background:#292b2b;overflow:hidden;display:flex;flex-direction:column}.cp-header{justify-content:space-between;padding:14px 20px;border-bottom:1px solid var(--border);flex-shrink:0}.cp-header,.cp-header-left{display:flex;align-items:center}.cp-header-left{gap:12px}.cp-wordmark{height:16px;width:auto;display:block}.cp-header-divider{width:1px;height:20px;background:var(--border)}.cp-header-titles{display:flex;flex-direction:column;gap:0}.cp-header-title{font-size:13px;font-weight:500;color:var(--text-primary);line-height:1.2}.cp-header-subtitle{font-size:10px;font-weight:300;color:var(--text-muted);line-height:1.2}.cp-header-right{display:flex;align-items:center;gap:12px}.cp-header-icon{width:18px;height:18px;color:var(--text-muted)}.cp-messages{overflow:hidden;padding:24px;height:70vh;position:relative;flex-shrink:0}.cp-messages-inner{width:100%;position:relative}.cp-conversation{display:flex;flex-direction:column;gap:20px;opacity:1;transition:opacity .5s ease}.cp-conversation.cp-fade-out{opacity:0}.cp-user-row{display:flex;justify-content:flex-end;animation:cp-fadeIn .4s ease both}.cp-user-bubble{max-width:70%;padding:14px 18px;background:#1e1f1f;border-radius:16px;border-bottom-right-radius:6px;font-size:15px;font-weight:300;line-height:1.6;color:var(--text-primary)}.cp-thinking-row{display:flex;justify-content:flex-start;animation:cp-fadeIn .3s ease both}.cp-thinking{display:flex;align-items:center;gap:8px;padding:10px 16px;background:rgba(41,43,43,.6);border-radius:16px;border-bottom-left-radius:6px}.cp-thinking-text{font-size:13px;font-weight:400;background:linear-gradient(90deg,rgba(182,253,82,.3),#b6fd52 50%,rgba(182,253,82,.3));background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:cp-sweep 2s ease-in-out infinite}.cp-thinking-dots{display:flex;gap:3px}.cp-dot{width:3px;height:3px;border-radius:50%;background:#b6fd52;margin-top:8px;animation:cp-bounce 1.2s ease-in-out infinite}.cp-dot:nth-child(2){animation-delay:.15s}.cp-dot:nth-child(3){animation-delay:.3s}@keyframes cp-sweep{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes cp-bounce{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:.9;transform:translateY(-2px)}}.cp-assistant-row{display:flex;justify-content:flex-start;animation:cp-fadeIn .5s ease both}.cp-assistant-content{width:100%;display:flex;flex-direction:column;gap:6px}.cp-h2{font-size:18px;font-weight:600;color:#b6fd52;margin-top:4px;margin-bottom:4px}.cp-h3{font-size:14px;font-weight:500;color:var(--text-secondary);margin-top:12px;margin-bottom:2px;padding-left:10px;border-left:2px solid rgba(182,253,82,.3)}.cp-divider{height:1px;background:var(--border);margin:8px 0}.cp-data-line{font-size:12px;font-weight:400;line-height:1.7;color:var(--text-secondary)}.cp-data-line,.cp-table{font-family:var(--font-jetbrains),monospace}.cp-table{flex-direction:column;font-size:11px;margin:4px 0;border:1px solid var(--border);border-radius:8px;overflow:hidden}.cp-table,.cp-table-row{display:flex}.cp-table-row:first-child{background:rgba(41,43,43,.8);font-weight:500;color:var(--text-primary)}.cp-table-row:not(:first-child){color:var(--text-secondary);font-weight:400}.cp-table-row:not(:last-child){border-bottom:1px solid var(--border)}.cp-table-cell{flex:1;padding:6px 10px;line-height:1.5}.cp-check{color:#b6fd52}.cp-check,.cp-warning{font-size:13px;font-weight:400;line-height:1.6;padding-left:4px}.cp-warning{color:#f59e0b}.cp-bullet{font-size:14px;font-weight:300;color:var(--text-secondary);line-height:1.6;padding-left:16px;position:relative}.cp-bullet:before{content:"\2022";position:absolute;left:2px;color:var(--text-muted)}.cp-text{font-size:14px;font-weight:300;color:var(--text-secondary);line-height:1.65}.cp-bold{font-weight:600;color:var(--text-primary)}.cp-italic{font-style:italic}.cp-val-pos{color:#b6fd52}.cp-val-neg,.cp-val-pos{font-family:var(--font-jetbrains),monospace;font-size:.9em}.cp-val-neg{color:#e67da2}.cp-val-neutral{font-family:var(--font-jetbrains),monospace;font-size:.9em;color:#eff8d5}.cp-ticker{color:#60a5fa;font-weight:500}.cp-followups{display:flex;flex-wrap:wrap;gap:8px;animation:cp-fadeIn .4s ease both}.cp-followup-btn{font-size:13px;font-weight:400;font-family:inherit;color:#191a1a;background:#b6fd52;border:none;border-radius:999px;padding:8px 18px;cursor:default;line-height:1.4;white-space:nowrap}.cp-input-area{padding:16px 20px;border-top:1px solid var(--border);flex-shrink:0}.cp-input-pill{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--border);border-radius:14px;padding:12px 16px;background:rgba(31,33,33,.5)}.cp-input-placeholder{font-size:14px;font-weight:300;color:var(--text-muted)}.cp-input-typed{font-size:14px;font-weight:300;color:var(--text-primary);display:flex;align-items:center;min-width:0;overflow:hidden;white-space:nowrap}.cp-input-cursor{display:inline-block;width:1.5px;height:16px;background:var(--text-primary);margin-left:1px;flex-shrink:0;animation:cp-blink .8s step-end infinite}@keyframes cp-blink{0%,to{opacity:1}50%{opacity:0}}.cp-input-pill.cp-input-active{border-color:var(--border-active);box-shadow:0 0 0 1px var(--border-active),0 0 20px rgba(182,253,82,.06)}.cp-input-send{width:30px;height:30px;border-radius:8px;background:#b6fd52;color:#000;display:flex;align-items:center;justify-content:center;opacity:.3;flex-shrink:0;transition:opacity .2s}.cp-input-send.cp-send-ready{opacity:1}@keyframes cp-fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.cp-messages{padding:16px}.cp-user-bubble{max-width:85%;font-size:14px}.cp-table{font-size:10px}.cp-h2{font-size:16px}.cp-header-subtitle{display:none}.cp-input-pill{align-items:flex-end}.cp-input-typed{white-space:normal;word-break:break-word}}@media (prefers-reduced-motion:reduce){.cp-assistant-row,.cp-followups,.cp-thinking-row,.cp-thinking-text,.cp-user-row{animation:none!important}.cp-thinking-text{-webkit-text-fill-color:var(--text-secondary)}.cp-dot{animation:none!important;opacity:.6}.cp-conversation{transition:none!important}}.cp-system-label{font-size:12px;font-weight:500;color:#b6fd52;padding:8px 12px;margin-bottom:8px;letter-spacing:.02em;animation:systemLabelFade 1.5s ease-in-out forwards}@keyframes systemLabelFade{0%{opacity:.4}to{opacity:1}}