:root{--bg: #f4f6fb;--surface: #ffffff;--surface-2: #eef2f8;--surface-3: #e3e9f2;--border: rgba(30,60,110,.14);--text: #16202e;--text-muted: #607089;--accent: #2563eb;--accent-2: #4f46e5;--green: #059669;--red: #dc2626;--yellow: #d97706;--purple: #7c3aed;--cyan: #0891b2;--radius: 12px;--shadow: 0 2px 12px rgba(30,60,110,.1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.5;min-height:100vh}.app-layout{display:flex;flex-direction:column;height:100vh;overflow:hidden}.topbar{display:flex;align-items:center;gap:16px;padding:0 24px;height:56px;background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;z-index:100}.topbar-logo{font-size:18px;font-weight:800;color:var(--accent);white-space:nowrap}.topbar-logo span{color:var(--text-muted);font-weight:400;font-size:12px;margin-left:4px}.search-wrap{flex:1;max-width:420px;position:relative}.search-wrap input{width:100%;padding:8px 14px 8px 36px;background:var(--surface-2);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:13px;outline:none;transition:border-color .2s}.search-wrap input:focus{border-color:var(--accent)}.search-wrap .icon{position:absolute;left:11px;top:50%;transform:translateY(-50%);color:var(--text-muted);font-size:14px}.search-results{position:absolute;top:42px;left:0;right:0;background:var(--surface);border:1px solid var(--border);border-radius:10px;z-index:200;box-shadow:var(--shadow);overflow:hidden}.search-result-item{padding:10px 16px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .15s}.search-result-item:hover{background:var(--surface-2)}.topbar-market{display:flex;gap:16px;align-items:center}.market-pill{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:4px 12px;border-radius:20px;background:var(--surface-2);border:1px solid var(--border)}.main-tabs{display:flex;gap:2px;padding:0 16px;background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0}.main-tab{padding:10px 18px;font-size:13px;font-weight:500;color:var(--text-muted);cursor:pointer;border-bottom:2px solid transparent;transition:all .2s;white-space:nowrap;background:none;border-left:none;border-right:none;border-top:none}.main-tab:hover{color:var(--text)}.main-tab.active{color:var(--accent);border-bottom-color:var(--accent);font-weight:600}.content{flex:1;overflow-y:auto;padding:20px 24px}.sub-tabs{display:flex;gap:6px;margin-bottom:20px;flex-wrap:wrap}.sub-tab{padding:6px 16px;border-radius:20px;font-size:12px;font-weight:500;cursor:pointer;border:1px solid var(--border);background:var(--surface-2);color:var(--text-muted);transition:all .2s}.sub-tab:hover{color:var(--text);border-color:var(--accent)}.sub-tab.active{background:var(--accent);color:#fff;border-color:var(--accent)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow)}.card-title{font-size:12px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.grid-auto{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px}@media (max-width: 900px){.grid-3,.grid-4{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.kpi-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px 18px;display:flex;flex-direction:column;gap:6px}.kpi-label{font-size:11px;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.kpi-value{font-size:22px;font-weight:800;color:var(--text)}.kpi-sub{font-size:12px;color:var(--text-muted)}.green{color:var(--green)!important}.red{color:var(--red)!important}.yellow{color:var(--yellow)!important}.gray{color:var(--text-muted)!important}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600}.badge-green{background:#10b98126;color:var(--green);border:1px solid rgba(16,185,129,.3)}.badge-red{background:#ef44441f;color:var(--red);border:1px solid rgba(239,68,68,.3)}.badge-yellow{background:#f59e0b1f;color:var(--yellow);border:1px solid rgba(245,158,11,.3)}.badge-blue{background:#3b82f61f;color:var(--accent);border:1px solid rgba(59,130,246,.3)}.badge-gray{background:#64748b1f;color:var(--text-muted);border:1px solid rgba(100,116,139,.25)}.gauge-wrap{display:flex;flex-direction:column;align-items:center;gap:8px}.gauge-svg{filter:drop-shadow(0 0 12px rgba(59,130,246,.35))}.gauge-score{font-size:40px;font-weight:900}.gauge-label{font-size:12px;color:var(--text-muted)}.ai-box{background:linear-gradient(135deg,#6366f11f,#3b82f614);border:1px solid rgba(99,102,241,.3);border-radius:var(--radius);padding:16px}.ai-box-title{display:flex;align-items:center;gap:8px;font-weight:700;font-size:13px;margin-bottom:10px;color:var(--accent-2)}.ai-recommendation{font-size:20px;font-weight:800;margin-bottom:8px}.ai-points{display:flex;flex-direction:column;gap:5px}.ai-point{font-size:12px;color:var(--text-muted);display:flex;align-items:flex-start;gap:6px}.ai-point:before{content:"—";color:var(--accent);flex-shrink:0}.risk-bar{height:8px;border-radius:4px;background:var(--surface-2);overflow:hidden;margin-top:4px}.risk-fill{height:100%;border-radius:4px;transition:width .6s}.fs-table{width:100%;border-collapse:collapse;font-size:13px}.fs-table th{text-align:left;padding:10px 14px;font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;background:var(--surface-2);border-bottom:1px solid var(--border)}.fs-table td{padding:11px 14px;border-bottom:1px solid var(--border)}.fs-table tr:hover td{background:var(--surface-2)}.fs-table tr:last-child td{border-bottom:none}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;border:none;transition:all .2s;outline:none}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:#2563eb}.btn-ghost{background:var(--surface-2);color:var(--text);border:1px solid var(--border)}.btn-ghost:hover{background:var(--surface-3)}.btn-danger{background:#ef44441f;color:var(--red);border:1px solid rgba(239,68,68,.3)}.btn-sm{padding:5px 12px;font-size:12px;border-radius:6px}.btn:disabled{opacity:.5;cursor:not-allowed}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.form-group input,.form-group select,.form-group textarea{padding:9px 12px;background:var(--surface-2);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:13px;outline:none;transition:border-color .2s;width:100%}.form-group input:focus,.form-group select:focus{border-color:var(--accent)}.spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.2);border-top-color:currentColor;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.heatmap-grid{display:flex;flex-direction:column;gap:6px}.heatmap-sector{font-size:11px;color:var(--text-muted);margin-bottom:3px;font-weight:600}.heatmap-stocks{display:flex;flex-wrap:wrap;gap:4px}.heatmap-cell{padding:6px 10px;border-radius:6px;font-size:11px;font-weight:700;cursor:pointer;transition:filter .2s}.heatmap-cell:hover{filter:brightness(1.2)}.chart-wrap{width:100%}.news-item{padding:12px 0;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:4px}.news-item:last-child{border-bottom:none}.news-title{font-size:13px;color:var(--text);line-height:1.4}.news-title a{color:inherit;text-decoration:none}.news-title a:hover{color:var(--accent)}.news-meta{display:flex;align-items:center;gap:10px;font-size:11px;color:var(--text-muted)}.alert{padding:12px 16px;border-radius:8px;font-size:13px}.alert-error{background:#ef44441a;border:1px solid rgba(239,68,68,.25);color:#fca5a5}.alert-info{background:#3b82f61a;border:1px solid rgba(59,130,246,.25);color:#93c5fd}.alert-success{background:#10b9811a;border:1px solid rgba(16,185,129,.25);color:#6ee7b7}.page-loader{display:flex;align-items:center;justify-content:center;height:200px;gap:12px;color:var(--text-muted);font-size:14px}.empty-state{text-align:center;padding:60px 20px;color:var(--text-muted)}.empty-state h3{font-size:16px;color:var(--text);margin-bottom:8px}.divider{height:1px;background:var(--border);margin:16px 0}.section-title{font-size:15px;font-weight:700;color:var(--text);margin-bottom:14px;display:flex;align-items:center;gap:8px}.row{display:flex;align-items:center;gap:12px}.flex-1{flex:1}.ml-auto{margin-left:auto}.tag{padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;background:var(--surface-2);color:var(--text-muted);border:1px solid var(--border)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#6382b440;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#6382b473}.radar-wrap{display:flex;justify-content:center;padding:8px 0}.sim-scenario{padding:14px;border-radius:10px;background:var(--surface-2);border:1px solid var(--border)}.sim-value{font-size:24px;font-weight:800}.source-row{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid var(--border)}.source-row:last-child{border-bottom:none}.source-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.recharts-tooltip-wrapper .recharts-default-tooltip{background:var(--surface-2)!important;border:1px solid var(--border)!important;border-radius:8px!important;color:var(--text)!important}.toast-stack{position:fixed;bottom:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:10px;max-width:calc(100vw - 40px);pointer-events:none}.toast{display:flex;align-items:center;gap:12px;min-width:280px;max-width:420px;padding:12px 14px;border-radius:10px;background:var(--surface);border:1px solid var(--border);box-shadow:0 12px 32px #1e3c6e2e;font-size:13px;color:var(--text);pointer-events:auto;animation:toastIn .2s cubic-bezier(.2,.9,.3,1.3) both}.toast.toast-leave{animation:toastOut .18s ease-in both}.toast-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;flex-shrink:0}.toast-message{flex:1;line-height:1.4}.toast-close{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:12px;padding:4px 6px;border-radius:4px}.toast-close:hover{color:var(--text);background:var(--surface-2)}.toast-success{border-color:#10b98173}.toast-success .toast-icon{background:#10b9812e;color:var(--green)}.toast-error{border-color:#ef444473}.toast-error .toast-icon{background:#ef44442e;color:var(--red)}.toast-warning{border-color:#f59e0b73}.toast-warning .toast-icon{background:#f59e0b2e;color:var(--yellow)}.toast-info{border-color:#3b82f673}.toast-info .toast-icon{background:#3b82f62e;color:var(--accent)}@keyframes toastIn{0%{transform:translate(20px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes toastOut{to{transform:translate(20px);opacity:0}}.skeleton{display:block;background:linear-gradient(90deg,var(--surface-2) 0%,var(--surface-3) 50%,var(--surface-2) 100%);background-size:200% 100%;animation:skeletonShimmer 1.4s linear infinite}@keyframes skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
