:root{--font-main:"Pretendard", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans KR", sans-serif;--font-mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--bg-body:#080c14;--bg-surface:#0f172a;--bg-surface-elevated:#1e293b;--bg-surface-hover:#26354a;--border-subtle:#1e293b;--border-highlight:#3b82f6;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--accent-ai:#a855f7;--accent-robot:#f43f5e;--accent-space:#10b981;--accent-qc:#38bdf8;--accent-nf:#f59e0b;--shadow-card:0 4px 20px -2px #00000080;--shadow-elevated:0 10px 30px -5px #000000b3;--radius-md:10px;--radius-lg:16px;--radius-full:9999px;--transition:all .2s cubic-bezier(.4, 0, .2, 1)}[data-theme=light]{--bg-body:#f8fafc;--bg-surface:#fff;--bg-surface-elevated:#f1f5f9;--bg-surface-hover:#e2e8f0;--border-subtle:#e2e8f0;--border-highlight:#2563eb;--text-primary:#1e293b;--text-secondary:#475569;--text-muted:#64748b;--shadow-card:0 4px 15px -2px #0000000f;--shadow-elevated:0 10px 25px -5px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-body);color:var(--text-primary);letter-spacing:-.025em;word-break:keep-all;overflow-wrap:break-word;-webkit-font-smoothing:antialiased;margin:0;padding:0;line-height:1.7;transition:background-color .3s,color .3s}.container{max-width:1280px;margin:0 auto;padding:1.5rem 1.5rem 5rem}header{border-bottom:1px solid var(--border-subtle);z-index:100;background:#0f172a;position:sticky;top:0}[data-theme=light] header{background:#f1f5f9;border-bottom-color:#00000014;box-shadow:0 1px 3px #0000000d}.header-inner{justify-content:space-between;align-items:flex-end;gap:1rem;max-width:1280px;margin:0 auto;padding:.75rem 1.5rem 0;display:flex}.brand-logo-icon{border-radius:6px;display:block}.logo-area{color:inherit;align-items:center;gap:.6rem;margin-bottom:.55rem;text-decoration:none;display:flex}.brand-dot{background:#3b82f6;border-radius:50%;width:10px;height:10px;box-shadow:0 0 10px #3b82f6}.brand-title{letter-spacing:-.02em;font-size:1.15rem;font-weight:800}.brand-tag{letter-spacing:.03em;color:#60a5fa;border-radius:var(--radius-full);background:#3b82f626;padding:.2rem .6rem;font-size:.72rem;font-weight:600}.header-actions{align-items:center;gap:.75rem;margin-bottom:.55rem;display:flex}.btn{border-radius:var(--radius-full);cursor:pointer;border:1px solid var(--border-subtle);background:var(--bg-surface-elevated);color:var(--text-primary);transition:var(--transition);align-items:center;gap:.4rem;padding:.45rem .9rem;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex}.btn:hover{background:var(--bg-surface-hover);border-color:var(--border-highlight);transform:translateY(-1px)}.header-left{flex-wrap:wrap;align-items:flex-end;gap:1.5rem;display:flex}.notebook-tabs{z-index:10;align-items:flex-end;gap:.25rem;display:inline-flex;position:relative}.notebook-tab{color:var(--text-muted);z-index:1;align-items:center;gap:.45rem;margin-bottom:-1px;padding:.52rem 1.45rem .55rem;font-size:.84rem;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative}.notebook-tab:before{content:"";border:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);transform-origin:bottom;z-index:-1;background:#0f172a8c;border-radius:8px 8px 0 0;transition:all .2s cubic-bezier(.4,0,.2,1);position:absolute;inset:0;transform:perspective(12px)rotateX(2deg)}.notebook-tab:after{content:"";opacity:.35;z-index:2;background:0 0;border-radius:3px 3px 0 0;height:3px;transition:all .2s;position:absolute;top:0;left:12%;right:12%}.notebook-tab.tab-dashboard:after{background:#38bdf8}.notebook-tab.tab-weekly:after{background:#a855f7}.notebook-tab.tab-wiki:after{background:#10b981}.notebook-tab:hover{color:var(--text-primary);transform:translateY(-2px)}.notebook-tab:hover:before{background:#1e293bd9;border-color:#ffffff2e}.notebook-tab:hover:after{opacity:.85}.notebook-tab.active{color:var(--text-primary);z-index:20;font-weight:700;transform:translateY(0)}.notebook-tab.active:before{box-shadow:0 -4px 12px #00000059;background:var(--bg-body)!important;border-bottom:1px solid var(--bg-body)!important}.notebook-tab.active:after{opacity:1;height:3px}.notebook-tab.tab-dashboard.active{color:#38bdf8}.notebook-tab.tab-dashboard.active:before{border-top:1px solid #38bdf880;border-left:1px solid #38bdf880;border-right:1px solid #38bdf880}.notebook-tab.tab-weekly.active{color:#c084fc}.notebook-tab.tab-weekly.active:before{border-top:1px solid #a855f780;border-left:1px solid #a855f780;border-right:1px solid #a855f780}.notebook-tab.tab-wiki.active{color:#34d399}.notebook-tab.tab-wiki.active:before{border-top:1px solid #10b98180;border-left:1px solid #10b98180;border-right:1px solid #10b98180}[data-theme=light] .notebook-tab{color:#64748b}[data-theme=light] .notebook-tab:before{border-color:#00000014;border-bottom-color:var(--border-subtle);background:#e2e8f0}[data-theme=light] .notebook-tab:hover{color:#0f172a}[data-theme=light] .notebook-tab:hover:before{background:#cbd5e1}[data-theme=light] .notebook-tab.active:before{box-shadow:0 -3px 8px #0000000f;background:var(--bg-body)!important;border-bottom:1px solid var(--bg-body)!important}[data-theme=light] .notebook-tab.tab-dashboard.active{color:#0284c7}[data-theme=light] .notebook-tab.tab-dashboard.active:before{border-top-color:#0284c759;border-left-color:#0284c759;border-right-color:#0284c759}[data-theme=light] .notebook-tab.tab-weekly.active{color:#7c3aed}[data-theme=light] .notebook-tab.tab-weekly.active:before{border-top-color:#7c3aed59;border-left-color:#7c3aed59;border-right-color:#7c3aed59}.theme-toggle-btn{cursor:pointer;border:1px solid var(--border-subtle);background:var(--bg-surface-elevated);width:36px;height:36px;color:var(--text-primary);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;padding:0!important}.theme-toggle-btn:hover{transform:scale(1.08);color:#38bdf8!important;border-color:#38bdf8!important}[data-theme=dark] .theme-icon-sun{display:block!important}[data-theme=dark] .theme-icon-moon,[data-theme=light] .theme-icon-sun{display:none!important}[data-theme=light] .theme-icon-moon{display:block!important}.chart-card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);margin:1.5rem 0;padding:1.5rem}.chart-header{border-bottom:1px solid var(--border-subtle);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.2rem;padding-bottom:.8rem;display:flex}.chart-title-box{flex-direction:column;gap:.2rem;display:flex}.chart-title{letter-spacing:-.01em;font-size:1.2rem;font-weight:800}.chart-controls{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.chart-period-info{color:var(--text-muted);font-size:.82rem;font-family:var(--font-mono);letter-spacing:-.01em}.metric-toggle-group{background:var(--bg-surface-elevated);border:1px solid var(--border-subtle);border-radius:8px;gap:2px;padding:2px;display:inline-flex}.metric-btn{font-family:var(--font-sans);color:var(--text-secondary);cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:6px;padding:.28rem .65rem;font-size:.76rem;font-weight:700}.metric-btn:hover{color:var(--text-primary)}.metric-btn.active{color:#fff;background:#3b82f6;box-shadow:0 1px 2px #0003}.chart-legend-container{justify-content:center;margin-bottom:.75rem;display:flex}.chart-legend-box{background:var(--bg-surface-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-full);box-shadow:var(--shadow-card);transition:var(--transition);align-items:center;gap:1.5rem;padding:.45rem 1.35rem;display:inline-flex}.legend-item{color:var(--text-primary);align-items:center;gap:.5rem;font-size:.82rem;font-weight:700;display:inline-flex}.legend-dot{border-radius:50%;width:9px;height:9px;display:inline-block}.chart-container-wrapper{width:95%;height:456px;margin:0 auto;position:relative}.controls-row{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.filter-bar{scrollbar-width:none;flex-wrap:nowrap;align-items:center;gap:.4rem;display:flex;overflow-x:auto}.filter-bar::-webkit-scrollbar{display:none}.filter-pill{background:var(--bg-surface);border:1px solid var(--border-subtle);color:var(--text-secondary);border-radius:var(--radius-full);cursor:pointer;transition:var(--transition);white-space:nowrap;flex-shrink:0;padding:.35rem .75rem;font-size:.8rem;font-weight:600}.filter-pill:hover{background:var(--bg-surface-elevated);color:var(--text-primary)}.filter-pill.active{background:var(--border-highlight);color:#fff;border-color:var(--border-highlight)}.toggle-group{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-full);flex-shrink:0;align-items:center;gap:.2rem;margin-left:auto;padding:.2rem .25rem;display:flex}.toggle-btn{font-family:var(--font-mono);border-radius:var(--radius-full);color:var(--text-secondary);cursor:pointer;transition:var(--transition);white-space:nowrap;background:0 0;border:none;padding:.25rem .65rem;font-size:.76rem;font-weight:700}.toggle-btn:hover{color:var(--text-primary)}.toggle-btn.active-primary{color:#fff;background:#2563eb;box-shadow:0 2px 8px #2563eb66}.toggle-btn.active-secondary{color:#fff;background:#0284c7;box-shadow:0 2px 8px #0284c766}.leaderboard-wrap{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);overflow:hidden}.table-responsive{width:100%;overflow-x:auto}table.leaderboard-table{border-collapse:collapse;text-align:left;width:100%;font-size:.88rem}.leaderboard-table th{background:var(--bg-surface-elevated);text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);border-bottom:1px solid var(--border-subtle);white-space:nowrap;padding:.9rem .75rem;font-size:.76rem;font-weight:800}.sortable-th{cursor:pointer;-webkit-user-select:none;user-select:none;transition:var(--transition)}.sortable-th:hover{color:#38bdf8!important;background:var(--bg-surface-hover)!important}.sort-indicator{color:var(--text-muted);opacity:.35;transition:var(--transition);vertical-align:middle;margin-left:.35rem;font-size:.72rem;display:inline-block}.sortable-th.active-sort{color:#38bdf8!important}.sort-indicator.active{font-weight:900;color:#38bdf8!important;opacity:1!important}.leaderboard-table td{border-bottom:1px solid var(--border-subtle);vertical-align:middle;transition:var(--transition);padding:.95rem .75rem}.leaderboard-table tr:last-child td{border-bottom:none}.leaderboard-table tbody tr:hover td{background:var(--bg-surface-hover)}.rank-badge{font-family:var(--font-mono);color:var(--text-muted);background:#00000040;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;font-weight:800;display:inline-flex}.rank-1{color:#fbbf24;background:#fbbf2426;border:1px solid #fbbf244d}.rank-2{color:#94a3b8;background:#94a3b826;border:1px solid #94a3b84d}.rank-3{color:#d97706;background:#d9770626;border:1px solid #d977064d}.company-name-cell{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.company-title{color:var(--text-primary);font-size:.98rem;font-weight:800}.ticker-badge{font-family:var(--font-mono);color:#93c5fd;white-space:nowrap;background:#3b82f61f;border:1px solid #3b82f640;border-radius:4px;padding:.15rem .45rem;font-size:.74rem;font-weight:700}.unlisted-badge{font-family:var(--font-mono);color:var(--text-muted);white-space:nowrap;background:#ffffff0d;border-radius:4px;padding:.15rem .4rem;font-size:.72rem;font-weight:600}.val-text{font-family:var(--font-mono);color:var(--text-primary);white-space:nowrap;letter-spacing:-.02em;font-size:.78rem;font-weight:700;line-height:1.25;display:inline-block}.val-sub{color:var(--text-muted);letter-spacing:-.02em;margin-top:1px;font-size:.68rem;font-weight:500;line-height:1.2;display:block}.news-count-text{font-family:var(--font-mono);color:var(--text-primary);white-space:nowrap;letter-spacing:-.01em;font-size:.9rem;font-weight:800}.domain-tag{white-space:nowrap;letter-spacing:-.01em;border-radius:5px;justify-content:center;align-items:center;min-width:44px;padding:.2rem .5rem;font-size:.74rem;font-weight:700;display:inline-flex}.domain-tag.ai{color:#c084fc;background:#a855f726;border:1px solid #a855f74d}.domain-tag.robot{color:#fb7185;background:#f43f5e26;border:1px solid #f43f5e4d}.domain-tag.space{color:#34d399;background:#10b98126;border:1px solid #10b9814d}.domain-tag.qc{color:#38bdf8;background:#38bdf826;border:1px solid #38bdf84d}.domain-tag.nf{color:#fbbf24;background:#f59e0b26;border:1px solid #f59e0b4d}.tech-summary-text{color:var(--text-secondary);font-size:.84rem;line-height:1.55}.tech-summary-link{color:var(--text-secondary);cursor:pointer;text-decoration:none;transition:color .15s;display:inline}.tech-summary-link:hover{color:#38bdf8;text-underline-offset:3px;text-decoration:underline}[data-theme=light] .tech-summary-link:hover{color:#0284c7}.info-icon-btn{color:var(--text-muted);cursor:pointer;vertical-align:-1px;background:0 0;border:none;justify-content:center;align-items:center;margin-left:3px;padding:0;line-height:1;transition:color .15s,transform .15s;display:inline-flex}.info-icon-btn:hover{color:#38bdf8;background:0 0;border:none;transform:scale(1.18)}[data-theme=light] .info-icon-btn{color:#94a3b8;background:0 0;border:none}[data-theme=light] .info-icon-btn:hover{color:#0284c7;background:0 0;border:none}.score-popover{color:#f8fafc;background:#0f172a;border:1px solid #38bdf859;border-radius:14px;width:min(92vw,500px);max-width:500px;margin:auto;padding:1.35rem 1.4rem;font-size:.85rem;line-height:1.55;box-shadow:0 25px 50px -12px #000000bf}[data-theme=light] .score-popover{color:#0f172a;background:#fff;border-color:#0284c759;box-shadow:0 20px 45px -10px #0000002e}.score-popover::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0000008c}.popover-header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;margin-bottom:.9rem;padding-bottom:.65rem;display:flex}.popover-title-badge{letter-spacing:-.01em;align-items:center;gap:.45rem;font-size:.88rem;font-weight:800;display:inline-flex}.popover-title-badge.att{color:#38bdf8}.popover-title-badge.impact{color:#fbbf24}.popover-close-btn{border:1px solid var(--border-subtle);color:var(--text-muted);cursor:pointer;width:26px;height:26px;transition:var(--transition);background:0 0;border-radius:6px;justify-content:center;align-items:center;font-size:.82rem;display:inline-flex}.popover-close-btn:hover{background:var(--bg-surface-hover);color:var(--text-primary)}.popover-summary{color:var(--text-secondary);margin-bottom:.85rem;font-size:.82rem;line-height:1.5}.popover-formula{border:1px solid var(--border-subtle);font-family:var(--font-mono);color:#38bdf8;word-break:break-all;background:#00000059;border-radius:8px;margin-bottom:.9rem;padding:.55rem .85rem;font-size:.76rem}[data-theme=light] .popover-formula{color:#0284c7;background:#f1f5f9}.rubric-list{flex-direction:column;gap:.6rem;display:flex}.rubric-card{background:#ffffff08;border:1px solid #ffffff12;border-radius:8px;padding:.55rem .75rem}[data-theme=light] .rubric-card{background:#f8fafc;border-color:#e2e8f0}.rubric-head{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.rubric-name{color:var(--text-primary);font-size:.82rem;font-weight:700}.rubric-weight{font-family:var(--font-mono);color:#38bdf8;background:#38bdf826;border:1px solid #38bdf84d;border-radius:4px;padding:.1rem .4rem;font-size:.72rem;font-weight:700}[data-theme=light] .rubric-weight{color:#0284c7;background:#0284c71a;border-color:#0284c740}.rubric-weight.impact-wt{color:#fbbf24;background:#fbbf2426;border-color:#fbbf244d}[data-theme=light] .rubric-weight.impact-wt{color:#d97706;background:#d977061a;border-color:#d9770640}.rubric-desc{color:var(--text-secondary);font-size:.76rem;line-height:1.45}.popover-footer-note{border-top:1px solid var(--border-subtle);color:var(--text-muted);margin-top:.85rem;padding-top:.75rem;font-size:.75rem;line-height:1.45}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000bf;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1.5rem;display:none;position:fixed;top:0;left:0}.modal-overlay.active{display:flex}.modal-container{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);width:100%;max-width:860px;max-height:85vh;box-shadow:var(--shadow-elevated);flex-direction:column;animation:.2s ease-out modalFadeIn;display:flex}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.modal-header{border-bottom:1px solid var(--border-subtle);background:var(--bg-surface-elevated);border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg);justify-content:space-between;align-items:center;padding:1.1rem 1.5rem;display:flex}.modal-title{color:var(--text-primary);font-size:1.1rem;font-weight:800}.modal-actions{align-items:center;gap:.6rem;display:flex}.modal-close-btn{border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;transition:var(--transition);background:#ffffff14;border-radius:6px;padding:.3rem .7rem;font-size:.9rem;font-weight:700}.modal-close-btn:hover{color:#fff;background:#ef44444d;border-color:#ef4444}.modal-body{color:var(--text-primary);letter-spacing:-.025em;word-break:keep-all;overflow-wrap:break-word;padding:1.5rem 1.8rem;font-size:.96rem;line-height:1.75;overflow-y:auto}.modal-body h1,.modal-body h2,.modal-body h3{color:var(--text-primary);word-break:keep-all;overflow-wrap:break-word}.modal-body h1{letter-spacing:-.03em;border-bottom:1px solid var(--border-subtle);margin-top:1rem;margin-bottom:1.25rem;padding-bottom:.45rem;font-size:1.5rem;font-weight:700;line-height:1.35}.modal-body h2{letter-spacing:-.025em;color:#38bdf8;border-bottom:1px solid var(--border-subtle);margin-top:2.25rem;margin-bottom:.75rem;padding-bottom:.35rem;font-size:1.2rem;font-weight:700;line-height:1.45}.modal-body h3{letter-spacing:-.02em;color:var(--text-primary);margin-top:1.5rem;margin-bottom:.55rem;font-size:1.05rem;font-weight:600;line-height:1.5}.modal-body p{color:var(--text-secondary);word-break:keep-all;overflow-wrap:break-word;margin-bottom:1.25rem;line-height:1.75}.modal-body blockquote{background:var(--bg-surface-elevated);border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--text-secondary);border-left:3px solid #3b82f6;margin:1.25rem 0;padding:.85rem 1.15rem;line-height:1.7}.modal-body ul,.modal-body ol{color:var(--text-secondary);margin-bottom:1.35rem;margin-left:1.25rem}.modal-body li{word-break:keep-all;overflow-wrap:break-word;margin-bottom:.45rem;line-height:1.72}.modal-body strong{color:var(--text-primary);font-weight:600}.modal-body table{border-collapse:collapse;width:100%;margin:1.5rem 0;font-size:.88rem;line-height:1.6}.modal-body th,.modal-body td{border:1px solid var(--border-subtle);word-break:keep-all;overflow-wrap:break-word;padding:.65rem .85rem}.modal-body th{background:var(--bg-surface-elevated);color:var(--text-primary);font-weight:600}.modal-body hr{border:none;border-top:1px solid var(--border-subtle);margin:1.75rem 0}.modal-body code{font-family:var(--font-mono);background:#0000004d;border-radius:4px;padding:.15rem .4rem;font-size:.85em}.modal-body a{color:#38bdf8;word-break:break-all;text-decoration:none}.modal-body a:hover{text-decoration:underline}.modal-body .delta-comparison-table{table-layout:fixed!important;width:100%!important}.modal-body .delta-comparison-table th,.modal-body .delta-comparison-table td{word-break:keep-all;overflow-wrap:break-word;width:50%!important;max-width:50%!important}.modal-body .vector-delta{vertical-align:.5px;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;margin-left:.25rem;font-size:.76rem;font-weight:800;line-height:1;display:inline-flex}.modal-body .vector-delta.up{color:#ef4444;filter:drop-shadow(0 0 4px #ef444466)}.modal-body .vector-delta.down{color:#38bdf8;filter:drop-shadow(0 0 4px #38bdf866)}[data-theme=light] .modal-body .vector-delta.up{color:#dc2626;filter:none}[data-theme=light] .modal-body .vector-delta.down{color:#0284c7;filter:none}.modal-body .news-trend-svg{background:#0b1329;border-radius:12px;width:100%;max-width:720px;height:auto;margin:1.25rem auto;transition:background-color .25s,box-shadow .25s;display:block;box-shadow:0 4px 20px #00000059;border:none!important;outline:none!important}.modal-body .news-trend-svg line{stroke:#ffffff14}.modal-body .news-trend-svg .week-split-line{stroke:#94a3b873!important;stroke-dasharray:4 3!important}.modal-body .news-trend-svg .daily-bar{fill:#38bdf859;cursor:pointer;transition:fill .2s,opacity .2s}.modal-body .news-trend-svg .daily-bar:hover{fill:#38bdf8d9}[data-theme=light] .modal-body .news-trend-svg{background:#f8fafc;box-shadow:0 2px 14px #0000000f;border:none!important;outline:none!important}[data-theme=light] .modal-body .news-trend-svg line{stroke:#00000012!important}[data-theme=light] .modal-body .news-trend-svg .week-split-line{stroke:#64748b8c!important}[data-theme=light] .modal-body .news-trend-svg .week-split-text{fill:#475569!important}[data-theme=light] .modal-body .news-trend-svg .daily-bar{fill:#0284c747!important}[data-theme=light] .modal-body .news-trend-svg .daily-bar:hover{fill:#0284c7bf!important}[data-theme=light] .modal-body .news-trend-svg text[fill=\#94a3b8]{fill:#475569!important}[data-theme=light] .modal-body .news-trend-svg text[fill=\#64748b]{fill:#64748b!important}[data-theme=light] .modal-body .news-trend-svg text[fill=\#38bdf8]{fill:#0284c7!important}[data-theme=light] .modal-body .news-trend-svg polyline[stroke=\#38bdf8]{stroke:#0284c7!important}[data-theme=light] .modal-body .news-trend-svg circle[fill=\#38bdf8]{fill:#0284c7!important}[data-theme=light] .modal-body .news-trend-svg text[fill=\#fbbf24],[data-theme=light] .modal-body .news-trend-svg text[fill=\#10b981]{fill:#d97706!important}[data-theme=light] .modal-body .news-trend-svg polyline[stroke=\#fbbf24],[data-theme=light] .modal-body .news-trend-svg polyline[stroke=\#10b981]{stroke:#d97706!important}[data-theme=light] .modal-body .news-trend-svg circle[fill=\#fbbf24],[data-theme=light] .modal-body .news-trend-svg circle[fill=\#10b981]{fill:#d97706!important}[data-theme=light] .modal-body .news-trend-svg stop[stop-color=\#38bdf8]{stop-color:#0284c7!important}footer{border-top:1px solid var(--border-subtle);text-align:center;color:var(--text-muted);margin-top:4rem;padding:2rem 0;font-size:.82rem}@media (width<=768px){.header-inner{flex-direction:column;align-items:flex-start}.header-actions{align-self:flex-end}.chart-header{flex-direction:column;align-items:flex-start}.chart-container-wrapper{width:95%;height:360px;margin:0 auto}.controls-row{flex-direction:column;align-items:flex-start}}
