:root{--bg: #0f1115;--panel: #161a22;--border: #2a2f3a;--text: #e7eaf0;--muted: #8a93a3;--accent: #4ea1ff;--green: #2dbd6e;--red: #e0524d;--amber: #d8a93b;--panel-header-h: 98px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1400px;margin:0 auto;padding:24px}.panel{background:var(--panel);border:1px solid var(--border);border-radius:8px;padding:16px;margin-bottom:16px}.panel.scroll-x{overflow-x:auto}.panel-header{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(#4ea1ff2e,#4ea1ff2e),var(--panel);border-bottom:1px solid rgba(78,161,255,.3);border-radius:8px 8px 0 0;margin:-16px -16px 12px;padding:10px 16px;position:sticky;top:0;z-index:6}.panel-header h3{margin:0}.panel thead th{position:sticky;top:var(--panel-header-h);background:var(--panel);z-index:4}.row{display:flex;gap:12px;align-items:center}.between{display:flex;justify-content:space-between;align-items:center}.muted{color:var(--muted);font-size:.9em}table{width:100%;border-collapse:collapse}th,td{padding:8px 10px;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap}th{color:var(--muted);font-weight:500;font-size:.85em;text-transform:uppercase}tbody td:nth-child(2n),thead th:nth-child(2n){background:#ffffff06}tr:hover td{background:#ffffff0d}tbody td:first-child,thead th:first-child{position:sticky;left:0;background:var(--panel);z-index:1;box-shadow:2px 0 4px #0006}thead th:first-child{z-index:2}.panel thead th:first-child{z-index:5}tr:hover td:first-child{background:#20242b}input,button,select{background:#20242e;color:var(--text);border:1px solid var(--border);border-radius:6px;padding:8px 10px;font:inherit}button{cursor:pointer}button.primary{background:var(--accent);border-color:var(--accent);color:#0a0d12;font-weight:600}button.danger{background:transparent;color:var(--red);border-color:var(--red)}button:disabled{opacity:.5;cursor:not-allowed}.badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.8em;font-weight:500}.badge.positive{background:#2dbd6e2e;color:var(--green)}.badge.negative{background:#e0524d2e;color:var(--red)}.badge.neutral{background:#d8a93b2e;color:var(--amber)}.dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:10}.dialog{background:var(--panel);border:1px solid var(--border);border-radius:10px;padding:20px;width:640px;max-width:92vw;max-height:90vh;overflow-y:auto}.form-grid{display:grid;gap:10px}.form-grid label{display:grid;gap:4px;font-size:.9em;color:var(--muted)}.nav{display:flex;gap:16px;align-items:center;padding:12px 24px;border-bottom:1px solid var(--border);background:var(--bg)}.nav .spacer{flex:1}.app-footer{position:sticky;bottom:0;z-index:50;background:var(--bg);border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;padding:8px 24px;font-size:.85em;color:var(--muted)}.search-result{padding:8px 10px;border-radius:6px;cursor:pointer}.search-result:hover{background:#ffffff0a}.search-result.active{background:#4ea1ff26}
