.auth-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem;background-color:#f5f5f5}.auth-spinner{width:40px;height:40px;border:4px solid #e0e0e0;border-top:4px solid var(--primary-color,#0066cc);border-radius:50%;animation:auth-spin .8s linear infinite}@keyframes auth-spin{to{transform:rotate(1turn)}}.auth-loading p{color:#666;font-size:1rem}.auth-bypass{display:flex;flex-direction:column;min-height:100vh}.auth-bypass-banner{background-color:#fff3cd;color:#856404;padding:.5rem 1rem;text-align:center;font-size:.85rem;border-bottom:1px solid #ffc107}.email-collect-form{width:100%;max-width:380px;padding:0 1rem}.email-collect-title{text-align:center;margin-bottom:.5rem;color:#333;font-size:1.25rem;font-weight:600}.email-collect-subtitle{text-align:center;margin-bottom:1.5rem;color:#666;font-size:.875rem}.email-collect-input{width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid #d0d0d0;border-radius:6px;outline:none;box-sizing:border-box}.email-collect-error{color:#dc2626;font-size:.8rem;margin-top:.5rem}.email-collect-button{width:100%;margin-top:1rem;padding:.75rem;font-size:1rem;font-weight:500;color:#fff;background-color:var(--primary-color,#0066cc);border:none;border-radius:6px;cursor:pointer}