.fd-auth-page{--auth-bg:var(--fd-page-bg);--auth-surface:var(--fd-theme-surface);--auth-surface-2:var(--fd-theme-surface-raised);--auth-text:var(--fd-theme-text);--auth-muted:var(--fd-theme-text-muted);--auth-yellow:var(--fd-brand-yellow);--auth-yellow-hover:var(--fd-brand-yellow-hover);--auth-red:var(--fd-brand-red);--auth-border:color-mix(in srgb, var(--fd-brand-yellow) 22%, transparent);--auth-border-subtle:var(--fd-theme-border);--auth-radius:1.25rem;--auth-radius-lg:1.5rem;--auth-inline:var(--fd-page-inline);--auth-inline-md:var(--fd-page-inline-md);--auth-max:28rem;--auth-control-h:3rem;--fd-bg:var(--auth-bg);--fd-bg-subtle:var(--auth-surface);--fd-surface:var(--auth-surface-2);--fd-surface-2:var(--auth-surface-2);--fd-text:var(--auth-text);--fd-muted:var(--auth-muted);--fd-border:var(--auth-border-subtle);--fd-border-strong:color-mix(in srgb, var(--auth-yellow) 38%, transparent);--fd-primary:var(--auth-yellow);--fd-primary-soft:color-mix(in srgb, var(--auth-yellow) 18%, transparent);--fd-danger:#f87171;--fd-shadow-sm:0 1px 2px #00000059;--fd-shadow:0 4px 24px #00000080;background:var(--auth-bg);min-height:100dvh;color:var(--auth-text);isolation:isolate;flex-direction:column;display:flex}.fd-auth-page:before{content:"";z-index:-1;background:var(--auth-bg);pointer-events:none;position:fixed;inset:0}.fd-auth-page:after{content:"";z-index:-1;pointer-events:none;background:radial-gradient(ellipse 75% 50% at 50% -10%, color-mix(in srgb, var(--auth-yellow) 14%, transparent), transparent 58%), radial-gradient(ellipse 45% 35% at 100% 85%, color-mix(in srgb, var(--auth-red) 6%, transparent), transparent 52%);position:fixed;inset:0}.fd-auth-header{z-index:20;min-height:3.85rem;padding-inline:var(--auth-inline);background:color-mix(in srgb, var(--auth-bg) 90%, transparent);border-bottom:1px solid var(--fd-theme-header-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);justify-content:center;align-items:center;padding-block:.75rem;display:flex;position:sticky;top:0}@media (min-width:768px){.fd-auth-header{min-height:4.35rem;padding-inline:var(--auth-inline-md)}}.fd-auth-header__logo{align-items:center;min-height:2.75rem;transition:opacity .18s;display:inline-flex}.fd-auth-header__logo:hover{opacity:.88}.fd-auth-main{width:100%;padding-inline:var(--auth-inline);padding-block:clamp(1.5rem,4vw,2.5rem);padding-bottom:max(1.5rem, env(safe-area-inset-bottom));flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}@media (min-width:768px){.fd-auth-main{padding-inline:var(--auth-inline-md)}}.fd-auth-card{width:100%;max-width:var(--auth-max);border-radius:var(--auth-radius-lg);border:1px solid var(--auth-border);background:var(--auth-surface);box-shadow:0 0 32px color-mix(in srgb, var(--auth-yellow) 6%, transparent), var(--fd-shadow);overflow:hidden}.fd-auth-card__intro{text-align:center;padding:clamp(1.5rem,4vw,2rem) clamp(1.25rem,4vw,2rem) 0}.fd-auth-card__eyebrow{letter-spacing:.04em;color:var(--auth-yellow);margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:inline-block}.fd-auth-card__title{letter-spacing:-.02em;margin:0;font-size:clamp(1.35rem,3.5vw,1.65rem);font-weight:800;line-height:1.35}.fd-auth-card__lead{color:var(--auth-muted);margin:.65rem 0 0;font-size:.9375rem;line-height:1.65}.fd-auth-card__body{padding:clamp(1.25rem,4vw,1.75rem) clamp(1.25rem,4vw,2rem) clamp(1.5rem,4vw,2rem)}.fd-auth-form{flex-direction:column;gap:1.25rem;display:flex}.fd-auth-field{flex-direction:column;gap:.5rem;display:flex}.fd-auth-field__label{color:var(--auth-text);font-size:.875rem;font-weight:600}.fd-auth-field__hint{color:var(--auth-muted);font-size:.8125rem;line-height:1.55}.fd-auth-field__hint strong{color:var(--auth-text);font-weight:600}.fd-auth-page .fd-input{min-height:var(--auth-control-h);border-color:var(--auth-border-subtle);background:var(--auth-surface-2)}.fd-auth-page .fd-input:hover:not(:disabled):not(:focus){border-color:color-mix(in srgb, var(--auth-yellow) 28%, transparent)}.fd-auth-page .fd-input:focus{border-color:var(--auth-yellow);box-shadow:0 0 0 3px var(--fd-primary-soft)}.fd-auth-page .fd-input[aria-invalid=true]{border-color:var(--fd-danger)}.fd-auth-input--otp{letter-spacing:.35em;text-align:center;font-size:1.125rem;font-weight:700}.fd-auth-input--phone{text-align:center;letter-spacing:.02em}.fd-auth-submit{width:100%;min-height:var(--auth-control-h);border-radius:var(--fd-radius-md);background:var(--fd-action-primary);color:var(--fd-action-primary-text);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;font-family:inherit;font-size:1rem;font-weight:700;line-height:1.2;transition:background-color .16s,transform .12s,opacity .16s;display:inline-flex}.fd-auth-submit:hover:not(:disabled){background:var(--fd-action-primary-hover)}.fd-auth-submit:active:not(:disabled){transform:scale(.985)}.fd-auth-submit:focus-visible{outline:2px solid var(--auth-yellow);outline-offset:3px}.fd-auth-submit:disabled{cursor:not-allowed;opacity:.45}a.fd-auth-submit{text-decoration:none}.fd-auth-linkwait{gap:1.5rem}.fd-auth-linkwait__actions{flex-direction:column;gap:.35rem;display:flex}.fd-auth-linkwait__meta{border-radius:var(--fd-radius-md);border:1px solid var(--auth-border-subtle);background:var(--auth-surface-2);text-align:center;flex-direction:column;gap:.35rem;padding:.85rem 1rem;display:flex}.fd-auth-linkwait__waiting{color:var(--auth-text);margin:0;font-size:.875rem;font-weight:600}.fd-auth-linkwait__expiry{color:var(--auth-muted);margin:0;font-size:.8125rem;line-height:1.55}.fd-auth-linkwait__clock{font-variant-numeric:tabular-nums;color:var(--auth-text);font-weight:700;display:inline-block}.fd-auth-secondary{width:100%;min-height:2.75rem;color:var(--auth-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-family:inherit;font-size:.875rem;font-weight:600;transition:color .16s;display:inline-flex}.fd-auth-secondary:hover{color:var(--auth-text)}.fd-auth-secondary:focus-visible{outline:2px solid var(--auth-yellow);outline-offset:2px;border-radius:var(--fd-radius-sm)}.fd-auth-card__body>.fd-auth-error{margin-top:1rem}.fd-auth-error{border-radius:var(--fd-radius-md);border:1px solid color-mix(in srgb, var(--fd-danger) 35%, transparent);background:color-mix(in srgb, var(--fd-danger) 8%, var(--auth-surface));color:#fecaca;margin:0;padding:.75rem .875rem;font-size:.875rem;line-height:1.55}[data-theme=light] .fd-auth-error{color:var(--fd-theme-danger-soft)}[data-theme=light] .fd-auth-card{background:var(--fd-theme-surface-raised);box-shadow:var(--fd-theme-shadow)}[data-theme=light] .fd-auth-page{--fd-danger:var(--fd-theme-danger-soft);--fd-shadow-sm:var(--fd-theme-shadow);--fd-shadow:var(--fd-theme-shadow)}[data-theme=light] .fd-auth-page:after{background:radial-gradient(ellipse 70% 42% at 50% -8%, color-mix(in srgb, var(--auth-yellow) 10%, transparent), transparent 60%), radial-gradient(ellipse 40% 28% at 100% 90%, color-mix(in srgb, var(--auth-red) 4%, transparent), transparent 55%)}.fd-auth-footer{width:100%;max-width:var(--auth-max);padding-inline:var(--auth-inline);padding-block:1rem 1.25rem;padding-bottom:max(1.25rem, env(safe-area-inset-bottom));text-align:center;margin-top:auto}@media (min-width:768px){.fd-auth-footer{padding-inline:var(--auth-inline-md)}}.fd-auth-footer__link{min-height:2.75rem;color:var(--auth-muted);justify-content:center;align-items:center;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .16s;display:inline-flex}.fd-auth-footer__link:hover{color:var(--auth-text)}.fd-auth-footer__link:focus-visible{outline:2px solid var(--auth-yellow);outline-offset:2px;border-radius:var(--fd-radius-sm)}.fd-auth-loading{min-height:50vh;color:var(--auth-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}@media (prefers-reduced-motion:reduce){.fd-auth-loading .fd-skeleton{background:color-mix(in srgb, var(--auth-text) 10%, transparent);animation:none}.fd-auth-submit:active:not(:disabled){transform:none}}
