.auth-route-root{position:relative;width:100%;min-height:100vh;min-height:100dvh;overflow-x:clip}html:has(.auth-page),html:has(.auth-page) body{width:100%;margin:0;overflow-x:hidden}.auth-page{width:100%;min-height:100vh;min-height:100dvh;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);background:#ffffff;overflow:hidden;box-sizing:border-box}@media (min-width:901px){.auth-route-root .auth-page{position:fixed;inset:0;z-index:0;width:100vw;max-width:100vw;height:100vh;height:100dvh}}.auth-page--confirm{grid-template-columns:minmax(0,1fr) minmax(280px,340px)}.auth-page__form-col{display:flex;align-items:center;justify-content:center;padding:56px clamp(24px,4vw,64px);background:var(--gradient-page);background-attachment:fixed;min-height:100vh;min-width:0;width:100%;overflow-x:hidden;overflow-y:auto}.auth-form-inner{width:100%;max-width:440px;margin:0 auto}.auth-logo{display:inline-flex;align-items:center;gap:12px;text-decoration:none;color:var(--text);margin-bottom:28px}.auth-logo__img{display:block;width:40px;height:40px;object-fit:contain}.auth-logo .logo-wordmark{font-size:21px;letter-spacing:-.041em;line-height:1}.auth-heading,.auth-logo .logo-wordmark{font-family:var(--font-inter),"Inter",-apple-system,BlinkMacSystemFont,sans-serif;font-weight:800;color:var(--text)}.auth-heading{font-size:clamp(32px,3.4vw,44px);line-height:1.08;letter-spacing:-.03em;margin-bottom:16px;max-width:none}.auth-form-inner .input-label{font-size:14px;font-weight:600;margin-bottom:2px}.auth-form-inner .input-field-group{gap:8px}.auth-error{border-radius:14px;font-size:13px;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.auth-error,.auth-wait-notice{margin-bottom:16px;padding:12px 14px;font-weight:500;line-height:1.45}.auth-wait-notice{border-radius:14px;font-size:14px;color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe}.auth-submit:disabled{cursor:not-allowed;opacity:.72;transform:none;box-shadow:none}.auth-google-form{margin:0}.auth-btn-google{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:58px;padding:18px 24px;border-radius:14px;font-size:16px;font-weight:600;font-family:inherit;cursor:pointer;background:#ffffff;color:var(--text);border:1px solid var(--border-strong);box-shadow:0 1px 2px rgba(15,23,42,.06);transition:border-color .15s ease,box-shadow .15s ease,background .15s ease,transform .12s ease}.auth-btn-google:hover:not(:disabled){background:var(--sky-blue);border-color:var(--blue-bright);box-shadow:0 4px 14px rgba(59,130,246,.14)}.auth-btn-google:active:not(:disabled){transform:scale(.98);background:var(--off-white);box-shadow:inset 0 1px 3px rgba(15,23,42,.1)}.auth-btn-google:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.auth-terms-group{display:flex;flex-direction:column}.auth-terms-hint{margin:4px 0 0;padding-left:26px;font-size:12.5px;font-weight:600;line-height:1.4;color:#b91c1c}.auth-divider{display:flex;align-items:center;gap:12px;margin:28px 0;color:var(--text-muted);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.auth-divider:after,.auth-divider:before{content:"";flex:1;height:1px;background:var(--border)}.auth-email-form{display:flex;flex-direction:column;gap:22px}.auth-name-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.auth-input{width:100%;padding:16px 20px;min-height:58px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:14px;box-shadow:inset 0 1px 2px rgba(0,0,0,.04);font-family:inherit;font-size:15px;line-height:1.45;color:var(--text);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.auth-input:hover{border-color:var(--border-strong)}.auth-input:focus,.auth-input:focus-visible{outline:none;border-color:var(--blue-bright);background:#ffffff;box-shadow:0 0 0 3px rgba(59,130,246,.18)}.auth-input::placeholder{color:var(--text-muted);font-weight:400}.auth-password-field{position:relative}.auth-password-field .auth-input{padding-right:52px}.auth-password-toggle{position:absolute;right:14px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;border-radius:10px;background:transparent;color:var(--text-muted);cursor:pointer;transition:color .2s ease,background .2s ease}.auth-password-toggle:hover{color:var(--text-secondary);background:rgba(0,0,0,.04)}.auth-password-toggle:focus-visible{outline:none;color:var(--blue-bright);box-shadow:0 0 0 3px rgba(59,130,246,.18)}.auth-terms{display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.45;color:var(--text-secondary)}.auth-terms input{margin-top:3px;width:16px;height:16px;flex-shrink:0;accent-color:var(--blue-bright);cursor:pointer}.auth-terms a{color:var(--blue-mid);font-weight:600;text-decoration:none}.auth-terms a:hover{color:var(--blue-bright);text-decoration:underline}.auth-submit.btn-block{margin-top:12px;width:100%;min-height:60px;padding:20px 28px;border-radius:14px;font-size:17px;font-weight:700;justify-content:center;cursor:pointer;font-family:inherit;background:var(--gradient-cta);color:var(--text-inverse);border:none;box-shadow:var(--shadow-cta);transition:box-shadow .2s ease,transform .12s ease,opacity .2s ease}.auth-submit.btn-block:hover{box-shadow:0 10px 32px rgba(59,130,246,.45);opacity:.95;transform:translateY(-1px)}.auth-submit.btn-block:active{transform:scale(.98) translateY(0);opacity:1;box-shadow:0 4px 14px rgba(59,130,246,.3)}.auth-footer{margin-top:32px;text-align:center;font-size:14px;line-height:1.45;color:var(--text-secondary)}.auth-footer a{color:var(--blue-mid);font-weight:600;text-decoration:none;transition:color .15s ease}.auth-footer a:hover{color:var(--blue-bright)}.auth-footer a:active{color:var(--blue-dark)}.auth-footer-linkbtn{padding:0;border:none;background:none;font-family:inherit;font-size:inherit;color:var(--blue-mid);font-weight:600;cursor:pointer;transition:color .15s ease}.auth-footer-linkbtn:hover{color:var(--blue-bright)}.auth-footer-sep{margin:0 10px;color:var(--text-secondary)}.auth-logo--animated .logo-pegasus-video{height:44px;max-height:44px;max-width:56px}.auth-check-email-message{display:flex;flex-direction:column;gap:8px;margin:0 0 28px}.auth-check-email-message p{margin:0;font-size:18px;line-height:1.55;color:var(--text-secondary)}.auth-check-email-address{font-weight:700;color:var(--text);word-break:break-word}.auth-footer--tight{margin-top:16px}.auth-notice{margin-bottom:16px;padding:12px 14px;border-radius:14px;font-size:13px;font-weight:500;line-height:1.45;color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.auth-post-verify{margin-top:32px;display:flex;flex-direction:column;gap:0}.auth-check-email-open-label{margin:0 0 14px;font-size:15px;font-weight:600;color:var(--text-secondary);text-align:center}.auth-inbox-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}.auth-change-email-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:58px;margin-bottom:12px;padding:16px 20px;border-radius:14px;font-size:16px;font-weight:600;font-family:inherit;text-decoration:none;color:var(--text);background:#ffffff;border:1px solid var(--border-strong);box-shadow:0 1px 2px rgba(15,23,42,.06);transition:border-color .15s ease,box-shadow .15s ease,background .15s ease,transform .12s ease}.auth-change-email-btn:hover{background:var(--sky-blue);border-color:var(--blue-bright);box-shadow:0 4px 14px rgba(59,130,246,.14)}.auth-change-email-btn:active{transform:scale(.98);background:var(--off-white);box-shadow:inset 0 1px 3px rgba(15,23,42,.1)}.auth-inbox-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:58px;padding:16px 20px;border-radius:14px;font-size:16px;font-weight:600;font-family:inherit;text-decoration:none;color:var(--text);background:#ffffff;border:1px solid var(--border-strong);box-shadow:0 1px 2px rgba(15,23,42,.06);transition:border-color .15s ease,box-shadow .15s ease,background .15s ease,transform .12s ease}.auth-inbox-btn:hover{background:var(--sky-blue);border-color:var(--blue-bright);box-shadow:0 4px 14px rgba(59,130,246,.14)}.auth-inbox-btn:active{transform:scale(.98);background:var(--off-white);box-shadow:inset 0 1px 3px rgba(15,23,42,.1)}.auth-verify-form{display:flex;flex-direction:column;gap:24px;margin-bottom:0}.auth-otp-inputs{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.auth-otp-digit{width:100%;min-height:68px;padding:0;text-align:center;font-family:inherit;font-size:22px;font-weight:700;letter-spacing:.04em;color:var(--text);background:var(--bg-elevated);border:1px solid var(--border);border-radius:14px;box-shadow:inset 0 1px 2px rgba(0,0,0,.04);transition:border-color .15s ease,box-shadow .15s ease}.auth-otp-digit:hover{border-color:var(--border-strong)}.auth-otp-digit:focus,.auth-otp-digit:focus-visible{outline:none;border-color:var(--blue-bright);box-shadow:inset 0 1px 2px rgba(0,0,0,.04),0 0 0 3px rgba(59,130,246,.2)}.auth-btn-text{display:block;width:100%;margin:0;padding:12px 0;border:none;background:none;font-family:inherit;font-size:14px;font-weight:600;color:var(--blue-mid);cursor:pointer;text-align:center;transition:color .15s ease}.auth-btn-text:hover{color:var(--blue-bright)}.auth-resend-form{margin:0 0 8px}.auth-page__panel{display:flex;flex-direction:column;padding:32px 20px 24px;background:var(--gradient-primary);color:var(--text-inverse);height:100vh;min-height:100vh;max-height:100vh;min-width:0;overflow:hidden}.auth-panel-inner{display:flex;flex-direction:column;align-items:center;flex:1;width:100%;min-height:0;height:100%}.auth-feature-scroll{flex:1 1 auto;min-height:320px;width:100%;max-width:280px;margin-left:auto;margin-right:auto;margin-bottom:20px;overflow:hidden}.auth-feature-scroll__viewport{height:100%;min-height:320px;overflow:hidden;mask-image:linear-gradient(180deg,transparent 0,#000 6%,#000 94%,transparent);-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 6%,#000 94%,transparent)}.auth-feature-scroll__track{display:flex;flex-direction:column;gap:10px;width:100%;animation:auth-feature-scroll-up 52s linear infinite;will-change:transform}.auth-feature-scroll__card{width:100%;flex-shrink:0;padding:18px 16px;min-height:158px;border-radius:12px;box-shadow:0 0 0 1px rgba(255,255,255,.12),0 8px 28px rgba(0,0,0,.16)}.auth-feature-scroll__card .vs-killer-title{font-size:16px;margin-bottom:6px}.auth-feature-scroll__card .vs-killer-desc{font-size:13px;line-height:1.45}.auth-feature-scroll__card .vs-mini-visual{margin-bottom:10px;transform:scale(.92);transform-origin:left top}@keyframes auth-feature-scroll-up{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@media (prefers-reduced-motion:reduce){.auth-feature-scroll__track{animation:none}}.auth-panel__proof{flex-shrink:0;width:100%;max-width:280px;margin-left:auto;margin-right:auto;padding-top:8px;font-family:var(--font-inter),"Inter",-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--blue-light);text-align:center}@media (max-width:1100px){.auth-page--confirm{grid-template-columns:1fr;grid-template-rows:1fr;overflow-y:auto}.auth-page--confirm .auth-page__panel{display:none}.auth-page--confirm .auth-page__form-col{min-height:auto;height:auto;padding:40px clamp(20px,4vw,32px) 48px}}@media (max-width:900px){.auth-route-root{width:100%;max-width:100%}.auth-route-root .auth-page{position:relative;width:100%;max-width:100%}.auth-page,.auth-route-root .auth-page{height:auto;min-height:100dvh;overflow:visible}.auth-page{grid-template-columns:1fr;grid-template-rows:auto auto}.auth-page__form-col{min-height:auto;padding:40px 28px 48px;order:1}.auth-page__panel{height:auto;min-height:420px;max-height:520px;padding:24px 20px 20px;order:2}.auth-form-inner{max-width:440px}.auth-inbox-actions,.auth-name-row{grid-template-columns:1fr}.auth-post-verify{margin-top:28px}.auth-otp-inputs{gap:8px}.auth-otp-digit{min-height:60px;font-size:20px}.auth-feature-scroll,.auth-panel__proof{width:100%;max-width:none;margin-left:0;margin-right:0}.auth-feature-scroll{min-height:320px}}