@charset "UTF-8";:root{--bg: #f7f4ee;--bg-dim: #efebe1;--surface: #fffdf9;--sidebar-bg: #16211b;--text: #16211b;--text-2: #3d463f;--text-3: #6d746e;--border: #d8d3c6;--border-2: #e8e4d9;--border-3: #efebe1;--accent: #1e5b41;--accent-hover: #174a34;--accent-on-dark: #9fc7ae;--pos: #1e5b41;--pos-bg: #e3ece6;--pos-dot: #1e5b41;--neg: #a63d2f;--neg-bg: #f0e2de;--neg-dot: #a63d2f;--neu: #6d746e;--neu-bg: #e9e6dd;--neu-dot: #c9c4b6;--font-serif: "Fraunces", Georgia, serif;--radius-card: 6px;--radius-btn: 3px;--radius-pill: 3px;--shadow-card: 0 1px 2px rgba(22, 33, 27, .05);--tabbar-h: 56px}*{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}.serif{font-family:var(--font-serif)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#cfc9bb;border-radius:4px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);box-shadow:var(--shadow-card)}.btn-primary{background:var(--text);color:var(--bg);border:none;border-radius:var(--radius-btn);padding:8px 14px;font:600 12.5px Inter,sans-serif;cursor:pointer}.btn-primary:hover:not(:disabled){background:var(--accent)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-ghost{background:var(--surface);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:.12em;color:var(--text-3);text-transform:uppercase}.pill{display:inline-flex;font-size:10.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;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)}@media(max-width:768px){.btn-primary,.btn-ghost,.field{min-height:44px}}
