.auth-page{background-color:#000;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.auth-modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:9999;background-color:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.auth-modal-container{box-sizing:border-box;width:100%;max-width:858px;padding:0 16px}.auth-modal-content{box-sizing:border-box;color:#fff;background-color:#0b0d16;border:1px solid #ffffff1a;border-radius:12px;width:100%;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;animation:.3s cubic-bezier(.16,1,.3,1) modalFadeIn;position:relative;overflow:hidden;box-shadow:0 24px 64px #0009}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.96)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.auth-close-btn{color:#fff9;cursor:pointer;z-index:100;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.auth-close-btn:hover{color:#fff;background-color:#ffffff1a}.auth-container{min-height:580px;display:flex}.auth-video-sidebar{background:#000;flex-shrink:0;width:320px;position:relative;overflow:hidden}.auth-sidebar-video{object-fit:cover;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.auth-form-sidebar{box-sizing:border-box;flex-direction:column;flex-shrink:0;justify-content:center;width:506px;padding:32px 36px;display:flex}.auth-promo-title{color:#fff;margin-top:0;margin-bottom:12px;font-size:22px;font-weight:700;line-height:1.3}.auth-promo-title .highlight-text{color:#94d8ff}.auth-countdown-row{color:#ffffffa6;align-items:center;gap:8px;margin-bottom:20px;font-size:13.5px;display:flex}.auth-timer{align-items:center;gap:4px;display:inline-flex}.timer-num{color:#fff;box-sizing:border-box;background:#ffffff1a;border-radius:4px;justify-content:center;align-items:center;min-width:30px;height:28px;padding:0 4px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:14px;font-weight:700;display:inline-flex}.timer-colon{color:#fffc;font-weight:700}.auth-gift-list{flex-direction:column;gap:10px;margin:0 0 24px;padding:0;list-style:none;display:flex}.auth-gift-list li{align-items:flex-start;gap:10px;display:flex}.auth-gift-list .check-icon{color:#94d8ff;flex-shrink:0;width:16px;height:16px;margin-top:2px}.auth-gift-list li span{color:#fff;font-size:13.5px;font-weight:600}.auth-google-wrapper{box-sizing:border-box;background:linear-gradient(90deg,#e0ddff 0%,#94d8ff 100%);border-radius:18px;width:100%;padding:1.5px}.auth-google-btn{color:#0d0f12;cursor:pointer;box-sizing:border-box;background:linear-gradient(90deg,#e0ddff 0%,#94d8ff 100%);border:none;border-radius:16px;justify-content:space-between;align-items:center;width:100%;height:48px;padding:0 20px;font-size:15px;font-weight:700;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 12px #94d8ff26}.auth-google-btn:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 8px 18px #94d8ff40}.auth-google-btn:disabled{color:#71717a;cursor:not-allowed;background:#27272a}.auth-switch-method{justify-content:center;margin-top:14px;display:flex}.auth-switch-link{color:#ffffff73;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:13px;font-weight:500;transition:color .2s}.auth-switch-link:hover{color:#fff;text-decoration:underline}.google-btn-content{align-items:center;gap:12px;display:flex}.google-logo{width:24px;height:24px}.arrow-icon{opacity:.8}.auth-divider{text-align:center;color:#ffffff59;text-transform:uppercase;align-items:center;margin:16px 0;font-size:12px;display:flex}.auth-divider:before,.auth-divider:after{content:"";border-bottom:1px solid #ffffff1a;flex:1}.auth-divider span{padding:0 12px}.auth-form{flex-direction:column;gap:14px;display:flex}.auth-form-group{flex-direction:column;gap:6px;display:flex}.auth-form-group label{color:#ffffffd9;font-size:13px;font-weight:500}.auth-form-group input{color:#fff;box-sizing:border-box;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;width:100%;padding:10px 14px;font-size:14px;transition:border-color .2s,background .2s,box-shadow .2s}.auth-form-group input::placeholder{color:#ffffff59}.auth-form-group input:focus{background:#ffffff14;border-color:#fff6;outline:none;box-shadow:0 0 0 3px #fff3}.auth-submit-wrapper{width:100%;margin-top:14px;position:relative}.auth-submit-btn{color:#0d0f12;cursor:pointer;box-sizing:border-box;background:linear-gradient(90deg,#e0ddff 0%,#94d8ff 100%);border:none;border-radius:16px;width:100%;height:48px;font-size:15px;font-weight:700;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 12px #94d8ff26}.auth-submit-btn:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 8px 18px #94d8ff40}.auth-submit-btn:disabled{color:#71717a;box-shadow:none;cursor:not-allowed;background:#27272a}.auth-submit-badge{color:#fff;white-space:nowrap;pointer-events:none;background:#f43f5e;border-radius:999px;padding:2px 8px;font-size:10px;font-weight:700;position:absolute;top:-12px;right:12px;box-shadow:0 2px 6px #f43f5e4d}.auth-error{color:#ef4444;text-align:center;background:#dc26261a;border:1px solid #dc262633;border-radius:10px;padding:10px 14px;font-size:13px}.auth-footer{text-align:center;border-t:1px solid #ffffff0d;margin-top:14px}.auth-footer p{margin:0}.auth-footer-link{color:#ffffff80;cursor:pointer;background:0 0;border:none;margin-left:6px;padding:0;font-size:12px;font-weight:500;text-decoration:none;transition:opacity .2s,color .2s}.auth-footer-link:hover{color:#fff;opacity:.85}.auth-terms-text{text-align:center;color:#ffffff59;margin-top:16px;font-size:11px;line-height:1.4}.auth-terms-text a{color:#ffffff8c;text-decoration:underline;transition:color .2s}.auth-terms-text a:hover{color:#ffffffe6}.auth-form-sidebar{position:relative}.auth-loading-overlay{-webkit-backdrop-filter:blur(12px);z-index:100;box-sizing:border-box;background:#0b0d16e0;justify-content:center;align-items:center;animation:.25s cubic-bezier(.16,1,.3,1) forwards overlayFadeIn;display:flex;position:absolute;inset:0}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.auth-loading-content{text-align:center;flex-direction:column;align-items:center;gap:20px;padding:0 24px;display:flex}.auth-spinner{border:3px solid #94d8ff1a;border-top-color:#94d8ff;border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.success-checkmark-wrapper{width:52px;height:52px}.success-checkmark{stroke-width:3px;stroke:#10b981;stroke-miterlimit:10;border-radius:50%;width:52px;height:52px;animation:.4s ease-in-out .4s forwards fillCheckmark,.3s ease-in-out .9s both scaleCheckmark;display:block;box-shadow:inset 0 0 #10b981}.success-checkmark-circle{stroke-dasharray:166;stroke-dashoffset:166px;stroke-width:3px;stroke-miterlimit:10;stroke:#10b981;fill:none;animation:.6s cubic-bezier(.65,0,.45,1) forwards strokeCircle}.success-checkmark-check{transform-origin:50%;stroke-dasharray:48;stroke-dashoffset:48px;animation:.3s cubic-bezier(.65,0,.45,1) .6s forwards strokeCheck}.auth-loading-text{color:#ffffffd9;margin:0;font-size:14px;font-weight:500;animation:1.5s ease-in-out infinite alternate textPulse}@keyframes textPulse{0%{opacity:.75}to{opacity:1}}@keyframes strokeCircle{to{stroke-dashoffset:0}}@keyframes strokeCheck{to{stroke-dashoffset:0}}@keyframes fillCheckmark{to{box-shadow:inset 0 0 0 30px #10b98114}}@keyframes scaleCheckmark{0%,to{transform:none}50%{transform:scale(1.1)}}.auth-modal-content.auth-state-google .auth-email-section,.auth-modal-content.auth-state-google .auth-divider,.auth-modal-content.auth-state-email .auth-google-section,.auth-modal-content.auth-state-email .auth-divider,.auth-drag-handle,.auth-cancel-btn,.auth-subtitle{display:none}@media (max-width:640px){.auth-modal-overlay{align-items:flex-end;padding:0}.auth-modal-container{width:100%;padding:0;max-width:100%!important}.auth-modal-content{border-bottom:none;border-left:none;border-right:none;border-radius:24px 24px 0 0;width:100%;animation:.3s cubic-bezier(.16,1,.3,1) forwards slideUp}.auth-drag-handle{background:#ffffff2e;border-radius:999px;width:36px;height:4px;margin:12px auto 0;display:block}.auth-close-btn{display:none!important}.auth-video-sidebar{display:none}.auth-form-sidebar{flex-shrink:1;width:100%;padding:24px 24px 36px}.auth-promo-title{text-align:center;margin-bottom:0;font-size:20px}.auth-subtitle{color:#ffffff73;text-align:center;margin-top:4px;margin-bottom:24px;font-size:13.5px;display:block}.auth-countdown-row,.auth-gift-list{display:none!important}.auth-modal-content.auth-state-google .auth-email-section,.auth-modal-content.auth-state-google .auth-divider,.auth-modal-content.auth-state-email .auth-google-section,.auth-modal-content.auth-state-email .auth-divider,.auth-google-section{display:block!important}.auth-divider{display:flex!important}.auth-email-section{display:block!important}.auth-switch-method{display:none!important}.auth-cancel-btn{color:#fff;cursor:pointer;box-sizing:border-box;background:0 0;border:1px solid #ffffff26;border-radius:16px;width:100%;height:48px;margin-top:14px;font-size:15px;font-weight:700;transition:all .2s;display:block}.auth-cancel-btn:hover{background:#ffffff0d;border-color:#ffffff40}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}
