.guest-history { margin: .75rem .5rem; padding: .85rem; border: 1px solid var(--border); border-radius: 14px; color: var(--text-muted); font-size: .875rem; line-height: 1.8; }
.guest-history button { min-height: 44px; color: var(--text-main); text-decoration: underline; text-underline-offset: 5px; }
[hidden] { display: none !important; }
#guestQuota { text-align: center; font-size: .8rem; line-height: 1.8; color: var(--text-muted); padding: .25rem 0 .75rem; }
.auth-page { background: var(--bg-body) !important; overflow-y: auto; backdrop-filter: none !important; align-items: safe center; }
.auth-page > div { max-width: 420px; padding: 2rem; margin: auto; box-shadow: none; }
.auth-brand { text-align: center; font-size: 1.4rem; font-weight: 700; margin-bottom: 1.25rem; letter-spacing: -.03em; }
#authReason { text-align: center; color: var(--text-muted); font-size: .875rem; line-height: 1.8; margin-bottom: 1.25rem; }
@media(max-width: 480px) { .auth-page > div { padding: 1.5rem; } }
.auth-help { color: var(--text-muted); font-size: .8rem; line-height: 1.9; margin-bottom: 1rem; }
