.AccountDeletionRecoveryGate-module__YkRo0G__page{background:var(--account-recovery-page-bg);place-items:center;min-height:100dvh;padding:32px 20px;display:grid}.AccountDeletionRecoveryGate-module__YkRo0G__checkingBoundary,.AccountDeletionRecoveryGate-module__YkRo0G__checkingControlRoot{display:contents}.AccountDeletionRecoveryGate-module__YkRo0G__checkingNotice{z-index:1000;border:1px solid var(--workspace-check-notice-border);background:var(--workspace-check-notice-bg);min-height:38px;box-shadow:0 12px 36px var(--workspace-check-notice-shadow-color);color:var(--workspace-check-notice-color);white-space:nowrap;pointer-events:none;border-radius:999px;align-items:center;padding:8px 14px;font-size:.875rem;font-weight:600;line-height:1;animation:.18s cubic-bezier(.23,1,.32,1) both AccountDeletionRecoveryGate-module__YkRo0G__workspace-check-notice-in;display:inline-flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.AccountDeletionRecoveryGate-module__YkRo0G__checkingNoticeEmbedded{animation-name:AccountDeletionRecoveryGate-module__YkRo0G__workspace-check-notice-fade;position:static;transform:none}.AccountDeletionRecoveryGate-module__YkRo0G__checkingNoticeText{color:var(--workspace-check-notice-color);background:linear-gradient(100deg, var(--workspace-check-notice-color) 36%, var(--workspace-check-notice-shimmer-highlight) 50%, var(--workspace-check-notice-color) 64%);-webkit-text-fill-color:transparent;background-position:100% 0;background-size:250% 100%;-webkit-background-clip:text;background-clip:text;animation:2.4s ease-in-out infinite AccountDeletionRecoveryGate-module__YkRo0G__workspace-check-notice-shimmer}.AccountDeletionRecoveryGate-module__YkRo0G__card{border:1px solid var(--account-recovery-card-border);border-radius:var(--radius-xl);background:var(--account-recovery-card-bg);width:min(100%,520px);box-shadow:var(--account-recovery-card-shadow);text-align:center;padding:46px 42px 42px}.AccountDeletionRecoveryGate-module__YkRo0G__eyebrow{color:var(--account-recovery-eyebrow-color);letter-spacing:.12em;text-transform:uppercase;margin:0 0 12px;font-size:12px;font-weight:700}.AccountDeletionRecoveryGate-module__YkRo0G__title{color:var(--account-recovery-title-color);letter-spacing:-.03em;text-wrap:balance;margin:0;font-size:clamp(26px,5vw,34px);font-weight:500;line-height:1.12}.AccountDeletionRecoveryGate-module__YkRo0G__description{max-width:420px;color:var(--account-recovery-body-color);margin:16px auto 0;font-size:15px;line-height:1.65}.AccountDeletionRecoveryGate-module__YkRo0G__error{border:1px solid var(--account-recovery-error-border);border-radius:var(--radius-md);background:var(--account-recovery-error-bg);color:var(--account-recovery-error-color);margin:22px 0 0;padding:12px 14px;font-size:13px;line-height:1.5}.AccountDeletionRecoveryGate-module__YkRo0G__actions{gap:10px;margin-top:30px;display:grid}.AccountDeletionRecoveryGate-module__YkRo0G__primaryAction,.AccountDeletionRecoveryGate-module__YkRo0G__secondaryAction{border-radius:var(--radius-md);min-height:46px;font:inherit;cursor:pointer;transition:var(--transition-base);justify-content:center;align-items:center;gap:9px;font-size:14px;font-weight:650;display:inline-flex}.AccountDeletionRecoveryGate-module__YkRo0G__primaryAction{border:1px solid var(--account-recovery-primary-bg);background:var(--account-recovery-primary-bg);color:var(--account-recovery-primary-color)}.AccountDeletionRecoveryGate-module__YkRo0G__primaryAction:hover:not(:disabled){border-color:var(--account-recovery-primary-bg-hover);background:var(--account-recovery-primary-bg-hover);transform:var(--interaction-lift-sm);box-shadow:var(--interaction-shadow-solid-hover)}.AccountDeletionRecoveryGate-module__YkRo0G__secondaryAction{border:1px solid var(--account-recovery-secondary-border);background:var(--account-recovery-secondary-bg);color:var(--account-recovery-secondary-color)}.AccountDeletionRecoveryGate-module__YkRo0G__secondaryAction:hover:not(:disabled){background:var(--account-recovery-secondary-bg-hover);transform:var(--interaction-lift-sm)}.AccountDeletionRecoveryGate-module__YkRo0G__primaryAction:disabled,.AccountDeletionRecoveryGate-module__YkRo0G__secondaryAction:disabled{cursor:wait;opacity:.6}.AccountDeletionRecoveryGate-module__YkRo0G__primaryAction:focus-visible,.AccountDeletionRecoveryGate-module__YkRo0G__secondaryAction:focus-visible{outline:2px solid var(--account-recovery-focus-outline);outline-offset:3px}.AccountDeletionRecoveryGate-module__YkRo0G__spinner{animation:.9s linear infinite AccountDeletionRecoveryGate-module__YkRo0G__account-recovery-spin}@keyframes AccountDeletionRecoveryGate-module__YkRo0G__account-recovery-spin{to{transform:rotate(360deg)}}@keyframes AccountDeletionRecoveryGate-module__YkRo0G__workspace-check-notice-in{0%{opacity:0;transform:translate(-50%,calc(6px - 50%))}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes AccountDeletionRecoveryGate-module__YkRo0G__workspace-check-notice-fade{0%{opacity:0}to{opacity:1}}@keyframes AccountDeletionRecoveryGate-module__YkRo0G__workspace-check-notice-shimmer{to{background-position:0 0}}@media (max-width:560px){.AccountDeletionRecoveryGate-module__YkRo0G__page{padding:18px}.AccountDeletionRecoveryGate-module__YkRo0G__card{border-radius:var(--radius-lg);padding:38px 24px 28px}}@media (prefers-reduced-motion:reduce){.AccountDeletionRecoveryGate-module__YkRo0G__spinner{animation-duration:1.8s}.AccountDeletionRecoveryGate-module__YkRo0G__checkingNotice{animation-name:AccountDeletionRecoveryGate-module__YkRo0G__workspace-check-notice-fade}.AccountDeletionRecoveryGate-module__YkRo0G__checkingNoticeText{-webkit-text-fill-color:currentColor;background:0 0;animation:none}}
