.auth-page{min-height:calc(100vh - 104px);display:grid;place-items:center;padding:30px;background:var(--bg)}.auth-card{position:relative;width:min(440px,100%);padding:40px;border-radius:12px;background:var(--surface);box-shadow:none;border:1px solid var(--border);color:var(--text)}.auth-home{position:absolute;left:18px;top:18px;width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--border);border-radius:9px;background:var(--surface2);color:var(--text)}.auth-home img{width:20px;height:20px}.auth-logo{display:block;font-weight:850;color:var(--primary);margin-bottom:32px}.auth-card h1{margin:0 0 8px}.auth-card p{color:var(--muted);margin:0 0 25px}.auth-card form{display:grid;gap:12px}.auth-card input{height:48px;border:1px solid var(--border);border-radius:8px;padding:0 14px;font-size:15px;background:var(--surface);color:var(--text);outline:none}.auth-card input:focus{border-color:var(--primary)}.auth-card button{height:48px;border:0;border-radius:8px;background:var(--primary);color:#fff;font-weight:750;font-size:16px;cursor:pointer}.auth-card button:disabled{opacity:.65;cursor:wait}.auth-message{padding:10px 12px;border-radius:8px;font-size:14px;line-height:1.45}.auth-message.is-error{background:#fff0f0;color:#b42318;border:1px solid #ffd5d2}.auth-message.is-success{background:#effaf3;color:#18794e;border:1px solid #ccebd8}.auth-foot{text-align:center;margin-top:22px;color:var(--muted)}.auth-foot a{color:var(--primary);font-weight:750}html.dark .auth-message.is-error{background:#321d1d;color:#ffb4ab;border-color:#5b2a28}html.dark .auth-message.is-success{background:#193025;color:#9be0b9;border-color:#28523c}