.auth-gate{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(145deg,#e9edf1,#f8f7f3)}
.auth-gate[hidden]{display:none}
.auth-card{width:min(430px,100%);background:#fff;border:1px solid var(--line);border-radius:14px;padding:30px;box-shadow:0 16px 50px #20304018}
.auth-brand{display:flex;align-items:center;gap:14px;margin-bottom:24px}
.auth-brand img{width:62px;height:62px;object-fit:contain;border-radius:50%}
.auth-brand h1{font-size:21px;margin:0}
.auth-brand p{font-size:12px;color:var(--muted);margin:5px 0 0}
.auth-card h2{font-size:18px;margin:0 0 8px}
.auth-card .auth-help{font-size:13px;color:var(--muted);line-height:1.5;margin:0 0 20px}
.auth-card .form-field{margin-bottom:14px}
.auth-card .primary{width:100%;margin-top:6px}
.auth-error{min-height:20px;color:var(--red);font-size:12px;margin:12px 0 0}
.session-user{font-size:12px;color:var(--muted);align-self:center}
.top-actions #sign-out{display:inline-block}
.top-actions #sign-out{display:inline-block}
.app-shell[hidden]{display:none}
