.auth-error-fullscreen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0a0a0b;display:flex;align-items:center;justify-content:center;z-index:9999;color:#fff;font-family:Inter,system-ui,-apple-system,sans-serif}.auth-error-content{max-width:480px;width:90%;padding:48px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:24px;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 24px 48px rgba(0,0,0,.4)}.auth-error-icon{width:80px;height:80px;margin:0 auto 24px;background:rgba(187,134,252,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#bb86fc}.auth-error-icon.welcome-icon{background:rgba(187,134,252,.15);color:#bb86fc}.auth-error-icon svg{width:40px;height:40px}.auth-error-content h1{font-size:28px;font-weight:700;margin-bottom:16px;letter-spacing:-.02em}.auth-error-content p{font-size:16px;line-height:1.6;color:hsla(0,0%,100%,.7);margin-bottom:32px}.auth-google-btn{width:100%;padding:16px 24px;background:var(--accent-pink);border:none;border-radius:12px;color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:32px;box-shadow:0 4px 20px rgba(255,0,255,.3)}.google-login-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 30px rgba(255,0,255,.5)}.auth-google-btn:active:not(:disabled){background:#0ccdba;transform:translateY(0)}.auth-google-btn:disabled{opacity:.7;cursor:not-allowed}.auth-google-btn.loading{background:#f1f1f1;color:#666}.google-icon{width:20px;height:20px}.auth-error-footer{padding-top:24px;border-top:1px solid hsla(0,0%,100%,.1);font-size:14px;color:hsla(0,0%,100%,.4);text-transform:uppercase;letter-spacing:.1em}