body{margin:0;background-color:#f5f7fa;font-family:v-sans,system-ui,-apple-system}.global-auth-container{height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#eef2f5;position:fixed;top:0;left:0;z-index:9999}.error-card{background:#fff;padding:40px;border-radius:12px;box-shadow:0 10px 30px #0000000d;text-align:center}.error-card h2{margin-top:0;color:#333}.error-card p{color:#666;margin-bottom:30px}.spinner{width:50px;height:50px;border:4px solid #d1d5db;border-top:4px solid #36ad6a;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.loading-text{color:#666;font-size:16px;font-weight:500;letter-spacing:1px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
