.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}