:root{--bg:#fff;--bg-elevated:#f8fafc;--bg-sidebar:#f1f5f9;--fg:#0f172a;--fg-muted:#64748b;--border:#e2e8f0;--accent:#2563eb;--accent-fg:#fff;--warning:#b45309;--success:#047857;--danger:#b91c1c;--inbound-bg:#f1f5f9;--outbound-bg:#dbeafe;--note-bg:#fef9c3}@media (prefers-color-scheme:dark){:root{--bg:#0b1220;--bg-elevated:#111a2e;--bg-sidebar:#0f172a;--fg:#e2e8f0;--fg-muted:#94a3b8;--border:#1e293b;--accent:#3b82f6;--inbound-bg:#1e293b;--outbound-bg:#1e3a8a;--note-bg:#422006}}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--fg);margin:0;padding:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:14px;line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font:inherit;cursor:pointer}input,textarea,select{font:inherit;color:var(--fg);background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:.45rem .6rem}textarea{resize:vertical;min-height:80px}
