@charset "UTF-8";:root{--bg: #f6f7f9;--sidebar-bg: #0e1116;--text: #12161c;--text-2: #6b7280;--text-3: #9aa1ab;--border: #e5e8ec;--border-2: #f3f4f6;--border-3: #eef0f3;--accent: #2563eb;--accent-hover: #1d4ed8;--pos: #16a34a;--pos-bg: #dcfce7;--pos-dot: #22c55e;--neg: #dc2626;--neg-bg: #fee2e2;--neg-dot: #ef4444;--neu: #64748b;--neu-bg: #f1f5f9;--neu-dot: #d1d5db;--radius-card: 14px;--radius-btn: 8px;--radius-pill: 20px;--shadow-card: 0 1px 2px rgba(16, 24, 40, .04)}*{box-sizing:border-box}body{margin:0;background:var(--bg);font-family:Inter,sans-serif;color:var(--text)}a{color:var(--accent)}a:hover{color:var(--accent-hover)}.mono{font-family:JetBrains Mono,monospace}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#d8dce2;border-radius:4px}.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-card);box-shadow:var(--shadow-card)}.btn-primary{background:var(--text);color:#fff;border:none;border-radius:var(--radius-btn);padding:8px 14px;font:600 12.5px Inter,sans-serif;cursor:pointer}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-ghost{background:#fff;border:1px solid var(--border);border-radius:var(--radius-btn);font:600 13px Inter,sans-serif;cursor:pointer}.label-upper{font-size:11px;font-weight:700;letter-spacing:.03em;color:var(--text-3);text-transform:uppercase}.pill{display:inline-flex;font-size:11.5px;font-weight:700;padding:4px 10px;border-radius:var(--radius-pill);width:fit-content}.pill.pos{background:var(--pos-bg);color:var(--pos)}.pill.neg{background:var(--neg-bg);color:var(--neg)}.pill.neu{background:var(--neu-bg);color:var(--neu)}.field{width:100%;border:1px solid var(--border);border-radius:var(--radius-btn);padding:9px 11px;font:500 14px Inter,sans-serif;color:var(--text)}.field:focus{outline:2px solid var(--accent);outline-offset:-1px;border-color:var(--accent)}
