:root{--bg:#0c0d0f;--bg-strong:#131416;--surface:rgba(22,24,28,.92);--surface-strong:#1a1c21;--ink:#e8e9ec;--ink-strong:#f4f5f7;--muted:#7c8091;--line:hsla(0,0%,100%,.08);--accent:#6c8cff;--accent-deep:#4a6ce5;--accent-soft:rgba(108,140,255,.12);--danger:#ef4444;--danger-soft:rgba(239,68,68,.12);--success:#22c55e;--success-soft:rgba(34,197,94,.12);--warning:#f59e0b;--warning-soft:rgba(245,158,11,.12);--shadow:0 8px 32px rgba(0,0,0,.35);--radius:1rem;--radius-lg:1.25rem;background:var(--bg);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-synthesis:none;font-weight:400;line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}*{box-sizing:border-box}#__nuxt,body,html{min-height:100%}body{background:var(--bg);color:var(--ink);margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}@supports (-webkit-touch-callout:none){input,select,textarea{font-size:16px!important}}input::-moz-placeholder,textarea::-moz-placeholder{color:var(--muted)}input::placeholder,textarea::placeholder{color:var(--muted)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
