.AuthScreen_page__3rdxO{min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:18px;padding:16px 16px 0;background:radial-gradient(circle at top left,var(--page-gradient-primary),transparent 28%),radial-gradient(circle at bottom right,var(--page-gradient-secondary),transparent 24%),linear-gradient(180deg,var(--page-background-start) 0,var(--page-background-end) 100%);color:var(--foreground)}.AuthScreen_pageContent__8cF4v{width:min(100%,448px);margin:auto 0}.AuthScreen_topBar__gC5Mo{width:100%;display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-bottom:14px}.AuthScreen_backIcon__ccLy4,.AuthScreen_controlIcon__qr_oM{flex:none}.AuthScreen_toolbar__8_ul5{display:flex;align-items:center;gap:8px}.AuthScreen_iconButton__wrhAL,.AuthScreen_iconControl__bmus7{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--secondary-button-border);border-radius:999px;background:var(--secondary-button-background);color:var(--foreground);box-shadow:0 10px 26px var(--secondary-button-shadow)}.AuthScreen_iconButton__wrhAL{padding:0;cursor:pointer}.AuthScreen_iconButton__wrhAL:focus{outline:none}.AuthScreen_iconButton__wrhAL:focus-visible{box-shadow:0 10px 26px var(--secondary-button-shadow),0 0 0 2px rgba(34,111,255,.22)}.AuthScreen_tabs__BXKhI{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0;gap:0;padding:4px;border-radius:12px;background:var(--band-background)}.AuthScreen_tabActive__3AbFV,.AuthScreen_tab__eGyh3{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border-radius:10px;text-decoration:none;font-weight:600;font-size:.95rem}.AuthScreen_tab__eGyh3{color:var(--muted)}.AuthScreen_tabActive__3AbFV{color:var(--foreground);background:var(--card-background);box-shadow:0 2px 10px rgba(19,32,62,.08)}.AuthScreen_card__2vz7s{width:100%;border:1px solid var(--card-border);border-radius:16px;background:var(--card-background);box-shadow:0 24px 48px var(--card-shadow);padding:24px}.AuthScreen_header__1GlIb{text-align:center;margin-bottom:22px}.AuthScreen_logoWrap__FzycR{display:flex;justify-content:center;margin-bottom:16px}.AuthScreen_logo___sX3y{width:96px;height:96px;object-fit:contain}.AuthScreen_brandTitle__SXGp9{margin:0;color:var(--foreground);font-size:1.5rem;font-weight:700}.AuthScreen_brandDescription__2f_68{margin:10px 0 0;color:var(--muted);font-size:.95rem;line-height:1.5}.AuthScreen_alert__yWpSF{border-radius:12px;border:1px solid rgba(204,52,52,.18);background:rgba(204,52,52,.08);color:#7d1f1f}.AuthScreen_alert__yWpSF,.AuthScreen_notice__jw21j{margin-top:16px;padding:12px 14px;font-size:.92rem;line-height:1.5}.AuthScreen_notice__jw21j{border-radius:12px;border:1px solid rgba(22,121,71,.22);background:rgba(22,121,71,.08);color:#0f5132}.AuthScreen_form__KBYTj{display:grid;grid-gap:16px;gap:16px;margin-top:16px}.AuthScreen_field__PWsx7{display:grid;grid-gap:6px;gap:6px}.AuthScreen_label__IEr_T{color:var(--foreground);font-weight:500;font-size:.9rem}.AuthScreen_input__jnfbm{min-height:40px;border:1px solid var(--control-border);border-radius:10px;padding:0 12px;background:var(--control-background);color:var(--foreground);font:inherit}.AuthScreen_passwordWrap__9x5_i{position:relative}.AuthScreen_passwordWrap__9x5_i .AuthScreen_input__jnfbm{padding-right:44px;width:100%}.AuthScreen_passwordToggle__93Smb{position:absolute;top:50%;right:10px;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:0;background:transparent;color:var(--muted);cursor:pointer}.AuthScreen_passwordToggle__93Smb:hover{color:var(--foreground)}.AuthScreen_passwordToggle__93Smb:focus{outline:none}.AuthScreen_passwordToggle__93Smb:focus-visible{border-radius:999px;box-shadow:0 0 0 2px rgba(34,111,255,.18)}.AuthScreen_input__jnfbm:focus{outline:none;border-color:#226fff;box-shadow:0 0 0 3px rgba(34,111,255,.12)}.AuthScreen_submit__2rfax{min-height:42px;border:0;border-radius:10px;background:#226fff;color:white;font:inherit;font-weight:600;cursor:pointer;transition:background-color .14s ease}.AuthScreen_submit__2rfax:disabled{cursor:wait;opacity:.7}.AuthScreen_submit__2rfax:hover{background:#1b5fe0}.AuthScreen_formAuxRow__d38Bo{margin-top:-6px;display:flex;justify-content:flex-end;align-items:center;gap:8px}.AuthScreen_formAuxPrimaryLink___rGhH{text-decoration:none;font-size:.88rem;font-weight:600;min-height:28px;border-radius:6px;padding:2px 4px;display:inline-flex;align-items:center;justify-content:center;color:#1d5dda;border:0;background:transparent}.AuthScreen_formAuxPrimaryLink___rGhH:hover{text-decoration:underline}.AuthScreen_auxRow__OefPO{margin-top:14px;display:flex;justify-content:space-between;align-items:center;gap:10px}.AuthScreen_auxLink__TqneQ{color:#226fff;text-decoration:none;font-size:.92rem;font-weight:500}.AuthScreen_auxLink__TqneQ:hover{text-decoration:underline}@media (max-width:640px){.AuthScreen_topBar__gC5Mo{justify-content:center}.AuthScreen_toolbar__8_ul5{justify-content:space-between}.AuthScreen_card__2vz7s{padding:20px}.AuthScreen_logo___sX3y{width:88px;height:88px}.AuthScreen_formAuxRow__d38Bo{justify-content:center}}