.logout{border:0;background:transparent;color:var(--muted);cursor:pointer;font:inherit;text-decoration:underline}
.auth-body{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top,#eef0ff,#f6f8fc 50%)}
.auth-card{width:min(430px,100%);background:#fff;border:1px solid var(--line);border-radius:18px;padding:32px;box-shadow:0 20px 60px #17203318}
.auth-card-wide{width:min(560px,100%);text-align:center}
.auth-brand{display:flex;align-items:center;gap:12px;margin-bottom:28px}
.auth-brand strong,.auth-brand small{display:block}
.auth-brand small,.auth-note,.auth-help{color:var(--muted)}
.auth-card h1{margin:4px 0 8px;font-size:28px}
.auth-form label{display:block;font-size:12px;font-weight:700;margin-top:14px}
.auth-form input{display:block;width:100%;margin-top:6px;border:1px solid #cfd6e3;border-radius:9px;padding:12px;font:inherit}
.auth-form .button{width:100%;justify-content:center}
.setup-list{text-align:left;color:var(--muted);padding-left:22px}
.qr{display:block;width:220px;height:220px;margin:18px auto;background:#fff}
.manual-secret{margin:12px 0;padding:12px;border-radius:8px;background:#f1f3f8;word-break:break-all}
.auth-card details{margin-bottom:16px;color:var(--muted)}
