:root{--bg:#101114;--surface:#1a1b20;--surface-2:#22242b;--surface-3:#2a2d35;--border:hsla(0,0%,99.6%,.11);--border-strong:hsla(0,0%,99.6%,.2);--primary:#765cf6;--primary-hover:#654de0;--danger:#f05252;--text:#fefefe;--muted:hsla(0,0%,99.6%,.58);--soft:hsla(0,0%,99.6%,.07);--soft-strong:hsla(0,0%,99.6%,.12)}*{box-sizing:border-box}#__nuxt,body,html{min-height:100dvh}body{background:var(--bg);color:var(--text);font-family:Inter,Inter Tight,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0}button,input,select{font:inherit}button{align-items:center;background:var(--primary);border:1px solid transparent;border-radius:8px;color:var(--text);cursor:pointer;display:inline-flex;gap:6px;justify-content:center;min-height:40px;padding:9px 13px;transition:background .2s ease,border-color .2s ease,opacity .2s ease}button:hover{background:var(--primary-hover)}button:disabled{cursor:not-allowed;opacity:.55}input,select{background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--text);min-height:40px;padding:10px 12px}a{color:inherit;text-decoration:none}.ghost-button{background:var(--soft);border-color:var(--border)}.ghost-button:hover{background:var(--surface-2)}.quiet-button{background:transparent;border-color:var(--border);color:var(--muted);font-size:13px;min-height:34px;padding:7px 10px}.quiet-button:hover{background:var(--soft);color:var(--text)}.danger-button{background:#f052521f;border-color:#f0525257;color:#ffb4b4}.danger-button:hover{background:#f0525233}
