:root{--bg: #0f1516;--surface: #161f20;--surface2: #1b2627;--border: #2a3a3a;--border2: #3a4d4d;--ink: #e3eae9;--muted: #93a3a1;--faint: #63736f;--accent: #17b3c0;--accent-d: #0f8792;--accent-bg:rgba(23,179,192,.12);--green: #22c55e;--amber: #e0a83a;--red: #ef6a5e;--red-bg: rgba(239,106,94,.12)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--ink);font-family:IBM Plex Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:5px}::-webkit-scrollbar-track{background:transparent}.mono{font-family:IBM Plex Mono,ui-monospace,Menlo,monospace}
