:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--page:#f3f1ea;--surface:#fcfbf7;--surface-2:#eeebe1;--ink:#14171c;--ink-2:#52514e;--muted:#8b897f;--grid:#e3e0d5;--border:#14171c1a;--border-2:#14171c29;--accent:#3b5ba5;--accent-ink:#fff;--accent-wash:#3b5ba51a;--good:#0ca30c;--good-wash:#0ca30c1f;--critical:#d03b3b;--critical-wash:#d03b3b1a;--caution:#c98a16;--caution-wash:#c98a1624;--shadow:0 1px 2px #14171c0a, 0 8px 24px -12px #14171c2e}@media (prefers-color-scheme:dark){:root:where(:not([data-theme=light])){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--page:#0d0f13;--surface:#171b21;--surface-2:#1e232b;--ink:#f2f1ec;--ink-2:#c3c2b7;--muted:#8b897f;--grid:#262b33;--border:#f2f1ec14;--border-2:#f2f1ec24;--accent:#7da0de;--accent-ink:#0d0f13;--accent-wash:#7da0de24;--good:#35c15e;--good-wash:#35c15e24;--critical:#e8635f;--critical-wash:#e8635f24;--caution:#f0b429;--caution-wash:#f0b42929;--shadow:0 1px 2px #0000004d, 0 12px 32px -14px #0009}}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--page:#0d0f13;--surface:#171b21;--surface-2:#1e232b;--ink:#f2f1ec;--ink-2:#c3c2b7;--muted:#8b897f;--grid:#262b33;--border:#f2f1ec14;--border-2:#f2f1ec24;--accent:#7da0de;--accent-ink:#0d0f13;--accent-wash:#7da0de24;--good:#35c15e;--good-wash:#35c15e24;--critical:#e8635f;--critical-wash:#e8635f24;--caution:#f0b429;--caution-wash:#f0b42929;--shadow:0 1px 2px #0000004d, 0 12px 32px -14px #0009}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--page:#f3f1ea;--surface:#fcfbf7;--surface-2:#eeebe1;--ink:#14171c;--ink-2:#52514e;--muted:#8b897f;--grid:#e3e0d5;--border:#14171c1a;--border-2:#14171c29;--accent:#3b5ba5;--accent-ink:#fff;--accent-wash:#3b5ba51a;--good:#0ca30c;--good-wash:#0ca30c1f;--critical:#d03b3b;--critical-wash:#d03b3b1a;--caution:#c98a16;--caution-wash:#c98a1624;--shadow:0 1px 2px #14171c0a, 0 8px 24px -12px #14171c2e}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--page);color:var(--ink);-webkit-font-smoothing:antialiased;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;transition:background-color .2s,color .2s}::selection{background:var(--accent-wash)}a{color:inherit}button{font-family:inherit}.mono{font-variant-numeric:tabular-nums;letter-spacing:-.01em;font-family:IBM Plex Mono,SF Mono,Cascadia Code,Consolas,monospace}.eyebrow{letter-spacing:.09em;text-transform:uppercase;color:var(--muted);font-size:10.5px;font-weight:700}.app{grid-template-columns:264px minmax(0,1fr);min-height:100vh;display:grid}.appContent{min-width:0;max-width:100%}.rail{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;gap:24px;height:100vh;padding:20px 12px;display:flex;position:sticky;top:0;overflow-y:auto}.brand{align-items:center;gap:10px;padding:2px 4px 8px;display:flex}.brandMark{background:var(--accent);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.brandName{letter-spacing:-.01em;font-size:15px;font-weight:700}.brandSub{color:var(--muted);letter-spacing:.04em;font-size:10.5px}.railThemeToggle{padding:0 4px}.themeSwitchWrap{background:var(--surface-2);border:1px solid var(--border);border-radius:8px;grid-template-columns:1fr 1fr;gap:3px;padding:3px;display:grid}.themeOption{color:var(--muted);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:500;transition:all .15s;display:flex}.themeOption:hover{color:var(--ink)}.themeOption.active{background:var(--surface);color:var(--ink);box-shadow:var(--shadow);font-weight:600}.themeOption svg{flex-shrink:0}.themeToggleBtn{background:var(--surface-2);border:1px solid var(--border-2);color:var(--ink-2);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.themeToggleBtn:hover{background:var(--surface);color:var(--ink);border-color:var(--ink-2)}.themeToggleBtn .themeIcon{flex-shrink:0}.navPrimary{flex-direction:column;gap:2px;display:flex}.navItem{color:var(--ink-2);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:7px;align-items:center;gap:10px;width:100%;padding:8px 10px;font-size:13px;font-weight:500;display:flex}.navItem svg{opacity:.75;flex-shrink:0}.navItem:hover{background:var(--surface-2)}.navItem.active{background:var(--accent-wash);color:var(--accent);font-weight:700}.navItem.active svg{opacity:1}.navItem.disabled{cursor:default;color:var(--muted);justify-content:space-between}.navItem.disabled:hover{background:0 0}.navItem.disabled svg{opacity:.45}.soonTag{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);background:var(--surface-2);border-radius:20px;margin-left:auto;padding:2px 6px;font-size:9px;font-weight:700}.railSectionLabel{padding:4px 10px 2px}.watchlist{flex-direction:column;gap:1px;max-height:46vh;display:flex;overflow-y:auto}.watchRow{cursor:pointer;text-align:left;width:100%;color:var(--ink);background:0 0;border:1px solid #0000;border-radius:7px;flex-shrink:0;grid-template-columns:minmax(0,1fr) 40px auto;align-items:center;gap:8px;padding:6px 8px;display:grid;overflow:hidden}.watchRow:hover{background:var(--surface-2)}.watchRow.active{background:var(--surface-2);border-color:var(--border-2)}.watchId{min-width:0;overflow:hidden}.watchId .sym{white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:700;display:block;overflow:hidden}.watchId .name{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin-top:1px;font-size:10px;display:block;overflow:hidden}.watchMetaCol{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.watchPrice{text-align:right;white-space:nowrap;font-size:11px}.watchChg{text-align:center;white-space:nowrap;border-radius:4px;padding:1.5px 5px;font-size:9.5px;font-weight:700}.watchChg.up{color:var(--good);background:var(--good-wash)}.watchChg.down{color:var(--critical);background:var(--critical-wash)}.railFoot{background:var(--surface-2);color:var(--muted);border-radius:9px;margin-top:auto;padding:10px;font-size:11px;line-height:1.5}.tapeWrap{border-bottom:1px solid var(--border);background:var(--surface);white-space:nowrap;overflow:hidden}.tape{padding:7px 0;animation:42s linear infinite scrollTape;display:inline-flex}.tape span{align-items:center;gap:6px;padding:0 20px;font-size:11.5px;display:inline-flex}@keyframes scrollTape{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.tape{animation:none}}main{max-width:1180px;padding:22px 28px 48px}.pageHead{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.tickerTitle{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.tickerTitle .sym{letter-spacing:-.01em;font-size:26px;font-weight:700}.tickerTitle .name{color:var(--muted);font-size:14px}.tickerPicker{display:inline-flex;position:relative}.tickerPickerBtn{cursor:pointer;color:var(--ink);background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:8px;margin:-2px -4px;padding:2px 8px 2px 4px;transition:background .15s,border-color .15s,box-shadow .15s;display:inline-flex}.tickerPickerBtn:hover{background:var(--surface-2);border-color:var(--border-2)}.tickerPickerBtn.open{background:var(--surface-2);border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-wash)}.tickerPickerChevron{color:var(--muted);flex-shrink:0;transition:transform .2s cubic-bezier(.4,0,.2,1),color .15s}.tickerPickerChevron.open{color:var(--accent);transform:rotate(180deg)}.tickerMenu{background:var(--surface);border:1px solid var(--border-2);width:320px;max-width:90vw;box-shadow:var(--shadow);z-index:50;border-radius:12px;animation:.15s ease-out tickerMenuFade;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden}@keyframes tickerMenuFade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.tickerMenuSearchWrap{border-bottom:1px solid var(--border);background:var(--surface);align-items:center;gap:8px;padding:10px 14px;display:flex}.tickerMenuSearch{color:var(--ink);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:12.5px}.tickerMenuSearch::placeholder{color:var(--muted)}.tickerMenuClear{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:0 2px;font-size:16px;line-height:1}.tickerMenuClear:hover{color:var(--ink)}.tickerMenuList{max-height:280px;padding:4px;overflow-y:auto}.tickerMenuItem{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:8px 10px;font-family:inherit;transition:background .12s;display:flex}.tickerMenuItem:hover{background:var(--surface-2)}.tickerMenuItem.active{background:var(--accent-wash)}.tickerMenuItemLeft{flex-direction:column;min-width:0;display:flex}.tickerMenuItemSym{color:var(--ink);font-size:13px;font-weight:700}.tickerMenuItem.active .tickerMenuItemSym{color:var(--accent)}.tickerMenuItemName{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;max-width:160px;font-size:11px;overflow:hidden}.tickerMenuItemRight{flex-shrink:0;align-items:center;gap:8px;display:flex}.tickerMenuItemPrice{color:var(--ink);font-size:12px;font-weight:600}.tickerMenuEmpty{text-align:center;color:var(--muted);padding:20px 14px;font-size:12px}.badgeLive{letter-spacing:.05em;text-transform:uppercase;color:var(--good);border:1px solid var(--good);white-space:nowrap;border-radius:20px;padding:3px 9px;font-size:10px;font-weight:700}.rangeToggle{background:var(--surface-2);border-radius:8px;gap:2px;padding:3px;display:inline-flex}.rangeToggle button{color:var(--ink-2);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:5px 11px;font-size:11.5px;font-weight:600}.rangeToggle button.active{background:var(--surface);color:var(--ink);box-shadow:var(--shadow)}.predictionControls{flex-wrap:wrap;justify-content:flex-end;align-items:flex-start;gap:10px;display:flex}.predictionPicker{position:relative}.predictionPickerButton{border:1px solid var(--border-2);background:var(--surface);color:var(--ink);cursor:pointer;box-shadow:var(--shadow);border-radius:8px;align-items:center;gap:10px;padding:8px 12px;font-size:11.5px;font-weight:700;display:inline-flex}.predictionPickerButton:disabled{cursor:not-allowed;opacity:.6}.predictionPickerValue{color:var(--muted);font-weight:600}.predictionMenu{background:var(--surface);border:1px solid var(--border);min-width:260px;max-height:320px;box-shadow:var(--shadow);z-index:20;border-radius:12px;padding:8px;position:absolute;top:calc(100% + 8px);right:0;overflow-y:auto}.predictionMenu button{width:100%;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:8px 10px;display:flex}.predictionMenu button:hover,.predictionMenu button.active{background:var(--accent-wash);color:var(--accent)}.predictionMenu button .mono{color:var(--muted);font-size:10px}.predictionMenu button.active .mono{color:var(--accent)}.statRow{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px;display:grid}.tile{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px 16px}.tile .value{letter-spacing:-.01em;font-size:22px;font-weight:700}.tile .sub{color:var(--muted);margin-top:4px;font-size:11.5px}.chip{border-radius:5px;align-items:center;gap:4px;padding:2px 7px;font-size:11px;font-weight:700;display:inline-flex}.chip.buy{background:var(--good);color:#fff}.chip.hold{background:var(--caution);color:#241a04}.chip.sell{background:var(--critical);color:#fff}.chip.up{color:var(--good);background:var(--good-wash)}.chip.down{color:var(--critical);background:var(--critical-wash)}.gaugeTrack{background:var(--surface-2);border-radius:3px;flex:1;height:6px;overflow:hidden}.gaugeFill{background:var(--accent);border-radius:3px;height:100%}.contentGrid{grid-template-columns:minmax(0,1.62fr) minmax(0,1fr);align-items:start;gap:14px;display:grid}.contentGrid>div{min-width:0}.card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:12px}.cardHead{justify-content:space-between;align-items:center;padding:14px 16px 4px;display:flex}.cardTitle{font-size:13.5px;font-weight:700}.cardBody{padding:6px 16px 16px}.chartWrap{position:relative}.chartWrap svg{width:100%;height:auto;display:block;overflow:visible}.gridline{stroke:var(--grid);stroke-width:1px}.axisLabel{fill:var(--muted);font-size:9.5px}.crosshairLine{stroke:var(--muted);stroke-width:1px;stroke-dasharray:2 3}.tooltip{pointer-events:none;background:var(--ink);color:var(--page);white-space:nowrap;box-shadow:var(--shadow);z-index:5;border-radius:7px;padding:7px 9px;font-size:11px;line-height:1.45;position:absolute;transform:translate(-50%,-110%)}.legendRow{color:var(--ink-2);flex-wrap:wrap;gap:14px;padding:0 16px 12px;font-size:11px;display:flex}.legendRow .dot{border-radius:2px;width:8px;height:8px;margin-right:5px;display:inline-block}.newsList{flex-direction:column;display:flex}.newsItem{border-top:1px solid var(--border);flex-direction:column;gap:4px;padding:11px 0;display:flex}.newsItem:first-child{border-top:none;padding-top:2px}.newsMeta{justify-content:space-between;align-items:center;gap:8px;display:flex}.newsSource{letter-spacing:.03em;text-transform:uppercase;color:var(--muted);font-size:10.5px;font-weight:700}.newsTime{color:var(--muted);white-space:nowrap;font-size:10.5px}.newsHead{font-size:12.5px;line-height:1.4}.newsHead:hover{color:var(--accent)}.emptyState{color:var(--muted);padding:8px 0 4px;font-size:12px}.sentimentCard .scoreRow{align-items:baseline;gap:10px;display:flex}.sentimentCard .scoreValue{font-size:30px;font-weight:700}.sentimentCard .articleCount{color:var(--muted);font-size:11.5px}.strategyCard{margin-top:14px}table.strategies{border-collapse:collapse;width:100%}table.strategies th{text-align:left;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--border);padding:8px 16px;font-size:10.5px;font-weight:700}table.strategies td{border-bottom:1px solid var(--border);vertical-align:middle;padding:12px 16px;font-size:12.5px}table.strategies tr:last-child td{border-bottom:none}.stratName{font-weight:700}.stratHorizon{color:var(--muted);margin-top:2px;font-size:10.5px}.confBarTrack{background:var(--surface-2);border-radius:3px;width:84px;height:6px;overflow:hidden}.confBarFill{background:var(--accent);border-radius:3px;height:100%}.rationale{color:var(--ink-2);max-width:320px}.disclaimer{color:var(--muted);border:1px dashed var(--border-2);border-radius:10px;margin-top:16px;padding:12px 16px;font-size:11px}.companyMeta{grid-template-columns:repeat(2,1fr);gap:10px;font-size:11.5px;display:grid}.companyMeta .k{color:var(--muted)}.companyMeta .v{margin-top:1px;font-weight:700}.loadingOverlay{opacity:.55;pointer-events:none;transition:opacity .15s}.modelInsightsSection{margin-top:16px}.modelInsightsDate{color:var(--muted);font-size:11px}.modelInsightsGrid{grid-template-columns:minmax(360px,440px) 1fr;align-items:center;gap:20px;display:grid}@media (max-width:960px){.modelInsightsGrid{grid-template-columns:1fr;gap:16px}}.modelInsightsKpiGrid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.modelKpiTile{background:var(--surface-2);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:3px;padding:10px 14px;display:flex}.modelKpiLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:9.5px;font-weight:700}.modelKpiValue{letter-spacing:-.01em;font-size:16px;font-weight:700;line-height:1.25}.modelKpiSub{color:var(--muted);font-size:10.5px}.modelInsightsFeaturesCol{background:var(--surface-2);border:1px solid var(--border);border-radius:10px;flex-direction:column;padding:12px 16px;display:flex}.modelFeaturesHeader{justify-content:space-between;align-items:baseline;margin-bottom:10px;display:flex}.modelFeaturesTitle{color:var(--ink);letter-spacing:.02em;font-size:12px;font-weight:700}.modelFeaturesSubtitle{color:var(--muted);font-size:11px}.modelFeaturesList{flex-direction:column;gap:8px;display:flex}.modelFeatureRow{align-items:center;gap:12px;display:flex}.modelFeatureName{width:130px;color:var(--ink-2);white-space:nowrap;text-overflow:ellipsis;flex-shrink:0;font-size:11.5px;overflow:hidden}.modelFeatureTrack{background:var(--surface);border:1px solid var(--border);border-radius:4px;flex:1;height:8px;overflow:hidden}.modelFeatureBar{background:linear-gradient(90deg, var(--accent), #38bdf8);border-radius:4px;height:100%;transition:width .3s}.modelFeaturePct{text-align:right;width:44px;color:var(--muted);flex-shrink:0;font-size:11px}.pvSection{margin-top:16px}.pvCard{overflow:hidden}.pvCard .cardHead{padding:16px 20px 8px}.pvCard .cardTitle{align-items:center;gap:10px;display:flex}.pvTickerBadge{letter-spacing:.05em;text-transform:uppercase;color:var(--accent);background:var(--accent-wash);border-radius:20px;padding:3px 9px;font-size:10px;font-weight:700}.pvControls{align-items:center;gap:8px;display:flex}.pvRangeToggle{background:var(--surface-2);border-radius:8px;gap:2px;padding:3px;display:inline-flex}.pvRangeToggle button{color:var(--ink-2);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:5px 11px;font-size:11px;font-weight:600;transition:all .15s}.pvRangeToggle button.active{background:var(--surface);color:var(--ink);box-shadow:var(--shadow)}.pvRangeToggle button:hover:not(.active){color:var(--ink)}.pvStatsRow{gap:8px;padding:8px 20px 4px;display:flex;overflow-x:auto}.pvStat{background:var(--surface-2);border:1px solid var(--border);border-radius:10px;flex-direction:column;flex:1;gap:4px;min-width:90px;padding:10px 14px;display:flex}.pvStatLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:9.5px;font-weight:700}.pvStatValue{font-variant-numeric:tabular-nums;letter-spacing:-.01em;font-size:15px;font-weight:700}.pvGood{color:var(--good)}.pvCaution{color:var(--caution)}.pvCritical{color:var(--critical)}.pvChartWrap{padding:8px 8px 0}.pvChartWrap .recharts-brush-slide{fill:var(--accent-wash);stroke:var(--accent)}.pvChartWrap .recharts-brush-traveller rect{fill:var(--accent);rx:3}.pvChartWrap .recharts-brush text{fill:var(--muted);font-size:10px}.pvChartWrap .recharts-legend-item-text{color:var(--ink-2)!important;font-size:11px!important}.pvChartWrap .recharts-cartesian-axis-tick-value{font-family:IBM Plex Mono,SF Mono,Consolas,monospace}.pvTooltip{background:var(--surface);border:1px solid var(--border-2);box-shadow:var(--shadow);border-radius:10px;min-width:180px;padding:12px 14px;font-size:12px;line-height:1.5}.pvTooltipDate{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px;font-size:11px;font-weight:700}.pvTooltipRow{justify-content:space-between;align-items:center;gap:10px;padding:3px 0;display:flex}.pvTooltipRow span{color:var(--ink-2);font-size:11.5px}.pvTooltipRow strong{font-variant-numeric:tabular-nums;font-size:12px}.pvTooltipDot{border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.pvTooltipDivider{background:var(--border);height:1px;margin:6px 0}.pvErrorSection{padding:12px 20px 8px}.pvErrorHead{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.pvErrorTitle{color:var(--ink-2);font-size:12px;font-weight:700}.pvErrorSub{color:var(--muted);font-size:11px}.pvErrorBars{align-items:stretch;gap:1px;height:64px;display:flex;position:relative}.pvErrorBars:before{content:"";background:var(--grid);z-index:0;height:1px;position:absolute;top:50%;left:0;right:0}.pvErrorBar{cursor:default;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.pvErrorBarInner{z-index:1;border-radius:2px;width:100%;max-width:8px;transition:height .3s;position:absolute}.pvErrorBarInner.good{background:var(--good);opacity:.7}.pvErrorBarInner.caution{background:var(--caution);opacity:.7}.pvErrorBarInner.critical{background:var(--critical);opacity:.7}.pvErrorBar:hover .pvErrorBarInner{opacity:1}.pvErrorAxis{color:var(--muted);justify-content:space-between;align-items:center;padding-top:4px;font-size:9.5px;display:flex}.pvErrorCenter{font-weight:700}.pvLegendRow{color:var(--ink-2);flex-wrap:wrap;align-items:center;gap:14px;padding:8px 20px 12px;font-size:11px;display:flex}.pvLegendRow .dot{border-radius:50%;width:8px;height:8px;margin-right:5px;display:inline-block}.pvDataCount{color:var(--muted);margin-left:auto;font-size:10.5px}.pvDisclaimer{color:var(--muted);border-top:1px dashed var(--border);margin:0;padding:10px 20px 14px;font-size:10.5px;line-height:1.5}@media (max-width:900px){.app{grid-template-columns:1fr}.rail{height:auto;position:static}.contentGrid{grid-template-columns:1fr}.statRow{grid-template-columns:repeat(2,1fr)}.pvStatsRow{flex-wrap:wrap}.pvStat{min-width:80px}.pvErrorHead{flex-direction:column;align-items:flex-start;gap:4px}.marketGridBottom{grid-template-columns:1fr}.compareSelector{flex-direction:column}.comparePickerGrid{grid-template-columns:repeat(3,1fr)}.screenerFilters{flex-direction:column}}.railDivider{background:var(--border);height:1px;margin:4px 0}.viewHeader{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:20px;display:flex}.viewTitle{letter-spacing:-.01em;margin:0;font-size:22px;font-weight:700}.viewSubtitle{color:var(--muted);font-size:13px}.viewLoading{min-height:300px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:13px;display:flex}.viewLoadingSpinner{border:3px solid var(--border-2);border-top-color:var(--accent);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.muted{color:var(--muted)}.chartModeToggle{background:var(--surface-2);border-radius:7px;gap:1px;padding:2px;display:inline-flex}.chartModeToggle button{color:var(--ink-2);cursor:pointer;background:0 0;border:none;border-radius:5px;padding:4px 10px;font-size:11px;font-weight:600;transition:all .15s}.chartModeToggle button.active{background:var(--surface);color:var(--ink);box-shadow:var(--shadow)}.heatmapContainer{flex-direction:column;gap:16px;display:flex}.heatmapSector{flex-direction:column;gap:6px;display:flex}.heatmapSectorLabel{padding:0 2px}.heatmapGrid{flex-wrap:wrap;gap:4px;display:flex}.heatmapCell{cursor:pointer;border:1px solid #ffffff0f;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:72px;padding:8px 10px;font-family:inherit;transition:transform .15s,box-shadow .15s;display:flex}.heatmapCell:hover{z-index:2;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.heatmapTicker{letter-spacing:.02em;font-family:IBM Plex Mono,SF Mono,Consolas,monospace;font-size:11px;font-weight:700}.heatmapReturn{opacity:.9;font-size:10px;font-weight:600}.marketViewWrap{max-width:1180px}.marketGridBottom{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:16px;display:grid}.marketTable{border-collapse:collapse;width:100%}.marketTable th{text-align:left;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--border);padding:8px 16px;font-size:10px;font-weight:700}.marketTable td{border-bottom:1px solid var(--border);vertical-align:middle;padding:10px 16px;font-size:12px}.marketTable tr:last-child td{border-bottom:none}.marketTable tr:hover td{background:var(--surface-2)}.marketTableName{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;max-width:140px;margin-top:1px;font-size:10px;display:block;overflow:hidden}.marketTableSector{color:var(--ink-2);font-size:11px}.chip.positive{color:var(--good);background:var(--good-wash)}.chip.negative{color:var(--critical);background:var(--critical-wash)}.chip.neutral{color:var(--ink-2);background:var(--surface-2)}.sectorBars{flex-direction:column;gap:8px;display:flex}.sectorBar{grid-template-columns:160px 1fr 60px;align-items:center;gap:12px;display:grid}.sectorBarLabel{font-size:12px;font-weight:600}.sectorBarTrack{background:var(--surface-2);border-radius:4px;height:8px;overflow:hidden}.sectorBarFill{border-radius:4px;height:100%;transition:width .4s}.sectorBarValue{text-align:right;font-family:IBM Plex Mono,SF Mono,Consolas,monospace;font-size:12px;font-weight:700}.screenerWrap{max-width:1180px}.screenerFilters{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px;display:flex}.screenerSearch{border:1px solid var(--border-2);background:var(--surface);color:var(--ink);border-radius:8px;outline:none;min-width:200px;padding:8px 12px;font-family:inherit;font-size:12px;transition:border-color .15s}.screenerSearch:focus{border-color:var(--accent)}.screenerSearch::placeholder{color:var(--muted)}.screenerSelect{border:1px solid var(--border-2);background:var(--surface);color:var(--ink);cursor:pointer;border-radius:8px;outline:none;padding:8px 12px;font-family:inherit;font-size:12px}.screenerChipGroup{gap:4px;display:flex}.screenerChip{border:1px solid var(--border-2);color:var(--ink-2);cursor:pointer;background:0 0;border-radius:6px;padding:5px 10px;font-family:inherit;font-size:11px;font-weight:600;transition:all .15s}.screenerChip.active{background:var(--accent-wash);color:var(--accent);border-color:var(--accent)}.screenerChip.active.buy{background:var(--good-wash);color:var(--good);border-color:var(--good)}.screenerChip.active.sell{background:var(--critical-wash);color:var(--critical);border-color:var(--critical)}.screenerChip.active.hold{background:var(--caution-wash);color:var(--caution);border-color:var(--caution)}.screenerTableCard{overflow:hidden}.screenerTableWrap{overflow-x:auto}.screenerTable{border-collapse:collapse;width:100%;min-width:900px}.screenerTable th{text-align:left;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--border);background:var(--surface);white-space:nowrap;padding:10px 14px;font-size:10px;font-weight:700;position:sticky;top:0}.screenerTable th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.screenerTable th.sortable:hover{color:var(--ink)}.screenerTable th.right,.screenerTable td.right{text-align:right}.screenerTable td{border-bottom:1px solid var(--border);vertical-align:middle;padding:10px 14px;font-size:12px}.screenerRow{cursor:pointer;transition:background .1s}.screenerRow:hover td{background:var(--surface-2)}.screenerName{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;max-width:160px;margin-top:1px;font-size:10px;display:block;overflow:hidden}.screenerSector{color:var(--ink-2);font-size:11px}.accuracyTable{table-layout:fixed;min-width:760px}.accuracyTable th:first-child{width:15%}.accuracyTable th:nth-child(2){width:27%}.accuracyTable th:nth-child(3),.accuracyTable th:nth-child(4){width:11%}.accuracyTable th:nth-child(5),.accuracyTable th:nth-child(6),.accuracyTable th:nth-child(7){width:12%}.accuracyName{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.accuracyTickerWrap{align-items:center;gap:6px;display:inline-flex}.accuracyCountBadge{font-size:9px;font-family:var(--font-mono,monospace);color:var(--muted);background:var(--surface-2);border:1px solid var(--border);white-space:nowrap;border-radius:4px;padding:1px 4px;font-weight:500}.candlestickWrap{margin:0 -8px}.technicalPanelWrap{flex-direction:column;gap:4px;margin-top:8px;display:flex}.techSubChart{border-top:1px solid var(--border);padding-top:8px}.techSubLabel{margin-bottom:4px}.techSubLegend{gap:14px;padding:4px 0 4px 32px;font-size:10px;display:flex}.techToggles{flex-wrap:wrap;align-items:center;gap:4px;margin-bottom:10px;display:flex}.techToggle{border:1px solid var(--border-2);color:var(--ink-2);cursor:pointer;background:0 0;border-radius:5px;padding:4px 10px;font-family:inherit;font-size:11px;font-weight:600;transition:all .15s}.techToggle.active{background:var(--accent-wash);color:var(--accent);border-color:var(--accent)}.techToggleDivider{background:var(--border-2);width:1px;height:18px;margin:0 4px}.accuracyWrap,.compareWrap{max-width:1180px}.compareSelector{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.compareSelectorLeft{flex-direction:column;gap:8px;display:flex}.compareSelectedChips{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.compareSelectedChip{border:2px solid var(--border-2);background:var(--surface);color:var(--ink);cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:5px 10px;font-family:IBM Plex Mono,SF Mono,Consolas,monospace;font-size:12px;font-weight:700;transition:all .15s;display:inline-flex}.compareSelectedChip:hover{background:var(--critical-wash)}.compareRemove{opacity:.5;font-family:inherit;font-size:14px}.comparePickerGrid{grid-template-columns:repeat(6,1fr);gap:4px;max-height:240px;margin-bottom:16px;padding:2px;display:grid;overflow-y:auto}.comparePickerItem{border:1px solid var(--border);background:var(--surface);cursor:pointer;color:var(--ink);border-radius:8px;flex-direction:column;align-items:center;gap:2px;padding:8px 6px;font-family:inherit;transition:all .15s;display:flex}.comparePickerItem:hover:not(:disabled){border-color:var(--accent);background:var(--accent-wash)}.comparePickerItem:disabled{opacity:.35;cursor:not-allowed}.comparePickerItem.active{border-width:2px}.comparePickerPrice{color:var(--muted);font-size:10px}.compareTable{border-collapse:collapse;width:100%}.compareTable th{text-align:center;border-bottom:1px solid var(--border);padding:10px 16px;font-size:12px;font-weight:700}.compareTable th:first-child{text-align:left}.compareTable td{border-bottom:1px solid var(--border);text-align:center;vertical-align:middle;padding:10px 16px;font-size:12px}.compareTable td:first-child{text-align:left;color:var(--ink-2);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:600}.compareTable tr:last-child td{border-bottom:none}.strategyMain{width:100%;max-width:100%}.strategyViewWrap{width:100%;max-width:100%;padding-bottom:40px}.stratViewIntro{color:var(--ink-2);margin:0 0 24px;font-size:13.5px;line-height:1.65}.stratPickerCards{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:24px;display:grid}@media (max-width:860px){.stratPickerCards{grid-template-columns:1fr}}.stratPickerCard{background:var(--surface);border:1px solid var(--border);cursor:pointer;text-align:left;color:var(--ink);box-shadow:var(--shadow);border-radius:12px;flex-direction:column;padding:16px 18px;font-family:inherit;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.stratPickerCard:hover{border-color:var(--border-2);background:var(--surface-2);transform:translateY(-2px)}.stratPickerCard.active{border-color:var(--accent);background:var(--accent-wash);box-shadow:0 0 0 1px var(--accent), var(--shadow)}.stratPickerCardHead{align-items:center;gap:10px;margin-bottom:10px;display:flex}.stratPickerIcon{flex-shrink:0}.stratPickerNum{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:10px;font-weight:700}.stratPickerActiveBadge{text-transform:uppercase;letter-spacing:.06em;color:var(--accent);background:#7da0de2e;border-radius:12px;margin-left:auto;padding:2px 8px;font-size:9.5px;font-weight:700}.stratPickerName{margin-bottom:2px;font-size:15px;font-weight:700}.stratPickerHorizon{color:var(--muted);font-size:11px}.stratContent{animation:.3s ease-out stratFadeIn}@keyframes stratFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.stratContentTagline{color:var(--ink-2);background:var(--surface);border-left:3px solid var(--accent);border-radius:0 10px 10px 0;margin-bottom:28px;padding:14px 18px;font-size:14.5px;font-style:italic;line-height:1.55}.stratContentSection{margin-bottom:28px}.stratContentTitle{text-transform:uppercase;letter-spacing:.07em;color:var(--accent);margin:0 0 12px;font-size:12px;font-weight:700}.stratContentText{color:var(--ink-2);margin:0;font-size:13.5px;line-height:1.7}.stratContentSignals{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}@media (max-width:900px){.stratContentSignals{grid-template-columns:1fr}}.stratContentSignalCard{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:10px;flex-direction:column;align-items:flex-start;gap:10px;padding:16px 18px;transition:transform .15s,border-color .15s;display:flex}.stratContentSignalCard:hover{border-color:var(--border-2);transform:translateY(-2px)}.stratContentSignalCard.buy{border-top:3px solid var(--good);border-left:1px solid var(--border)}.stratContentSignalCard.sell{border-top:3px solid var(--critical);border-left:1px solid var(--border)}.stratContentSignalCard.hold{border-top:3px solid var(--caution);border-left:1px solid var(--border)}.stratContentSignalCard p{color:var(--ink-2);margin:0;font-size:12.5px;line-height:1.6}.stratContentSignalCard .chip{flex-shrink:0}.stratDetailsGrid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:24px;display:grid}@media (max-width:900px){.stratDetailsGrid{grid-template-columns:1fr}}.stratDetailsCol{flex-direction:column;min-width:0;display:flex}.stratContentFormulaTable{border:1px solid var(--border);box-shadow:var(--shadow);border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.stratContentFormulaRow{border-bottom:1px solid var(--border);align-items:baseline;gap:16px;padding:11px 16px;display:flex}.stratContentFormulaRow:last-child{border-bottom:none}.stratContentFormulaRow:nth-child(odd){background:var(--surface-2)}.stratContentFormulaLabel{color:var(--ink);flex-shrink:0;min-width:140px;font-size:12px;font-weight:700}.stratContentFormulaExpr{color:var(--ink-2);word-break:break-word;font-family:SF Mono,Cascadia Code,Fira Code,monospace;font-size:12px;line-height:1.5}.stratContentRules{flex-direction:column;gap:10px;display:flex}.stratContentRule{color:var(--ink-2);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:8px;align-items:flex-start;gap:10px;padding:12px 14px;font-size:13px;line-height:1.55;display:flex}.stratContentRule .chip{flex-shrink:0;margin-top:2px}.stratContentConfList{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);color:var(--ink-2);border-radius:10px;margin:0;padding:14px 18px 14px 34px;font-family:SF Mono,Cascadia Code,Fira Code,monospace;font-size:12.5px;line-height:1.85;list-style:none}.stratContentConfList li{padding-left:4px;position:relative}.stratContentConfList li:before{content:"→";color:var(--accent);opacity:.6;position:absolute;left:-16px}.stratContentComposite{border:1px solid var(--border);box-shadow:var(--shadow);border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.stratContentCompositeRow{border-bottom:1px solid var(--border);align-items:baseline;gap:16px;padding:12px 16px;display:flex}.stratContentCompositeRow:last-child{border-bottom:none}.stratContentCompositeRow:nth-child(odd){background:var(--surface-2)}.stratContentCompositeLabel{color:var(--ink);flex-shrink:0;min-width:140px;font-size:12px;font-weight:700}.stratContentCompositeValue{color:var(--ink-2);font-size:12.5px;line-height:1.55}.fundSection{margin-bottom:24px}.fundGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}@media (max-width:860px){.fundGrid{grid-template-columns:1fr}}.moversGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:14px;display:grid}@media (max-width:860px){.moversGrid{grid-template-columns:1fr}}.fundHealthCard{background:linear-gradient(to bottom right, var(--surface), var(--surface-2))}.fundHealthBody{align-items:center;gap:24px;display:flex;padding:20px!important}.healthGauge{flex-shrink:0;justify-content:center;width:130px;height:80px;display:flex;position:relative}.healthGaugeLabel{flex-direction:column;align-items:center;line-height:1;display:flex;position:absolute;bottom:0}.healthGaugeGrade{margin-bottom:4px;font-size:32px;font-weight:800}.healthGaugeScore{color:var(--ink-2);font-size:12px;font-weight:600}.healthSubScores{flex-direction:column;flex:1;gap:12px;display:flex}.healthSubScoreHeader{text-transform:uppercase;letter-spacing:.05em;justify-content:space-between;margin-bottom:4px;font-size:11px;font-weight:600;display:flex}.healthSubScoreLabel{color:var(--ink-2)}.healthSubScoreTrack{background:var(--grid);border-radius:2px;height:4px;overflow:hidden}.healthSubScoreFill{border-radius:2px;height:100%}.fundMarginRow{grid-template-columns:120px 1fr 40px;align-items:center;gap:12px;margin-bottom:12px;display:grid}.fundMarginLabel{color:var(--ink-2);font-size:13px}.fundMarginTrack{background:var(--grid);border-radius:3px;height:6px;overflow:hidden}.fundMarginFill{border-radius:3px;height:100%}.fundMarginValue{text-align:right;font-size:13px;font-weight:500}.fundKpi{border-top:1px dashed var(--border);justify-content:space-between;align-items:center;margin-top:16px;padding-top:12px;display:flex}.fundKpiLabel{color:var(--ink);font-size:13px;font-weight:600}.fundKpiValue{font-size:15px;font-weight:700}.fundBalanceGrid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.fundBalanceItem{flex-direction:column;gap:4px;display:flex}.fundBalanceLabel{color:var(--ink-2);text-transform:uppercase;letter-spacing:.05em;font-size:12px}.fundBalanceValue{font-size:18px;font-weight:700}.fundCashDebtBar{border-radius:4px;gap:2px;height:8px;margin-bottom:12px;display:flex;overflow:hidden}.fundCashDebtCash{background:var(--good)}.fundCashDebtDebt{background:var(--critical)}.fundCashDebtLegend{color:var(--ink);align-items:center;gap:12px;font-size:12px;display:flex}.fundProfileGrid{grid-template-columns:1fr 1fr;gap:12px 24px;display:grid}.fundProfileRow{border-bottom:1px solid var(--border);flex-direction:column;gap:2px;padding-bottom:8px;display:flex}.fundProfileLabel{color:var(--muted);text-transform:uppercase;letter-spacing:.02em;font-size:11px}.fundProfileValue{color:var(--ink);font-size:13px;font-weight:500}.peerTable{border-collapse:collapse;text-align:right;width:100%;font-size:13px}.peerTable th{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border);white-space:nowrap;padding:12px 16px;font-size:11px;font-weight:600}.peerTable th:first-child,.peerTable td:first-child{text-align:left}.peerTable td{border-bottom:1px solid var(--border);color:var(--ink);padding:12px 16px}.peerTable tr:last-child td{border-bottom:none}.peerTable tbody tr:hover{background:var(--surface-2)}.peerSortable{cursor:pointer;-webkit-user-select:none;user-select:none}.peerSortable:hover{color:var(--ink)}.peerRowCurrent{background:var(--accent-wash)!important}.peerCurrentBadge{background:var(--accent);color:var(--accent-ink);vertical-align:middle;text-transform:uppercase;letter-spacing:.05em;border-radius:4px;margin-left:8px;padding:2px 6px;font-size:9px}.peerCard{margin-bottom:24px}.sentimentCard{margin-bottom:14px}.sentimentCalendarWrap{width:100%;max-width:100%;padding-bottom:4px;overflow-x:auto}.sentimentCalendar{gap:3px;padding:6px 0;display:inline-flex}.sentimentWeek{flex-direction:column;gap:3px;display:flex}.sentimentDay{background-color:var(--surface-2);cursor:pointer;border-radius:2px;width:11px;height:11px;transition:transform .1s,box-shadow .1s}.sentimentDay:hover{z-index:2;transform:scale(1.3);box-shadow:0 0 4px #0006}.sentimentLegend{border-top:1px solid var(--border);align-items:center;gap:5px;margin-top:12px;padding-top:8px;font-size:11px;display:flex}.rangeToggleSmall{background:var(--surface-2);border-radius:6px;gap:2px;padding:2px;display:flex}.rangeToggleSmall button{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:600}.rangeToggleSmall button.active{background:var(--surface);color:var(--ink);box-shadow:var(--shadow)}
