.auth-page{min-height:100vh;position:relative;overflow:hidden;background-color:#000}.auth-modal-overlay,.auth-page{display:flex;align-items:center;justify-content:center}.auth-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:9999}.auth-modal-container{width:100%;max-width:858px;padding:0 16px;box-sizing:border-box}.auth-modal-content{background-color:#0b0d16;border:1px solid rgba(255,255,255,.1);border-radius:12px;width:100%;padding:0;position:relative;box-sizing:border-box;box-shadow:0 24px 64px rgba(0,0,0,.6);font-family:var(--font-sans);animation:modalFadeIn .3s cubic-bezier(.16,1,.3,1);overflow:hidden;color:#fff}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.96) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.auth-close-btn{position:absolute;top:16px;right:16px;background:transparent;border:none;color:rgba(255,255,255,.6);cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s;z-index:100}.auth-close-btn:hover{background-color:rgba(255,255,255,.1);color:#fff}.auth-container{display:flex;min-height:580px}.auth-video-sidebar{position:relative;width:320px;flex-shrink:0;overflow:hidden;background:#000}.auth-sidebar-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.auth-form-sidebar{width:506px;flex-shrink:0;display:flex;flex-direction:column;justify-content:center;padding:32px 36px;box-sizing:border-box}.auth-promo-title{font-size:22px;font-weight:700;line-height:1.3;margin-top:0;margin-bottom:12px;color:#fff}.auth-promo-title .highlight-text{color:#94D8FF}.auth-countdown-row{margin-bottom:20px;display:flex;align-items:center;gap:8px;font-size:13.5px;color:rgba(255,255,255,.65)}.auth-timer{gap:4px}.auth-timer,.timer-num{display:inline-flex;align-items:center}.timer-num{height:28px;min-width:30px;justify-content:center;border-radius:4px;background:rgba(255,255,255,.1);padding:0 4px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:14px;font-weight:700;color:#fff;box-sizing:border-box}.timer-colon{font-weight:700;color:rgba(255,255,255,.8)}.auth-gift-list{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:10px}.auth-gift-list li{display:flex;align-items:flex-start;gap:10px}.auth-gift-list .check-icon{margin-top:2px;width:16px;height:16px;color:#94D8FF;flex-shrink:0}.auth-gift-list li span{font-size:13.5px;font-weight:600;color:#fff}.auth-google-wrapper{padding:1.5px;border-radius:18px}.auth-google-btn,.auth-google-wrapper{background:linear-gradient(90deg,#E0DDFF,#94D8FF);width:100%;box-sizing:border-box}.auth-google-btn{display:flex;align-items:center;justify-content:space-between;height:48px;border-radius:16px;color:#0d0f12;font-size:15px;font-weight:700;cursor:pointer;border:none;padding:0 20px;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 12px rgba(148,216,255,.15)}.auth-google-btn:hover{filter:brightness(1.08);box-shadow:0 8px 18px rgba(148,216,255,.25);transform:translateY(-1px)}.auth-google-btn:disabled{background:#27272a;color:#71717a;cursor:not-allowed}.auth-switch-method{display:flex;justify-content:center;margin-top:14px}.auth-switch-link{background:none;border:none;color:rgba(255,255,255,.45);font-size:13px;font-weight:500;cursor:pointer;padding:4px 8px;transition:color .2s ease}.auth-switch-link:hover{color:#fff;text-decoration:underline}.google-btn-content{display:flex;align-items:center;gap:12px}.google-logo{width:24px;height:24px}.arrow-icon{opacity:.8}.auth-divider{display:flex;align-items:center;text-align:center;margin:16px 0;color:rgba(255,255,255,.35);font-size:12px;text-transform:uppercase}.auth-divider:after,.auth-divider:before{content:"";flex:1;border-bottom:1px solid rgba(255,255,255,.1)}.auth-divider span{padding:0 12px}.auth-form{gap:14px}.auth-form,.auth-form-group{display:flex;flex-direction:column}.auth-form-group{gap:6px}.auth-form-group label{font-size:13px;color:rgba(255,255,255,.85);font-weight:500}.auth-form-group input{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:#fff;padding:10px 14px;border-radius:8px;font-size:14px;transition:border-color .2s,background .2s,box-shadow .2s;width:100%;box-sizing:border-box}.auth-form-group input::placeholder{color:rgba(255,255,255,.35)}.auth-form-group input:focus{outline:none;border-color:rgba(255,255,255,.4);background:rgba(255,255,255,.08);box-shadow:0 0 0 3px rgba(255,255,255,.2)}.auth-submit-wrapper{position:relative;width:100%;margin-top:14px}.auth-submit-btn{width:100%;height:48px;background:linear-gradient(90deg,#E0DDFF,#94D8FF);color:#0d0f12;border:none;border-radius:16px;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);box-sizing:border-box;box-shadow:0 4px 12px rgba(148,216,255,.15)}.auth-submit-btn:hover:not(:disabled){filter:brightness(1.08);box-shadow:0 8px 18px rgba(148,216,255,.25);transform:translateY(-1px)}.auth-submit-btn:disabled{background:#27272a;color:#71717a;box-shadow:none;cursor:not-allowed}.auth-submit-badge{position:absolute;top:-12px;right:12px;background:#f43f5e;color:#fff;padding:2px 8px;border-radius:999px;font-size:10px;font-weight:700;white-space:nowrap;box-shadow:0 2px 6px rgba(244,63,94,.3);pointer-events:none}.auth-error{background:rgba(220,38,38,.1);color:#ef4444;padding:10px 14px;border-radius:10px;text-align:center;font-size:13px;border:1px solid rgba(220,38,38,.2)}.auth-footer{text-align:center;margin-top:14px;border-t:1px solid rgba(255,255,255,.05)}.auth-footer p{margin:0}.auth-footer-link{background:none;border:none;color:rgba(255,255,255,.5);font-weight:500;cursor:pointer;margin-left:6px;transition:opacity .2s,color .2s;padding:0;font-size:12px;text-decoration:none}.auth-footer-link:hover{color:#fff;opacity:.85}.auth-terms-text{margin-top:16px;text-align:center;font-size:11px;color:rgba(255,255,255,.35);line-height:1.4}.auth-terms-text a{color:rgba(255,255,255,.55);text-decoration:underline;transition:color .2s ease}.auth-terms-text a:hover{color:rgba(255,255,255,.9)}.auth-form-sidebar{position:relative}.auth-loading-overlay{position:absolute;inset:0;background:rgba(11,13,22,.88);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:100;animation:overlayFadeIn .25s cubic-bezier(.16,1,.3,1) forwards;box-sizing:border-box}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.auth-loading-content{display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center;padding:0 24px}.auth-spinner{width:48px;height:48px;border:3px solid rgba(148,216,255,.1);border-top-color:#94d8ff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.success-checkmark-wrapper{width:52px;height:52px}.success-checkmark{width:52px;height:52px;border-radius:50%;display:block;stroke-width:3;stroke:#10b981;stroke-miterlimit:10;box-shadow:inset 0 0 0 #10b981;animation:fillCheckmark .4s ease-in-out .4s forwards,scaleCheckmark .3s ease-in-out .9s both}.success-checkmark-circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:3;stroke-miterlimit:10;stroke:#10b981;fill:none;animation:strokeCircle .6s cubic-bezier(.65,0,.45,1) forwards}.success-checkmark-check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;animation:strokeCheck .3s cubic-bezier(.65,0,.45,1) .6s forwards}.auth-loading-text{font-size:14px;color:rgba(255,255,255,.85);font-weight:500;margin:0;animation:textPulse 1.5s ease-in-out infinite alternate}@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 rgba(16,185,129,.08)}}@keyframes scaleCheckmark{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}.auth-cancel-btn,.auth-drag-handle,.auth-modal-content.auth-state-email .auth-divider,.auth-modal-content.auth-state-email .auth-google-section,.auth-modal-content.auth-state-google .auth-divider,.auth-modal-content.auth-state-google .auth-email-section,.auth-subtitle{display:none}@media (max-width:640px){.auth-modal-overlay{align-items:flex-end;padding:0}.auth-modal-container{width:100%;max-width:100%!important;padding:0}.auth-modal-content{border-radius:24px 24px 0 0;border-left:none;border-right:none;border-bottom:none;width:100%;animation:slideUp .3s cubic-bezier(.16,1,.3,1) forwards}.auth-drag-handle{display:block;width:36px;height:4px;background:rgba(255,255,255,.18);border-radius:999px;margin:12px auto 0}.auth-close-btn{display:none!important}.auth-video-sidebar{display:none}.auth-form-sidebar{width:100%;flex-shrink:1;padding:24px 24px 36px}.auth-promo-title{font-size:20px;text-align:center;margin-bottom:0}.auth-subtitle{display:block;font-size:13.5px;color:rgba(255,255,255,.45);margin-top:4px;margin-bottom:24px;text-align:center}.auth-countdown-row,.auth-gift-list{display:none!important}.auth-google-section,.auth-modal-content.auth-state-email .auth-divider,.auth-modal-content.auth-state-email .auth-google-section,.auth-modal-content.auth-state-google .auth-divider,.auth-modal-content.auth-state-google .auth-email-section{display:block!important}.auth-divider{display:flex!important}.auth-email-section{display:block!important}.auth-switch-method{display:none!important}.auth-cancel-btn{display:block;width:100%;height:48px;background:transparent;border:1px solid rgba(255,255,255,.15);border-radius:16px;color:#fff;font-size:15px;font-weight:700;cursor:pointer;margin-top:14px;transition:all .2s ease;box-sizing:border-box}.auth-cancel-btn:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.25)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}