.auth-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(12px);background:#0a0f1ed9;justify-content:center;align-items:center;padding:16px;animation:.25s ease-out authOverlayFadeIn;display:flex;position:fixed;inset:0}@keyframes authOverlayFadeIn{0%{opacity:0}to{opacity:1}}.auth-modal-card{color:#f8fafc;background:linear-gradient(135deg,#1e293bf2,#0f172afa);border:1px solid #ffffff1f;border-radius:24px;width:100%;max-width:440px;padding:26px 24px;animation:.3s cubic-bezier(.16,1,.3,1) authCardScaleIn;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #000000b3,0 0 30px #ff6b351f}@keyframes authCardScaleIn{0%{opacity:0;transform:scale(.92)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.auth-glow{filter:blur(60px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.auth-glow--1{background:#ff6b3538;width:160px;height:160px;top:-60px;right:-60px}.auth-glow--2{background:#ffd16629;width:160px;height:160px;bottom:-60px;left:-60px}.auth-content{z-index:1;position:relative}.auth-close-btn{color:#94a3b8;cursor:pointer;z-index:10;background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.1rem;transition:all .2s;display:flex;position:absolute;top:18px;right:18px}.auth-close-btn:hover{color:#f8fafc;background:#ffffff29;transform:rotate(90deg)}.auth-wall-banner{text-align:center;background:linear-gradient(135deg,#ef44441f,#f59e0b26);border:1.5px solid #f59e0b59;border-radius:18px;margin-bottom:20px;padding:16px 14px;position:relative}.auth-wall-mascot-wrap{justify-content:center;align-items:center;gap:10px;margin-bottom:6px;display:flex}.auth-wall-mascot{object-fit:contain;filter:drop-shadow(0 6px 14px #f59e0b59);width:64px;height:64px;animation:2.5s ease-in-out infinite authWallMascotBounce}@keyframes authWallMascotBounce{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-4px)scale(1.04)}}.auth-wall-badge{font-size:2rem;animation:2s ease-in-out infinite authClapperPulse;display:inline-block}@keyframes authClapperPulse{0%,to{transform:scale(1)rotate(0)}50%{transform:scale(1.1)rotate(-4deg)}}.auth-wall-title{color:#fbbf24;letter-spacing:-.01em;margin:0 0 8px;font-size:1.2rem;font-weight:800}.auth-wall-desc{color:#e2e8f0;margin:0;font-size:.88rem;line-height:1.48}.auth-wall-xp-tag{color:#f59e0b;background:#f59e0b26;border-radius:6px;align-items:center;gap:4px;padding:2px 8px;font-weight:700;display:inline-flex}.auth-header{text-align:center;margin-bottom:20px}.auth-mascot-header{flex-direction:column;align-items:center;margin-bottom:12px;display:flex}.auth-mascot-wrap{background:radial-gradient(circle,#ff6b3540 0%,#ffd1661a 70%,#0000 100%);border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;display:flex;position:relative}.auth-mascot-img{object-fit:contain;filter:drop-shadow(0 6px 14px #00000073);width:60px;height:60px;animation:3s ease-in-out infinite authMascotFloat}@keyframes authMascotFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-5px)rotate(2deg)}}.auth-mascot-bubble{background:#1e293bd9;border:1px solid #ffffff1f;border-radius:14px;max-width:320px;margin-top:8px;padding:8px 14px;position:relative;box-shadow:0 4px 14px #00000040}.auth-mascot-bubble:after{content:"";border:6px solid #0000;border-top-width:0;border-bottom-color:#1e293bd9;position:absolute;top:-6px;left:50%;transform:translate(-50%)}.auth-mascot-quote{color:#e2e8f0;font-size:.82rem;font-style:italic;line-height:1.4;display:block}.auth-logo{color:var(--accent,#ff6b35);letter-spacing:-.03em;margin-bottom:6px;font-size:1.8rem;font-weight:800;line-height:1}.auth-title{color:#f8fafc;margin:0 0 4px;font-size:1.15rem;font-weight:700}.auth-subtitle{color:#94a3b8;margin:0;font-size:.88rem}.auth-alert{border-radius:12px;align-items:center;gap:8px;margin-bottom:16px;padding:10px 14px;font-size:.86rem;line-height:1.4;animation:.3s ease-in-out authAlertShake;display:flex}@keyframes authAlertShake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.auth-alert--error{color:#fca5a5;background:#ef444426;border:1px solid #ef444466}.auth-alert--success{color:#86efac;background:#22c55e26;border:1px solid #22c55e66}.auth-form{flex-direction:column;gap:14px;display:flex}.auth-field{flex-direction:column;gap:6px;display:flex}.auth-label{color:#cbd5e1;font-size:.82rem;font-weight:600}.auth-input{color:#f8fafc;box-sizing:border-box;background:#0f172ab3;border:1.5px solid #ffffff1f;border-radius:12px;outline:none;width:100%;padding:12px 16px;font-size:.95rem;transition:all .2s}.auth-input:focus{border-color:var(--accent,#ff6b35);background:#0f172ae6;box-shadow:0 0 0 3px #ff6b3540}.auth-input::placeholder{color:#64748b}.auth-code-input{letter-spacing:.45em;text-align:center;padding:14px 16px;font-family:monospace;font-size:1.8rem;font-weight:800}.auth-btn-google{color:#1e293b;cursor:pointer;background:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;gap:12px;width:100%;padding:13px 20px;font-size:.95rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 14px #0003}.auth-btn-google:hover{background:#f1f5f9;transform:translateY(-1px);box-shadow:0 6px 20px #00000040}.auth-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6b35,#f55d26);border:none;border-radius:12px;justify-content:center;align-items:center;width:100%;padding:13px 20px;font-size:.95rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 14px #ff6b3559}.auth-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#f55d26,#e04a14);transform:translateY(-1px);box-shadow:0 6px 20px #ff6b3573}.auth-btn-primary:disabled{opacity:.6;cursor:not-allowed}.auth-btn-outline{color:#e2e8f0;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff29;border-radius:12px;justify-content:center;align-items:center;width:100%;padding:12px 20px;font-size:.92rem;font-weight:600;transition:all .2s;display:flex}.auth-btn-outline:hover:not(:disabled){color:#fff;background:#ffffff1a;border-color:#ffffff4d}.auth-btn-outline:disabled{opacity:.5;cursor:not-allowed}.auth-divider{color:#64748b;text-transform:uppercase;letter-spacing:.05em;align-items:center;margin:18px 0;font-size:.8rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#ffffff1a;flex:1;height:1px}.auth-divider span{padding:0 12px}.auth-links{justify-content:space-between;align-items:center;margin-top:6px;font-size:.83rem;display:flex}.auth-link{color:#818cf8;font-size:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;text-decoration:none;transition:color .2s}.auth-link:hover{color:#a5b4fc;text-decoration:underline}.auth-footer-text{text-align:center;color:#94a3b8;margin-top:18px;font-size:.85rem}
