:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0b0b0f;--panel:#11131a;--border:#ffffff1a;--fg:#f8f8f8;--muted:#f8f8f8b8;--accent:#8a5cff;--danger:#ff6b6b}*{box-sizing:border-box}html,body{min-height:100%}body{background:var(--bg);color:var(--fg);margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}.studio-login-shell{place-items:center;min-height:100vh;padding:2rem;display:grid}.studio-login-card{background:var(--panel);border:1px solid var(--border);border-radius:20px;width:min(560px,100%);padding:2rem}.studio-login-card h1{margin-top:0;margin-bottom:.5rem}.studio-login-card p{color:var(--muted);line-height:1.6}.studio-login-card form{gap:1rem;margin-top:1.5rem;display:grid}.studio-login-card label{gap:.35rem;font-size:.95rem;display:grid}.studio-login-card input{border:1px solid var(--border);width:100%;color:var(--fg);background:#ffffff0a;border-radius:12px;padding:.9rem 1rem}.studio-login-actions{flex-wrap:wrap;gap:.75rem;display:flex}.studio-login-card button{cursor:pointer;border:0;border-radius:12px;padding:.9rem 1.1rem;font-weight:600}.studio-login-primary{background:var(--accent);color:#fff}.studio-login-secondary{color:var(--fg);background:#ffffff14}.studio-login-error{color:var(--danger)}
