:root{--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--bg-primary:#111111;--bg-surface:#161616;--bg-elevated:#1e1e1e;--border-subtle:#222222;--border-mid:#2a2a2a;--text-primary:#f0ece4;--text-secondary:#888888;--text-muted:#555555;--accent-positive:#4caf7d;--accent-negative:#e05c5c;--accent-cta:#f0ece4;--accent-cta-text:#111111;--bg:var(--bg-primary);--bg-soft:var(--bg-surface);--panel:rgba(22,22,22,0.92);--panel-strong:rgba(30,30,30,0.96);--line:var(--border-subtle);--text:var(--text-primary);--muted:var(--text-muted);--muted-strong:var(--text-secondary);--accent:var(--accent-cta);--accent-2:var(--accent-cta);--accent-3:var(--text-secondary);--good:var(--accent-positive);--bad:var(--accent-negative);--shadow:0 24px 70px rgba(0,0,0,0.3);--radius-xl:28px;--radius-lg:22px;--radius-md:16px;--container:1180px;--page-gradient:#111111;--glow-primary:rgba(240,236,228,0.03);--glow-secondary:rgba(240,236,228,0.02);--header-bg:rgba(17,17,17,0.92);--header-border:var(--border-subtle)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-size:14px;line-height:1.6;color:var(--text);background:var(--page-gradient);background-color:var(--bg-primary);min-height:100vh;overflow-x:hidden;position:relative;transition:background .18s ease}body:after,body:before{content:"";position:fixed;inset:auto;pointer-events:none;z-index:0;filter:blur(80px);opacity:.5}body:before{width:260px;height:260px;top:90px;right:-40px;background:var(--glow-primary)}body:after{width:320px;height:320px;bottom:140px;left:-110px;background:var(--glow-secondary)}a{color:inherit;text-decoration:none}img,svg{display:block}button,input{font:inherit}button{cursor:pointer;transition:all .18s ease}.page{position:relative;z-index:1}.app-shell{position:relative;min-height:100vh;display:flex;flex-direction:column}.app-shell>.page{flex:1 0 auto;display:flex;flex-direction:column}.container{width:min(calc(100% - 2rem),var(--container));margin:0 auto}.section{padding:0 0 96px}.eyebrow{display:inline-flex;align-items:center;gap:.375rem;padding:3px 12px;border:.5px solid var(--border-subtle);border-radius:20px;background:var(--bg-elevated);color:var(--text-muted);font-size:11px;letter-spacing:.06em;text-transform:uppercase}.eyebrow:before{content:"";width:4px;height:4px;margin-right:6px;border-radius:50%;background:var(--text-muted);box-shadow:none}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;background:var(--header-bg);border-bottom:1px solid var(--header-border);box-shadow:0 10px 30px rgba(15,23,42,.08)}.nav{justify-content:space-between;min-height:82px}.nav,.nav-actions{display:flex;align-items:center;gap:1rem}.nav-actions{flex-wrap:wrap}.nav-desktop-actions{display:flex;align-items:center;gap:1rem}.nav-mobile-primary{display:none;align-items:center;gap:1rem}.nav-primary{display:flex;align-items:center;gap:1rem}.nav-link{color:var(--muted-strong)}.nav-link:focus-visible,.nav-link:hover{color:var(--text)}.nav-menu-toggle,.nav-mobile-panel{display:none}.nav-menu-toggle{width:48px;height:48px;padding:0;align-items:center;justify-content:center;flex-direction:column;gap:.28rem;border:1px solid rgba(149,177,255,.16);border-radius:16px;background:var(--bg-elevated);color:var(--text);transition:border-color .18s ease,background .18s ease,transform .18s ease}.nav-menu-toggle.is-open,.nav-menu-toggle:focus-visible,.nav-menu-toggle:hover{border-color:rgba(0,194,168,.32);background:var(--bg-surface)}.nav-menu-toggle span{width:18px;height:2px;border-radius:999px;background:currentColor;transition:transform .18s ease,opacity .18s ease}.nav-menu-toggle.is-open span:first-child{transform:translateY(6px) rotate(45deg)}.nav-menu-toggle.is-open span:nth-child(2){opacity:0}.nav-menu-toggle.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.nav-mobile-panel{border-top:1px solid rgba(149,177,255,.08);background:var(--bg-elevated)}.nav-mobile-panel-inner{padding:.85rem 0 1rem}.nav-mobile-links{display:grid;grid-gap:.65rem;gap:.65rem}.nav-mobile-link{display:block;padding:.9rem 1rem;border-radius:18px;border:1px solid rgba(149,177,255,.12);background:var(--bg-elevated);color:var(--muted-strong);font-weight:600}.nav-mobile-link.is-active,.nav-mobile-link:focus-visible,.nav-mobile-link:hover{color:var(--text);border-color:rgba(0,194,168,.28)}.brand{display:inline-flex;align-items:center;gap:.8rem;font-family:var(--font-sans);font-weight:600;font-size:1.1rem;letter-spacing:-.03em}.brand-mark{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(160deg,rgba(0,194,168,.2),rgba(59,130,246,.18)),rgba(9,16,31,.95);border:1px solid rgba(125,211,252,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 10px 30px rgba(0,0,0,.25)}.brand-mark svg{width:20px;height:20px;color:var(--accent-3)}.button{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:48px;padding:0 1.15rem;border-radius:999px;border:1px solid transparent;background:linear-gradient(135deg,var(--accent),var(--accent-2));font-weight:600;transition:all .18s ease;box-shadow:0 18px 30px rgba(0,0,0,.18)}.button:focus-visible,.button:hover{transform:translateY(-2px);box-shadow:0 20px 40px rgba(0,194,168,.24);filter:saturate(1.08)}.button:disabled{cursor:not-allowed;opacity:.8;transform:none}html[data-theme=light] .button:disabled{opacity:1;color:rgba(84,75,66,.62);border-color:rgba(103,89,70,.12);background:rgba(255,255,255,.92)}.button-secondary{background:var(--panel-strong);color:var(--text);border-color:rgba(149,177,255,.16);box-shadow:none}.button-secondary:focus-visible,.button-secondary:hover{box-shadow:none;background:var(--panel)}.nav-login{min-height:44px;padding:0 1rem;opacity:.92;color:#f0ece4}.nav-auth-desktop{display:flex;align-items:center}.nav-auth-loading{display:inline-flex;align-items:center;gap:.8rem;min-height:48px;min-width:230px;padding:.45rem .8rem;border:1px solid rgba(149,177,255,.12);border-radius:999px;background:var(--bg-elevated)}.nav-auth-loading-avatar,.nav-auth-loading-text{position:relative;overflow:hidden;background:rgba(149,177,255,.1)}.nav-auth-loading-avatar:after,.nav-auth-loading-text:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent);animation:shimmer 1.4s ease-in-out infinite}.nav-auth-loading-avatar{width:36px;height:36px;border-radius:50%}.nav-auth-loading-text{width:124px;height:12px;border-radius:999px}.nav-account{position:relative}.nav-profile-trigger{display:inline-flex;align-items:center;gap:.6rem;min-height:38px;padding:.25rem .55rem .25rem .35rem;border:1px solid rgba(149,177,255,.16);border-radius:999px;background:var(--panel-strong);color:var(--text);transition:border-color .18s ease,background .18s ease,transform .18s ease}.nav-profile-trigger.is-open,.nav-profile-trigger:focus-visible,.nav-profile-trigger:hover{transform:translateY(-1px);border-color:rgba(0,194,168,.3);background:var(--panel)}.nav-profile-avatar{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,rgba(0,194,168,.2),rgba(59,130,246,.18));color:var(--text);font-weight:600}.nav-profile-avatar-image,.profile-avatar-image{width:100%;height:100%;object-fit:cover}.nav-profile-avatar-fallback,.profile-avatar-fallback{display:grid;place-items:center;width:100%;height:100%}.nav-profile-copy{display:flex;flex-direction:column;align-items:flex-start;gap:.08rem;min-width:0}.nav-mobile-account-summary strong,.nav-profile-copy strong{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.95rem}.nav-mobile-account-summary small,.nav-profile-copy small{display:block;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:.78rem}.nav-profile-caret svg{width:16px;height:16px}.nav-profile-menu{position:absolute;top:calc(100% + .6rem);right:0;min-width:190px;display:grid;grid-gap:.35rem;gap:.35rem;padding:.5rem;border:1px solid rgba(149,177,255,.14);border-radius:20px;background:var(--panel-strong);box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .18s ease,transform .18s ease}.nav-profile-menu.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-profile-menu-item{display:flex;align-items:center;justify-content:flex-start;min-height:42px;padding:.75rem .85rem;border:0;border-radius:14px;background:transparent;color:var(--text);font-weight:600}.nav-profile-menu-item:focus-visible,.nav-profile-menu-item:hover{background:rgba(149,177,255,.08)}.nav-profile-menu-button{width:100%}.nav-mobile-account,.nav-mobile-auth{display:none}.nav-mobile-account{margin-top:.9rem;gap:.75rem}.nav-mobile-account-summary{display:flex;align-items:center;gap:.75rem;padding:.95rem 1rem;border-radius:18px;border:1px solid rgba(149,177,255,.12);background:var(--bg-elevated)}.nav-mobile-account-summary span:last-child{display:flex;flex-direction:column;min-width:0}.nav-mobile-auth-actions{display:grid;grid-gap:.65rem;gap:.65rem}.nav-mobile-link-button{width:100%;border:0;background:var(--bg-elevated);color:var(--muted-strong);text-align:left}.hero{padding:56px 0 48px}.hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);align-items:center}.hero-grid,.hero-stack{display:grid;grid-gap:2rem;gap:2rem}.hero-copy h1{margin:1.1rem 0 1rem;font-family:var(--font-sans);font-size:clamp(3.2rem,8vw,6.5rem);line-height:.96;letter-spacing:-.06em;max-width:9ch;transform:translateY(-.06em)}.hero-copy p{margin:0 0 1.75rem;max-width:34rem;font-size:1.12rem;line-height:1.7;color:var(--muted-strong)}.hero-meta{display:flex;flex-wrap:wrap;gap:.8rem;color:var(--muted);font-size:.95rem}.hero-meta span{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .85rem;border-radius:999px;background:var(--bg-elevated);border:.5px solid var(--border-subtle);color:var(--text-secondary)}.hero-actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:1.8rem}.pricing-bar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.9rem;gap:.9rem;margin-top:1.35rem}.pricing-bar-pill{padding:.95rem 1rem;border-radius:20px;border:1px solid rgba(149,177,255,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.pricing-bar-pill.is-pro{border-color:rgba(0,194,168,.28);background:var(--bg-elevated)}.pricing-bar-label{display:block;margin-bottom:.45rem;color:var(--accent-3);font-size:.8rem;letter-spacing:.05em;text-transform:uppercase}.pricing-bar-pill strong{display:block;margin-bottom:.2rem;font-family:var(--font-sans);font-size:1.3rem;letter-spacing:-.04em}.pricing-bar-pill em{color:var(--muted);font-style:normal;font-size:.92rem}.hero-marketing{padding-bottom:96px}.hero-marketing-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);grid-gap:2rem;gap:2rem;align-items:center}.hero-card-wrap{position:relative}.hero-copy-wide{max-width:980px}.hero-search-wrap{position:relative;max-width:980px}.hero-card-wrap:before,.hero-search-wrap:before{content:"";position:absolute;inset:-24px;border-radius:36px;background:radial-gradient(circle at top,rgba(0,194,168,.22),transparent 35%),radial-gradient(circle at bottom right,rgba(59,130,246,.22),transparent 34%);z-index:0;filter:blur(10px)}.cta-card,.demo-card,.market-browser,.search-shell,.step,.value-card,.workspace-panel{border:1px solid var(--line);background:var(--panel);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow)}.search-shell{position:relative;z-index:1;margin-bottom:1rem;padding:1rem 1.15rem 1.15rem;border-radius:20px;overflow:hidden}.search-shell:after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 18%,rgba(255,255,255,.07) 30%,transparent 42%);transform:translateX(-130%);animation:shimmer 6s linear infinite;pointer-events:none}.search-bar{display:flex;gap:.9rem;color:var(--muted-strong)}.search-bar svg{color:var(--accent-3);flex:none}.search-input-wrap{flex:1 1 auto}.search-input{width:100%;min-height:56px;border:0;outline:0;padding:0;background:transparent;color:var(--text);font-size:1.04rem}.hero-preview-card,.search-button{position:relative;z-index:1}.hero-preview-card{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);grid-gap:1.2rem;gap:1.2rem;padding:1.4rem;border-radius:26px;border:1px solid var(--line);background:var(--panel);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow)}.preview-copy h2{margin:0 0 .7rem;font-family:var(--font-sans);font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.03;letter-spacing:-.04em}.preview-copy p{margin:0;color:var(--muted-strong);line-height:1.7}.preview-kicker{display:inline-block;margin-bottom:.7rem;color:var(--accent-3);font-size:.88rem;letter-spacing:.04em;text-transform:uppercase}.preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.8rem;gap:.8rem}.preview-tile{padding:1rem;border-radius:18px;background:var(--bg-surface);border:1px solid rgba(149,177,255,.08)}.preview-tile span,.preview-tile strong{display:block}.preview-tile strong{margin-bottom:.35rem;font-size:.98rem}.preview-tile span{color:var(--muted);font-size:.88rem}.hero-preview-wrap{position:relative}.hero-preview-stage{display:grid;grid-gap:1rem;gap:1rem}.mini-analysis-card,.mini-browser{border-radius:24px;border:1px solid var(--line);background:var(--panel);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow)}.mini-browser{padding:1.25rem}.mini-browser-head{display:grid;grid-gap:.4rem;gap:.4rem;margin-bottom:1rem}.mini-browser-head span{color:var(--muted);font-size:.88rem;text-transform:uppercase;letter-spacing:.04em}.mini-browser-head strong{font-size:1.08rem}.mini-stock-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.8rem;gap:.8rem}.mini-stock-card{display:grid;grid-gap:.35rem;gap:.35rem;padding:.9rem;border-radius:18px;background:var(--bg-elevated);border:1px solid rgba(149,177,255,.08);transition:transform .18s ease,border-color .18s ease,background .18s ease}.mini-stock-card strong{font-size:.94rem;line-height:1.35}.mini-stock-card span{color:var(--muted-strong)}.mini-stock-card em{font-style:normal;font-weight:600}.mini-stock-card .positive{color:var(--good)}.mini-stock-card .negative{color:var(--bad)}.mini-stock-link:focus-visible,.mini-stock-link:hover{transform:translateY(-2px);border-color:rgba(125,211,252,.28);background:var(--bg-surface)}.mini-stock-card-loading{opacity:.78}.mini-analysis-card{padding:1.25rem}.explore-page,.watchlist-page{padding-bottom:96px}.explore-hero,.watchlist-hero{padding:56px 0 32px}.explore-title{margin:1rem 0 .8rem;font-family:var(--font-sans);font-size:clamp(2.5rem,5vw,4.3rem);line-height:.98;letter-spacing:-.05em;max-width:10ch}.explore-copy{margin:0;max-width:48rem;color:var(--muted-strong);font-size:1.06rem;line-height:1.7}.explore-layout-shell{grid-template-columns:minmax(0,1fr) minmax(420px,.92fr);align-items:start}.explore-layout-shell,.explore-single-shell{display:grid;grid-gap:1.25rem;gap:1.25rem}.search-text{display:flex;align-items:center;gap:.15rem;min-height:1.5rem;margin:.55rem 0 .8rem 1.8rem;font-size:.94rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggestion-row{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:.65rem}.suggestion-chip{padding:.45rem .72rem;border-radius:999px;border:1px solid rgba(125,211,252,.14);background:var(--bg-elevated);color:var(--muted-strong);font-size:.82rem}.suggestion-chip:focus-visible,.suggestion-chip:hover{color:var(--text);border-color:rgba(125,211,252,.32)}.cursor{width:10px;height:1.25rem;border-radius:999px;background:linear-gradient(180deg,var(--accent),var(--accent-2));animation:blink 1.1s steps(1) infinite}.demo-note{display:inline-flex;align-items:center;gap:.45rem;margin-bottom:.9rem;padding:0;border:0;background:transparent;color:var(--text-muted);font-size:11px;line-height:1.4}.demo-note:before{content:"";width:4px;height:4px;margin-right:6px;border-radius:50%;background:var(--text-muted)}.detail-disclaimer-bar{margin-top:1rem;padding:.85rem 1rem;border-radius:16px;border:1px solid rgba(125,211,252,.16);color:var(--muted-strong);font-size:.9rem;line-height:1.6}.watchlist-status{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;color:var(--muted);font-size:.95rem}.watchlist-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.watchlist-card,.watchlist-empty,.watchlist-toast{border:1px solid var(--line);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow)}.watchlist-card{display:grid;grid-gap:1rem;gap:1rem;padding:1.25rem;border-radius:24px;background:var(--panel);width:100%;transition:transform .18s ease,border-color .18s ease,background .18s ease}.watchlist-card:focus-visible,.watchlist-card:hover{transform:translateY(-3px);border-color:rgba(0,194,168,.26);background:var(--bg-elevated)}.watchlist-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.watchlist-card-top h2{margin:.8rem 0 0;font-family:var(--font-sans);font-size:1.2rem;letter-spacing:-.03em}.watchlist-added{color:var(--muted);font-size:.86rem;white-space:nowrap}.watchlist-card-metrics{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.watchlist-card-metrics strong{font-family:var(--font-sans);font-size:1.55rem;letter-spacing:-.04em}.watchlist-change{display:inline-flex;align-items:center;min-height:36px;padding:0 .8rem;border-radius:999px;background:rgba(52,211,153,.12);color:var(--good);font-weight:600}.watchlist-change.negative{background:rgba(251,113,133,.12);color:var(--bad)}.watchlist-empty{display:grid;justify-items:start;grid-gap:1rem;gap:1rem;padding:1.6rem;border-radius:28px;background:var(--panel)}.watchlist-empty h2{margin:0;max-width:34rem;font-family:var(--font-sans);font-size:1.1rem;line-height:1.6;color:var(--muted-strong);font-weight:500}.watchlist-toast{position:fixed;right:24px;bottom:96px;z-index:40;padding:.9rem 1rem;border-radius:18px;background:var(--bg-elevated);color:var(--text);opacity:0;transform:translateY(16px);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.watchlist-toast.is-visible{opacity:1;transform:translateY(0)}.profile-page{flex:1 0 auto}.profile-section{padding-top:64px}.profile-stack{display:grid;grid-gap:1.25rem;gap:1.25rem}.profile-card{display:grid;grid-gap:1.5rem;gap:1.5rem;padding:2rem;border:1px solid rgba(149,177,255,.14);border-radius:30px;background:var(--panel);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.profile-card-loading{min-height:260px;align-content:center}.profile-card h1,.profile-card h2{margin:0;font-family:var(--font-sans);letter-spacing:-.04em}.profile-card p,.profile-meta-card p,.profile-stat-card p{margin:0;color:var(--muted-strong);line-height:1.6}.profile-card-head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.profile-card-hero{gap:1.75rem}.profile-hero{display:flex;align-items:center;gap:1.4rem}.profile-avatar-shell{width:96px;height:96px;border-radius:28px;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,rgba(0,194,168,.2),rgba(59,130,246,.18));box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.profile-avatar-fallback{font-family:var(--font-sans);font-size:1.5rem;font-weight:600}.profile-copy{display:grid;grid-gap:.45rem;gap:.45rem}.profile-copy h1{font-size:clamp(2rem,4vw,2.8rem)}.profile-copy p{font-size:1rem}.profile-account-grid,.profile-section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.profile-edit-card,.profile-meta-card,.profile-stat-card{display:grid;grid-gap:.65rem;gap:.65rem;padding:1.25rem;border-radius:24px;border:1px solid rgba(149,177,255,.12);background:var(--bg-surface)}.profile-meta-label{color:var(--muted);font-size:.84rem;text-transform:uppercase;letter-spacing:.06em}.profile-meta-card strong,.profile-stat-card strong{font-size:1.05rem}.profile-stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.profile-actions{display:flex;flex-wrap:wrap;gap:.9rem}.profile-actions-account{justify-content:space-between;align-items:center}.profile-edit-card{gap:1rem}.profile-edit-copy{display:grid;grid-gap:.35rem;gap:.35rem}.profile-edit-copy h2{font-size:1.2rem}.profile-edit-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.9rem}.profile-name-form{display:grid;grid-gap:.85rem;gap:.85rem}.profile-field{display:grid;grid-gap:.45rem;gap:.45rem}.profile-field-label{color:var(--muted-strong);font-size:.92rem;font-weight:600}.profile-name-input{min-height:50px;width:100%;padding:.9rem 1rem;border-radius:16px;border:1px solid #222222;background:#161616;color:var(--text);outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.profile-name-input:focus{border-color:#222222;box-shadow:0 0 0 4px rgba(34,34,34,.12)}.profile-form-actions{display:flex;flex-wrap:wrap;gap:.75rem}.profile-banner-error,.profile-inline-error,.profile-inline-success,.profile-muted-note{font-size:.95rem}.profile-banner-error,.profile-inline-error{color:var(--bad)}.profile-inline-success{color:var(--good)}.profile-banner-error{padding:.9rem 1rem;border-radius:16px;border:1px solid rgba(251,113,133,.24);background:rgba(72,16,29,.34)}.profile-muted-note{color:var(--muted)}.profile-sync-status{display:inline-flex;align-items:center;gap:.7rem;color:var(--muted-strong)}.profile-sync-icon{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(52,211,153,.16);color:var(--good);border:1px solid rgba(52,211,153,.22)}.profile-sync-icon svg{width:16px;height:16px}.profile-button-disabled{background:rgba(110,122,150,.18);color:rgba(226,233,250,.72);border-color:rgba(149,177,255,.16);box-shadow:none}.profile-button-logout{background:linear-gradient(135deg,#f87171,#ef4444);color:#fff5f5;box-shadow:0 18px 30px rgba(239,68,68,.18)}.profile-button-logout:focus-visible,.profile-button-logout:hover{box-shadow:0 20px 40px rgba(239,68,68,.24)}.demo-card{position:relative;z-index:1;border-radius:var(--radius-xl);padding:1.6rem;min-height:320px}.demo-card:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent)}.empty-state,.loading-card{min-height:280px;display:grid;place-content:center;text-align:center;grid-gap:1rem;gap:1rem}.loading-dot{width:18px;height:18px;margin:0 auto;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-2));box-shadow:0 0 24px rgba(0,194,168,.35);animation:pulse 1.2s ease-in-out infinite}.demo-top{display:flex;justify-content:space-between;gap:1.5rem;align-items:flex-start;margin-bottom:1.25rem}.chip{margin-bottom:.8rem}.stock-name{margin:0;font-family:var(--font-sans);font-size:clamp(1.55rem,2.5vw,2.15rem);letter-spacing:-.04em}.stock-sub{margin:.4rem 0 0;color:var(--muted);font-size:.98rem;line-height:1.5}.price-box{text-align:right;min-width:150px}.stock-actions{margin-top:1rem}.watchlist-button{display:inline-flex;align-items:center;gap:.55rem;min-height:42px;padding:0 .95rem;border-radius:999px;border:1px solid rgba(125,211,252,.18);background:var(--bg-elevated);color:var(--muted-strong);transition:transform .18s ease,border-color .18s ease,color .18s ease,background .18s ease}.watchlist-button svg{width:18px;height:18px}.watchlist-button:focus-visible,.watchlist-button:hover{transform:translateY(-1px);color:var(--text);border-color:rgba(0,194,168,.36)}.watchlist-button.is-saved{color:#00c2a8;border-color:rgba(0,194,168,.34);background:rgba(0,194,168,.12)}.price{margin:0;font-family:var(--font-sans);font-size:clamp(1.85rem,3vw,2.55rem);letter-spacing:-.05em}.price-change{display:inline-flex;align-items:center;gap:.35rem;margin-top:.6rem;padding:.42rem .7rem;border-radius:999px;background:rgba(52,211,153,.12);color:var(--good);font-weight:600;font-size:.95rem}.price-change.negative{background:rgba(251,113,133,.12);color:var(--bad)}.summary-strip{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.2rem;color:var(--muted);font-size:.9rem}.summary-strip span{padding:.45rem .7rem;background:var(--bg-elevated);border:1px solid rgba(149,177,255,.08)}.quick-summary{margin-bottom:.5rem;padding:1rem 1.1rem;border-radius:18px;background:var(--bg-surface);border:1px solid rgba(149,177,255,.08)}.quick-summary h3{margin:0 0 .7rem;font-size:.98rem}.quick-summary-list{margin:0;padding-left:1.15rem;color:var(--muted-strong);font-size:.92rem;line-height:1.55}.quick-summary-list li+li{margin-top:.35rem}.sector-context{margin-bottom:.5rem;padding:1rem 1.1rem;border-radius:18px;background:var(--bg-surface);border:1px solid rgba(149,177,255,.08)}.sector-context-label{display:inline-block;margin-bottom:.45rem;color:var(--muted);font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.sector-context h3{margin:0 0 .45rem;font-size:1.02rem}.sector-context-copy{margin:0;color:var(--muted-strong);font-size:.92rem;line-height:1.55}.sector-context-copy+.sector-context-copy{margin-top:.75rem}.sector-peer-list{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.75rem}.sector-peer-pill{display:inline-flex;align-items:center;padding:.38rem .7rem;border-radius:999px;border:1px solid #222222;background:#161616;color:var(--text);font-size:.84rem;line-height:1.2}.metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.85rem;gap:.85rem;margin-bottom:.65rem}.metric{padding:1.1rem;border-radius:18px;border:1px solid rgba(149,177,255,.08)}.metric-header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.metric-label{color:var(--muted);font-size:.9rem}.metric-value{font-family:var(--font-sans);font-size:1.15rem;font-weight:600;letter-spacing:-.03em;text-align:right}.metric p{margin:0;color:var(--muted-strong);font-size:.92rem;line-height:1.55}.panel{padding:1.1rem 1.1rem 1.15rem;border-radius:20px;background:var(--bg-surface);border:1px solid rgba(149,177,255,.08)}.stock-stage{padding-top:0}.section-heading-left{margin:0 0 1.5rem;text-align:left;max-width:860px}.explore-section{padding-top:24px}.explore-layout{display:grid;grid-gap:1.25rem;gap:1.25rem}.market-browser,.workspace-panel{border-radius:28px}.market-browser{padding:1.35rem}.market-browser-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1rem}.market-browser-head h3{margin:0 0 .4rem;font-size:1.2rem}.market-browser-head p{margin:0;color:var(--muted)}.featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.9rem;gap:.9rem}.featured-card{text-align:left;padding:1rem;border-radius:20px;border:1px solid rgba(149,177,255,.08);background:var(--bg-surface);color:var(--text);transition:transform .18s ease,border-color .18s ease,background .18s ease}.featured-card.is-active,.featured-card:focus-visible,.featured-card:hover{transform:translateY(-2px);border-color:rgba(125,211,252,.28);background:var(--bg-elevated)}.featured-card-top{display:grid;grid-gap:.35rem;gap:.35rem;margin-bottom:.9rem}.featured-card-top strong{font-size:1rem;line-height:1.35}.featured-card-top span{color:var(--muted);font-size:.85rem;letter-spacing:.04em}.featured-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem}.featured-price{font-family:var(--font-sans);font-size:1rem;letter-spacing:-.02em}.featured-change{color:var(--good);font-weight:600;font-size:.92rem}.featured-change.negative{color:var(--bad)}.workspace-panel{padding:1.35rem}.search-shell-workspace{margin-bottom:1.1rem}.market-mood-bar{display:grid;grid-template-columns:1fr max-content 1fr;align-items:center;grid-gap:1.25rem;gap:1.25rem;min-height:58px;margin-bottom:1rem;padding:.82rem 1rem;border-radius:16px;border:1px solid rgba(149,177,255,.1);background:var(--bg-surface);width:100%;max-width:100%;overflow-x:hidden}.market-mood-status{gap:.55rem;white-space:nowrap;color:var(--text);font-size:.95rem}.market-mood-label{font-size:.98rem;line-height:1.2}.market-mood-dot{width:10px;height:10px;border-radius:50%;background:#fbbf24;box-shadow:0 0 0 4px rgba(251,191,36,.12);flex:none}.market-mood-bar.is-bullish .market-mood-dot{background:var(--good);box-shadow:0 0 0 4px rgba(52,211,153,.12)}.market-mood-bar.is-bearish .market-mood-dot{background:var(--bad);box-shadow:0 0 0 4px rgba(251,113,133,.12)}.market-mood-bar.is-neutral .market-mood-dot{background:#fbbf24;box-shadow:0 0 0 4px rgba(251,191,36,.12)}.market-mood-bar.is-closed .market-mood-dot{background:var(--muted);box-shadow:0 0 0 4px rgba(151,164,197,.12)}.market-mood-indices{width:100%;max-width:100%;min-width:0}.market-mood-indices-summary{gap:1.2rem}.market-mood-tile{display:flex;justify-content:space-between;gap:.95rem;min-width:0;padding:.82rem 1.18rem;border:1px solid rgba(255,255,255,.06);background:rgba(17,25,42,.92);box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 10px 26px rgba(0,0,0,.14)}.market-mood-name{color:var(--muted);font-size:.85rem;white-space:nowrap}.market-mood-values{justify-content:flex-end;min-width:0;white-space:nowrap}.market-mood-values strong{font-size:1rem}.market-mood-values span{font-size:.87rem}.market-mood-values .neutral{color:var(--muted-strong)}.market-mood-values .positive{color:var(--good)}.market-mood-values .negative{color:var(--bad)}.market-mood-meta{color:var(--muted);font-size:.72rem;text-align:right}.market-mood-bar-detail{margin-bottom:1rem}.analysis-stage,.chart-card,.stock-button-stage,.top-browser{border-radius:28px;border:1px solid var(--line);background:var(--panel);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow)}.top-browser{padding:1.35rem}.top-browser-layer{position:relative;z-index:5}.workspace-head-inline{margin-bottom:1rem}.stock-button-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.9rem;gap:.9rem}.stock-pill{text-align:left;padding:.95rem 1rem;border-radius:18px;border:1px solid rgba(149,177,255,.08);background:var(--bg-elevated);color:var(--text);transition:transform .18s ease,border-color .18s ease,background .18s ease}.stock-pill.is-active,.stock-pill:focus-visible,.stock-pill:hover{transform:translateY(-2px);border-color:rgba(125,211,252,.28)}.stock-pill strong{display:block;margin-bottom:.55rem;font-size:.96rem;line-height:1.35}.stock-pill-meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem;color:var(--muted-strong);font-size:.9rem}.stock-pill-meta em{font-style:normal;font-weight:600}.stock-pill-meta .neutral{color:var(--muted-strong)}.stock-pill-meta .positive{color:var(--good)}.stock-pill-meta .negative{color:var(--bad)}.stock-pill-stale{border-color:rgba(125,211,252,.18)}.stock-pill-meta em,.stock-pill-value{transition:opacity .2s ease}.stock-pill-meta em.is-loading,.stock-pill-value.is-loading{display:inline-flex;min-width:4.5rem;border-radius:999px;background:linear-gradient(90deg,rgba(148,163,184,.18),rgba(148,163,184,.35),rgba(148,163,184,.18));animation:stockTilePulse 1.2s ease-in-out infinite;-webkit-user-select:none;-moz-user-select:none;user-select:none}@keyframes stockTilePulse{0%{background-position:200% 0}to{background-position:-200% 0}}.analysis-stage{padding:1.35rem;position:relative;z-index:1;scroll-margin-top:120px}.stock-button-stage{padding:1.35rem}.chart-card{padding:1.2rem;margin-bottom:1rem}.chart-card-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.chart-card-head h3{margin:.35rem 0 0;font-size:1.08rem}.chart-positive{color:var(--good)}.chart-negative{color:var(--bad)}.mini-line-chart{display:block;width:100%;height:180px}.chart-footer{display:flex;justify-content:space-between;gap:1rem;margin-top:.75rem;color:var(--muted);font-size:.88rem}.workspace-sticky{position:-webkit-sticky;position:sticky;top:96px}.workspace-head{margin-bottom:1rem}.workspace-label{color:var(--accent-3);font-size:.84rem;letter-spacing:.04em;text-transform:uppercase}.workspace-head h2{margin:.45rem 0 0;font-family:var(--font-sans);font-size:clamp(1.5rem,2vw,2rem);letter-spacing:-.04em}.search-box-wrap{position:relative;z-index:6}.search-dropdown{position:absolute;inset:calc(100% - 12px) 0 auto 0;z-index:7;padding:.55rem;border-radius:20px;border:1px solid rgba(149,177,255,.12);background:var(--bg-elevated);box-shadow:0 22px 48px rgba(0,0,0,.34);-webkit-backdrop-filter:none;backdrop-filter:none;isolation:isolate}.search-empty,.search-result{width:100%;text-align:left;padding:.85rem .9rem;border-radius:16px}.search-result{color:var(--text);border:0;background:transparent}.search-result span,.search-result strong{display:block}.search-result strong{margin-bottom:.22rem;font-size:.96rem}.search-empty,.search-result span{color:var(--muted);font-size:.88rem}.panel h3{font-size:1rem;letter-spacing:-.02em}.panel-copy{margin:0 0 .9rem;color:var(--muted-strong);line-height:1.6}.bull-bear,.insight-list{margin:0;padding:0;list-style:none;display:grid;grid-gap:.7rem;gap:.7rem}.bull-bear li,.insight-list li{display:flex;gap:.65rem;align-items:flex-start;color:var(--muted-strong);line-height:1.55;font-size:.93rem}.bull-bear li:before,.insight-list li:before{content:"";width:8px;height:8px;margin-top:.42rem;border-radius:50%;flex:none}.insight-list li:before{background:var(--accent-3)}.bull-bear li.good:before{background:var(--good);box-shadow:0 0 12px rgba(52,211,153,.35)}.bull-bear li.bad:before{background:var(--bad);box-shadow:0 0 12px rgba(251,113,133,.35)}.section-heading{max-width:720px;margin:0 auto 2.4rem;text-align:center}.section-heading h2{margin:0 0 .8rem;font-family:var(--font-sans);font-size:clamp(2rem,4vw,3.25rem);line-height:1.05;letter-spacing:-.05em}.section-heading p{margin:0 auto;max-width:42rem;color:var(--muted-strong);font-size:1.04rem;line-height:1.7}.steps,.values{display:grid;grid-gap:1rem;gap:1rem}.steps{grid-template-columns:repeat(3,minmax(0,1fr))}.step,.value-card{border-radius:var(--radius-lg);padding:1.3rem;position:relative;overflow:hidden}.cta-card:after,.step:after,.value-card:after{content:"";position:absolute;inset:auto auto 0 0;width:100%;height:1px;background:linear-gradient(90deg,rgba(0,194,168,.5),transparent 55%);opacity:.6}.icon-shell,.step-index{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;margin-bottom:1rem;background:#1e1e1e;border:1px solid #222222;font-family:var(--font-sans);font-weight:600;color:var(--accent-3)}.icon-shell svg{width:18px;height:18px}.step h3,.value-card h3{margin:0 0 .65rem;font-size:1.15rem;letter-spacing:-.03em}.step p,.value-card p{margin:0;color:var(--muted-strong);line-height:1.7;font-size:.97rem}.pricing-grid,.values{grid-template-columns:repeat(3,minmax(0,1fr))}.pricing-grid{display:grid;grid-gap:1rem;gap:1rem}.pricing-card{padding:1.35rem;border-radius:24px;border:1px solid rgba(149,177,255,.14);background:var(--bg-surface);box-shadow:var(--shadow)}.pricing-card.is-pro{border-color:rgba(0,194,168,.34);background:var(--bg-surface)}.pricing-card-top{margin-bottom:1.2rem}.pricing-badge{display:inline-flex;align-items:center;min-height:28px;padding:0 .7rem;border-radius:999px;border:.5px solid var(--border-subtle);background:var(--bg-elevated);color:var(--text-muted);font-size:.8rem;letter-spacing:.04em;text-transform:uppercase}.pricing-card-top h3{margin:.9rem 0 .35rem;font-family:var(--font-sans);font-size:1.4rem;letter-spacing:-.04em}.pricing-card-top p{margin:0;color:var(--muted)}.pricing-card-price{display:flex;align-items:baseline;gap:.6rem;margin-bottom:1rem}.pricing-card-price strong{font-family:var(--font-sans);font-size:2.3rem;letter-spacing:-.06em}.pricing-card-price span{color:var(--muted-strong);font-size:1rem}.pricing-card-copy{margin:0 0 1rem;color:var(--muted-strong);line-height:1.65}.pricing-list{margin:0;padding:0;list-style:none;display:grid;grid-gap:.7rem;gap:.7rem}.pricing-list li{display:flex;align-items:flex-start;gap:.6rem;color:var(--muted-strong);line-height:1.55}.pricing-list li:before{content:"";width:8px;height:8px;flex:none;margin-top:.45rem;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-2))}.pricing-footnote{margin-top:1rem;color:var(--muted);font-size:.92rem}.pricing-footnote a{color:var(--accent-3)}.cta{padding-bottom:110px}.cta-card{position:relative;border-radius:34px;padding:2.2rem;background:radial-gradient(circle at top right,rgba(59,130,246,.18),transparent 32%),radial-gradient(circle at bottom left,rgba(0,194,168,.14),transparent 28%),rgba(12,19,37,.78);overflow:hidden}.cta-card h2{margin:0 0 .7rem;font-family:var(--font-sans);font-size:clamp(2rem,4vw,3.1rem);line-height:1.03;letter-spacing:-.05em}.cta-card p{margin:0 0 1.4rem;max-width:34rem;color:var(--muted-strong);font-size:1rem;line-height:1.65}.cta-form{gap:.85rem;max-width:680px;margin-top:1.15rem}.cta-form,.input-shell{display:flex;align-items:center}.input-shell{flex:1 1 auto;min-height:56px;padding:0 1rem;border-radius:999px;background:var(--bg-elevated);border:.5px solid var(--border-subtle)}.input-shell input{width:100%;border:0;outline:0;background:transparent;color:var(--text-primary)}.input-shell input::placeholder{color:var(--text-muted)}.microcopy{margin-top:.95rem;color:var(--muted);font-size:.9rem}.site-footer{border-top:.5px solid var(--border-subtle);background:var(--bg-primary);flex:none}.site-footer-compact{display:flex;align-items:center;justify-content:space-between;gap:.9rem 1.2rem;padding:1rem 2rem}.site-footer-copy,.site-footer-links{color:var(--text-muted);font-size:12px}.site-footer-links{display:flex;flex-wrap:wrap;gap:.6rem 1rem}.site-footer-links a{color:var(--text-muted);text-decoration:none}.site-footer-links a:focus-visible,.site-footer-links a:hover{color:var(--text-secondary);text-decoration:none}.legal-page{flex:1 0 auto;padding:56px 0 0}.legal-section{padding-bottom:56px}.legal-card{max-width:780px;padding:1.7rem;border-radius:28px;border:1px solid var(--line);background:var(--panel);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow)}.legal-card h1{margin:0 0 1rem;font-family:var(--font-sans);font-size:clamp(2rem,5vw,3.2rem);letter-spacing:-.05em}.legal-copy p{margin:0;color:var(--muted-strong);font-size:1rem;line-height:1.8}.ask-ai-fab{position:fixed;right:24px;bottom:24px;z-index:30;display:inline-flex;align-items:center;gap:0;min-height:42px;padding:12px 18px;border-radius:12px;border:.5px solid var(--border-mid);background:var(--bg-surface);box-shadow:none;transition:border-color .18s ease,background .18s ease}.ask-ai-fab:focus-visible,.ask-ai-fab:hover{background:var(--bg-elevated);border-color:var(--border-subtle)}.ask-ai-fab-dot{width:6px;height:6px;flex:0 0 auto;margin-right:8px;border-radius:50%;background:var(--accent-positive)}.ask-ai-fab span:last-child{color:var(--text-primary);font-size:14px;font-weight:500;line-height:1}.ask-page{min-height:100vh}.ask-shell{padding:48px 0 96px}.ask-layout{display:grid;grid-gap:1.25rem;gap:1.25rem}.ask-chat-card,.ask-header-block{border:1px solid var(--line);background:var(--panel);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow)}.ask-header-block{padding:1.5rem;border-radius:28px}.ask-header-block h1{margin:1rem 0 .6rem;font-family:var(--font-sans);font-size:clamp(2.2rem,5vw,3.8rem);letter-spacing:-.05em}.ask-header-block p{margin:0;color:var(--muted-strong);font-size:1.02rem;line-height:1.7}.ask-chat-card{display:grid;grid-template-rows:minmax(0,1fr) auto;min-height:calc(100vh - 260px);border-radius:30px;overflow:hidden}.ask-messages{padding:1.35rem;align-content:start;overflow-y:auto}.ask-empty,.ask-messages{display:grid;grid-gap:1rem;gap:1rem}.ask-context-banner{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border-radius:20px;border:1px solid #222222;background:#1e1e1e}.ask-context-copy{display:grid;grid-gap:.3rem;gap:.3rem}.ask-context-label{color:var(--accent-3);font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.ask-context-banner strong{font-size:.98rem;line-height:1.55}.ask-context-dismiss{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;flex:none;border:1px solid rgba(149,177,255,.16);border-radius:999px;background:var(--bg-elevated);color:var(--muted-strong);transition:border-color .18s ease,color .18s ease,transform .18s ease,background .18s ease}.ask-context-dismiss:focus-visible,.ask-context-dismiss:hover{color:var(--text);border-color:rgba(0,194,168,.32);background:var(--bg-surface);transform:translateY(-1px)}.ask-context-dismiss span{font-size:1.3rem;line-height:1}.ask-empty-card{padding:1.2rem;border-radius:22px;background:var(--bg-surface);border:1px solid rgba(149,177,255,.08)}.ask-empty-card h2,.ask-empty-card p{margin:0}.ask-empty-card h2{margin-bottom:.5rem;font-size:1.15rem}.ask-empty-card p{color:var(--muted-strong);line-height:1.6}.ask-starters{display:flex;flex-wrap:wrap;gap:.75rem}.ask-starter-chip{padding:.72rem 1rem;border-radius:999px;border:1px solid rgba(125,211,252,.16);background:var(--bg-elevated);color:var(--muted-strong)}.ask-starter-chip:focus-visible,.ask-starter-chip:hover{color:var(--text);border-color:rgba(0,194,168,.32)}.chat-bubble{max-width:min(760px,88%);padding:1rem 1.1rem;border-radius:22px;border:1px solid rgba(149,177,255,.08)}.chat-bubble-user{margin-left:auto;background:var(--bg-elevated)}.chat-bubble-ai{background:var(--bg-surface)}.chat-role{display:inline-block;margin-bottom:.45rem;color:var(--accent-3);font-size:.82rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.chat-copy p{margin:0;color:var(--text);line-height:1.7}.chat-copy p+p{margin-top:.9rem}.chat-typing{display:inline-flex;gap:.4rem;align-items:center;min-height:24px}.chat-typing span{width:8px;height:8px;border-radius:50%;background:var(--accent-3);animation:chatDot 1.1s ease-in-out infinite}.chat-typing span:nth-child(2){animation-delay:.12s}.chat-typing span:nth-child(3){animation-delay:.24s}.ask-error{padding:.9rem 1rem;border-radius:16px;background:rgba(251,113,133,.12);border:1px solid rgba(251,113,133,.18);color:#ffd8de}.ask-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.9rem;gap:.9rem;padding:1rem 1.35rem 1.35rem;border-top:1px solid #222222;background:#161616}.ask-input-shell{display:flex;align-items:center;min-height:60px;padding:.95rem 1rem;border-radius:22px;background:var(--bg-elevated);border:1px solid #222222}.ask-input{width:100%;border:0;outline:0;resize:none;background:transparent;color:var(--text);line-height:1.6}.ask-input::placeholder{color:var(--text-muted)}.ask-clear,.ask-send{white-space:nowrap}.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease;transition-delay:var(--delay,0s)}.reveal.is-visible{opacity:1;transform:translateY(0)}html[data-theme=light] .ask-context-banner,html[data-theme=light] .ask-empty-card,html[data-theme=light] .ask-input-shell,html[data-theme=light] .ask-starter-chip,html[data-theme=light] .chat-bubble-ai,html[data-theme=light] .chip,html[data-theme=light] .eyebrow,html[data-theme=light] .featured-card,html[data-theme=light] .featured-card.is-active,html[data-theme=light] .featured-card:focus-visible,html[data-theme=light] .featured-card:hover,html[data-theme=light] .hero-meta span,html[data-theme=light] .input-shell,html[data-theme=light] .metric,html[data-theme=light] .mini-stock-card,html[data-theme=light] .panel,html[data-theme=light] .preview-tile,html[data-theme=light] .pricing-badge,html[data-theme=light] .quick-summary,html[data-theme=light] .search-dropdown,html[data-theme=light] .search-empty,html[data-theme=light] .search-result.is-active,html[data-theme=light] .search-result:focus-visible,html[data-theme=light] .search-result:hover,html[data-theme=light] .sector-context,html[data-theme=light] .stock-pill,html[data-theme=light] .stock-pill.is-active,html[data-theme=light] .stock-pill:focus-visible,html[data-theme=light] .stock-pill:hover,html[data-theme=light] .summary-strip span,html[data-theme=light] .watchlist-button,html[data-theme=light] .watchlist-card,html[data-theme=light] .watchlist-empty{background:rgba(255,255,255,.92)}html[data-theme=light] .ask-ai-fab{background:#ffffff}html[data-theme=light] .analysis-stage,html[data-theme=light] .ask-chat-card,html[data-theme=light] .ask-header-block,html[data-theme=light] .chart-card,html[data-theme=light] .cta-card,html[data-theme=light] .demo-card,html[data-theme=light] .market-browser,html[data-theme=light] .mini-analysis-card,html[data-theme=light] .mini-browser,html[data-theme=light] .pricing-card,html[data-theme=light] .search-shell,html[data-theme=light] .step,html[data-theme=light] .stock-button-stage,html[data-theme=light] .top-browser,html[data-theme=light] .value-card,html[data-theme=light] .watchlist-toast,html[data-theme=light] .workspace-panel{background:rgba(255,255,255,.78)}html[data-theme=light] .ask-context-banner,html[data-theme=light] .cta-card,html[data-theme=light] .input-shell,html[data-theme=light] .pricing-card,html[data-theme=light] .sector-context,html[data-theme=light] .step,html[data-theme=light] .value-card{border-color:rgba(201,122,61,.16)}html[data-theme=light] .sector-peer-pill{border-color:rgba(15,23,42,.1);background:rgba(244,247,252,.96);color:#142033}html[data-theme=light] .market-mood-bar{background:rgba(255,255,255,.9);border-color:rgba(103,89,70,.14)}html[data-theme=light] .market-mood-tile{background:rgba(244,239,231,.88)}html[data-theme=light] .market-mood-values .neutral{color:#7a6f63}html[data-theme=light] .market-mood-values .positive{color:#2f8a57}html[data-theme=light] .market-mood-values .negative{color:#b65454}html[data-theme=light] .market-mood-bar.is-closed .market-mood-dot{box-shadow:0 0 0 4px rgba(122,111,99,.12)}html[data-theme=light] .watchlist-button{border-color:rgba(103,89,70,.14)}html[data-theme=light] .profile-card,html[data-theme=light] .profile-edit-card,html[data-theme=light] .profile-meta-card,html[data-theme=light] .profile-stat-card{background:rgba(255,255,255,.94);border-color:rgba(17,17,17,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.65)}html[data-theme=light] .profile-avatar-shell{background:#efede8;box-shadow:inset 0 1px 0 rgba(255,255,255,.6)}html[data-theme=light] .profile-meta-label{color:#6b6b6b}html[data-theme=light] .profile-edit-copy h2,html[data-theme=light] .profile-meta-card strong,html[data-theme=light] .profile-stat-card strong{color:#111111}html[data-theme=light] .profile-card p,html[data-theme=light] .profile-field-label,html[data-theme=light] .profile-meta-card p,html[data-theme=light] .profile-stat-card p,html[data-theme=light] .profile-sync-status{color:#6b6b6b}html[data-theme=light] .profile-name-input{background:rgba(255,255,255,.92);border-color:rgba(17,17,17,.12);color:#111111}html[data-theme=light] .profile-name-input:focus{border-color:rgba(17,17,17,.24);box-shadow:0 0 0 4px rgba(17,17,17,.08)}html[data-theme=light] .profile-banner-error{background:rgba(255,236,238,.95);border-color:rgba(182,84,84,.2)}html[data-theme=light] .profile-button-disabled{background:rgba(244,239,231,.96);color:rgba(93,79,65,.72);border-color:rgba(103,89,70,.14)}html[data-theme=light] .profile-button-logout{color:#fff7f7}html[data-theme=light] .watchlist-button.is-saved{color:#0f9f92;border-color:rgba(15,159,146,.28);background:rgba(15,159,146,.12)}html[data-theme=light] .watchlist-card:focus-visible,html[data-theme=light] .watchlist-card:hover{background:rgba(255,250,243,.98);border-color:rgba(201,122,61,.22)}html[data-theme=light] .watchlist-toast{background:linear-gradient(135deg,rgba(229,159,85,.16),rgba(15,159,146,.12)),rgba(255,255,255,.96)}html[data-theme=light] .search-dropdown{background:rgba(255,255,255,1);border-color:rgba(103,89,70,.14);box-shadow:0 20px 44px rgba(76,59,37,.16)}html[data-theme=light] .ask-context-dismiss{border-color:transparent;background:transparent;color:var(--text-muted)}html[data-theme=light] .ask-context-dismiss:focus-visible,html[data-theme=light] .ask-context-dismiss:hover{background:transparent;border-color:transparent;color:var(--text-primary)}html[data-theme=light] .pricing-bar-pill.is-pro,html[data-theme=light] .pricing-card.is-pro{background:linear-gradient(145deg,rgba(229,159,85,.12),rgba(201,122,61,.08)),rgba(255,255,255,.94);border-color:rgba(201,122,61,.24)}html[data-theme=light] .metric,html[data-theme=light] .quick-summary{border-color:rgba(103,89,70,.18)}html[data-theme=light] .cta-card{background:radial-gradient(circle at top right,rgba(229,159,85,.12),transparent 32%),radial-gradient(circle at bottom left,rgba(201,122,61,.1),transparent 28%),rgba(255,255,255,.86)}html[data-theme=light] .chat-bubble-user{background:linear-gradient(135deg,rgba(233,206,168,.52),rgba(241,228,207,.82))}html[data-theme=light] .ask-input-row,html[data-theme=light] .site-footer{background:var(--bg-primary)}html[data-theme=light] .detail-disclaimer-bar,html[data-theme=light] .legal-card{background:rgba(255,255,255,.82)}html[data-theme=light] .brand-mark,html[data-theme=light] .icon-shell,html[data-theme=light] .step-index{background:linear-gradient(145deg,rgba(229,159,85,.12),rgba(201,122,61,.1)),rgba(255,255,255,.94);border-color:rgba(201,122,61,.16);box-shadow:inset 0 1px 0 rgba(255,255,255,.75),0 10px 24px rgba(120,92,52,.08)}html[data-theme=light] .cta-card:after,html[data-theme=light] .step:after,html[data-theme=light] .value-card:after{background:linear-gradient(90deg,rgba(201,122,61,.36),transparent 55%)}html[data-theme=light] .input-shell{background:rgba(255,255,255,.94);box-shadow:inset 0 1px 0 rgba(255,255,255,.72)}html[data-theme=light] .sector-context{border-color:rgba(201,122,61,.18)}html[data-theme=light] .ask-context-banner{border-color:rgba(201,122,61,.18);background:linear-gradient(135deg,rgba(229,159,85,.1),rgba(201,122,61,.06)),rgba(255,255,255,.92)}html[data-theme=light] .ask-context-label{color:#555555}html[data-theme=light] .ask-input::placeholder,html[data-theme=light] .input-shell input::placeholder,html[data-theme=light] .search-input::placeholder{color:#968779}html[data-theme=light] .pricing-bar-pill{background:rgba(255,255,255,.94);border-color:rgba(103,89,70,.12)}html[data-theme=light] .mini-stock-link:focus-visible,html[data-theme=light] .mini-stock-link:hover{background:rgba(255,250,243,.98);border-color:rgba(201,122,61,.22)}html[data-theme=light] .chat-role,html[data-theme=light] .preview-kicker,html[data-theme=light] .pricing-bar-label,html[data-theme=light] .pricing-footnote a,html[data-theme=light] .workspace-label{color:#555555}html[data-theme=light] .button{color:#fffaf2;box-shadow:0 18px 30px rgba(201,122,61,.2)}html[data-theme=light] .button:focus-visible,html[data-theme=light] .button:hover{box-shadow:0 20px 38px rgba(201,122,61,.24)}html[data-theme=light] .button-secondary{background:rgba(255,255,255,.96);color:#5d4f41;border-color:rgba(103,89,70,.16)}html[data-theme=light] .button-secondary:focus-visible,html[data-theme=light] .button-secondary:hover{background:rgba(250,245,238,.98);color:#3f352c}html[data-theme=light] .eyebrow,html[data-theme=light] .hero-meta span,html[data-theme=light] .nav-mobile-account-summary,html[data-theme=light] .nav-mobile-link,html[data-theme=light] .pricing-bar-pill{border-color:rgba(201,122,61,.16);box-shadow:inset 0 1px 0 rgba(255,255,255,.72)}html[data-theme=light] .eyebrow:before{box-shadow:none}html[data-theme=light] .nav-profile-trigger{border-color:rgba(201,122,61,.18);background:rgba(255,255,255,.95);box-shadow:inset 0 1px 0 rgba(255,255,255,.72)}html[data-theme=light] .nav-profile-trigger.is-open,html[data-theme=light] .nav-profile-trigger:focus-visible,html[data-theme=light] .nav-profile-trigger:hover{border-color:rgba(201,122,61,.28);background:rgba(255,250,243,.98)}html[data-theme=light] .bull-bear li.bad,html[data-theme=light] .bull-bear li.good,html[data-theme=light] .chip,html[data-theme=light] .demo-note,html[data-theme=light] .eyebrow,html[data-theme=light] .insight-list li,html[data-theme=light] .market-mood-meta,html[data-theme=light] .market-mood-name,html[data-theme=light] .market-mood-subtext,html[data-theme=light] .metric p,html[data-theme=light] .panel-copy,html[data-theme=light] .quick-summary-list li,html[data-theme=light] .search-text,html[data-theme=light] .sector-context-copy,html[data-theme=light] .stock-sub,html[data-theme=light] .summary-strip,html[data-theme=light] .workspace-label{color:var(--text-secondary)}html[data-theme=light] .ask-context-label,html[data-theme=light] .chip,html[data-theme=light] .eyebrow,html[data-theme=light] .quick-summary h3,html[data-theme=light] .sector-context-label,html[data-theme=light] .workspace-label{color:#555555}html[data-theme=light] .nav-profile-menu{border-color:rgba(201,122,61,.16);background:rgba(255,255,255,.97);box-shadow:0 22px 44px rgba(120,92,52,.12)}html[data-theme=light] .nav-profile-menu-item:focus-visible,html[data-theme=light] .nav-profile-menu-item:hover{background:rgba(244,239,231,.92)}html[data-theme=light] .nav-menu-toggle{border-color:rgba(103,89,70,.14);background:rgba(255,255,255,.94);color:#5d4f41}html[data-theme=light] .nav-menu-toggle.is-open,html[data-theme=light] .nav-menu-toggle:focus-visible,html[data-theme=light] .nav-menu-toggle:hover{border-color:rgba(201,122,61,.24);background:rgba(255,250,243,.98);color:#3f352c}html[data-theme=light] .nav-mobile-panel{background:rgba(248,242,233,.97)}html[data-theme=light] .nav-mobile-link{border-color:rgba(103,89,70,.12);background:rgba(255,255,255,.94)}html[data-theme=light] .ask-error{background:rgba(182,84,84,.1);border-color:rgba(182,84,84,.2);color:#7f2f2f}html[data-theme=light] .cta-card .hero-actions{margin-bottom:1.15rem}@keyframes blink{0%,49%{opacity:1}50%,to{opacity:0}}@keyframes shimmer{0%{transform:translateX(-130%)}to{transform:translateX(130%)}}@keyframes pulse{0%,to{transform:scale(.95);opacity:.75}50%{transform:scale(1.08);opacity:1}}@keyframes chatDot{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}@media (max-width:1024px){.explore-layout-shell,.hero-grid,.hero-marketing-grid,.panel-grid,.pricing-grid,.steps,.values{grid-template-columns:1fr}.hero{padding-top:56px}.hero-copy h1{max-width:10ch}.featured-grid,.metrics-wide,.preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-preview-card{grid-template-columns:1fr}.workspace-sticky{position:static}.stock-button-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-bar{grid-template-columns:1fr}.watchlist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.container{width:min(calc(100% - 1.25rem),var(--container))}.nav-mobile-panel,.site-header,body,html{overflow-x:clip}.cta,.section{padding-bottom:78px}.pricing-bar{display:none}.nav{min-height:74px;gap:.75rem;align-items:center}.nav-actions{justify-content:flex-end;flex-wrap:nowrap;gap:.65rem;min-width:0;flex:1 1 auto}.nav-primary{display:none}.button{min-height:44px;padding:0 1rem}.brand{gap:.65rem;font-size:.98rem;min-width:0;flex:0 1 auto}.brand span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-mark{width:38px;height:38px;border-radius:12px}.brand-mark svg{width:18px;height:18px}.nav-auth-desktop,.nav-desktop-actions{display:none}.nav-mobile-primary{display:flex;flex:0 1 auto;min-width:0;max-width:min(52vw,220px)}.nav-mobile-primary .button{min-width:0;min-height:44px;padding-inline:.8rem;font-size:14px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-menu-toggle{display:inline-flex;min-width:44px;min-height:44px;width:44px;height:44px;flex:0 0 auto}.nav-mobile-panel.is-open{display:block}.nav-mobile-account,.nav-mobile-auth{display:grid}.nav-mobile-account-summary,.nav-mobile-link-button{padding:.9rem 1rem;border-radius:18px;border:1px solid rgba(149,177,255,.12);background:var(--bg-elevated)}.nav-mobile-link-button{min-height:52px;display:flex;align-items:center}.search-shell-workspace{padding:1rem;border-radius:22px}.search-bar{gap:.75rem;width:100%}.search-bar svg{margin-top:.85rem;margin-left:.1rem}.search-input-wrap{width:100%;min-width:0}.search-input{min-height:52px;padding:.1rem 0;font-size:1rem}.search-input::placeholder{white-space:nowrap}.search-button{min-height:52px}.cta-card p,.hero-copy p,.legal-copy p,.section-heading p{font-size:14px}.demo-top,.featured-card-bottom,.metric-header,.search-bar{flex-direction:column;align-items:flex-start}.price-box{text-align:left}.metrics,.metrics-wide{grid-template-columns:1fr}.hero-copy h1{font-size:clamp(2.2rem,10vw,3.3rem);max-width:8ch}.ask-header-block h1,.cta-card h2,.explore-title,.section-heading h2{font-size:clamp(1.95rem,9vw,2.7rem)}.ask-header-block p,.chart-footer,.explore-copy,.eyebrow,.metric p,.metric-label,.microcopy,.panel-copy,.pricing-footnote,.quick-summary-list,.stock-sub,.summary-strip,.watchlist-status,.watchlist-summary,.workspace-label{font-size:14px}.cta-card{padding:1.5rem;border-radius:26px}.cta-form{flex-direction:column;align-items:stretch}.search-button,.search-input-wrap{width:100%}.explore-page,.explore-single-shell,.search-bar,.search-box-wrap,.search-button,.search-input-wrap,.search-shell-workspace,.search-text,.top-browser{max-width:100%;box-sizing:border-box}.explore-page{overflow-x:hidden}.market-mood-bar{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;margin-top:0;margin-bottom:.5rem;padding:.75rem 1rem;width:100%;max-width:100%;overflow-x:hidden}.market-mood-bar-detail,.market-mood-bar-explore{margin-top:0;margin-bottom:.5rem;padding-top:.5rem;padding-bottom:.5rem}.market-mood-meta,.market-mood-status{min-width:0;text-align:left}.market-mood-status{white-space:normal}.market-mood-status-copy{min-width:0;flex-wrap:wrap}.market-mood-indices{display:none}.market-mood-indices-summary{justify-content:flex-start;flex-wrap:wrap;gap:.7rem;width:100%;max-width:100%;min-width:0;overflow-x:hidden}.market-mood-tile{flex:1 1 100%;width:100%;min-width:0;padding:.48rem .68rem}.market-mood-values{gap:.45rem;flex-wrap:wrap;white-space:normal}.market-mood-meta{justify-self:start;color:var(--text-muted);font-size:12px}.market-mood-meta,.search-text{margin-left:0;white-space:normal}.search-text{font-size:14px;overflow-wrap:anywhere}.featured-grid,.preview-grid{grid-template-columns:1fr}.hero-actions{display:flex;flex-wrap:wrap}.cta-form .button,.hero-actions .button{justify-content:center;padding-inline:1rem}.hero-actions .button{flex:1 1 220px}.hero-meta{gap:.6rem}.hero-meta span{width:auto;min-width:0;justify-content:center;padding:.5rem .75rem;font-size:14px;line-height:1.4;white-space:normal;overflow-wrap:anywhere}.nav-login{width:100%}.nav-auth-loading{min-width:0}.analysis-stage,.chart-card,.hero-preview-card,.market-browser,.mini-analysis-card,.mini-browser,.stock-button-stage,.top-browser,.workspace-panel{padding:1rem}.mini-stock-grid{grid-template-columns:1fr}.search-dropdown{position:static;margin-top:-.25rem;width:100%;border-radius:18px}.search-result span{white-space:normal;overflow-wrap:anywhere}.stock-button-grid{grid-template-columns:1fr}.panel-grid{grid-template-columns:1fr!important;gap:1rem}.ask-context-copy,.featured-card,.market-browser-head,.profile-copy,.search-empty,.search-result,.stock-pill,.watchlist-card-copy,.watchlist-header-copy,.workspace-head-inline{min-width:0}.chart-card-head,.profile-actions,.profile-actions-account,.profile-card-head,.profile-edit-actions,.profile-form-actions,.profile-hero,.stock-pill-meta,.watchlist-card-metrics,.watchlist-card-top,.watchlist-status{flex-direction:column;align-items:flex-start}.bull-bear li,.insight-list li,.legal-card h1,.panel-copy,.profile-copy h1,.quick-summary-list li,.sector-context-copy,.stock-pill,.stock-pill strong,.stock-pill-meta,.watchlist-card-top h2,.watchlist-summary{overflow-wrap:anywhere}.profile-card{padding:1.35rem}.profile-avatar-shell{width:72px;height:72px}.profile-copy,.profile-edit-card,.profile-meta-card,.profile-stat-card{min-width:0}.profile-account-grid,.profile-section-grid,.profile-stats-grid{grid-template-columns:1fr}.profile-actions .button,.profile-actions-account .button,.profile-edit-actions .button,.profile-form-actions .button{width:100%}.ask-shell{padding-top:24px}.ask-chat-card{min-height:calc(100vh - 220px)}.ask-input-row{grid-template-columns:1fr}.chat-bubble{max-width:100%}.stock-name{font-size:clamp(1.35rem,7vw,1.8rem)}.price{font-size:clamp(1.6rem,8vw,2rem)}.price-change{font-size:14px}.summary-strip{gap:.55rem}.summary-strip span{padding:.38rem .6rem}.quick-summary,.sector-context{padding:1rem;margin-bottom:.9rem}.sector-context{border-width:1px}.quick-summary h3,.sector-context h3{font-size:16px}.quick-summary-list{padding-left:1.1rem;line-height:1.6}.sector-peer-list{gap:.45rem}.sector-peer-pill{padding:.34rem .65rem;font-size:14px}.metric{padding:.95rem}.bull-bear-columns{grid-template-columns:1fr}.metric-value{font-size:16px}.panel h3,.watchlist-card-metrics strong,.watchlist-card-top h2{font-size:18px}.watchlist-card{padding:1rem;gap:.85rem}.watchlist-card-metrics,.watchlist-card-top{gap:.45rem}.watchlist-card-actions{width:100%;gap:.6rem}.watchlist-inline-action{width:100%;min-width:0;min-height:44px;font-size:14px}.chip{max-width:100%;white-space:normal;overflow-wrap:anywhere}.chip,.watchlist-added{font-size:14px}.ask-ai-fab{left:auto;right:16px;bottom:16px;min-height:44px;justify-content:flex-start;padding:12px 18px}.ask-ai-fab span:last-child{font-size:1rem}.watchlist-grid{grid-template-columns:1fr}.watchlist-toast{right:16px;left:16px;bottom:84px}.legal-card{padding:1.25rem;border-radius:24px}.ask-page .ask-clear-nav,.contextual-ask-ai-button,.watchlist-button{min-height:44px;font-size:14px}.ask-context-dismiss,.ask-send{min-height:44px}.ask-send{width:100%;font-size:14px}.chat-message-ai .chat-copy,.chat-message-user .chat-copy{max-width:100%}}@media (max-width:480px){.container{width:min(calc(100% - 1rem),var(--container))}.nav{min-height:68px;gap:.6rem}.nav-actions{gap:.5rem}.brand{gap:.55rem;font-size:.94rem}.brand-mark{width:34px;height:34px;border-radius:10px}.button,.nav-mobile-primary .button{min-height:44px;font-size:14px}.nav-mobile-primary{max-width:min(48vw,180px)}.hero-copy h1{font-size:clamp(1.95rem,9.5vw,2.6rem);max-width:none}.ask-header-block h1,.cta-card h2,.explore-title,.legal-card h1,.profile-copy h1,.section-heading h2{font-size:clamp(1.7rem,8.5vw,2.2rem)}.analysis-stage,.chart-card,.legal-card,.profile-card,.search-shell-workspace,.stock-button-stage,.top-browser{padding:.9rem}.input-shell,.search-button,.search-input{min-height:48px}.ask-context-banner,.input-shell{padding-inline:.9rem}.pricing-card,.step,.stock-pill,.value-card,.watchlist-card{padding:.9rem}.legal-copy p,.profile-card p,.profile-meta-card p,.profile-stat-card p,.stock-pill-meta,.watchlist-status,.watchlist-summary{font-size:14px}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .button{width:100%;flex:initial}.hero-meta span{width:100%;justify-content:flex-start}.ask-page .ask-clear-nav,.ask-send,.contextual-ask-ai-button,.watchlist-button,.watchlist-inline-action{min-height:44px;font-size:14px}.chart-footer,.chip,.eyebrow,.metric-label,.pricing-footnote,.sector-peer-pill,.summary-strip,.watchlist-added,.watchlist-header-count,.watchlist-header-label,.workspace-label{font-size:14px}.price{font-size:clamp(1.45rem,7vw,1.9rem)}.stock-name{font-size:clamp(1.25rem,6.5vw,1.65rem)}.ask-ai-fab{left:12px;right:12px;bottom:12px}}html{color-scheme:dark}body,input,select,textarea{font-family:var(--font-sans)}#cursor-glow{position:fixed;pointer-events:none;z-index:0;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(240,236,228,.04) 0,transparent 70%);transform:translate(-50%,-50%);transition:left .1s ease,top .1s ease}html[data-theme=light] #cursor-glow{background:radial-gradient(circle,rgba(0,0,0,.015) 0,transparent 70%)}*{scrollbar-width:thin;scrollbar-color:#2a2a2a transparent}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#444444}.analysis-stage,.ask-chat-card,.ask-context-banner,.ask-header-block,.chart-card,.cta-card,.demo-card,.featured-card,.input-shell,.legal-card,.market-browser,.metric,.mini-analysis-card,.mini-browser,.mini-stock-card,.panel,.preview-tile,.pricing-card,.profile-card,.profile-edit-card,.profile-meta-card,.profile-stat-card,.quick-summary,.search-dropdown,.search-shell,.sector-context,.step,.stock-button-stage,.stock-pill,.top-browser,.value-card,.watchlist-card,.watchlist-empty,.workspace-panel{border-color:var(--border-subtle);background:var(--panel);box-shadow:var(--shadow);transition:border-color .15s ease,background .15s ease,box-shadow .18s ease,transform .18s ease}.ask-input-row,.detail-disclaimer-bar,.input-shell,.legal-card,.metric,.mini-stock-card,.nav-auth-loading,.nav-mobile-account-summary,.nav-mobile-link,.nav-mobile-link-button,.preview-tile,.profile-edit-card,.profile-meta-card,.profile-stat-card,.quick-summary,.search-dropdown,.sector-context,.site-footer,.watchlist-empty{background:var(--bg-elevated)}.nav-mobile-panel,.site-header{background:var(--header-bg);border-color:var(--header-border)}.button{background:var(--accent-cta);border-color:var(--accent-cta);color:var(--accent-cta-text);box-shadow:0 16px 30px rgba(0,0,0,.18)}.button:focus-visible,.button:hover{box-shadow:0 18px 34px rgba(0,0,0,.24);filter:none}.button-secondary:focus-visible,.button-secondary:hover,.featured-card:focus-visible,.featured-card:hover,.mini-stock-link:focus-visible,.mini-stock-link:hover,.nav-menu-toggle.is-open,.nav-menu-toggle:focus-visible,.nav-menu-toggle:hover,.nav-profile-trigger.is-open,.nav-profile-trigger:focus-visible,.nav-profile-trigger:hover,.search-result.is-active,.search-result:focus-visible,.search-result:hover,.stock-pill:focus-visible,.stock-pill:hover,.watchlist-card:focus-visible,.watchlist-card:hover{background:var(--bg-surface);border-color:var(--border-mid)}.brand-mark,.icon-shell,.nav-profile-avatar,.profile-avatar-shell,.step-index{background:var(--bg-elevated);border-color:var(--border-mid);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.ask-context-banner,.chat-bubble-user,.cta-card,.pricing-bar-pill.is-pro,.pricing-card.is-pro,.watchlist-button.is-saved{background:var(--bg-elevated);border-color:var(--border-mid)}.ask-input::placeholder,.input-shell input::placeholder,.profile-name-input::placeholder,.search-input::placeholder{color:var(--text-muted)}.cta-card:after,.demo-card:before,.search-shell:after,.step:after,.value-card:after{background:linear-gradient(90deg,transparent,rgba(240,236,228,.08),transparent)}.hero-card-wrap:before,.hero-search-wrap:before,body:after,body:before{opacity:.35}.featured-change,.market-mood-values .positive,.mini-stock-card .positive,.positive,.price-change,.profile-inline-success,.stock-pill-meta .positive,.watchlist-change{color:var(--accent-positive)}.featured-change.negative,.market-mood-values .negative,.negative,.price-change.negative,.profile-banner-error,.profile-inline-error,.stock-pill-meta .negative,.watchlist-change.negative{color:var(--accent-negative)}.ask-context-label,.chat-role,.preview-kicker,.pricing-bar-label,.profile-meta-label,.workspace-label{letter-spacing:.06em}.mini-stock-card-loading,.nav-auth-loading-avatar,.nav-auth-loading-text,.profile-card-loading,.stock-pill-meta em.is-loading,.stock-pill-value.is-loading{position:relative;overflow:hidden;background:var(--bg-elevated);border-radius:4px}.mini-stock-card-loading:after,.nav-auth-loading-avatar:after,.nav-auth-loading-text:after,.profile-card-loading:after,.stock-pill-meta em.is-loading:after,.stock-pill-value.is-loading:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,var(--bg-elevated),var(--border-mid),var(--bg-elevated));animation:shimmer 1.4s ease-in-out infinite}.stock-pill-meta em.is-loading,.stock-pill-value.is-loading{color:transparent;background:var(--bg-elevated);animation:none}.reveal-up{transform:translateY(16px);transition:opacity .4s ease,transform .4s ease}.reveal-up.visible{opacity:1;transform:translateY(0)}.reveal-up{opacity:0;transform:translateY(18px);transition:opacity .15s ease,transform .15s ease;transition-delay:var(--delay,0s)}.reveal-up.is-visible,.reveal-up.visible{opacity:1;transform:translateY(0)}.site-header{background:color-mix(in srgb,var(--bg-primary) 94%,transparent);border-bottom:.5px solid var(--border-subtle);box-shadow:none;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nav{min-height:72px}.nav-link{color:var(--text-muted);transition:color .15s ease}.nav-link:focus-visible,.nav-link:hover{color:var(--text-secondary)}.brand{color:var(--text-primary);gap:.7rem}.brand-mark{width:26px;height:26px;border-radius:5px;border:0;box-shadow:none}.brand-mark-dot{width:6px;height:6px;border-radius:999px}.brand-mark svg{display:none}.button-nav-active{min-height:0;padding:5px 14px;border-radius:6px;border:.5px solid #444444;background:transparent;color:#f0ece4;font-size:13px;font-weight:400;box-shadow:none}.button-nav-active:focus-visible,.button-nav-active:hover{background:transparent;color:#f0ece4;transform:none;filter:none;box-shadow:none}.nav-menu-toggle{border:.5px solid var(--border-subtle);background:var(--bg-surface);color:var(--text-primary)}.nav-menu-toggle.is-open,.nav-menu-toggle:focus-visible,.nav-menu-toggle:hover{border-color:var(--border-mid);background:var(--bg-elevated)}.nav-mobile-panel{border-top:.5px solid var(--border-subtle);background:var(--bg-primary)}.nav-mobile-link.is-active,.nav-mobile-link:focus-visible,.nav-mobile-link:hover{color:var(--text-primary);border-color:var(--border-mid);background:var(--bg-elevated)}.explore-hero{padding:42px 0 24px}.explore-title{max-width:12ch}.explore-copy{color:var(--text-secondary)}.analysis-stage,.chart-card,.stock-button-stage,.top-browser{border-radius:10px;border:.5px solid var(--border-subtle);background:var(--bg-surface);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;transition:border-color .15s ease,background .15s ease}.analysis-stage:hover,.chart-card:hover,.demo-card:hover,.stock-button-stage:hover,.top-browser:hover{border-color:var(--border-mid)}.stock-button-stage .workspace-label,.workspace-label{display:inline-flex;align-items:center;gap:.375rem;padding:3px 12px;border:.5px solid var(--border-subtle);border-radius:20px;background:var(--bg-elevated);color:var(--text-muted);font-size:11px;letter-spacing:.06em;text-transform:uppercase}.chip:before,.workspace-label:before{content:"";width:4px;height:4px;margin-right:6px;border-radius:50%;background:var(--text-muted);flex:none}.stock-button-stage h2,.workspace-head h2{color:var(--text-primary);font-size:14px;font-weight:500;letter-spacing:-.02em}.market-mood-bar::-webkit-scrollbar{display:none}.market-mood-status{gap:.65rem;justify-self:start;color:var(--text-primary)}.market-mood-status,.market-mood-status-copy{display:inline-flex;align-items:center;min-width:0}.market-mood-status-copy{gap:.5rem}.market-mood-label{color:#8c8c8c;font-size:15px;font-weight:600}.market-mood-subtext{color:#555555;font-size:11px}.market-mood-indices-summary{display:flex;align-items:center;justify-content:center;justify-self:center;gap:.72rem;width:100%;max-width:100%;min-width:0}.market-mood-tile{display:inline-flex;align-items:center;gap:.75rem;padding:.62rem 1.05rem;border-radius:999px;border:1px solid rgba(255,255,255,.045);background:rgba(17,24,39,.92);box-shadow:inset 0 1px 0 rgba(255,255,255,.03),0 8px 20px rgba(0,0,0,.12);flex:0 0 auto}.market-mood-bar.is-bullish .market-mood-dot{background:#4caf7d;box-shadow:none}.market-mood-bar.is-bearish .market-mood-dot{background:#e05c5c;box-shadow:none}.market-mood-bar.is-closed .market-mood-dot,.market-mood-bar.is-neutral .market-mood-dot{background:#888888;box-shadow:none}.market-mood-bar.is-bullish .market-mood-label{color:#4caf7d}.market-mood-bar.is-bearish .market-mood-label{color:#e05c5c}.market-mood-bar.is-closed .market-mood-label,.market-mood-bar.is-neutral .market-mood-label{color:#888888}.market-mood-dot{width:9px;height:9px}.market-mood-name{color:var(--text-secondary);font-size:13px}.market-mood-values{display:inline-flex;align-items:baseline;gap:.55rem}.market-mood-values strong{color:var(--text-primary);font-size:14px;font-weight:600}.market-mood-values span{font-size:13px;font-weight:600}.market-mood-values .neutral{color:var(--text-muted)}.market-mood-values .positive{color:var(--accent-positive)}.market-mood-values .negative{color:var(--accent-negative)}.market-mood-meta{color:var(--text-muted);font-size:12px;justify-self:end;white-space:nowrap}.market-mood-bar-detail,.market-mood-bar-explore{border:.5px solid var(--bg-elevated);border-radius:16px;max-width:100%;overflow-x:hidden}.search-shell-workspace{margin-bottom:0}.search-bar{align-items:center;gap:.75rem;padding:0 .85rem;border:.5px solid var(--border-subtle);border-radius:8px;background:var(--bg-surface);transition:border-color .15s ease,background .15s ease}.search-shell-workspace:focus-within .search-bar{border-color:var(--border-mid)}.search-bar svg{width:18px;height:18px;color:var(--text-muted)}.search-input{min-height:54px;color:var(--text-primary);font-size:14px}.search-input::placeholder{color:var(--text-muted)}.search-button{min-height:36px;padding:0 .9rem;border-radius:6px;border:0;background:var(--accent-cta);color:var(--accent-cta-text);box-shadow:none}.search-button:focus-visible,.search-button:hover{opacity:.88;transform:none;filter:none;box-shadow:none}.search-text{margin:.65rem 0 0;color:var(--text-muted);font-size:12px}.search-text strong{color:var(--text-secondary);font-weight:500}.search-dropdown{inset:calc(100% + 8px) 0 auto 0;padding:.35rem;border-radius:8px;border:.5px solid var(--border-subtle);background:var(--bg-surface);box-shadow:none}.search-empty,.search-result{border-radius:6px}.search-result.is-active,.search-result:focus-visible,.search-result:hover{background:var(--bg-elevated)}.search-empty,.search-result span{color:var(--text-muted)}.analysis-stage{padding:1rem}.analysis-stage.visible,.stock-detail-card.visible{opacity:1;visibility:visible}.demo-card{min-height:0;padding:0;border-radius:10px;border:.5px solid var(--border-subtle);background:var(--bg-surface);overflow:hidden;transition:border-color .15s ease,background .15s ease}.demo-card:before{display:none}.stock-detail-card{background:var(--bg-surface);border:.5px solid var(--border-subtle);border-radius:10px;color:var(--text-primary)}.stock-detail-section{padding:1.25rem 1rem;border-top:.5px solid var(--bg-elevated);border-bottom:0}.stock-detail-card>:first-child{border-top:0}.stock-detail-card>.reveal-up{padding:1.25rem 1rem;border-top:.5px solid var(--bg-elevated)}.stock-detail-top{margin-bottom:0}.chip{margin-bottom:.45rem;display:inline-flex;align-items:center;gap:.375rem;padding:3px 12px;border:.5px solid var(--border-subtle);border-radius:20px;background:var(--bg-elevated);color:var(--text-muted);font-size:11px;letter-spacing:.06em;text-transform:uppercase}.stock-name{color:var(--text-primary);font-size:20px;font-weight:500;letter-spacing:-.02em}.stock-sub{color:var(--text-secondary);font-size:12px}.price-box{min-width:0}.price{color:var(--text-primary);font-size:22px;font-weight:500;letter-spacing:-.5px}.price-change{margin-top:.35rem;padding:0;background:transparent;border-radius:0;font-size:13px;font-weight:500;color:var(--accent-positive)}.price-change.negative{background:transparent;color:var(--accent-negative)}.stock-actions{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.8rem}.contextual-ask-ai-button,.watchlist-button{min-height:34px;padding:0 .85rem;border-radius:6px;border:.5px solid var(--border-mid);background:transparent;color:var(--text-secondary);box-shadow:none;transition:border-color .15s ease,background .15s ease,color .15s ease,opacity .15s ease}.watchlist-button:focus-visible,.watchlist-button:hover{border-color:var(--border-subtle);background:transparent;color:var(--text-primary);transform:none}.watchlist-button.is-saved{color:var(--text-primary);border-color:var(--border-mid);background:var(--bg-elevated)}.contextual-ask-ai-button{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-primary)}.contextual-ask-ai-button:focus-visible,.contextual-ask-ai-button:hover{background:var(--bg-elevated);color:var(--text-primary);transform:none}.contextual-ask-ai-dot{width:6px;height:6px;border-radius:999px;background:currentColor}.summary-strip{gap:.75rem;margin-bottom:0;color:var(--text-secondary);font-size:12px}.summary-strip span{display:inline-flex;align-items:center;padding:.5rem .85rem;border:.5px solid var(--bg-elevated);border-radius:999px;background:#1b1b1b}.market-mood-bar-detail{margin-bottom:0}.quick-summary,.sector-context{margin-bottom:0;padding:0;border:0;border-radius:0;background:transparent}.quick-summary h3,.sector-context-label{margin:0 0 .7rem;color:var(--text-secondary);font-size:11px;font-weight:500;letter-spacing:.06em;text-transform:uppercase}.bull-bear,.insight-list,.quick-summary-list{margin:0;padding:0;list-style:none}.quick-summary-list{display:grid;grid-gap:.45rem;gap:.45rem;max-width:640px}.bull-bear li,.insight-list li,.quick-summary-list li{position:relative;display:flex;align-items:flex-start;gap:8px;padding-left:0;color:var(--text-secondary);font-size:13px;line-height:1.6}.bull-bear li:before,.insight-list li:before,.quick-summary-list li:before{content:"";position:static;margin-top:.5rem;width:3px;height:3px;border-radius:999px;background:var(--text-muted);flex:none}.sector-context h3{margin:0 0 .35rem;color:var(--text-primary);font-size:16px;font-weight:500}.sector-context-copy{color:var(--text-secondary);font-size:13px}.sector-peer-pill{padding:3px 10px;border-radius:4px;border:.5px solid var(--border-subtle);background:var(--bg-elevated);color:var(--text-secondary);font-size:12px;transition:border-color .15s ease,color .15s ease,background .15s ease}.sector-peer-pill:focus-visible,.sector-peer-pill:hover{color:var(--text-primary);border-color:var(--border-mid)}.metrics{gap:8px;margin-bottom:0;padding:0;border:0;border-radius:0;overflow:visible}@media (min-width:768px){.metrics-wide{grid-template-columns:repeat(3,minmax(0,1fr))}}.metric{padding:1rem 1.25rem;border:.5px solid var(--border-subtle);border-radius:7px;transition:background .15s ease}.metric,.metric:hover{background:var(--bg-surface)}.metric-header{align-items:flex-start;margin-bottom:.45rem}.metric-label{color:var(--text-secondary);font-size:11px}.metric-value{color:var(--text-primary);font-size:18px;font-weight:500;letter-spacing:-.3px}.metric p{color:var(--text-secondary);font-size:12px;line-height:1.4}.panel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem;margin-top:0}.panel{padding:1rem;border-radius:8px;border:.5px solid #e8e6e1;background:var(--bg-primary)}.panel h3{margin:0 0 .8rem;color:var(--text-primary);font-size:14px;font-weight:500}.panel-copy{color:var(--text-secondary);font-size:13px}.bull-bear-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.bull-bear-side{display:grid;grid-gap:.55rem;gap:.55rem}.bull-bear-label{font-size:11px;letter-spacing:.06em;text-transform:uppercase}.bull-bear-label.bulls{color:#4caf7d;opacity:1;text-shadow:0 0 8px rgba(76,175,125,.5)}.bull-bear-label.bears{color:#e05c5c;opacity:1;text-shadow:0 0 8px rgba(224,92,92,.5)}.bull-bear li.bad,.bull-bear li.good{color:var(--text-muted);font-size:12px}.bull-bear li.good:before{background:var(--accent-positive)}.bull-bear li.bad:before{background:var(--accent-negative)}.stock-button-stage{padding:1rem}.stock-button-grid{gap:1px;padding:1px;border:.5px solid var(--border-subtle);border-radius:8px;overflow:hidden;background:var(--bg-elevated)}.stock-pill{padding:.9rem;border:0;border-radius:0;background:var(--bg-surface);transition:background .15s ease,border-color .15s ease,color .15s ease}.stock-pill.is-active,.stock-pill:focus-visible,.stock-pill:hover{background:var(--bg-elevated);transform:none}.stock-pill strong{color:var(--text-secondary);font-size:13px;font-weight:500}.stock-pill-meta{font-size:12px}.stock-pill-value{color:var(--text-muted)}.stock-pill-meta .positive{color:var(--accent-positive);font-size:11px;font-weight:500}.stock-pill-meta .negative{color:var(--accent-negative);font-size:11px;font-weight:500}.stock-pill-meta .neutral{color:var(--text-muted);font-size:11px;font-weight:500}.stock-pill-meta em.is-loading,.stock-pill-value.is-loading{background:linear-gradient(90deg,var(--bg-elevated),var(--border-mid),var(--bg-elevated));background-size:200% 100%}.detail-disclaimer-bar{color:var(--text-muted);border:.5px solid var(--border-subtle);background:var(--bg-primary)}.empty-state,.loading-card{min-height:220px;color:var(--text-secondary)}.loading-dot{background:var(--accent-cta);box-shadow:none}.ask-empty-card,.ask-input-shell,.chat-bubble-ai,.chat-bubble-user,.cta-card,.market-mood-bar,.mini-analysis-card,.mini-browser,.nav-auth-loading,.nav-menu-toggle,.nav-mobile-account-summary,.nav-mobile-link,.nav-mobile-link-button,.nav-mobile-panel,.nav-profile-menu-item:focus-visible,.nav-profile-menu-item:hover,.pricing-bar-pill,.search-empty,.watchlist-card:hover,.watchlist-toast{background:var(--bg-elevated)}.brand-mark,.nav-profile-avatar,.profile-avatar-shell{background:var(--bg-elevated)}.pricing-bar-pill{border-color:var(--border-subtle);background:var(--bg-surface)}.pricing-bar-pill.is-pro,.pricing-card.is-pro{background:var(--bg-elevated)}.analysis-stage,.ask-context-banner,.chart-card,.demo-card,.empty-state,.featured-card,.legal-card,.loading-card,.market-browser,.market-mood-tile,.metric,.panel,.preview-tile,.quick-summary,.search-shell,.sector-context,.step,.stock-button-stage,.stock-pill,.top-browser,.value-card,.watchlist-card,.watchlist-empty,.workspace-panel{background:var(--bg-surface)}.detail-disclaimer-bar,.search-bar,.search-dropdown,.search-result.is-active,.search-result:focus-visible,.search-result:hover{background:var(--bg-elevated)}html[data-theme=light] .button-nav-active{border-color:#999999;color:#111111;background:transparent}html[data-theme=light] .button-nav-active:focus-visible,html[data-theme=light] .button-nav-active:hover{color:#111111;background:transparent}html[data-theme=light] .market-mood-bar,html[data-theme=light] .market-mood-tile{background:transparent}html[data-theme=light] .market-mood-subtext{color:#555555}html[data-theme=light] .metric{background:#ffffff;border:.5px solid #e8e6e1}html[data-theme=light] .metric-label{color:#777777}html[data-theme=light] .metric-value{color:#111111;font-weight:500}html[data-theme=light] .metric p{color:#555555}html[data-theme=light] .nav-profile-copy strong{max-width:140px;font-size:.95rem;font-weight:500;color:#111111}html[data-theme=light] .nav-profile-copy small{max-width:160px;font-size:.78rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html[data-theme=light] .analysis-stage,html[data-theme=light] .ask-chat-card,html[data-theme=light] .ask-context-banner,html[data-theme=light] .ask-empty-card,html[data-theme=light] .ask-header-block,html[data-theme=light] .ask-input-row,html[data-theme=light] .ask-input-shell,html[data-theme=light] .button-secondary,html[data-theme=light] .chart-card,html[data-theme=light] .cta-card,html[data-theme=light] .demo-card,html[data-theme=light] .featured-card,html[data-theme=light] .legal-card,html[data-theme=light] .market-browser,html[data-theme=light] .market-mood-bar,html[data-theme=light] .market-mood-tile,html[data-theme=light] .metric,html[data-theme=light] .mini-analysis-card,html[data-theme=light] .mini-browser,html[data-theme=light] .mini-stock-card,html[data-theme=light] .nav-auth-loading,html[data-theme=light] .nav-menu-toggle,html[data-theme=light] .nav-mobile-account-summary,html[data-theme=light] .nav-mobile-link,html[data-theme=light] .nav-mobile-link-button,html[data-theme=light] .nav-profile-menu,html[data-theme=light] .nav-profile-trigger,html[data-theme=light] .panel,html[data-theme=light] .preview-tile,html[data-theme=light] .pricing-bar-pill,html[data-theme=light] .pricing-card,html[data-theme=light] .profile-card,html[data-theme=light] .profile-edit-card,html[data-theme=light] .profile-meta-card,html[data-theme=light] .profile-stat-card,html[data-theme=light] .quick-summary,html[data-theme=light] .search-bar,html[data-theme=light] .search-dropdown,html[data-theme=light] .search-empty,html[data-theme=light] .search-shell,html[data-theme=light] .sector-context,html[data-theme=light] .step,html[data-theme=light] .stock-button-stage,html[data-theme=light] .stock-detail-card,html[data-theme=light] .stock-pill,html[data-theme=light] .top-browser,html[data-theme=light] .value-card,html[data-theme=light] .watchlist-button,html[data-theme=light] .watchlist-card,html[data-theme=light] .watchlist-empty,html[data-theme=light] .workspace-panel{border-color:#222222;box-shadow:none}html[data-theme=light] .analysis-stage,html[data-theme=light] .ask-chat-card,html[data-theme=light] .ask-header-block,html[data-theme=light] .chart-card,html[data-theme=light] .cta-card,html[data-theme=light] .demo-card,html[data-theme=light] .featured-card,html[data-theme=light] .legal-card,html[data-theme=light] .market-browser,html[data-theme=light] .metric,html[data-theme=light] .mini-analysis-card,html[data-theme=light] .mini-browser,html[data-theme=light] .mini-stock-card,html[data-theme=light] .panel,html[data-theme=light] .preview-tile,html[data-theme=light] .pricing-bar-pill,html[data-theme=light] .pricing-card,html[data-theme=light] .profile-card,html[data-theme=light] .profile-edit-card,html[data-theme=light] .profile-meta-card,html[data-theme=light] .profile-stat-card,html[data-theme=light] .search-dropdown,html[data-theme=light] .search-shell,html[data-theme=light] .step,html[data-theme=light] .stock-button-stage,html[data-theme=light] .stock-detail-card,html[data-theme=light] .stock-pill,html[data-theme=light] .top-browser,html[data-theme=light] .value-card,html[data-theme=light] .watchlist-card,html[data-theme=light] .watchlist-empty,html[data-theme=light] .workspace-panel{background:#ffffff}html[data-theme=light] .cta-card:hover,html[data-theme=light] .demo-card:hover,html[data-theme=light] .featured-card:focus-visible,html[data-theme=light] .featured-card:hover,html[data-theme=light] .market-mood-tile:focus-visible,html[data-theme=light] .market-mood-tile:hover,html[data-theme=light] .metric:hover,html[data-theme=light] .mini-stock-link:focus-visible,html[data-theme=light] .mini-stock-link:hover,html[data-theme=light] .panel:hover,html[data-theme=light] .search-shell:focus-within,html[data-theme=light] .search-shell:hover,html[data-theme=light] .step:hover,html[data-theme=light] .stock-pill.is-active,html[data-theme=light] .stock-pill:focus-visible,html[data-theme=light] .stock-pill:hover,html[data-theme=light] .value-card:hover,html[data-theme=light] .watchlist-card:focus-visible,html[data-theme=light] .watchlist-card:hover,html[data-theme=light] .workspace-panel:focus-within,html[data-theme=light] .workspace-panel:hover{border-color:#222222}html[data-theme=light] .brand-mark{background:#111111;border-color:transparent;box-shadow:none}html[data-theme=light] .brand-mark-dot{background:#f7f6f3}html[data-theme=light] .profile-button-disabled{background:#f3f3f1;color:rgba(17,17,17,.48);border-color:rgba(17,17,17,.1)}html[data-theme=light] .button-secondary:focus-visible,html[data-theme=light] .button-secondary:hover,html[data-theme=light] .mini-stock-link:focus-visible,html[data-theme=light] .mini-stock-link:hover,html[data-theme=light] .nav-menu-toggle.is-open,html[data-theme=light] .nav-menu-toggle:focus-visible,html[data-theme=light] .nav-menu-toggle:hover,html[data-theme=light] .nav-profile-menu-item:focus-visible,html[data-theme=light] .nav-profile-menu-item:hover,html[data-theme=light] .nav-profile-trigger.is-open,html[data-theme=light] .nav-profile-trigger:focus-visible,html[data-theme=light] .nav-profile-trigger:hover,html[data-theme=light] .watchlist-card:focus-visible,html[data-theme=light] .watchlist-card:hover{background:#f3f3f1;border-color:rgba(17,17,17,.14);color:#111111}html[data-theme=light] .ask-context-banner,html[data-theme=light] .cta-card,html[data-theme=light] .pricing-bar-pill.is-pro,html[data-theme=light] .pricing-card.is-pro,html[data-theme=light] .watchlist-toast{background:rgba(255,255,255,.94);border-color:rgba(17,17,17,.08);box-shadow:none}html[data-theme=light] .cta-card:after,html[data-theme=light] .step:after,html[data-theme=light] .value-card:after{background:linear-gradient(90deg,rgba(17,17,17,.12),transparent 55%)}html[data-theme=light] .brand-mark,html[data-theme=light] .icon-shell,html[data-theme=light] .step-index{background:#ffffff;border-color:rgba(17,17,17,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.75)}html[data-theme=light] .button-secondary,html[data-theme=light] .chip,html[data-theme=light] .eyebrow,html[data-theme=light] .input-shell,html[data-theme=light] .metric,html[data-theme=light] .nav-mobile-account-summary,html[data-theme=light] .nav-mobile-link,html[data-theme=light] .nav-mobile-panel,html[data-theme=light] .nav-profile-menu,html[data-theme=light] .pricing-bar-pill,html[data-theme=light] .quick-summary,html[data-theme=light] .search-dropdown,html[data-theme=light] .sector-context,html[data-theme=light] .workspace-label{border-color:rgba(17,17,17,.1);background:rgba(255,255,255,.96);box-shadow:none}html[data-theme=light] .search-dropdown{box-shadow:0 18px 40px rgba(17,17,17,.08)}html[data-theme=light] .button{box-shadow:0 16px 28px rgba(17,17,17,.12)}html[data-theme=light] .button:focus-visible,html[data-theme=light] .button:hover{box-shadow:0 18px 34px rgba(17,17,17,.14)}html[data-theme=light] .ask-context-label,html[data-theme=light] .ask-input::placeholder,html[data-theme=light] .chat-role,html[data-theme=light] .input-shell input::placeholder,html[data-theme=light] .preview-kicker,html[data-theme=light] .pricing-bar-label,html[data-theme=light] .pricing-footnote a,html[data-theme=light] .profile-meta-label,html[data-theme=light] .quick-summary h3,html[data-theme=light] .search-input::placeholder,html[data-theme=light] .sector-context-label,html[data-theme=light] .workspace-label{color:#6b6b6b}html[data-theme=light] .bull-bear li.bad,html[data-theme=light] .bull-bear li.good,html[data-theme=light] .button-secondary,html[data-theme=light] .chip,html[data-theme=light] .demo-note,html[data-theme=light] .eyebrow,html[data-theme=light] .insight-list li,html[data-theme=light] .market-mood-meta,html[data-theme=light] .market-mood-name,html[data-theme=light] .market-mood-subtext,html[data-theme=light] .metric p,html[data-theme=light] .nav-menu-toggle,html[data-theme=light] .panel-copy,html[data-theme=light] .profile-card p,html[data-theme=light] .profile-field-label,html[data-theme=light] .profile-meta-card p,html[data-theme=light] .profile-stat-card p,html[data-theme=light] .profile-sync-status,html[data-theme=light] .quick-summary-list li,html[data-theme=light] .search-text,html[data-theme=light] .sector-context-copy,html[data-theme=light] .stock-sub,html[data-theme=light] .summary-strip{color:#6b6b6b}html[data-theme=light] .site-header .brand-mark{background:#111111;border-color:transparent;box-shadow:none}html[data-theme=light] .site-header .brand-mark-dot{background:#f7f6f3}html[data-theme=light] .search-bar{background:#ffffff;border-color:rgba(17,17,17,.12)}html[data-theme=light] .market-mood-bar-detail,html[data-theme=light] .market-mood-bar-explore{border-color:rgba(17,17,17,.12)}html[data-theme=light] .market-mood-tile,html[data-theme=light] .market-mood-tile:focus-visible,html[data-theme=light] .market-mood-tile:hover{border-color:rgba(17,17,17,.16)}html[data-theme=light] .search-shell-workspace:focus-within .search-bar{border-color:rgba(17,17,17,.22)}html[data-theme=light] .search-bar svg,html[data-theme=light] .search-input,html[data-theme=light] .search-input::placeholder,html[data-theme=light] .search-text,html[data-theme=light] .search-text strong{color:#6b6b6b}html[data-theme=light] .search-input{color:#111111}html[data-theme=light] .search-button{background:#111111;color:#f7f6f3;box-shadow:none}html[data-theme=light] .search-button:focus-visible,html[data-theme=light] .search-button:hover{background:#1c1c1c;color:#f7f6f3}html[data-theme=light] .contextual-ask-ai-button{background:#111111;border-color:#111111;color:#f7f6f3}html[data-theme=light] .contextual-ask-ai-button:focus-visible,html[data-theme=light] .contextual-ask-ai-button:hover{background:#1c1c1c;border-color:#1c1c1c;color:#f7f6f3}html[data-theme=light] .contextual-ask-ai-dot{background:#f7f6f3}.eyebrow-home{font-size:12px;color:var(--text-secondary);text-transform:none}.brand-mark{background:#f0ece4}.brand-mark-dot{background:#111111}.market-mood-bar,.market-mood-tile{background:transparent}.nav-profile-menu{min-width:140px;gap:4px;padding:6px;border:.5px solid var(--border-subtle);border-radius:8px;background:var(--bg-surface)}.nav-profile-menu-item{min-height:0;padding:10px 16px;border-radius:6px;cursor:pointer;transition:background .15s ease}.nav-profile-menu-item:focus-visible,.nav-profile-menu-item:hover{background:var(--bg-elevated)}.profile-usage-value{display:inline-flex;align-items:baseline;gap:0}.profile-usage-current{color:var(--text-primary)}.profile-usage-separator,.profile-usage-total{color:var(--text-muted)}.hero-card-wrap:before,.hero-search-wrap:before,body:after,body:before{background:rgba(30,30,30,.22)}.analysis-stage,.ask-chat-card,.ask-context-banner,.ask-empty-card,.ask-header-block,.ask-input-row,.ask-input-shell,.chart-card,.cta-card,.demo-card,.featured-card,.legal-card,.market-browser,.market-mood-bar,.market-mood-tile,.mini-analysis-card,.mini-browser,.mini-stock-card,.nav-auth-loading,.nav-menu-toggle,.nav-mobile-account-summary,.nav-mobile-link,.nav-mobile-link-button,.nav-mobile-panel,.nav-profile-menu,.nav-profile-trigger,.panel,.preview-tile,.pricing-bar-pill,.pricing-card,.profile-card,.profile-edit-card,.profile-meta-card,.profile-stat-card,.quick-summary,.search-bar,.search-dropdown,.search-empty,.search-shell,.sector-context,.site-header,.step,.stock-button-stage,.stock-pill,.top-browser,.value-card,.watchlist-card,.watchlist-empty,.workspace-panel{border-color:#222222;box-shadow:none}.analysis-stage,.ask-chat-card,.ask-header-block,.chart-card,.featured-card,.legal-card,.mini-analysis-card,.mini-browser,.mini-stock-card,.nav-mobile-panel,.panel,.preview-tile,.pricing-bar-pill,.pricing-card,.profile-card,.profile-edit-card,.profile-meta-card,.profile-stat-card,.search-dropdown,.search-shell,.site-header,.stock-button-stage,.stock-pill,.top-browser,.watchlist-card,.watchlist-empty{background:#161616}.ask-context-banner,.ask-empty-card,.ask-input-row,.ask-input-shell,.button-secondary,.contextual-ask-ai-button,.nav-auth-loading,.nav-menu-toggle,.nav-mobile-account-summary,.nav-mobile-link,.nav-mobile-link-button,.nav-profile-menu,.nav-profile-trigger,.quick-summary,.search-bar,.search-empty,.sector-context,.watchlist-button,.watchlist-ticker-pill{background:#1e1e1e}.hero-actions .button-secondary,.nav-auth-desktop .nav-login,.nav-auth-desktop .nav-login:focus-visible,.nav-auth-desktop .nav-login:hover,.nav-mobile-auth .nav-login,.nav-mobile-auth .nav-login:focus-visible,.nav-mobile-auth .nav-login:hover,.profile-edit-actions .button-secondary{color:#f0ece4}.button-secondary:focus-visible,.button-secondary:hover,.featured-card:focus-visible,.featured-card:hover,.mini-stock-link:focus-visible,.mini-stock-link:hover,.nav-mobile-link.is-active,.nav-mobile-link:focus-visible,.nav-mobile-link:hover,.nav-profile-menu-item:focus-visible,.nav-profile-menu-item:hover,.search-result.is-active,.search-result:focus-visible,.search-result:hover,.stock-pill.is-active,.stock-pill:focus-visible,.stock-pill:hover,.watchlist-card:focus-visible,.watchlist-card:hover,.watchlist-inline-action:focus-visible,.watchlist-inline-action:hover{background:#1e1e1e;border-color:#222222}.nav-profile-menu .nav-profile-menu-item{padding-inline:12px;border-radius:999px;color:#f0ece4;transition:background .2s ease}.nav-profile-menu .nav-profile-menu-item:focus-visible,.nav-profile-menu .nav-profile-menu-item:hover{background:rgba(255,255,255,.07);color:#f0ece4}.input-shell,.profile-name-input{background:#161616;border-color:#222222;box-shadow:none}.watchlist-inline-action:not(.watchlist-remove-action){background:transparent;border-color:rgba(240,236,228,.2);color:#f0ece4;box-shadow:none}.watchlist-inline-action:not(.watchlist-remove-action):hover{background:rgba(240,236,228,.06);border-color:rgba(240,236,228,.35);color:#f0ece4}.stock-detail-card{background:#161616;border:.5px solid #222222}.quick-summary,.sector-context,.stock-detail-card>.reveal-up,.stock-detail-section{background:transparent}.stock-detail-card .quick-summary.stock-detail-section{box-sizing:border-box;width:calc(100% - 2rem);padding:1rem 1.15rem;border-top:.5px solid var(--bg-elevated);border-radius:16px;border:.5px solid var(--bg-elevated);margin:.08rem 1rem .35rem}.stock-detail-card .quick-summary-list{max-width:none}.stock-detail-card .quick-summary-list li{padding-right:.4rem}.stock-detail-card .quick-summary.stock-detail-section+.reveal-up{border-top:0;padding-top:.9rem}.stock-detail-card .metrics+.reveal-up{border-top:0;padding-top:.2rem}.stock-detail-card .sector-context{box-sizing:border-box;width:100%;margin:0;padding:1rem 1.15rem;border-top:.5px solid var(--bg-elevated);border-radius:16px;border:.5px solid var(--bg-elevated)}.stock-detail-card .reveal-up:has(.sector-context)+.metrics.reveal-up{border-top:0;padding-top:.35rem}.metrics{background:transparent;border:none;box-shadow:none}.metric{border:.5px solid #222222}.metric,.metric:hover{background:#161616}html[data-theme=light] .nav-mobile-panel,html[data-theme=light] .site-header{background:color-mix(in srgb,#f7f6f3 94%,transparent);border-color:rgba(17,17,17,.08)}html[data-theme=light] .brand,html[data-theme=light] .nav-link{color:#675946}html[data-theme=light] .brand:focus-visible,html[data-theme=light] .brand:hover,html[data-theme=light] .nav-link:focus-visible,html[data-theme=light] .nav-link:hover{color:#111111}