:root{--bg: #111111;--surface: #161616;--surface-soft: #1a1a1a;--surface-hover: #202020;--border: #333333;--border-soft: #242424;--text: #eeeeee;--text-strong: #ffffff;--muted: #888888;--muted-strong: #aaaaaa;--accent: #66ccff;--accent-soft: #152632;--positive: #00c087;--negative: #ff5c7a;--warning: #f59e0b;color:var(--text);background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg)}button{font:inherit}h1,h2,p,dl,dd{margin:0}h1{color:var(--text-strong);font-size:26px;line-height:1.08;letter-spacing:0}h2{color:var(--text-strong);font-size:16px;line-height:1.2;letter-spacing:0}h3{margin:0;color:var(--text-strong);font-size:15px;line-height:1.2;letter-spacing:0}.appFrame{min-height:100vh}.dashboardShell{display:grid;grid-template-columns:236px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;overflow-y:auto;padding:24px 14px;border-right:1px solid var(--border);background:var(--bg)}.brandBlock{display:flex;align-items:center;min-height:42px;margin-bottom:28px}.brandBlock strong{display:block;color:var(--text-strong);font-size:18px;font-weight:850;line-height:1.1}.iconButton{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:104px;height:38px;border:1px solid var(--border);border-radius:999px;color:var(--text);background:var(--surface-soft);cursor:pointer}.iconButton:hover{border-color:var(--accent);color:var(--text-strong)}.sideNav{display:grid;gap:0;margin:0;padding:0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.sideNav button{display:flex;align-items:center;gap:10px;min-height:42px;padding:0 10px;border:0;border-left:2px solid transparent;color:var(--muted-strong);background:transparent;font-size:14px;font-weight:650;text-align:left;cursor:pointer}.sideNav button:hover{color:var(--text-strong);background:var(--surface)}.sideNav button.active{border-left-color:var(--accent);color:var(--text-strong);background:var(--surface)}.sideNav button.active svg{color:var(--accent)}.sideStat{padding:13px 0;border-bottom:1px solid var(--border)}.sideStat span,.tickerItem span,.headerChip span{display:block;color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.sideStat strong{display:block;margin-top:5px;color:var(--text-strong);font-size:16px;line-height:1.25;overflow-wrap:anywhere}.sideStat small{display:block;margin-top:4px;color:var(--muted);font-size:12px}.workspace{min-width:0;padding:26px 32px 32px}.workspaceHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px;padding-bottom:18px;border-bottom:1px solid var(--border)}.headerActions{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:10px;min-width:0}.headerChips{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;min-width:0}.headerChip{min-width:118px;max-width:190px;padding:7px 12px;border:1px solid var(--border);border-radius:999px;background:var(--surface-soft)}.headerChip strong{display:block;margin-top:2px;overflow:hidden;color:var(--text-strong);font-size:14px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.dateControl{display:grid;min-width:188px;max-width:190px;padding:7px 12px;border:1px solid var(--border);border-radius:999px;background:var(--surface-soft)}.dateControl span{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.dateControl select{width:100%;margin-top:2px;padding:0 20px 0 0;border:0;color:var(--text-strong);background:transparent;font:inherit;font-size:14px;font-weight:750;line-height:1.2}.dateControl:focus-within{border-color:var(--accent)}.dateControl select:focus{outline:0}.dateControl select:disabled{color:var(--muted)}.eyebrow{margin-bottom:5px;color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase}.viewSurface{min-width:0;border:1px solid var(--border);border-radius:6px;background:var(--bg);overflow:hidden}.positive{color:var(--positive)}.negative{color:var(--negative)}.neutral{color:var(--text)}.overviewHeader,.sectionTitle{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.overviewHeader{padding:14px;border-bottom:1px solid var(--border);background:var(--surface)}.overviewHeader p,.sectionTitle p{margin-top:4px;color:var(--muted);font-size:12px}.overviewTable td:last-child{min-width:250px}.overviewLeadCell{min-width:210px;white-space:normal}.overviewChartBlock{margin:14px 10px;padding:20px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft)}.chartBlockHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.chartCanvasWrap{height:292px}.sectionTitle{padding:14px;border-bottom:1px solid var(--border);background:var(--surface)}.detailSection{min-width:0;padding-bottom:14px;border-bottom:1px solid var(--border)}.detailSection:last-child{border-bottom:0}.validationStack{display:grid;min-width:0}.validationStack .detailSection{padding-bottom:0}.tableWrap{width:100%;min-width:0;max-width:100%;overflow-x:auto;background:var(--bg)}table{width:100%;min-width:860px;border-collapse:collapse}th,td{padding:10px 12px;border-bottom:1px solid var(--border-soft);text-align:left;font-size:13px;white-space:nowrap}th{color:var(--muted);background:var(--surface);font-size:11px;font-weight:800;text-transform:uppercase}td{color:var(--text)}td:last-child{min-width:190px;white-space:normal}.compactTable table{min-width:0}.compactTable td:first-child,.compactTable th:first-child{width:1%}.compactTable td:last-child{min-width:220px}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:var(--surface)}.rankCell,.metricCell{font-variant-numeric:tabular-nums}.rankCell{color:var(--muted)}.metricCell,.symbolCell{color:var(--text-strong);font-weight:750}.dataTag{display:inline-flex;align-items:center;max-width:220px;min-height:25px;padding:3px 8px;border:1px solid var(--border);border-radius:4px;overflow:hidden;font-size:12px;font-weight:750;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.dataTag.accent{border-color:#2d6f8f;color:#e7f8ff;background:#173141}.dataTag.muted{color:#c8d0dc;background:#252a31}.classificationCell{display:inline-block;max-width:260px;overflow:hidden;color:var(--muted-strong);text-overflow:ellipsis;white-space:nowrap}.error,.loading,.empty{margin:14px;padding:13px;border:1px solid #7f1d1d;border-radius:6px;background:#240c0c;color:#fecaca}.loading,.empty{border-color:var(--border);background:var(--surface);color:var(--muted-strong)}@media(max-width:1080px){.workspaceHeader{display:block}.headerActions{justify-content:flex-start;margin-top:14px}.headerChips{justify-content:flex-start}}@media(max-width:900px){.dashboardShell{display:block}.sidebar{position:static;height:auto;border-right:0;border-bottom:1px solid var(--border)}.sideNav{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.workspace{padding:16px 10px 24px}.headerActions{display:grid;gap:10px}.headerChips{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.headerChip{width:auto;min-width:0;max-width:none}.iconButton{width:100%}.dateControl{width:100%;max-width:none;min-width:0}.iconButton{margin-top:0}.overviewHeader,.sectionTitle{display:block}.overviewChartBlock{margin:14px 10px;padding:20px}}
