/* Login and auth UI */
.authPage{min-height:100vh;background:radial-gradient(circle at top left,rgba(166,124,82,.16),transparent 34%),#F7F3E9;display:grid;place-items:center;color:#3B2F2F}
.loginShell{width:min(92vw,520px)}
.loginCard{background:#FFFDF7;border:1px solid #D7C4A7;border-radius:22px;padding:42px 34px;text-align:center;box-shadow:0 20px 55px rgba(91,58,34,.18)}
.loginLogo{width:108px;height:108px;object-fit:contain;margin-bottom:12px}
.loginCard h1{margin:0;font-family:"Noto Serif Telugu","Noto Sans Telugu",Georgia,serif;font-size:40px;color:#5B3A22}
.subtitle{margin:6px 0 18px;font-size:20px;font-weight:700;color:#6F4A2B}
.loginMessage{margin:0 auto 28px;max-width:380px;color:#7A6245;line-height:1.55}
.googleButton{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:12px;background:#5B3A22;color:#FFFDF7;border:0;border-radius:14px;padding:14px 18px;font-size:16px;font-weight:800;cursor:pointer}
.googleButton:disabled{opacity:.65;cursor:wait}
.googleIcon{width:26px;height:26px;border-radius:999px;background:#FFFDF7;color:#5B3A22;display:inline-grid;place-items:center;font-weight:900}
.authStatus{margin-top:18px;color:#7A6245;font-size:14px}
.authStatus.error{color:#B91C1C;font-weight:700}
.userBadge{align-self:center;color:#5B3A22;background:#FFFDF7;border:1px solid #D7C4A7;border-radius:999px;padding:8px 12px;font-weight:700;white-space:nowrap}
.accessDenied{min-height:100vh;display:grid;place-items:center;background:#F7F3E9;color:#3B2F2F;text-align:center;padding:24px}
.accessDenied section{background:#FFFDF7;border:1px solid #D7C4A7;border-radius:20px;padding:34px;max-width:460px;box-shadow:0 18px 45px rgba(91,58,34,.16)}
.accessDenied img{width:88px;height:88px;object-fit:contain}
.accessDenied a{color:#8B5E34;font-weight:800}
