:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f5f7fb;--card:#fff;--text:#172033;--muted:#667085;--line:#e5e7eb;--blue:#2563eb;--green:#047857;--red:#b91c1c;--amber:#b45309}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:Arial,PingFang SC,Microsoft YaHei,sans-serif}.page{width:min(1180px,100% - 32px);margin:0 auto;padding:40px 0 64px}.hero{color:#fff;background:linear-gradient(135deg,#111827,#1d4ed8);border-radius:28px;padding:40px}.hero h1{margin:10px 0;font-size:clamp(34px,6vw,64px);line-height:1}.hero p{color:#ffffffd1;max-width:780px;margin:0;line-height:1.8}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700}.notice,.section{margin-top:24px}.tabNav{z-index:10;overscroll-behavior-x:contain;border:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);-webkit-overflow-scrolling:touch;background:#ffffffe6;border-radius:18px;gap:10px;margin:18px 0 0;padding:12px;display:flex;position:sticky;top:0;overflow-x:auto}.tabInput{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.tabButton{border:1px solid var(--line);color:var(--text);cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;background:#fff;border-radius:999px;flex:none;padding:10px 14px;font-size:14px;font-weight:700}.tabButton:hover,#tab-stock:checked~.tabNav .tabButton[for=tab-stock],#tab-industry:checked~.tabNav .tabButton[for=tab-industry],#tab-macro:checked~.tabNav .tabButton[for=tab-macro],:is(.dashboardTabs:has(#tab-stock:checked) .tabButton[for=tab-stock],.dashboardTabs:has(#tab-industry:checked) .tabButton[for=tab-industry],.dashboardTabs:has(#tab-macro:checked) .tabButton[for=tab-macro]){border-color:var(--blue);color:var(--blue);background:#eff6ff}.tabPanels{width:100%;min-width:0}.tabContentPanel{pointer-events:none;min-width:0;display:none}#tab-stock:checked~.tabPanels .tabContent-stock,#tab-industry:checked~.tabPanels .tabContent-industry,#tab-macro:checked~.tabPanels .tabContent-macro{pointer-events:auto;display:block}.dashboardTabs:has(#tab-stock:checked) .tabContent-stock{pointer-events:auto;display:block}.dashboardTabs:has(#tab-industry:checked) .tabContent-industry{pointer-events:auto;display:block}.dashboardTabs:has(#tab-macro:checked) .tabContent-macro{pointer-events:auto;display:block}.notice{background:#fffbeb;border:1px solid #fde68a;border-radius:20px;padding:24px}.sectionTitle{justify-content:space-between;align-items:end;gap:24px;margin:34px 0 16px;display:flex}.sectionTitle h2{margin:0;font-size:26px}.sectionTitle p,.caption,.signal small{color:var(--muted)}.signalGrid,.chartGrid,.miniGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;display:grid}.signal,.card,.panel,.emptyPanel,.tableWrap,.freshness{border:1px solid var(--line);background:var(--card);border-radius:20px;box-shadow:0 10px 25px #0f172a0a}.signal{border-top:4px solid var(--line);padding:18px}.clockCard{background:linear-gradient(135deg,#eff6ff,#fff);border:1px solid #bfdbfe;border-radius:24px;grid-template-columns:minmax(260px,.9fr) 1.4fr;gap:24px;margin-bottom:18px;padding:24px;display:grid;box-shadow:0 12px 28px #2563eb14}.clockCard h3{margin:8px 0;font-size:24px}.clockCard p{color:var(--muted);margin:0;line-height:1.7}.clockEyebrow,.clockGrid span{color:var(--blue);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800}.clockGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.clockGrid div{border:1px solid var(--line);background:#ffffffc7;border-radius:18px;padding:16px}.clockGrid strong{margin:8px 0;font-size:18px;display:block}.clockGrid small{color:var(--muted);line-height:1.5}.signal.opportunity{border-top-color:var(--green)}.signal.risk{border-top-color:var(--red)}.signal.neutral{border-top-color:var(--blue)}.signal span{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:700}.signal h3{margin:8px 0 16px;font-size:16px}.signal strong{font-size:28px}.signal p{margin:8px 0;font-weight:700}.card{padding:18px}.tabPanel{margin-top:24px}.cardHeader{justify-content:space-between;gap:16px;display:flex}.cardHeader h3{margin:0}.cardHeader span{color:var(--muted);font-size:12px}.chartFrame{border:1px solid var(--line);background:var(--card);border-radius:20px;height:420px;margin-bottom:16px;padding:18px 12px 8px;overflow:hidden;box-shadow:0 10px 25px #0f172a0a}.chartLegend{min-height:24px;color:var(--text);flex-wrap:wrap;gap:10px 16px;margin-bottom:8px;font-size:13px;font-weight:700;display:flex}.chartLegend span{align-items:center;gap:6px;display:inline-flex}.chartLegend i{border-radius:999px;width:10px;height:10px}.svgChart{cursor:crosshair;width:100%;height:360px;display:block}.svgChart line,.svgChart path,.svgChart rect,.svgChart circle,.svgChart polygon{vector-effect:non-scaling-stroke}.clockHistoryChartFrame{height:430px}.clockPhaseLegend{min-height:24px;color:var(--text);flex-wrap:wrap;gap:10px 14px;margin-bottom:8px;font-size:13px;font-weight:700;display:flex}.clockPhaseLegend span{align-items:center;gap:6px;display:inline-flex}.clockPhaseLegend i{border-radius:999px;width:11px;height:11px}.metric{margin:0;font-size:24px;font-weight:800}.tableWrap{overflow:auto}table{border-collapse:collapse;width:100%}th,td{border-bottom:1px solid var(--line);text-align:left;padding:14px 16px}th{color:var(--muted);text-transform:uppercase;font-size:12px}th.num,td.num{text-align:right;font-variant-numeric:tabular-nums}td.num small{color:var(--muted);text-transform:none;margin-top:4px;font-size:11px;display:block}.stockCoverageTable tbody tr:hover{background:#f8fafc}th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}th.sortable:hover{color:var(--blue)}.sortArrow{margin-left:4px;font-size:11px;display:inline-block}.sortArrow.muted{color:#cbd5e1}.sortArrow.active{color:var(--blue)}.stockTableName{color:inherit;flex-direction:column;gap:2px;text-decoration:none;display:inline-flex}.stockTableName strong{font-size:15px}.stockTableName span{color:var(--muted);font-size:12px}.stockTableName:hover strong{color:var(--blue)}.stockRatingBadge{border-radius:999px;padding:4px 12px;font-size:13px;font-weight:700;display:inline-block}.stockRatingBuy{color:#b91c1c;background:#fee2e2}.stockRatingHold{color:#c2410c;background:#ffedd5}.stockRatingNeutral{color:#475569;background:#f1f5f9}.stockRatingSell{color:#334155;background:#e2e8f0}.freshness{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1px;display:grid;overflow:hidden}.freshness div{background:#fff;padding:16px}.freshness span{color:var(--muted);font-size:12px;display:block}.freshness strong{margin-top:6px;font-size:14px;display:block}.empty,.emptyPanel{color:var(--muted);padding:24px}.signalPill{color:var(--blue);background:#2563eb1f;border-radius:999px;padding:2px 10px;font-size:12px;font-weight:700;display:inline-block}.signalPill.opportunity{color:var(--green);background:#05966924}.signalPill.risk{color:var(--red);background:#dc262624}.signalPill.neutral{color:#475569;background:#64748b24}.sectorMembers{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:12px;display:grid}.sectorCard{border:1px solid var(--line);background:#fff;border-radius:12px;padding:14px 16px}.sectorCard header{justify-content:space-between;align-items:baseline;margin-bottom:8px;display:flex}.sectorCard .sectorName{color:var(--text);font-size:15px;font-weight:800}.sectorCard .sectorCount{color:var(--muted);font-size:12px}.sectorCard ul{flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;display:flex}.sectorCard li{color:var(--text);background:#0f172a0f;border-radius:6px;padding:3px 8px;font-size:12px}@media (max-width:760px){.hero{padding:28px}.sectionTitle{display:block}.tabNav{flex-wrap:wrap;overflow-x:visible}.tabButton{text-align:center;flex:calc(50% - 10px)}.clockCard,.clockGrid{grid-template-columns:1fr}.clockPhaseLegend{gap:8px 10px;font-size:12px}}.stockPage{width:min(1280px,100% - 32px)}.stockHero{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#1d4ed8 100%);border-radius:24px;grid-template-columns:1fr auto;align-items:end;gap:24px;padding:32px;display:grid}.stockHeroLeft{min-width:0}.stockBadgeRow{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.stockTag{color:#fff;letter-spacing:.05em;background:#ffffff29;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700}.stockTagSoft{color:#ffffffd9;background:#ffffff14;border-radius:999px;padding:4px 10px;font-size:12px}.stockModeTag{border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700}.stockModeTag.modeRule{color:#fbbf24;background:#d9770640;border:1px solid #d977068c}.stockModeTag.modeLlm{color:#6ee7b7;background:#05966940;border:1px solid #0596698c}.stockName{margin:6px 0 4px;font-size:clamp(28px,4vw,44px);line-height:1.1}.stockSubtitle{color:#ffffffb3;margin:0;font-size:13px}.stockHeroRight{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.stockPriceCard,.stockTargetCard,.stockConfCard{background:#ffffff14;border:1px solid #ffffff1f;border-radius:16px;flex-direction:column;gap:4px;min-width:160px;padding:14px 18px;display:flex}.stockTargetCard.target-up{background:#0596692e;border-color:#05966999}.stockTargetCard.target-down{background:#dc26262e;border-color:#dc262699}.stockPriceLabel{color:#ffffffb3;letter-spacing:.04em;font-size:12px}.stockPriceValue{font-size:28px;font-weight:800;line-height:1.1}.stockPriceMeta{color:#ffffffa6;font-size:12px}.stockSection{margin-top:28px}.chartFootnote{color:var(--muted);margin:8px 4px 0;font-size:12px}.valuationCard{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:22px 24px;box-shadow:0 10px 25px #0f172a0a}.valuationReasoning{color:var(--text);margin:0;font-size:15px;line-height:1.7}.aggMetrics{border-top:1px dashed var(--line);grid-template-columns:repeat(4,1fr);gap:16px;margin-top:18px;padding-top:18px;display:grid}.aggMetrics>div{flex-direction:column;gap:4px;display:flex}.aggMetrics span{color:var(--muted);font-size:12px}.aggMetrics strong{font-size:22px;font-weight:800}.aggMetrics strong.up,.eventDirTag.dirPositive,.metricCard strong.up,.up{color:var(--green)}.aggMetrics strong.down,.eventDirTag.dirNegative,.metricCard strong.down,.down{color:var(--red)}.aggMetrics strong.neu,.neu{color:var(--muted)}.criticCard{background:#fff7ed;border:1px solid #fdba74;border-radius:18px;margin-top:16px;padding:22px 24px}.criticCard h3{color:#9a3412;margin:0 0 10px}.criticCard ul{color:#9a3412;margin:0;padding-left:20px;line-height:1.7}.devilAdvocate{color:#7c2d12;background:#9a34121a;border-radius:10px;margin:14px 0 6px;padding:12px 14px;font-size:14px}.finalConfidence{color:#9a3412;margin:6px 0 0;font-weight:700}.metricsGrid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.metricCard{background:var(--card);border:1px solid var(--line);border-radius:14px;flex-direction:column;gap:4px;padding:16px 18px;display:flex}.metricCard span{color:var(--muted);font-size:12px}.metricCard strong{font-size:22px;font-weight:800}.metricCard small{color:var(--muted);font-size:12px}.peQuantilesRow{border:1px dashed var(--line);background:#f8fafc;border-radius:12px;flex-wrap:wrap;gap:18px;margin-top:14px;padding:14px 18px;font-size:13px;display:flex}.peQuantileLabel{color:var(--muted);font-weight:700}.eventGroup{margin-top:18px}.eventGroupTitle{cursor:pointer;margin:0 0 10px;font-size:16px}.eventList{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.eventItem{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:16px 18px;box-shadow:0 4px 10px #0f172a08}.eventItem.subdued{background:#f8fafc}.eventMeta{color:var(--muted);flex-wrap:wrap;gap:8px;margin-bottom:8px;font-size:12px;display:flex}.eventTime{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.eventSrc{color:var(--blue);background:#2563eb14;border-radius:6px;padding:2px 8px}.eventDirTag{border-radius:6px;padding:2px 8px;font-weight:700}.eventDirTag.dirPositive{background:#0596691a}.eventDirTag.dirNegative{background:#dc26261a}.eventDirTag.dirMixed{color:var(--amber);background:#d977061f}.eventDirTag.dirNeutral{background:#6670851a}.eventCatTag{color:#7c3aed;background:#7c3aed14;border-radius:6px;padding:2px 8px}.eventScore{color:var(--muted)}.eventTitle{color:var(--text);margin:4px 0 8px;font-size:15px;font-weight:700;line-height:1.5;text-decoration:none;display:block}.eventTitle:hover{color:var(--blue);text-decoration:underline}.eventReasoning{color:var(--muted);margin:4px 0;font-size:13px;line-height:1.6}.triggerTag{color:var(--red);background:#dc26261a;border-radius:6px;margin-left:8px;padding:1px 8px;font-size:11px;font-weight:700;display:inline-block}.stockFooter{border-top:1px solid var(--line);color:var(--muted);margin-top:32px;padding-top:16px;font-size:12px}@media (max-width:720px){.stockHero{grid-template-columns:1fr}.stockHeroRight{justify-content:flex-start}.metricsGrid,.aggMetrics,.researchRibbon{grid-template-columns:repeat(2,1fr)}.stockListGrid{grid-template-columns:1fr}}.researchRibbon{background:var(--card);border:1px solid var(--line);border-radius:16px;grid-template-columns:repeat(5,1fr);gap:16px;padding:24px;display:grid;box-shadow:0 2px 12px #0000000a}.researchRibbonItem{text-align:center;flex-direction:column;gap:6px;display:flex}.researchRibbonLabel{color:var(--muted);letter-spacing:.04em;font-size:12px}.researchRibbonValue{color:#1e40af;font-size:22px;font-weight:800}.researchRibbonValue.accent{color:var(--red)}.researchRating,.researchRatingLarge{background:var(--red);color:#fff;border-radius:8px;padding:4px 14px;font-weight:700;display:inline-block}.researchRatingLarge{align-self:center;font-size:18px}.researchTag{color:#1e40af;background:#e0e7ff;border-radius:999px;padding:2px 10px;font-size:12px;font-weight:700;display:inline-block}.researchTagSoft{color:var(--muted);background:#f1f5f9;border-radius:999px;padding:2px 10px;font-size:12px;display:inline-block}.researchOpenBtn,.reportCardBtn{color:#1e40af;cursor:pointer;background:#eff6ff;border:1px solid #1e40af;border-radius:8px;margin-top:8px;padding:8px 14px;font-size:13px;font-weight:600}.researchOpenBtn:hover,.reportCardBtn:hover{background:#dbeafe}.reportTimeline{gap:16px;display:grid}.reportCard{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:20px 24px}.reportCardHead{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;display:flex}.reportCardBody{flex-wrap:wrap;gap:24px;margin-bottom:12px;display:flex}.reportCardLabel{color:var(--muted);margin-bottom:4px;font-size:12px;display:block}.reportCardThesis{color:var(--muted);margin:0 0 12px;font-size:13px;line-height:1.65}.reportViewerOverlay{z-index:1000;justify-content:flex-end;display:flex;position:fixed;inset:0}.reportViewerBackdrop{cursor:pointer;background:#0f172a73;border:none;position:absolute;inset:0}.reportViewerPanel{z-index:1;background:var(--card);flex-direction:column;width:75vw;max-height:100vh;display:flex;position:relative;box-shadow:-8px 0 40px #00000026}.reportViewerHeader{border-bottom:1px solid var(--line);justify-content:space-between;gap:16px;padding:20px 24px;display:flex}.reportViewerMeta{flex-wrap:wrap;gap:8px;margin-bottom:8px;display:flex}.reportViewerTitle{margin:0;font-size:18px}.reportViewerSub{color:var(--muted);margin:6px 0 0;font-size:13px}.reportViewerClose{cursor:pointer;background:#f1f5f9;border:none;border-radius:999px;width:36px;height:36px;font-size:22px;line-height:1}.reportViewerSummary,.reportViewerRisks{border-bottom:1px solid var(--line);padding:16px 24px}.reportViewerSummary h4,.reportViewerRisks h4{color:#1e40af;margin:0 0 8px;font-size:14px}.reportViewerSummary p{color:var(--text);margin:0;font-size:13px;line-height:1.7}.reportViewerRisks ul{color:var(--muted);margin:0;padding-left:18px;font-size:13px}.reportViewerFrameWrap{flex:1;min-height:0}.reportViewerFrame{border:none;width:100%;height:calc(100vh - 220px);min-height:420px}.triggerSummaryGrid{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px;display:grid}.triggerCard{background:var(--card);border:1px solid var(--line);border-radius:12px;padding:16px}.triggerCard span{color:var(--muted);margin-bottom:6px;font-size:12px;display:block}.triggerCard strong{font-size:16px}.triggerCard small{color:var(--muted);margin-top:6px;font-size:11px;display:block}.triggerListWrap h3{margin:0 0 12px;font-size:15px}.triggerList{gap:10px;margin:0;padding:0;list-style:none;display:grid}.triggerItem{background:#f8fafc;border-left:4px solid #64748b;border-radius:10px;padding:12px 16px}.triggerItem.trigger-upgrade{border-left-color:var(--green)}.triggerItem.trigger-downgrade{border-left-color:var(--red)}.triggerType{text-transform:uppercase;background:#e2e8f0;border-radius:6px;margin-bottom:6px;padding:2px 8px;font-size:11px;font-weight:700;display:inline-block}.triggerItem p{margin:0;font-size:13px;line-height:1.6}.triggerItem small{color:var(--muted);margin-top:6px;font-size:11px;display:block}.stockListGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.stockListCard{background:var(--card);border:1px solid var(--line);color:inherit;border-radius:16px;padding:20px;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:block}.stockListCard:hover{border-color:#93c5fd;box-shadow:0 4px 20px #2563eb14}.stockListHead{justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.stockListTags{flex-wrap:wrap;gap:8px;margin-bottom:10px;display:flex}.stockListMeta{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.reportMarker:focus{outline-offset:2px;outline:2px solid #7c3aed}.unifiedTimeline{gap:16px;display:grid}.timelineCard{background:var(--card);border:1px solid var(--line);border-radius:16px;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 16px #0f172a0a}.timelineCard:hover{box-shadow:0 6px 24px #0f172a14}.timelineCard.timeline-deepdive:hover{border-color:#93c5fd}.timelineCard.timeline-earnings:hover{border-color:#6ee7b7}.timelineCard.timeline-thesis:hover{border-color:#c4b5fd}.timelineCardBar{flex-shrink:0;width:5px}.timelineCardContent{flex:1;min-width:0;padding:20px 24px}.timelineCardHead{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:14px;display:flex}.timelineDate{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.timelineLabel{color:#fff;letter-spacing:.03em;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-block}.timelineRating{color:#b91c1c;background:#fee2e2;border-radius:999px;padding:3px 10px;font-size:12px;font-weight:700;display:inline-block}.timelineRatingChange{border-radius:999px;padding:3px 10px;font-size:12px;font-weight:700;display:inline-block}.timelineRatingChange.upgrade{color:#047857;background:#d1fae5}.timelineRatingChange.downgrade{color:#b91c1c;background:#fee2e2}.timelineRatingChange.maintain{color:#64748b;background:#f1f5f9}.timelineCardBody{margin-bottom:12px}.timelineMetrics{flex-wrap:wrap;gap:24px;margin-bottom:10px;display:flex}.timelineMetrics>div{flex-direction:column;gap:2px;display:flex}.timelineMetricLabel{color:var(--muted);font-size:12px}.timelineMetrics strong{color:var(--text);font-size:18px;font-weight:800}.timelineMetrics small{color:var(--muted);font-size:12px}.timelineThesis{color:var(--muted);margin:8px 0 0;font-size:13px;line-height:1.65}.timelineBtn{cursor:pointer;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:background .15s,border-color .15s}.timeline-deepdive .timelineBtn{color:#1e40af;background:#eff6ff;border:1px solid #1e40af}.timeline-deepdive .timelineBtn:hover{background:#dbeafe}.timeline-earnings .timelineBtn{color:#047857;background:#f0fdf4;border:1px solid #047857}.timeline-earnings .timelineBtn:hover{background:#dcfce7}.earningsCompare{flex-wrap:wrap;gap:14px;margin-bottom:10px;display:flex}.earningsCompareItem{border:1px solid var(--line);background:#f8fafc;border-radius:10px;flex-direction:column;gap:3px;min-width:160px;padding:10px 14px;font-size:13px;display:flex}.earningsCompareItem>span:first-child{color:var(--muted);font-size:12px;font-weight:700}.earningsDelta{font-size:14px;font-weight:800}.earningsDelta.beat{color:var(--green)}.earningsDelta.miss{color:var(--red)}.earningsDelta.inline{color:var(--muted)}.earningsTarget{color:var(--green);background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;margin-bottom:8px;padding:8px 14px;font-size:14px;font-weight:700}.earningsTarget small{color:var(--muted);font-weight:600}.thesisViewsList{gap:6px;margin-bottom:8px;display:grid}.thesisViewItem{background:#f8fafc;border-radius:8px;align-items:center;gap:8px;padding:6px 10px;font-size:13px;display:flex}.thesisViewItem.status-confirmed{background:#f0fdf4}.thesisViewItem.status-refuted{background:#fef2f2}.thesisStatusDot{border-radius:999px;flex-shrink:0;width:8px;height:8px}.status-confirmed .thesisStatusDot{background:var(--green)}.status-refuted .thesisStatusDot{background:var(--red)}.status-pending .thesisStatusDot{background:#9ca3af}.status-approaching .thesisStatusDot{background:var(--amber)}.thesisViewText{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.thesisViewStatus{flex-shrink:0;font-size:12px;font-weight:600}.status-confirmed .thesisViewStatus{color:var(--green)}.status-refuted .thesisViewStatus{color:var(--red)}.status-pending .thesisViewStatus,.status-approaching .thesisViewStatus{color:var(--muted)}.thesisTriggersList{gap:6px;margin-bottom:8px;display:grid}.thesisTriggerItem{background:#f8fafc;border-radius:8px;align-items:center;gap:8px;padding:6px 10px;font-size:13px;display:flex}.thesisTriggerType{font-size:14px;font-weight:800}.thesisTriggerStatus{color:var(--muted);margin-left:auto;font-size:12px;font-weight:700}.trigger-met .thesisTriggerStatus{color:var(--green)}.thesisEscalate{color:var(--amber);background:#fffbeb;border:1px solid #fde68a;border-radius:10px;margin-top:8px;padding:10px 14px;font-size:13px;font-weight:600}.thesisPanel{padding:0}.thesisSummaryGrid{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px;display:grid}.thesisSummaryCard{background:var(--card);border:1px solid var(--line);border-radius:14px;flex-direction:column;align-items:center;gap:6px;padding:20px 16px;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 4px 12px #0f172a08}.thesisSummaryCard:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0f172a0f}.thesisSummaryCard.confirmed{border-top:4px solid var(--green)}.thesisSummaryCard.refuted{border-top:4px solid var(--red)}.thesisSummaryCard.pending{border-top:4px solid #9ca3af}.thesisSummaryCard.price{border-top:4px solid var(--blue)}.thesisSummaryNumber{font-size:32px;font-weight:800;line-height:1}.thesisSummaryCard.confirmed .thesisSummaryNumber{color:var(--green)}.thesisSummaryCard.refuted .thesisSummaryNumber{color:var(--red)}.thesisSummaryCard.pending .thesisSummaryNumber{color:#6b7280}.thesisSummaryCard.price .thesisSummaryNumber{color:var(--blue)}.thesisSummaryLabel{color:var(--muted);font-size:13px;font-weight:600}.thesisViewsSection,.thesisTriggersSection{margin-bottom:24px}.thesisViewsSection h3,.thesisTriggersSection h3{color:var(--text);margin:0 0 14px;font-size:16px}.thesisViewsGrid{gap:12px;display:grid}.thesisViewCard{background:var(--card);border:1px solid var(--line);border-left:4px solid #e5e7eb;border-radius:14px;padding:16px 20px;transition:border-color .15s}.thesisViewCard.status-confirmed{border-left-color:var(--green);background:linear-gradient(135deg,#f0fdf4,#fff)}.thesisViewCard.status-refuted{border-left-color:var(--red);background:linear-gradient(135deg,#fef2f2,#fff)}.thesisViewCard.status-pending{border-left-color:#9ca3af}.thesisViewCard.status-approaching{border-left-color:var(--amber);background:linear-gradient(135deg,#fffbeb,#fff)}.thesisViewCardHeader{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.thesisStatusBadge{border-radius:999px;padding:3px 10px;font-size:12px;font-weight:700;display:inline-block}.thesisStatusBadge.status-confirmed{color:var(--green);background:#d1fae5}.thesisStatusBadge.status-refuted{color:var(--red);background:#fee2e2}.thesisStatusBadge.status-pending{color:#64748b;background:#f1f5f9}.thesisStatusBadge.status-approaching{color:var(--amber);background:#fef3c7}.thesisConfidence{border-radius:6px;padding:2px 8px;font-size:11px;font-weight:700}.thesisConfidence.conf-high{color:#1e40af;background:#dbeafe}.thesisConfidence.conf-medium{color:#92400e;background:#fef3c7}.thesisConfidence.conf-low{color:#64748b;background:#f1f5f9}.thesisViewCardText{color:var(--text);margin:0 0 6px;font-size:14px;font-weight:600;line-height:1.5}.thesisViewCardEvidence{color:var(--text);margin:4px 0;font-size:13px;line-height:1.6}.thesisViewCardSource{color:var(--muted);font-size:12px}.thesisTriggersGrid{gap:12px;display:grid}.thesisTriggerCard{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:16px 20px;transition:border-color .15s}.thesisTriggerCard.status-met{background:linear-gradient(135deg,#f0fdf4,#fff);border-color:#bbf7d0}.thesisTriggerCard.status-approaching{background:linear-gradient(135deg,#fffbeb,#fff);border-color:#fde68a}.thesisTriggerCardHeader{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.thesisTriggerDirection{border-radius:999px;padding:3px 10px;font-size:12px;font-weight:700}.thesisTriggerDirection.upgrade{color:var(--green);background:#d1fae5}.thesisTriggerDirection.downgrade{color:var(--red);background:#fee2e2}.thesisTriggerDirection.maintain{color:#64748b;background:#f1f5f9}.thesisTriggerBadge{border-radius:999px;padding:3px 10px;font-size:12px;font-weight:700}.thesisTriggerBadge.status-met{color:var(--green);background:#d1fae5}.thesisTriggerBadge.status-unmet{color:#64748b;background:#f1f5f9}.thesisTriggerBadge.status-approaching{color:var(--amber);background:#fef3c7}.thesisTriggerDesc{color:var(--text);margin:0 0 10px;font-size:14px;font-weight:600;line-height:1.5}.thesisTriggerProgress{flex-direction:column;gap:6px;display:flex}.thesisTriggerBar{background:#f1f5f9;border-radius:999px;height:6px;overflow:hidden}.thesisTriggerFill{border-radius:999px;height:100%;transition:width .4s}.thesisTriggerFill.status-met{background:linear-gradient(90deg,#10b981,#047857)}.thesisTriggerFill.status-approaching{background:linear-gradient(90deg,#fbbf24,#d97706)}.thesisTriggerFill.status-unmet{background:linear-gradient(90deg,#94a3b8,#64748b)}.thesisTriggerValues{color:var(--muted);justify-content:space-between;font-size:12px;display:flex}.thesisEscalateBar{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:12px;align-items:center;gap:10px;margin-bottom:16px;padding:14px 18px;font-size:14px;line-height:1.5;display:flex}.thesisEscalateBar strong{font-weight:800}.thesisEscalateIcon{flex-shrink:0;font-size:18px}.thesisRatingAdvice{border:1px solid var(--line);background:#f8fafc;border-radius:12px;padding:14px 18px}.thesisRatingAdvice.rating-upgrade{background:#f0fdf4;border-color:#bbf7d0}.thesisRatingAdvice.rating-downgrade{background:#fef2f2;border-color:#fecaca}.thesisRatingAdvice strong{margin-bottom:6px;font-size:14px;display:block}.thesisRatingAdvice.rating-upgrade strong{color:var(--green)}.thesisRatingAdvice.rating-downgrade strong{color:var(--red)}.thesisRatingAdvice.rating-maintain strong{color:var(--muted)}.thesisRatingAdvice p{color:var(--text);margin:0;font-size:13px;line-height:1.6}@media (max-width:720px){.thesisSummaryGrid{grid-template-columns:repeat(2,1fr)}.earningsCompare{flex-direction:column}.earningsCompareItem{min-width:0}.timelineMetrics{flex-direction:column;gap:12px}.catalystTimeline{flex-direction:column}}.catalystSection{margin-top:24px}.catalystSection h3{margin:0 0 4px;font-size:16px}.catalystSubtitle{color:var(--muted);margin:0 0 14px;font-size:13px}.catalystTimeline{flex-wrap:wrap;gap:12px;display:flex}.catalystNode{background:var(--card);border:1px solid var(--line);border-radius:12px;flex:180px;align-items:flex-start;gap:10px;min-width:180px;padding:14px 16px;transition:border-color .15s,transform .15s;display:flex}.catalystNode:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0f172a0f}.catalystNode.catalyst-disclosure{border-top:3px solid var(--blue)}.catalystNode.catalyst-share_float{border-top:3px solid var(--amber)}.catalystNode.catalyst-dividend{border-top:3px solid var(--green)}.catalystNode.catalyst-earnings{border-top:3px solid #7c3aed}.catalystNode.catalyst-other{border-top:3px solid var(--muted)}.catalystIcon{flex-shrink:0;font-size:20px;line-height:1}.catalystInfo{flex-direction:column;gap:2px;min-width:0;display:flex}.catalystDate{color:var(--text);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;font-weight:700}.catalystLabel{color:var(--text);font-size:13px;font-weight:600}.catalystDetail{color:var(--muted);font-size:12px;line-height:1.4}.updateTypeBadge{letter-spacing:.03em;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-block}.updateTypeBadge.update-deep-dive{color:#1e40af;background:#dbeafe}.updateTypeBadge.update-earnings-analysis{color:var(--green);background:#d1fae5}.updateTypeBadge.update-thesis-tracker{color:#7c3aed;background:#ede9fe}
