.auth-card{width:100%}.auth-state{display:none}.auth-state.is-active{display:block;animation:authStateIn .22s cubic-bezier(.2,0,0,1)}.auth-state--center{text-align:center}@keyframes authStateIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.auth-state--center .status-art>svg{width:32px;height:32px}.fp-resend{margin:20px 0 0;text-align:center;font-size:.846rem;color:var(--muted-fg);line-height:1.5}.fp-resend button{background:transparent;border:0;color:var(--primary);font:500 .846rem/1.4 inherit;cursor:pointer;padding:0}.fp-resend button:hover:not(:disabled){text-decoration:underline;text-underline-offset:3px}.fp-resend button:disabled{color:var(--muted-fg);cursor:not-allowed;text-decoration:none}.fp-resend .countdown{font-variant-numeric:tabular-nums}.auth-back{display:block;text-align:center;background:transparent;border:0;width:100%;padding:6px;margin:14px 0 0;color:var(--muted-fg);font:500 .923rem/1.4 inherit;cursor:pointer;text-decoration:none}.auth-back:hover{color:var(--foreground)}.auth-back:focus-visible{outline:none;box-shadow:var(--shadow-focus);border-radius:6px}.rp-redirect{font-size:.846rem;color:var(--muted-fg);margin-top:12px;text-align:center}.rp-redirect .countdown{color:var(--foreground);font-weight:500;font-variant-numeric:tabular-nums}.dc-mono{font-family:var(--font-jetbrains),ui-monospace,monospace}.login-lang{position:relative}.login-lang__chip{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 8px 0 6px;background:var(--surface-1);border:1px solid var(--border);border-radius:7px;cursor:pointer;font-size:.82rem;color:var(--foreground);font-weight:500;font-family:inherit;line-height:1}.login-lang__chip:hover{background:var(--surface-2)}.login-lang__chip:focus-visible{outline:none;box-shadow:var(--shadow-focus)}.login-lang__code{display:inline-flex;align-items:center;justify-content:center;width:22px;height:18px;padding:0 4px;background:var(--surface-3);color:var(--muted-foreground);border:1px solid var(--border);border-radius:3px;font-size:.66rem;font-weight:600;letter-spacing:.02em;text-transform:lowercase}.login-lang__label{white-space:nowrap}.login-lang__chev{width:11px;height:11px;color:var(--muted-foreground);transition:transform .15s}.login-lang__chev[data-open]{transform:rotate(180deg)}.login-lang__menu{position:absolute;right:0;top:calc(100% + 4px);background:var(--surface-1);border:1px solid var(--border);border-radius:8px;box-shadow:var(--popover-shadow);min-width:200px;padding:4px;z-index:10;display:flex;flex-direction:column;gap:2px}.login-lang__item{display:flex;align-items:center;gap:11px;width:100%;padding:7px 9px;background:transparent;border:0;border-radius:5px;cursor:pointer;font-size:.86rem;color:var(--foreground);text-align:left;font-weight:500;font-family:inherit}.login-lang__item:hover{background:var(--surface-2)}.login-lang__item[data-active]{background:var(--surface-2);font-weight:600}.login-lang__item-label{flex:1}.login-lang__item-check{width:13px;height:13px;color:var(--primary);flex:none}.theme-toggle{position:relative;display:inline-flex;align-items:center;justify-content:space-between;width:58px;height:28px;padding:0 7px;background:var(--surface-3);border:1px solid var(--border);border-radius:999px;cursor:pointer;box-sizing:border-box;transition:background-color .2s ease,border-color .2s ease}.theme-toggle:focus-visible{outline:none;box-shadow:var(--shadow-focus)}.theme-toggle__icon{width:13px;height:13px;flex:none;z-index:1;position:relative;pointer-events:none}.theme-toggle__icon--moon,.theme-toggle__icon--sun{color:var(--muted-foreground)}.theme-toggle[data-state=dark] .theme-toggle__icon--moon,.theme-toggle[data-state=light] .theme-toggle__icon--sun{color:var(--primary)}.theme-toggle__knob{position:absolute;top:2px;left:2px;width:22px;height:22px;border-radius:999px;background:var(--surface-1);box-shadow:var(--knob-shadow);transition:left .22s cubic-bezier(.2,0,0,1);pointer-events:none}.theme-toggle[data-state=dark] .theme-toggle__knob{left:32px}.theme-toggle[data-state=loading] .theme-toggle__knob{opacity:0}