#auth-loader{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:9999;background:#f5f5f5}#auth-loader .auth-loader__content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}#auth-loader .auth-loader__logo{width:auto;height:60px;margin-bottom:2rem;filter:brightness(0)}#auth-loader .auth-loader__spinner{width:40px;height:40px;border:4px solid #e0e0e0;border-top-color:#333;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1.5rem}#auth-loader .auth-loader__message{font-size:1rem;font-weight:400;color:#666;margin:0}#auth-loader .auth-loader__error{max-width:400px;margin-top:1rem}#auth-loader .auth-loader__error-title{font-size:1.25rem;font-weight:600;color:#d32f2f;margin:0 0 1rem}#auth-loader .auth-loader__error-description{font-size:.875rem;color:#666;margin:0 0 1.5rem;line-height:1.5}#auth-loader .auth-loader__retry-btn{background:#333;color:#fff;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}#auth-loader .auth-loader__retry-btn:hover{background:#555}#auth-loader .auth-loader__retry-btn:active{background:#222}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){#auth-loader .auth-loader__logo{height:50px}#auth-loader .auth-loader__error{padding:0 1rem}}
