:root{--bg:#0f1117;--surface:#1a1d27;--surface-2:#232733;--border:#2e3340;--text:#e6e8ee;--text-dim:#9aa0ad;--primary:#3b82f6;--primary-hover:#2f6fe0;--danger:#ef4444;--radius:10px;--shadow:0 8px 30px #00000059;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.45}button{font:inherit;cursor:pointer;background:var(--surface-2);color:var(--text);border:none;border-radius:8px;padding:.55rem .9rem;transition:background .12s}button:hover{background:var(--border)}button.primary{background:var(--primary);color:#fff}button.primary:hover{background:var(--primary-hover)}button.ghost{background:0 0}button.ghost:hover{background:var(--surface-2)}button:disabled{opacity:.5;cursor:not-allowed}input,select,textarea{font:inherit;border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);border-radius:8px;padding:.55rem .7rem}input:focus,select:focus,textarea:focus{outline:2px solid var(--primary);outline-offset:-1px}label{color:var(--text-dim);margin-bottom:.3rem;font-size:.82rem;display:block}a{color:var(--primary)}.field{margin-bottom:.9rem}.error{color:var(--danger);margin:.5rem 0;font-size:.85rem}.auth-wrap{justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:380px;box-shadow:var(--shadow);padding:1.8rem}.auth-card h1{margin:0 0 1.2rem;font-size:1.4rem}.auth-card button[type=submit]{width:100%;margin-top:.4rem}.auth-foot{color:var(--text-dim);text-align:center;margin-top:1rem;font-size:.85rem}
