.auth-page{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:var(--bg)}.auth-brand-panel{position:relative;overflow:hidden;padding:48px;display:flex;flex-direction:column;justify-content:space-between;background:radial-gradient(circle at 70% 30%,rgba(255,59,48,.25),transparent 35%),#0b0b0d}.auth-brand-panel>a img{height:36px;width:auto}.auth-message{max-width:500px}.auth-message h1{font-size:52px}.auth-message p{color:#999;font-size:14px}.auth-trust{display:flex;gap:25px;color:#999;font-size:10px}.auth-form-panel{display:grid;place-items:center;padding:40px}.auth-form-card{width:min(420px,100%)}.auth-form-card>h1{font-size:32px;margin:8px 0}.auth-form-card>p{color:var(--muted);font-size:12px;margin-bottom:25px}.oauth-stack{display:grid;grid-template-columns:1fr 1fr;gap:9px}.oauth-stack a{height:47px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.oauth-stack .google{background:#fff;color:#222}.oauth-stack .discord{background:#5865f2;color:#fff}.form-divider{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:9px;margin:22px 0}.form-divider:before,.form-divider:after{content:"";height:1px;background:var(--line);flex:1}.auth-form label{display:block;font-size:10px;font-weight:700;margin:13px 0 6px}.auth-form input[type="email"],.auth-form input[type="password"],.auth-form input[type="text"]{width:100%;height:47px;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--text);padding:0 12px;outline:0}.auth-form input:focus{border-color:var(--red)}.auth-options{display:flex;justify-content:space-between;align-items:center;margin:12px 0 18px;font-size:9px;color:var(--muted)}.auth-options label{margin:0}.auth-options a,.auth-switch a{color:var(--red)}.auth-form .button{width:100%}.auth-switch{text-align:center;font-size:10px;color:var(--muted);margin-top:20px}.form-error{padding:10px 12px;border:1px solid rgba(255,70,60,.35);background:rgba(255,70,60,.1);color:#ff716a;border-radius:8px;font-size:10px;margin-bottom:15px}.password-hint{font-size:8px;color:var(--muted);margin-top:5px}@media(max-width:760px){.auth-page{grid-template-columns:1fr}.auth-brand-panel{display:none}.auth-form-panel{padding:30px 18px}.oauth-stack{grid-template-columns:1fr}}
