.auth-screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(145deg,#e6f5f0,#f8fbfa)}
.auth-screen[hidden]{display:none}
.auth-card{width:min(430px,100%);background:#fff;border:1px solid var(--line);border-radius:22px;padding:32px;box-shadow:var(--shadow);text-align:center}
.auth-card>img{width:112px;height:112px;object-fit:cover;border-radius:24px;margin-bottom:18px}
.auth-card h1{font-size:38px;margin:8px 0 12px}
.auth-card>p{color:var(--muted);line-height:1.5}
.auth-card form{display:grid;gap:15px;text-align:left;margin-top:24px}
.auth-card form .primary{margin-top:6px}
.auth-link{width:100%;margin-top:12px}
.text-link{border:0;background:transparent;color:var(--green);font:700 14px inherit;cursor:pointer}
.auth-status{min-height:22px;margin:14px 0 0!important;font-size:13px;color:var(--green)!important}
.auth-status.error{color:#a6342d!important}
@media(max-width:800px){.header-actions{gap:5px;display:flex;overflow-x:auto}.header-actions .icon-button,.header-actions .handoff-button{white-space:nowrap;font-size:12px;padding:9px}.auth-card{padding:24px}}
