:root,[data-theme=dark]{--bg: #111111;--surface: #1A2530;--surface2: #1e2b38;--surface3: #253443;--border: rgba(255,255,255,.08);--border2: rgba(255,255,255,.15);--text: #ecf0f1;--muted: #7f93a0;--dim: #3d5060;--green: #22d3a0;--green-dim: rgba(34,211,160,.12);--red: #f05252;--red-dim: rgba(240,82,82,.12);--amber: #f59e0b;--amber-dim: rgba(245,158,11,.12);--blue: #3498db;--blue-dim: rgba(52,152,219,.12);--purple: #a78bfa;--purple-dim:rgba(167,139,250,.12);--font: "IBM Plex Sans", sans-serif;--mono: "IBM Plex Mono", monospace}[data-theme=light]{--bg: #ecf0f1;--surface: #ffffff;--surface2: #f0f4f6;--surface3: #e4eaed;--border: rgba(26,37,48,.1);--border2: rgba(26,37,48,.18);--text: #111111;--muted: #4a6070;--dim: #9ab0bb;--green: #22d3a0;--green-dim: rgba(34,211,160,.15);--red: #e53535;--red-dim: rgba(229,53,53,.12);--amber: #d97706;--amber-dim: rgba(217,119,6,.12);--blue: #3498db;--blue-dim: rgba(52,152,219,.12);--purple: #7c3aed;--purple-dim:rgba(124,58,237,.12);--font: "IBM Plex Sans", sans-serif;--mono: "IBM Plex Mono", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:14px}body{background:var(--bg);color:var(--text);font-family:var(--font);min-height:100vh}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--dim);border-radius:99px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes blink{0%,to{opacity:1}50%{opacity:.25}}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}
