@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700&family=DM+Mono:wght@400;500&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0f;--surface:#12121a;--surface2:#1a1a26;--border:#ffffff14;--accent:#00d4ff;--accent2:#7b5ea7;--text:#e8e8f0;--text-muted:#6b6b88;--danger:#f46;--success:#00ff9d;--font-display:"Syne",sans-serif;--font-mono:"DM Mono",monospace;--radius:8px}[data-theme=light]{--bg:#f4f4f8;--surface:#fff;--surface2:#ebebf3;--border:#00000014;--accent:#09b;--accent2:#6b4d97;--text:#111118;--text-muted:#7878a0;--danger:#c24;--success:#084}body,html{height:100%;width:100%;overflow:hidden}body{background:var(--bg);color:var(--text);font-family:var(--font-mono);font-size:13px;line-height:1.5}#__next{height:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}button{cursor:pointer}button,input,textarea{outline:none;font-family:var(--font-mono)}a{color:var(--accent)}details>summary::-webkit-details-marker{display:none}details>summary{list-style:none}