:root{color-scheme:light;--bg: #f6f7f8;--surface: #ffffff;--surface-2: #f1f2f4;--surface-3: #e8eaed;--ink: #14161a;--ink-2: #3c4149;--ink-3: #6b7078;--line: rgba(20,22,26,.09);--line-strong: rgba(20,22,26,.15);--accent: #0e7a5a;--accent-soft: #e7f3ee;--gold: #6b7078;--gold-soft: #f1f2f4;--red: #c0392b;--red-soft: #fbeae8;--teal: #0e7a5a;--teal-soft: #e7f3ee;--signal-green: #11814a;--signal-yellow: #b4690e;--signal-red: #c0392b;--shadow-sm: 0 1px 2px rgba(20,22,26,.04), 0 1px 3px rgba(20,22,26,.06);--shadow-md: 0 4px 14px rgba(20,22,26,.08), 0 1px 3px rgba(20,22,26,.05);--radius: 10px;--radius-sm: 7px;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:16px;line-height:1.5;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-feature-settings:"cv05" 1,"ss01" 1}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}button,input,textarea{font:inherit}button{cursor:pointer;border:none;background:none}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}:focus:not(:focus-visible){outline:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(200%)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes barGrow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes dotPulse{0%,80%,to{transform:scale(0);opacity:.3}40%{transform:scale(1);opacity:1}}@keyframes borderFade{0%{border-color:transparent}to{border-color:var(--accent)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes countUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}body{min-height:100vh;background:var(--bg)}#root{display:flex;flex-direction:column;min-height:100vh}.aethon-splash{position:relative;min-height:100vh;overflow:hidden;display:flex;flex-direction:column;background:var(--bg);color:var(--ink)}.splash-bg{position:absolute;inset:0;overflow:hidden;pointer-events:none}.splash-particles{position:absolute;inset:0;width:100%;height:100%;display:block}.splash-hero{position:relative;z-index:1;flex:1 0 auto;min-height:90vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:22px;padding:64px 24px 44px;animation:fadeUp .55s ease both}.splash-logo-img{height:clamp(34px,4.6vw,52px);width:auto;display:block;margin-bottom:10px}.splash-hero h1{font-family:Inter,system-ui,sans-serif;font-size:clamp(1.7rem,3.2vw,2.5rem);line-height:1.12;font-weight:600;letter-spacing:-.022em;color:var(--ink);max-width:none;white-space:nowrap}.splash-lead{font-size:clamp(1.04rem,1.7vw,1.22rem);line-height:1.6;color:var(--ink-2);max-width:50ch}.splash-links{display:flex;flex-wrap:wrap;gap:8px 22px;align-items:center;justify-content:center}.splash-links a,.splash-links button{color:var(--accent-ink, var(--accent));font-size:.9rem;font-weight:500;text-decoration:none;background:none;border:none;cursor:pointer;transition:color .12s ease}.splash-links a:hover,.splash-links button:hover{color:var(--ink);text-decoration:underline}.preview-disclosure{font-size:.86rem;color:var(--ink-3)}.email-capture{display:flex;flex-direction:column;gap:10px;max-width:460px;width:100%;align-items:center}.email-capture-label{font-size:.9rem;line-height:1.45;color:var(--ink-2);text-align:center}.email-capture-row{display:flex;gap:8px;width:100%}.email-capture-row input{flex:1;min-width:0;height:42px;padding:0 13px;border-radius:8px;border:1px solid var(--line-strong);background:var(--surface);color:var(--ink);font-size:.92rem;outline:none}.email-capture-row input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.email-capture-row button{height:42px;padding:0 18px;border-radius:8px;background:var(--ink);color:#fff;font-weight:600;font-size:.9rem;white-space:nowrap;transition:background .15s ease,transform .15s ease}.email-capture-row button:hover:not(:disabled){background:#000;transform:translateY(-1px)}.email-capture-row button:disabled{opacity:.6;cursor:default}.email-capture-done{font-size:.92rem;font-weight:500;color:var(--accent-ink, var(--accent))}.email-capture-error{font-size:.82rem;color:var(--signal-red)}.splash-actions{display:flex;gap:12px;align-items:center;margin-top:2px}.splash-primary{min-height:52px;padding:0 30px;border-radius:9px;font-weight:600;font-size:1rem;color:#fff;background:var(--ink);box-shadow:var(--shadow-md);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.splash-primary:hover:not(:disabled){transform:translateY(-2px);background:#000;box-shadow:0 14px 32px #14161a2e}.splash-primary:active:not(:disabled){transform:translateY(0)}.splash-primary:disabled{opacity:.6;cursor:default}.splash-primary:has(.splash-cta-sub){display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:62px;padding:10px 30px}.splash-cta-main{font-size:1rem;font-weight:600;line-height:1}.splash-cta-sub{font-size:.72rem;font-weight:500;opacity:.7;font-family:DM Mono,monospace;letter-spacing:.02em}.splash-error{font-size:.84rem;color:var(--signal-red)}.splash-test{margin-top:4px;padding:8px 14px;border-radius:7px;border:1px dashed var(--line-strong);background:var(--surface);color:var(--ink-3);font-size:.82rem;font-weight:500;transition:background .15s ease,border-color .15s ease}.splash-test:hover:not(:disabled){background:var(--surface-2);border-color:var(--ink-3)}.splash-test:disabled{opacity:.6;cursor:default}.splash-secondary{position:relative;z-index:1;border-top:1px solid var(--line);background:var(--surface);padding:48px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:22px}.splash-about{max-width:62ch;font-size:1rem;line-height:1.68;color:var(--ink-2)}.site-footer{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:28px;padding:18px 2px;border-top:1px solid var(--line);font-size:.78rem;color:var(--ink-3)}.aethon-splash>.site-footer{margin-top:0;padding:20px 24px;width:100%;max-width:1100px;margin-left:auto;margin-right:auto}.site-footer-disclaimer{max-width:64ch;line-height:1.5}.site-footer-links{display:flex;gap:18px;flex-shrink:0}.site-footer-links a{color:var(--ink-3);text-decoration:none}.site-footer-links a:hover{color:var(--ink);text-decoration:underline}.site-footer-dark{position:absolute;left:0;right:0;bottom:0;z-index:1;margin-top:0;padding:16px clamp(28px,8vw,96px);border-top:1px solid rgba(255,255,255,.1);color:#ffffff80}.site-footer-dark .site-footer-links a{color:#fff9}.site-footer-dark .site-footer-links a:hover{color:#fff}.app-shell{display:grid;grid-template-columns:340px 1fr;grid-template-rows:auto 1fr;min-height:100vh;max-width:1600px;margin:0 auto;width:100%}.app-topbar{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;padding:0 28px;height:60px;border-bottom:1px solid var(--line);background:var(--surface);position:sticky;top:0;z-index:100;animation:fadeIn .3s ease}.topbar-brand{display:flex;align-items:center;gap:10px}.brand-logo{height:22px;width:auto;display:block}.brand-mark{width:28px;height:28px;background:var(--ink);border-radius:7px;display:grid;place-items:center;flex-shrink:0}.brand-mark svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round}.brand-name{font-family:Inter,system-ui,sans-serif;letter-spacing:-.014em;font-size:1.05rem;font-weight:500;color:var(--ink);letter-spacing:-.01em}.topbar-meta{display:flex;align-items:center;gap:16px}.preview-timer{height:30px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border-radius:999px;border:1px solid var(--line-strong);background:var(--surface-2);color:var(--ink-2);font-family:DM Mono,monospace;font-size:.72rem}.entitlement-status{height:30px;display:inline-flex;align-items:center;padding:0 10px;border-radius:6px;background:var(--accent-soft);color:var(--signal-green);font-size:.72rem;font-weight:600}.live-dot{display:flex;align-items:center;gap:6px;font-size:.75rem;color:var(--ink-3);font-weight:500;letter-spacing:.03em;text-transform:uppercase}.live-dot:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--signal-green);animation:pulse 2s ease-in-out infinite}.topbar-time{font-family:DM Mono,monospace;font-size:.75rem;color:var(--ink-3)}.refresh-btn{display:flex;align-items:center;gap:6px;padding:6px 14px;border-radius:6px;border:1px solid var(--line-strong);background:var(--surface);color:var(--ink-2);font-size:.8rem;font-weight:500;transition:all .15s ease}.refresh-btn:hover{background:var(--surface-2);border-color:var(--accent);color:var(--accent)}.refresh-btn:disabled{opacity:.5;cursor:default}.refresh-btn svg{width:14px;height:14px;transition:transform .5s ease}.refresh-btn.spinning svg{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.chat-panel{grid-column:1;grid-row:2;display:flex;flex-direction:column;border-right:1px solid var(--line);height:calc(100vh - 60px);position:sticky;top:60px;background:var(--surface)}.chat-header{padding:20px 20px 14px;border-bottom:1px solid var(--line)}.chat-title{font-family:Inter,system-ui,sans-serif;letter-spacing:-.014em;font-size:1.1rem;font-weight:500;color:var(--ink);letter-spacing:-.01em;margin-bottom:4px}.chat-subtitle{font-size:.78rem;color:var(--ink-3);line-height:1.4}.chat-history{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:0;scroll-behavior:smooth}.chat-history::-webkit-scrollbar{width:4px}.chat-history::-webkit-scrollbar-track{background:transparent}.chat-history::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:2px}.chat-empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;gap:10px;animation:fadeIn .5s ease .2s both}.chat-empty-icon{width:40px;height:40px;border-radius:50%;background:var(--accent-soft);display:grid;place-items:center;margin-bottom:4px}.chat-empty-icon svg{width:18px;height:18px;stroke:var(--accent);fill:none;stroke-width:1.8}.chat-empty-state h3{font-family:Inter,system-ui,sans-serif;letter-spacing:-.014em;font-size:.95rem;font-weight:500;color:var(--ink)}.chat-empty-state p{font-size:.78rem;color:var(--ink-3);line-height:1.5;max-width:220px}.chat-turn{display:flex;flex-direction:column;gap:8px;margin-bottom:16px;animation:fadeUp .3s ease both}.chat-bubble-user{align-self:flex-end;background:var(--accent);color:#fff;padding:9px 13px;border-radius:14px 14px 4px;font-size:.83rem;line-height:1.45;max-width:88%;font-weight:400}.chat-bubble-ai{align-self:flex-start;background:var(--surface-2);border:1px solid var(--line);padding:12px 14px;border-radius:4px 14px 14px;font-size:.83rem;line-height:1.55;max-width:96%;animation:scaleIn .25s ease both}.chat-confidence-row{display:flex;align-items:center;gap:6px;margin-bottom:7px}.confidence-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:20px;font-size:.7rem;font-weight:600;letter-spacing:.02em}.confidence-badge.high{background:#d4edda;color:var(--signal-green)}.confidence-badge.mid{background:#fff3cd;color:var(--signal-yellow)}.confidence-badge.low{background:#f8d7da;color:var(--signal-red)}.confidence-badge:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor}.chat-answer-text{color:var(--ink);font-size:.83rem;line-height:1.6;margin-bottom:8px}.chat-candidates{display:flex;flex-wrap:wrap;gap:5px;margin-top:6px}.candidate-chip{display:inline-flex;align-items:center;gap:5px;padding:3px 8px;border-radius:6px;border:1px solid var(--line-strong);background:var(--surface);font-size:.72rem;font-family:DM Mono,monospace}.candidate-chip strong{color:var(--ink);font-weight:500}.candidate-chip .chip-conf{color:var(--ink-3)}.chip-dir{width:6px;height:6px;border-radius:50%;flex-shrink:0}.chip-dir.bull{background:var(--signal-green)}.chip-dir.bear{background:var(--signal-red)}.chip-dir.neut{background:var(--ink-3)}.chat-collapse-row{display:flex;gap:8px;margin-top:6px}.chat-detail-btn{font-size:.72rem;color:var(--ink-3);text-decoration:underline;text-underline-offset:2px;cursor:pointer;background:none;border:none;padding:0;transition:color .15s}.chat-detail-btn:hover{color:var(--accent)}.chat-detail-panel{margin-top:8px;padding:10px 12px;background:var(--surface);border:1px solid var(--line);border-radius:8px;animation:fadeIn .2s ease}.detail-section{margin-bottom:8px}.detail-label{font-size:.68rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-3);margin-bottom:4px}.detail-items{display:flex;flex-direction:column;gap:3px}.detail-item{font-size:.75rem;color:var(--ink-2);line-height:1.4;padding-left:10px;position:relative}.detail-item:before{content:"–";position:absolute;left:0;color:var(--ink-3)}.thinking-bubble{display:flex;align-items:center;gap:4px;padding:10px 14px;background:var(--surface-2);border:1px solid var(--line);border-radius:4px 14px 14px;align-self:flex-start;animation:fadeIn .2s ease}.thinking-dot{width:6px;height:6px;border-radius:50%;background:var(--ink-3);animation:dotPulse 1.4s ease-in-out infinite}.thinking-dot:nth-child(2){animation-delay:.2s}.thinking-dot:nth-child(3){animation-delay:.4s}.chat-input-area{padding:12px 16px 16px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:10px}.prompt-chips{display:flex;flex-wrap:wrap;gap:5px}.prompt-chip{padding:4px 10px;border-radius:20px;border:1px solid var(--line-strong);background:var(--surface);font-size:.72rem;color:var(--ink-2);transition:all .15s ease;cursor:pointer}.prompt-chip:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.chat-input-form{display:flex;align-items:center;gap:8px;background:var(--surface-2);border:1px solid var(--line-strong);border-radius:10px;padding:6px 8px 6px 12px;transition:border-color .15s ease}.chat-input-form:focus-within{border-color:var(--accent);background:var(--surface)}.chat-input-form input{flex:1;background:none;border:none;outline:none;font-size:.83rem;color:var(--ink);line-height:1.4}.chat-input-form input::placeholder{color:var(--ink-3)}.send-btn{width:30px;height:30px;border-radius:6px;background:var(--accent);display:grid;place-items:center;flex-shrink:0;transition:all .15s ease}.send-btn:hover:not(:disabled){background:#153024;transform:scale(1.05)}.send-btn:disabled{background:var(--surface-3);cursor:default}.send-btn svg{width:13px;height:13px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.send-btn:disabled svg{stroke:var(--ink-3)}.data-panel{grid-column:2;grid-row:2;overflow-y:auto;padding:24px 28px;display:flex;flex-direction:column;gap:20px}.data-panel::-webkit-scrollbar{width:4px}.data-panel::-webkit-scrollbar-track{background:transparent}.data-panel::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:2px}.loading-overlay{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;min-height:300px;animation:fadeIn .3s ease}.loading-spinner{width:36px;height:36px;border:2px solid var(--line-strong);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}.loading-text{font-size:.83rem;color:var(--ink-3);text-align:center;line-height:1.5}.loading-bar{width:160px;height:2px;background:var(--surface-3);border-radius:1px;overflow:hidden;position:relative}.loading-bar:after{content:"";position:absolute;inset:0;background:var(--accent);border-radius:1px;animation:shimmer 1.5s ease-in-out infinite}.error-card{background:var(--red-soft);border:1px solid rgba(139,26,26,.2);border-radius:10px;padding:16px 20px;display:flex;align-items:flex-start;gap:12px;animation:fadeUp .3s ease}.error-card svg{width:18px;height:18px;stroke:var(--red);fill:none;stroke-width:2;flex-shrink:0;margin-top:1px}.error-card p{font-size:.83rem;color:var(--red);line-height:1.5}.regime-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow-sm);animation:fadeUp .4s ease both}.regime-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.regime-label-group{display:flex;flex-direction:column;gap:4px}.section-eyebrow{font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3)}.regime-title{font-family:Inter,system-ui,sans-serif;letter-spacing:-.014em;font-size:1.3rem;font-weight:500;color:var(--ink);letter-spacing:-.01em;line-height:1.2}.regime-confidence-ring{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.ring-svg{width:56px;height:56px;transform:rotate(-90deg)}.ring-track{fill:none;stroke:var(--surface-3);stroke-width:4}.ring-fill{fill:none;stroke:var(--accent);stroke-width:4;stroke-linecap:round;transition:stroke-dasharray .8s cubic-bezier(.4,0,.2,1)}.ring-label{font-family:DM Mono,monospace;font-size:.65rem;color:var(--ink-3);margin-top:3px;text-transform:uppercase;letter-spacing:.04em}.regime-summary{font-size:.8rem;color:var(--ink-2);line-height:1.6;margin-bottom:14px}.regime-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px}.stat-cell{background:var(--surface-2);border-radius:8px;padding:10px;display:flex;flex-direction:column;gap:2px}.stat-label{font-size:.68rem;color:var(--ink-3);font-weight:500;letter-spacing:.02em}.stat-value{font-family:DM Mono,monospace;font-size:1rem;font-weight:500;color:var(--ink);animation:countUp .4s ease .2s both}.stat-value.risk-high{color:var(--signal-red)}.stat-value.risk-mid{color:var(--signal-yellow)}.stat-value.risk-low{color:var(--signal-green)}.regime-drivers{display:flex;flex-direction:column;gap:4px}.driver-item{display:flex;align-items:center;gap:7px;font-size:.77rem;color:var(--ink-2)}.driver-item:before{content:"";width:4px;height:4px;border-radius:50%;background:var(--accent);flex-shrink:0}.mini-chart-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:18px 22px;box-shadow:var(--shadow-sm);animation:fadeUp .4s ease .1s both}.chart-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:12px}.chart-title{font-family:Inter,system-ui,sans-serif;letter-spacing:-.014em;font-size:.95rem;font-weight:500;color:var(--ink)}.chart-legend{display:flex;gap:12px}.legend-item{display:flex;align-items:center;gap:5px;font-size:.68rem;color:var(--ink-3)}.legend-dot{width:8px;height:3px;border-radius:1px}.scanner-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow-sm);animation:fadeUp .4s ease .2s both}.scanner-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.scanner-title{font-family:Inter,system-ui,sans-serif;letter-spacing:-.014em;font-size:1.1rem;font-weight:500;color:var(--ink);letter-spacing:-.01em;margin-bottom:2px}.scanner-desc{font-size:.76rem;color:var(--ink-3);line-height:1.4}.scanner-controls{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.search-input-wrap{display:flex;align-items:center;gap:8px;background:var(--surface-2);border:1px solid var(--line-strong);border-radius:8px;padding:6px 10px;transition:border-color .15s}.search-input-wrap:focus-within{border-color:var(--accent);background:var(--surface)}.search-input-wrap svg{width:14px;height:14px;stroke:var(--ink-3);flex-shrink:0}.search-input-wrap input{flex:1;border:none;background:none;outline:none;font-size:.8rem;color:var(--ink)}.search-input-wrap input::placeholder{color:var(--ink-3)}.filter-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.class-filters{display:flex;gap:4px;flex-wrap:wrap}.class-btn{padding:3px 10px;border-radius:20px;border:1px solid var(--line-strong);font-size:.72rem;font-weight:500;color:var(--ink-3);background:var(--surface);transition:all .15s;cursor:pointer}.class-btn:hover{border-color:var(--accent);color:var(--accent)}.class-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.confidence-filter{display:flex;align-items:center;gap:6px;margin-left:auto;flex-shrink:0}.confidence-filter label{font-size:.72rem;color:var(--ink-3);white-space:nowrap}.confidence-filter input[type=range]{width:80px;cursor:pointer;accent-color:var(--accent)}.confidence-filter span{font-family:DM Mono,monospace;font-size:.72rem;color:var(--ink-2);min-width:32px}.opp-table{display:flex;flex-direction:column;gap:0}.opp-row{display:grid;grid-template-columns:140px 90px 100px 1fr;gap:12px;align-items:center;padding:13px 10px;margin:0 -10px;border-bottom:1px solid var(--line);cursor:pointer;transition:background .12s ease,box-shadow .12s ease;border-radius:6px;animation:fadeIn .3s ease both}.opp-row:hover{background:var(--surface-2)}.opp-row[data-selected=true]{background:var(--surface-2);box-shadow:inset 2px 0 0 var(--accent)}.opp-row:last-child{border-bottom:none}.opp-head-row{display:grid;grid-template-columns:140px 90px 100px 1fr;gap:12px;padding:0 0 8px;border-bottom:1px solid var(--line-strong);cursor:default}.opp-head-row span{font-size:.68rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-3)}.asset-name{font-weight:600;font-size:.85rem;color:var(--ink);font-family:DM Mono,monospace;letter-spacing:.01em}.asset-full{font-size:.72rem;color:var(--ink-3);line-height:1.3;margin-top:1px}.asset-class-badge{display:inline-block;padding:1px 5px;border-radius:3px;font-size:.62rem;font-weight:600;letter-spacing:.04em;margin-top:2px}.asset-quality-badge{display:inline-block;padding:1px 5px;border-radius:3px;font-size:.62rem;font-weight:700;letter-spacing:.04em;margin-top:2px;margin-left:4px;text-transform:uppercase}.badge-index{background:#e6edf6;color:#1a4480}.badge-stock{background:#e6f3eb;color:#1a5c2e}.badge-commodity{background:#faf0e0;color:#7a4f0a}.badge-forex{background:#f0e8f5;color:#5c2e7a}.badge-crypto{background:#e8f2fa;color:#0a3d6b}.quality-fresh{background:#dff3e6;color:var(--signal-green)}.quality-delayed{background:#fff3cd;color:var(--signal-yellow)}.quality-stale{background:#f8d7da;color:var(--signal-red)}.quality-partial{background:#ece8f3;color:#5c4f7a}.dir-cell{display:flex;flex-direction:column;gap:2px}.dir-tag{font-size:.72rem;font-weight:600;display:flex;align-items:center;gap:4px}.dir-tag.bull{color:var(--signal-green)}.dir-tag.bear{color:var(--signal-red)}.dir-tag.neut{color:var(--ink-3)}.change-pct{font-family:DM Mono,monospace;font-size:.72rem}.change-pct.up{color:var(--signal-green)}.change-pct.down{color:var(--signal-red)}.view-reason{color:var(--ink-3);font-size:.66rem;line-height:1.25;max-width:120px}.conf-cell{display:flex;flex-direction:column;gap:4px}.conf-number{font-family:DM Mono,monospace;font-size:.9rem;font-weight:500;color:var(--ink)}.conf-bar-track{height:5px;background:var(--surface-3);border-radius:3px;overflow:hidden}.conf-bar-fill{height:100%;border-radius:3px;transform-origin:left;animation:barGrow .5s cubic-bezier(.4,0,.2,1) both}.conf-bar-fill.high{background:var(--accent)}.conf-bar-fill.mid{background:var(--accent);opacity:.7}.conf-bar-fill.low{background:var(--ink-3);opacity:.55}.drivers-cell{display:flex;flex-direction:column;gap:2px}.driver-chips{display:flex;flex-wrap:wrap;gap:5px;margin:3px 0}.driver-tag{font-size:.72rem;color:var(--ink-2);line-height:1.3;background:var(--surface-2);border:1px solid var(--line);border-radius:5px;padding:1px 7px}.asset-price{font-family:DM Mono,ui-monospace,monospace;font-size:.78rem;color:var(--ink-2);margin:2px 0 4px}.opp-momentum{font-size:.72rem;color:var(--ink-3)}.opp-rank{font-size:.66rem;color:var(--ink-3);margin-top:3px}.opp-relative{font-size:.74rem;font-weight:500;color:var(--ink-2)}.opp-risk{font-size:.7rem;color:var(--signal-red);line-height:1.35}.guide-toggle{flex-shrink:0;font-size:.78rem;font-weight:600;color:var(--accent);padding:6px 12px;border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--surface);transition:background .12s ease,border-color .12s ease}.guide-toggle:hover{background:var(--surface-2);border-color:var(--line-strong)}.scanner-guide{background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius);padding:16px 18px;margin-bottom:16px;animation:fadeIn .2s ease both}.scanner-guide dl{display:grid;grid-template-columns:1fr 1fr;gap:12px 22px}.scanner-guide dt{font-size:.8rem;font-weight:600;color:var(--ink);margin-bottom:2px}.scanner-guide dd{font-size:.8rem;line-height:1.5;color:var(--ink-2)}.scanner-guide>p{margin-top:14px;padding-top:12px;border-top:1px solid var(--line);font-size:.8rem;color:var(--ink-3)}.scanner-guide a{color:var(--accent)}.opp-expanded{background:var(--surface-2);border:1px solid var(--line);border-radius:8px;padding:14px 16px;margin:2px 0 8px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px;animation:scaleIn .2s ease both}.expand-section h4{font-size:.68rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-3);margin-bottom:6px}.expand-items{display:flex;flex-direction:column;gap:3px}.expand-item{font-size:.75rem;color:var(--ink-2);line-height:1.4;padding-left:10px;position:relative}.expand-item:before{content:"–";position:absolute;left:0;color:var(--ink-3)}.score-thesis{grid-column:1 / -1;font-size:.78rem;color:var(--ink-2);line-height:1.55;padding-top:10px;border-top:1px solid var(--line);font-style:italic}.opp-report-btn{grid-column:1 / -1;margin-top:4px;padding:10px 16px;border-radius:var(--radius-sm);background:var(--ink);color:#fff;font-size:.84rem;font-weight:600;text-align:left;transition:background .15s ease,transform .15s ease}.opp-report-btn:hover{background:#000;transform:translateY(-1px)}.breakdown-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow-sm);animation:fadeUp .4s ease .3s both}.breakdown-title{font-family:Inter,system-ui,sans-serif;letter-spacing:-.014em;font-size:.95rem;font-weight:500;color:var(--ink);margin-bottom:12px}.breakdown-rows{display:flex;flex-direction:column;gap:9px}.breakdown-row{display:grid;grid-template-columns:1fr 80px 36px;gap:10px;align-items:center}.breakdown-label{font-size:.78rem;color:var(--ink-2)}.breakdown-bar{height:4px;background:var(--surface-3);border-radius:2px;overflow:hidden}.breakdown-bar-fill{height:100%;background:var(--accent);border-radius:2px;transform-origin:left;animation:barGrow .6s cubic-bezier(.4,0,.2,1) both}.breakdown-val{font-family:DM Mono,monospace;font-size:.78rem;color:var(--ink-3);text-align:right}.calibration-row{justify-content:space-between}.calibration-status{color:var(--ink-2);font-size:.76rem;font-weight:600}.asset-report-panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow-sm);animation:fadeUp .4s ease .25s both}.asset-report-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.report-actions{display:flex;justify-content:flex-end;margin-top:-8px;margin-bottom:14px}.report-actions button{height:38px;padding:0 13px;border-radius:7px;background:var(--accent);color:#fff;font-size:.78rem;font-weight:600;display:inline-flex;align-items:center;gap:6px}.asset-report-title{font-family:Inter,system-ui,sans-serif;letter-spacing:-.014em;font-size:1.2rem;font-weight:500;color:var(--ink);line-height:1.25;margin-top:3px}.asset-report-subtitle{font-size:.8rem;color:var(--ink-2);line-height:1.55;margin-top:6px;max-width:760px}.quality-pill{border-radius:999px;padding:5px 10px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;flex-shrink:0}.report-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px}.report-metric{background:var(--surface-2);border-radius:8px;padding:10px;display:flex;flex-direction:column;gap:3px}.report-metric span{color:var(--ink-3);font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.report-metric strong{font-family:DM Mono,monospace;font-size:.9rem;color:var(--ink)}.metric-up{color:var(--signal-green)!important}.metric-down{color:var(--signal-red)!important}.quality-note{border-left:3px solid var(--accent);background:var(--accent-soft);border-radius:0 8px 8px 0;padding:10px 12px;font-size:.78rem;color:var(--ink-2);line-height:1.5;margin-bottom:16px}.research-opening{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:14px}.risk-breakdown{border:1px solid var(--line);border-radius:8px;background:var(--surface-2);padding:14px;margin-bottom:18px}.risk-breakdown-header{margin-bottom:12px}.risk-breakdown-header h3{color:var(--ink);font-size:1rem;margin-top:4px}.risk-breakdown .counter-case{margin-bottom:14px}.risk-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:12px}.risk-col h4{color:var(--ink-3);font-size:.72rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;margin-bottom:8px}.risk-col ul{list-style:none;display:flex;flex-direction:column;gap:6px}.risk-col li{position:relative;padding-left:16px;font-size:.8rem;line-height:1.5;color:var(--ink-2)}.risk-col li:before{content:"";position:absolute;left:0;top:6px;width:6px;height:6px;border-radius:1px;background:var(--signal-red);transform:rotate(45deg)}.risk-empty{font-size:.8rem;line-height:1.5;color:var(--ink-3)}.risk-watch{border-top:1px solid var(--line);padding-top:10px;font-size:.8rem;line-height:1.55;color:var(--ink-2)}.risk-watch strong{color:var(--ink)}.research-opening div{border-top:3px solid var(--accent);background:var(--surface-2);border-radius:0 0 8px 8px;min-height:112px;padding:12px}.research-opening span,.coverage-item span{color:var(--ink-3);display:block;font-size:.67rem;font-weight:700;text-transform:uppercase}.research-opening p{color:var(--ink);font-size:.78rem;line-height:1.55;margin-top:8px}.evidence-completeness{border:1px solid var(--line);border-radius:8px;margin-bottom:18px;padding:14px}.evidence-completeness-header{align-items:flex-start;display:flex;justify-content:space-between;gap:12px;margin-bottom:8px}.evidence-completeness-header h3{color:var(--ink);font-size:1rem;margin-top:4px;text-transform:capitalize}.evidence-completeness-header>strong{background:var(--surface-2);border-radius:6px;color:var(--ink-2);font-size:.74rem;padding:8px 10px}.evidence-completeness>p{color:var(--ink-2);font-size:.76rem;line-height:1.5;margin-bottom:12px}.score-breakdown{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-2);padding:12px 14px;margin-bottom:12px}.score-breakdown-head{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:8px}.score-breakdown-head>span:first-child{font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-3)}.score-math{font-family:DM Mono,monospace;font-size:.8rem;color:var(--ink-2)}.score-math strong{color:var(--accent-ink, var(--accent))}.score-breakdown ul{list-style:none;display:flex;flex-direction:column;gap:6px}.score-breakdown li{position:relative;padding-left:14px;font-size:.8rem;line-height:1.5;color:var(--ink-2)}.score-breakdown li:before{content:"";position:absolute;left:0;top:8px;width:5px;height:5px;border-radius:50%;background:var(--line-strong)}.counter-case{border-left:2px solid var(--signal-red);padding-left:12px}.counter-case>span{font-size:.72rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--signal-red)}.counter-case>p{margin-top:4px;font-size:.9rem;line-height:1.55;color:var(--ink-2)}.paid-eligibility{border:1px solid var(--line);border-left:3px solid var(--signal-yellow);border-radius:7px;margin:12px 0;padding:10px}.paid-eligibility.eligible{border-left-color:var(--signal-green)}.paid-eligibility strong{color:var(--ink);display:block;font-size:.8rem;margin-bottom:5px}.paid-eligibility p{color:var(--ink-2);font-size:.74rem;line-height:1.45}.institutional-activity{border:1px solid var(--line);border-left:3px solid var(--signal-yellow);border-radius:8px;margin-top:12px;padding:10px 11px}.institutional-activity.activity-comparison_available{border-left-color:var(--signal-green)}.institutional-activity h4{color:var(--ink);font-size:.83rem;margin-bottom:6px}.institutional-activity p{color:var(--ink-2);font-size:.73rem;line-height:1.5;margin-bottom:7px}.coverage-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.coverage-item{background:var(--surface-2);border-radius:7px;border-left:3px solid var(--line);min-height:96px;padding:9px}.coverage-included{border-left-color:var(--signal-green)}.coverage-missing{border-left-color:var(--signal-yellow)}.coverage-item strong{color:var(--ink);display:block;font-size:.73rem;margin:5px 0;text-transform:capitalize}.coverage-item small{color:var(--ink-3);font-size:.68rem;line-height:1.45}.report-columns{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:14px}.report-section h3{font-size:.72rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--ink-3);margin-bottom:8px}.evidence-list,.report-list{display:flex;flex-direction:column;gap:8px}.evidence-item{border:1px solid var(--line);border-radius:8px;padding:10px;background:var(--surface)}.evidence-topline{display:flex;justify-content:space-between;gap:8px;margin-bottom:5px}.evidence-topline span:first-child{font-size:.72rem;font-weight:700;color:var(--ink-2)}.evidence-status{border-radius:999px;padding:1px 6px;font-size:.6rem;text-transform:uppercase;letter-spacing:.05em;font-weight:700}.evidence-item strong{display:block;font-family:DM Mono,monospace;font-size:.8rem;color:var(--ink);margin-bottom:4px}.evidence-item p,.model-note span{display:block;font-size:.74rem;line-height:1.45;color:var(--ink-2)}.evidence-item small{display:block;margin-top:5px;color:var(--ink-3);font-size:.68rem;font-family:DM Mono,monospace}.report-list span{font-size:.75rem;color:var(--ink-2);line-height:1.45;padding-left:10px;position:relative}.report-list span:before{content:"";position:absolute;left:0;top:.6em;width:4px;height:4px;border-radius:50%;background:var(--accent)}.model-note{margin-top:12px;border:1px solid var(--line);border-radius:8px;padding:10px;background:var(--surface-2)}.model-note strong{display:block;font-size:.75rem;color:var(--ink);margin-bottom:4px}.catalyst-status{border:1px solid var(--line);border-radius:8px;padding:10px;background:var(--surface-2)}.catalyst-status strong,.catalyst-status span{display:block}.catalyst-status strong{color:var(--ink);font-size:.75rem;margin-bottom:5px}.catalyst-status span{color:var(--ink-2);font-size:.73rem;line-height:1.45}.catalyst-status small{display:block;color:var(--ink-3);font-size:.69rem;line-height:1.43;margin-top:8px}.catalyst-event{border-bottom:1px solid var(--line);padding-bottom:9px;margin-bottom:9px}.catalyst-event:last-of-type{border-bottom:0}.catalyst-event small{margin-top:4px}.catalyst-source{color:var(--ink-2)!important;font-weight:600}.company-research{margin-top:18px;border-top:1px solid var(--line);padding-top:18px}.instrument-research{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.instrument-research-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:7px}.instrument-research-header h3{font-size:1rem;font-weight:500;margin-top:3px}.instrument-class{max-width:225px;background:var(--accent-soft);color:var(--signal-green);padding:5px 9px;border-radius:6px;font-size:.67rem;line-height:1.35;font-weight:700;text-align:right}.instrument-definition,.instrument-interpretation{max-width:940px;color:var(--ink-2);font-size:.78rem;line-height:1.52}.instrument-conclusion,.relative-value-context{border:1px solid var(--line);border-left:3px solid var(--accent);border-radius:8px;padding:10px 11px;margin-top:13px}.instrument-conclusion.conclusion-constructive{border-left-color:var(--signal-green)}.instrument-conclusion.conclusion-caution,.relative-limited{border-left-color:var(--signal-yellow)}.instrument-conclusion strong,.relative-value-context strong{display:block;font-size:.84rem;margin:4px 0}.instrument-conclusion p,.relative-value-context p{color:var(--ink-2);font-size:.73rem;line-height:1.5}.instrument-interpretation{color:var(--ink-3);margin-top:5px}.instrument-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin:14px 0}.instrument-metric{min-height:96px;background:var(--surface-2);border-radius:8px;padding:10px}.instrument-metric span,.instrument-metric strong,.instrument-metric small{display:block}.instrument-metric span{color:var(--ink-3);font-size:.67rem;font-weight:700;text-transform:uppercase}.instrument-metric strong{font-family:DM Mono,monospace;font-size:.91rem;margin:5px 0}.instrument-metric small{color:var(--ink-3);font-size:.67rem;line-height:1.38}.instrument-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.instrument-columns div{border:1px solid var(--line);border-radius:8px;padding:10px}.instrument-columns h4{color:var(--ink-3);font-size:.67rem;text-transform:uppercase;margin-bottom:8px}.instrument-columns span,.instrument-limitations span{display:block;color:var(--ink-2);font-size:.71rem;line-height:1.45;margin-bottom:5px}.instrument-limitations{border-left:3px solid var(--gold);background:#fffaf0;border-radius:0 7px 7px 0;padding:9px 11px 5px;margin-top:12px}.relative-value-context{margin-top:12px}.relative-value-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:10px}.relative-value-metrics div{background:var(--surface-2);border-radius:7px;padding:8px}.relative-value-metrics span,.relative-value-metrics strong,.relative-value-metrics small{display:block}.relative-value-metrics span{color:var(--ink-3);font-size:.66rem;text-transform:uppercase}.relative-value-metrics strong{font-family:DM Mono,monospace;font-size:.84rem;margin:4px 0}.relative-value-metrics small{color:var(--ink-3);font-size:.67rem;line-height:1.4}.report-sources{margin-top:14px}.report-sources small{color:var(--ink-3);display:block;font-size:.67rem;margin-top:3px}.report-sources h4{color:var(--ink-3);font-size:.67rem;text-transform:uppercase;margin-bottom:8px}.report-sources div{display:flex;gap:8px;padding:5px 0;border-bottom:1px solid var(--line)}.report-sources strong{min-width:96px;color:var(--ink);font-size:.71rem}.report-sources span{color:var(--ink-2);font-size:.71rem;line-height:1.4}.company-research-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:6px}.company-research-header h3{font-size:1rem;font-weight:500;color:var(--ink);margin-top:3px}.research-status{padding:5px 9px;border-radius:999px;font-size:.67rem;font-weight:700;text-transform:uppercase}.research-available{background:#dff3e6;color:var(--signal-green)}.research-configuration_required,.research-partial,.research-market_only,.research-unsupported,.research-unavailable,.research-not_applicable{background:#fff3cd;color:var(--signal-yellow)}.company-research-note{color:var(--ink-2);font-size:.78rem;line-height:1.5;margin-bottom:14px}.fund-profile{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:14px 0 10px}.fund-profile div{background:var(--surface-2);border-radius:8px;padding:10px}.fund-profile span,.fund-profile strong{display:block}.fund-profile span{color:var(--ink-3);font-size:.67rem;font-weight:700;text-transform:uppercase}.fund-profile strong{color:var(--ink);font-size:.84rem;margin-top:5px}.fund-objective{color:var(--ink-2);font-size:.75rem;line-height:1.5;margin:0 0 14px}.forex-policy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:14px 0}.policy-item{display:flex;flex-direction:column;gap:5px;background:var(--surface-2);border-radius:8px;padding:11px}.policy-item>span{color:var(--ink-3);font-size:.67rem;font-weight:700;text-transform:uppercase}.policy-item>strong{color:var(--ink);font-family:DM Mono,monospace;font-size:1rem}.policy-item>small,.policy-events span{color:var(--ink-2);font-size:.69rem;line-height:1.45}.policy-source-link{align-items:center;color:var(--signal-green);display:inline-flex;font-size:.69rem;gap:4px;margin-top:3px;text-decoration:none}.policy-comparison{border:1px solid var(--line);border-left:3px solid var(--accent);border-radius:8px;margin-bottom:14px;padding:10px 11px}.policy-comparison strong{display:block;color:var(--ink);font-size:.82rem;margin:4px 0}.policy-comparison p{color:var(--ink-2);font-size:.71rem;line-height:1.45}.forex-trend{border-left-color:var(--gold)}.policy-events{border-top:1px solid var(--line);margin:12px 0;padding-top:12px}.policy-events h4{color:var(--ink);font-size:.78rem;font-weight:600;margin-bottom:8px}.policy-events>div{display:flex;flex-direction:column;gap:3px;margin-bottom:9px}.policy-events strong{color:var(--ink);font-size:.73rem}.crypto-market-grid{margin-top:14px}.gold-macro-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:14px}.crypto-protocol,.crypto-risk-signals{border-top:1px solid var(--line);margin:13px 0;padding-top:12px}.crypto-protocol h4,.crypto-risk-signals h4{color:var(--ink);font-size:.78rem;font-weight:600;margin-bottom:9px}.crypto-protocol-fact{background:var(--surface-2);border-radius:8px;margin-bottom:9px;padding:10px 11px}.crypto-protocol-fact>span{color:var(--ink-3);display:block;font-size:.67rem;font-weight:700;text-transform:uppercase}.crypto-protocol-fact>strong{color:var(--ink);display:block;font-size:.84rem;margin:4px 0}.crypto-protocol-fact p{color:var(--ink-2);font-size:.71rem;line-height:1.45}.crypto-risk{border-left:3px solid var(--accent);display:flex;flex-direction:column;gap:4px;margin-bottom:8px;padding:5px 0 5px 10px}.crypto-risk-caution{border-left-color:var(--signal-yellow)}.crypto-risk strong{color:var(--ink);font-size:.73rem}.crypto-risk span{color:var(--ink-2);font-size:.71rem;line-height:1.45}.fundamental-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin-bottom:14px}.energy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fundamental-item{display:flex;flex-direction:column;gap:4px;min-height:106px;background:var(--surface-2);border-radius:8px;padding:10px}.fundamental-item span{color:var(--ink-3);font-size:.67rem;font-weight:700;text-transform:uppercase}.fundamental-item strong{font-family:DM Mono,monospace;font-size:.93rem;color:var(--ink)}.fundamental-item small,.fundamental-item em{font-size:.67rem;line-height:1.4;color:var(--ink-3);font-style:normal}.fundamental-item em{color:var(--ink-2);margin-top:auto}.fundamental-read{border:1px solid var(--line);border-left-width:3px;border-radius:8px;padding:12px;margin:12px 0 14px}.fundamental-positive{border-left-color:var(--signal-green)}.fundamental-balanced,.fundamental-limited{border-left-color:var(--accent)}.fundamental-caution{border-left-color:var(--signal-yellow)}.fundamental-read-header strong{display:block;color:var(--ink);font-size:.92rem;margin:4px 0}.fundamental-read-header p{color:var(--ink-2);font-size:.75rem;line-height:1.48;margin-bottom:11px}.ratio-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-bottom:11px}.ratio-item{background:var(--surface-2);border-radius:7px;padding:9px;min-height:84px}.ratio-item span,.ratio-item strong,.ratio-item small{display:block}.ratio-item span{color:var(--ink-3);font-size:.65rem;font-weight:700;text-transform:uppercase}.ratio-item strong{font-family:DM Mono,monospace;font-size:.91rem;color:var(--ink);margin:5px 0}.ratio-positive strong{color:var(--signal-green)}.ratio-caution strong{color:var(--signal-red)}.ratio-item small{color:var(--ink-3);font-size:.65rem;line-height:1.35}.fundamental-observations{display:flex;flex-direction:column;gap:5px}.fundamental-observations span{position:relative;padding-left:10px;color:var(--ink-2);font-size:.74rem;line-height:1.4}.fundamental-observations span:before{content:"";position:absolute;left:0;top:.55em;width:4px;height:4px;border-radius:50%;background:var(--accent)}.filed-valuation{border:1px solid var(--line);border-radius:8px;padding:12px;margin:12px 0 14px;background:var(--surface)}.filed-valuation-header strong{display:block;color:var(--ink);font-size:.92rem;margin:4px 0}.filed-valuation-header p{color:var(--ink-2);font-size:.75rem;line-height:1.48;margin-bottom:11px}.valuation-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin-bottom:10px}.valuation-item{min-height:84px;background:var(--surface-2);border-radius:7px;padding:9px}.valuation-item span,.valuation-item strong,.valuation-item small{display:block}.valuation-item span{font-size:.65rem;font-weight:700;text-transform:uppercase;color:var(--ink-3)}.valuation-item strong{font-family:DM Mono,monospace;color:var(--ink);font-size:.9rem;margin:5px 0}.valuation-item small{color:var(--ink-3);font-size:.65rem;line-height:1.35}.valuation-notes{display:flex;flex-direction:column;gap:4px}.valuation-notes span{color:var(--ink-2);font-size:.7rem;line-height:1.42}.company-conclusion{border:1px solid var(--line);border-top:3px solid var(--accent);border-radius:8px;padding:13px;margin:13px 0 14px}.conclusion-constructive{border-top-color:var(--signal-green)}.conclusion-caution{border-top-color:var(--signal-yellow)}.conclusion-limited,.conclusion-balanced{border-top-color:var(--accent)}.company-conclusion-header strong{display:block;font-size:.96rem;color:var(--ink);margin:4px 0}.company-conclusion-header p{color:var(--ink-2);font-size:.78rem;line-height:1.5;max-width:850px;margin-bottom:12px}.company-flags{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:11px}.company-flag{border-radius:7px;background:var(--surface-2);padding:9px 10px;border-left:3px solid var(--accent)}.flag-positive{border-left-color:var(--signal-green)}.flag-caution{border-left-color:var(--signal-yellow)}.company-flag strong,.company-flag span{display:block}.company-flag strong{color:var(--ink);font-size:.75rem;margin-bottom:4px}.company-flag span{color:var(--ink-2);font-size:.7rem;line-height:1.43}.conclusion-method{color:var(--ink-3);font-size:.69rem;line-height:1.42}.report-change{margin:0 0 14px;border:1px solid var(--line);border-left:3px solid var(--accent);border-radius:10px;padding:12px 16px;background:var(--surface)}.report-change-quiet{border-left-color:var(--line-strong, rgba(20, 22, 26, .2))}.report-change-title{display:block;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-3);margin-bottom:6px}.report-change ul{list-style:none;display:flex;flex-wrap:wrap;gap:6px 16px}.report-change li{font-size:.82rem;color:var(--ink-2)}.price-chart{margin:14px 0 18px;border:1px solid var(--line);border-radius:10px;padding:12px 12px 6px;background:var(--surface)}.price-chart-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:6px}.price-chart-head small{font-size:.66rem;color:var(--ink-3)}.price-chart-canvas{position:relative;height:260px}.price-chart-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:.78rem;color:var(--ink-3)}.corp-events{margin:14px 0}.corp-events h3{color:var(--ink-3);font-size:.7rem;font-weight:700;text-transform:uppercase;margin-bottom:4px}.corp-events-note{font-size:.72rem;color:var(--ink-3);margin-bottom:10px;line-height:1.5}.corp-event{display:block;margin:0 0 8px;border:1px solid var(--line);border-left:3px solid var(--line-strong, rgba(20, 22, 26, .2));border-radius:8px;padding:10px 12px;color:var(--ink-2)}.corp-event:hover{border-color:var(--accent)}.corp-event-risk{border-left-color:var(--signal-red)}.corp-event-notable{border-left-color:var(--accent)}.corp-event-tone{display:block;font-size:.64rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-3)}.corp-event-risk .corp-event-tone{color:var(--signal-red)}.corp-event-notable .corp-event-tone{color:var(--accent)}.corp-event strong{display:block;font-size:.8rem;color:var(--ink);margin:3px 0 2px}.corp-event small{font-size:.68rem;color:var(--ink-3)}.filing-events{margin:12px 0}.filing-events h3{color:var(--ink-3);font-size:.7rem;font-weight:700;text-transform:uppercase;margin-bottom:8px}.filing-events a{display:inline-flex;align-items:center;gap:22px;margin:0 8px 8px 0;min-width:205px;border:1px solid var(--line);border-radius:8px;padding:9px 10px;color:var(--ink-2)}.filing-events a:hover{border-color:var(--accent)}.filing-events strong,.filing-events span{display:block}.filing-events strong{font-size:.75rem;color:var(--ink)}.filing-events span{font-size:.68rem;margin-top:3px}.company-cautions{display:flex;flex-direction:column;gap:5px;padding:10px 12px;border-left:3px solid var(--signal-yellow);background:#fffaf0}.company-cautions span{color:var(--ink-2);font-size:.73rem;line-height:1.45}.issuer-source-link{align-items:center;color:var(--ink-2);display:inline-flex;font-size:.72rem;gap:5px;margin-top:12px;text-decoration:none}.issuer-source-link:hover{color:var(--signal-green)}.standalone-report{max-width:1120px;width:100%;min-height:100vh;margin:0 auto;padding:26px 24px 40px;display:flex;flex-direction:column;gap:18px}.report-toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px}.report-back{display:inline-flex;gap:6px;align-items:center;color:var(--ink-2);font-size:.82rem;font-weight:600}.report-back:hover{color:var(--accent)}.report-toolbar-meta{display:flex;gap:14px;align-items:center}.report-toolbar-meta span{color:var(--ink-3);font-size:.72rem;font-family:DM Mono,monospace}.sample-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;background:var(--accent-soft);border:1px solid rgba(14,122,90,.2);border-radius:var(--radius);padding:14px 18px}.sample-banner strong{display:block;color:var(--accent-ink, var(--accent));font-size:.95rem}.sample-banner span{display:block;color:var(--ink-2);font-size:.84rem;line-height:1.5;margin-top:3px;max-width:70ch}.sample-banner-cta{flex-shrink:0;padding:11px 18px;border-radius:var(--radius-sm);background:var(--ink);color:#fff;font-weight:600;font-size:.9rem;white-space:nowrap;transition:background .15s ease,transform .15s ease}.sample-banner-cta:hover{background:#000;transform:translateY(-1px)}.report-page-error{border:1px solid rgba(139,26,26,.2);background:var(--red-soft);border-radius:8px;color:var(--red);padding:15px;font-size:.85rem}.paid-preview{border:1px solid var(--line);border-radius:8px;background:var(--surface);display:flex;justify-content:space-between;align-items:center;gap:22px;padding:18px 20px}.paid-preview strong{display:block;color:var(--ink);font-size:.94rem;margin-top:4px}.paid-preview p{color:var(--ink-3);font-size:.77rem;margin-top:4px}.paid-preview button{border-radius:7px;background:var(--surface-3);color:var(--ink-3);padding:10px 16px;font-size:.8rem;font-weight:600;white-space:nowrap;cursor:default}.report-paywall{position:relative;display:flex;flex-direction:column}.report-teaser{position:relative;border:1px solid var(--line);border-bottom:none;border-radius:12px 12px 0 0;background:var(--surface);padding:30px clamp(20px,4vw,36px) 132px;max-height:600px;overflow:hidden;animation:fadeUp .42s ease both}.report-teaser-fade{position:absolute;left:0;right:0;bottom:0;height:240px;background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,.72) 46%,var(--surface) 88%);pointer-events:none}.teaser-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:18px;border-bottom:1px solid var(--line);margin-bottom:20px}.teaser-identity{display:flex;flex-direction:column;gap:4px}.teaser-class{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.teaser-identity h1{font-family:Inter,system-ui,sans-serif;letter-spacing:-.014em;font-size:clamp(1.9rem,3.4vw,2.5rem);font-weight:500;line-height:1.05;color:var(--ink)}.teaser-name{font-size:.92rem;color:var(--ink-3)}.teaser-quote{display:flex;flex-direction:column;align-items:flex-end;gap:3px}.teaser-quote strong{font-family:DM Mono,monospace;font-size:1.3rem;color:var(--ink)}.teaser-change{font-family:DM Mono,monospace;font-size:.92rem;font-weight:500}.teaser-change.up{color:var(--signal-green)}.teaser-change.down{color:var(--signal-red)}.teaser-change.flat{color:var(--ink-3)}.teaser-quality{font-size:.7rem;color:var(--ink-3);text-transform:uppercase;letter-spacing:.05em}.teaser-verdict{display:flex;flex-direction:column;gap:8px;padding:18px 20px;border-radius:10px;background:var(--accent-soft);border:1px solid rgba(29,63,46,.14);margin-bottom:22px}.teaser-verdict-label{font-family:Inter,system-ui,sans-serif;letter-spacing:-.014em;font-size:clamp(1.25rem,2.4vw,1.6rem);font-weight:500;color:var(--accent)}.teaser-meta-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.teaser-strength{font-size:.82rem;font-weight:600;color:var(--ink-2)}.teaser-support{font-size:.72rem;font-weight:600;padding:4px 10px;border-radius:999px;text-transform:capitalize}.teaser-support.strong{background:#2d6a4f24;color:var(--signal-green)}.teaser-support.moderate{background:#b5770d24;color:var(--signal-yellow)}.teaser-support.limited{background:#a832321f;color:var(--signal-red)}.teaser-section{margin-bottom:22px}.teaser-section .section-eyebrow{display:block;margin-bottom:8px}.teaser-what{font-size:1.02rem;line-height:1.66;color:var(--ink-2)}.teaser-evidence{list-style:none;display:flex;flex-direction:column;gap:14px}.teaser-evidence li{border-left:2px solid var(--line-strong);padding-left:14px}.teaser-evidence-head{display:flex;justify-content:space-between;gap:12px;align-items:baseline}.teaser-evidence-label{font-size:.82rem;font-weight:600;color:var(--ink-3);text-transform:uppercase;letter-spacing:.04em}.teaser-evidence-value{font-family:DM Mono,monospace;font-size:.95rem;color:var(--ink);text-align:right}.teaser-evidence-detail{margin-top:4px;font-size:.9rem;line-height:1.55;color:var(--ink-2)}.teaser-loading{display:flex;flex-direction:column;align-items:center;gap:14px;padding:60px 0}.report-paywall .report-access-panel{min-height:0;margin-top:-36px;position:relative;z-index:2;padding:0}.unlocked-report{border-left:3px solid var(--signal-green)}.report-access-panel{min-height:calc(100vh - 90px);display:grid;place-items:center;padding:18px 0}.access-overlay{position:fixed;z-index:300;inset:0;background:#0d100fad;display:grid;place-items:center;padding:18px}.access-dialog{background:var(--surface);border:1px solid var(--line-strong);border-radius:10px;width:min(470px,100%);padding:28px;box-shadow:var(--shadow-md),0 18px 48px #1012102e;position:relative}.access-dialog-close{position:absolute;top:14px;right:14px;width:28px;height:28px;border-radius:6px;display:grid;place-items:center;font-size:.78rem;color:var(--ink-3);transition:background .12s ease,color .12s ease}.access-dialog-close:hover{background:var(--surface-2);color:var(--ink)}.access-dialog>svg{color:var(--accent);margin-bottom:13px}.access-dialog h2{font-family:Inter,system-ui,sans-serif;letter-spacing:-.014em;font-weight:500;font-size:1.45rem;line-height:1.25;margin:5px 0 10px}.access-dialog>p{color:var(--ink-2);line-height:1.5;font-size:.82rem;margin-bottom:16px}.access-countdown{background:var(--gold-soft);border-left:3px solid var(--gold);padding:9px 11px;display:flex;flex-direction:column;gap:4px;margin-bottom:15px}.access-countdown span{color:var(--ink-2);font-size:.72rem}.access-countdown strong{font-family:DM Mono,monospace;color:#604705;font-size:1.04rem}.access-field{display:flex;flex-direction:column;gap:6px;color:var(--ink-2);font-size:.73rem;font-weight:600;margin-bottom:10px}.access-field>input,.code-entry{border:1px solid var(--line-strong);border-radius:6px;min-height:42px;background:var(--surface)}.access-field>input{padding:0 12px}.code-entry{display:flex;align-items:center;padding:0 11px;gap:8px;color:var(--ink-3)}.code-entry input{border:0;min-width:0;width:100%;outline:0}.purchase-button,.code-button{width:100%;min-height:44px;border-radius:7px;font-weight:600;font-size:.84rem}.purchase-button{margin:4px 0 8px;background:var(--accent);color:#fff;opacity:.55;cursor:default}.payment-pending{font-size:.7rem!important;color:var(--ink-3)!important;text-align:center}.paypal-checkout{margin:6px 0 4px}.paypal-buttons{min-height:46px}.claim-gate{position:relative;margin:16px auto 0;max-width:520px;padding:26px 24px 24px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(180deg,#0e7a5a1a,#0e7a5a00 70%),var(--surface);text-align:center}.claim-gate h2{font-size:1.25rem;font-weight:600;letter-spacing:-.01em;margin:6px 0 10px;color:var(--ink)}.claim-gate p{font-size:.9rem;line-height:1.6;color:var(--ink-2);margin-bottom:16px}.claim-gate-btn{height:46px;padding:0 26px;border:none;border-radius:9px;background:var(--accent);color:#fff;font-weight:600;font-size:.98rem;cursor:pointer}.claim-gate-btn:disabled{opacity:.6;cursor:default}.access-note{font-size:.82rem;color:var(--accent);background:#0e7a5a14;border-radius:8px;padding:8px 12px;margin-bottom:4px}.ticker-chooser{margin:6px 0 4px}.ticker-chooser-label{font-size:.8rem;color:var(--ink-2);text-align:center;margin-bottom:10px}.ticker-chooser-form{display:flex;gap:8px}.ticker-chooser-form input{flex:1;min-width:0;height:42px;padding:0 13px;border-radius:8px;border:1px solid var(--line-strong, rgba(20, 22, 26, .15));font-size:.95rem;text-transform:uppercase;outline:none}.ticker-chooser-form input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.ticker-chooser-form button{height:42px;padding:0 18px;border-radius:8px;border:none;background:var(--ink);color:#fff;font-weight:600;font-size:.9rem;cursor:pointer}.ticker-chooser-form button:disabled{opacity:.5;cursor:default}.ticker-quickpicks{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-top:10px}.ticker-quickpicks button{border:1px solid var(--line);background:var(--surface-2, #f1f2f4);color:var(--ink-2);border-radius:999px;padding:5px 13px;font-size:.82rem;font-weight:600;cursor:pointer}.ticker-quickpicks button:hover{border-color:var(--accent);color:var(--accent)}.code-divider{border-top:1px solid var(--line);position:relative;margin:18px 0 15px;text-align:center}.code-divider span{background:var(--surface);color:var(--ink-3);position:relative;top:-10px;padding:0 9px;font-size:.69rem;text-transform:uppercase}.code-button{background:var(--surface-2);border:1px solid var(--line-strong);color:var(--ink)}.code-button:disabled{opacity:.45;cursor:default}.access-error{color:var(--red)!important;background:var(--red-soft);padding:8px 10px;border-radius:6px;margin:11px 0 0!important}.data-notice{display:flex;align-items:flex-start;gap:8px;padding:11px 14px;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-sm);font-size:.76rem;color:var(--ink-2);line-height:1.5;animation:fadeIn .3s ease}.data-notice svg{width:14px;height:14px;stroke:var(--gold);fill:none;stroke-width:2;flex-shrink:0;margin-top:1px}.warning-item{display:flex;align-items:flex-start;gap:8px;padding:8px 12px;background:var(--gold-soft);border-left:3px solid var(--gold);border-radius:0 6px 6px 0;font-size:.76rem;color:var(--ink-2);line-height:1.4}.research-lookup{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:18px 22px;box-shadow:var(--shadow-sm)}.lookup-heading{margin-bottom:10px}.lookup-heading h2{font-size:.96rem;font-weight:600;color:var(--ink);margin-top:3px}.lookup-form{display:flex;align-items:center;gap:8px}.lookup-input{flex:1;display:flex;align-items:center;gap:8px;border:1px solid var(--line-strong);background:var(--surface-2);border-radius:8px;padding:0 10px;color:var(--ink-3)}.lookup-input:focus-within{border-color:var(--accent);background:var(--surface)}.lookup-input input{flex:1;height:38px;min-width:0;border:none;outline:none;background:transparent;color:var(--ink);font-size:.83rem}.lookup-submit{height:40px;padding:0 13px;border-radius:7px;background:var(--accent);color:#fff;font-size:.78rem;font-weight:600;display:inline-flex;align-items:center;gap:6px}.lookup-submit:disabled{background:var(--surface-3);color:var(--ink-3);cursor:default}.lookup-results{display:flex;flex-direction:column;border:1px solid var(--line-strong);border-radius:8px;overflow:hidden;margin-top:8px}.lookup-result{display:grid;grid-template-columns:86px 1fr auto;align-items:center;gap:10px;padding:9px 11px;text-align:left;background:var(--surface);border-bottom:1px solid var(--line)}.lookup-result:last-child{border-bottom:none}.lookup-result:hover{background:var(--surface-2)}.lookup-result strong{color:var(--ink);font-family:DM Mono,monospace;font-size:.78rem}.lookup-result span{color:var(--ink-2);font-size:.78rem}.lookup-result em{color:var(--ink-3);font-size:.72rem;font-style:normal}.timestamp-line{font-family:DM Mono,monospace;font-size:.7rem;color:var(--ink-3);text-align:right}.empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px;gap:6px}.empty-state strong{font-size:.85rem;color:var(--ink-2)}.empty-state span{font-size:.78rem;color:var(--ink-3);max-width:260px;line-height:1.5}@media(max-width:900px){.app-shell{grid-template-columns:1fr;grid-template-rows:auto auto 1fr}.chat-panel{grid-column:1;grid-row:3;height:auto;position:static;border-right:none;border-top:1px solid var(--line);max-height:60vh}.data-panel{grid-column:1;grid-row:2;padding:16px}.regime-stats{grid-template-columns:repeat(3,1fr)}.opp-row,.opp-head-row{grid-template-columns:120px 80px 80px 1fr}.opp-expanded{grid-template-columns:1fr}.report-summary-grid,.report-columns,.research-opening,.risk-grid,.coverage-grid,.fundamental-grid,.ratio-grid,.valuation-grid,.company-flags,.instrument-metrics,.instrument-columns,.relative-value-metrics,.forex-policy-grid,.fund-profile{grid-template-columns:1fr 1fr}}@media(max-width:600px){.splash-hero{min-height:88vh;padding:56px 20px 36px;gap:18px}.splash-hero h1{font-size:1.7rem;white-space:normal}.aethon-splash>.site-footer{padding:16px 18px;flex-direction:column;align-items:flex-start;gap:8px}.teaser-head{flex-direction:column}.teaser-quote{align-items:flex-start}.splash-actions{flex-direction:column;align-items:stretch;width:100%;max-width:320px}.access-dialog{padding:18px}.app-topbar{padding:0 14px;gap:10px}.data-panel{padding:12px}.opp-row,.opp-head-row{grid-template-columns:110px 70px 70px}.drivers-cell,.topbar-time{display:none}.brand-logo{height:17px}.topbar-meta{gap:8px;min-width:0}.preview-timer{white-space:nowrap;font-size:.66rem;padding:0 9px;gap:5px}.entitlement-status{white-space:nowrap;font-size:.66rem}.app-topbar .refresh-btn{display:none}.asset-report-header,.report-summary-grid,.report-columns,.research-opening,.risk-grid,.coverage-grid,.fundamental-grid,.ratio-grid,.valuation-grid,.company-flags,.instrument-metrics,.instrument-columns,.relative-value-metrics,.forex-policy-grid,.fund-profile{grid-template-columns:1fr}.asset-report-header{flex-direction:column}.lookup-form,.report-toolbar,.report-toolbar-meta,.paid-preview{align-items:stretch;flex-direction:column}.lookup-result{grid-template-columns:76px 1fr}.lookup-result em{grid-column:2}.standalone-report{padding:15px 12px 28px}}
