@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";
.auth-module__E5fzIG__authShell{--auth-shell-bg:radial-gradient(circle at top,#566ea459,transparent 55%),linear-gradient(180deg,#080f1c52,#080f1c2e);--auth-surface-bg:#0c1222c7;--auth-brand-bg:linear-gradient(160deg,#23365cd9,#10182aeb);--auth-form-bg:#0a0f1cd9;--auth-border:#94a3b82e;--auth-input-bg:#0f172ae6;--auth-input-border:#94a3b840;--auth-input-focus:#5eead426;--auth-text:#f8fafc;--auth-muted:#e2e8f0c7;--auth-link:#5eead4e6;--auth-submit-bg:linear-gradient(135deg,#e2e8f0,#94a3b8);--auth-submit-text:#0f172a;--auth-secondary-bg:#0f172ab8;--auth-secondary-border:#5eead447;--auth-secondary-text:#d1fae5;--auth-shadow:0 30px 80px #060a1473;background:var(--auth-shell-bg);min-height:100vh;color:var(--auth-text);justify-content:center;align-items:center;padding:48px 20px 64px;display:flex;position:relative;overflow:hidden}:root[data-theme=light] .auth-module__E5fzIG__authShell{--auth-shell-bg:radial-gradient(circle at top,#63a2e047,transparent 55%),linear-gradient(180deg,#fff3,#e8f0fa3d);--auth-surface-bg:#f4f9ffe0;--auth-brand-bg:linear-gradient(160deg,#e5eefaf2,#d7e5f5eb);--auth-form-bg:#fbfdffd1;--auth-border:#69a0cd3d;--auth-input-bg:#ffffffeb;--auth-input-border:#69a0cd42;--auth-input-focus:#3f95d81f;--auth-text:#17324f;--auth-muted:#27486acc;--auth-link:#2a7dbf;--auth-submit-bg:linear-gradient(135deg,#317fc0,#58a6e4);--auth-submit-text:#f8fbff;--auth-secondary-bg:#ffffffd1;--auth-secondary-border:#69a0cd3d;--auth-secondary-text:#1f4d77;--auth-shadow:0 26px 60px #43689129}.auth-module__E5fzIG__authShell:before,.auth-module__E5fzIG__authShell:after{content:"";opacity:.08;filter:grayscale();pointer-events:none;background:url(/favicon/favicon.svg) 50%/cover no-repeat;width:420px;height:420px;position:absolute}.auth-module__E5fzIG__authShell:before{top:-140px;left:-120px;transform:rotate(-12deg)}.auth-module__E5fzIG__authShell:after{bottom:-180px;right:-120px;transform:rotate(16deg)}.auth-module__E5fzIG__authSurface{background:var(--auth-surface-bg);border:1px solid var(--auth-border);width:min(980px,100%);box-shadow:var(--auth-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:28px;grid-template-columns:minmax(280px,1.1fr) minmax(280px,1fr);display:grid;overflow:hidden}.auth-module__E5fzIG__brandColumn{background:var(--auth-brand-bg);flex-direction:column;gap:24px;padding:44px 40px;display:flex;position:relative}.auth-module__E5fzIG__brandIcon{background:#ffffff14;border-radius:24px;width:88px;height:88px;padding:10px}:root[data-theme=light] .auth-module__E5fzIG__brandIcon{background:#ffffffb8}.auth-module__E5fzIG__brandKicker{letter-spacing:.28em;text-transform:uppercase;color:var(--auth-muted);font-family:Manrope,sans-serif;font-size:.85rem}.auth-module__E5fzIG__brandTitle{color:var(--auth-text);margin:8px 0;font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,3vw,2.6rem)}.auth-module__E5fzIG__brandSubtitle{color:var(--auth-muted);margin:0;font-family:Manrope,sans-serif;font-size:1rem;line-height:1.6}.auth-module__E5fzIG__brandStamp{opacity:.12;pointer-events:none;width:200px;height:200px;position:absolute;bottom:-30px;right:-30px}.auth-module__E5fzIG__formColumn{background:var(--auth-form-bg);flex-direction:column;justify-content:center;padding:44px 40px;display:flex;position:relative}.auth-module__E5fzIG__formCard{gap:18px;display:grid}.auth-module__E5fzIG__formTitle{color:var(--auth-text);margin:0;font-family:Space Grotesk,sans-serif;font-size:1.7rem}.auth-module__E5fzIG__formLabel{color:var(--auth-muted);font-family:Manrope,sans-serif;font-size:.9rem}.auth-module__E5fzIG__input{border:1px solid var(--auth-input-border);background:var(--auth-input-bg);width:100%;color:var(--auth-text);border-radius:12px;padding:12px 14px;font-family:Manrope,sans-serif;font-size:.95rem;transition:border .2s,box-shadow .2s}.auth-module__E5fzIG__input::placeholder{color:color-mix(in srgb,var(--auth-muted)74%,transparent)}.auth-module__E5fzIG__input:focus{border-color:color-mix(in srgb,var(--auth-link)52%,white 12%);box-shadow:0 0 0 3px var(--auth-input-focus);outline:none}.auth-module__E5fzIG__submitButton,.auth-module__E5fzIG__secondaryButton{border-radius:999px;padding:12px 20px;font-family:Manrope,sans-serif;font-weight:600;transition:transform .2s,box-shadow .2s,border-color .2s}.auth-module__E5fzIG__submitButton{color:var(--auth-submit-text);background:var(--auth-submit-bg);border:none}.auth-module__E5fzIG__secondaryButton{border:1px solid var(--auth-secondary-border);color:var(--auth-secondary-text);background:var(--auth-secondary-bg)}.auth-module__E5fzIG__submitButton:hover,.auth-module__E5fzIG__secondaryButton:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0f172a1f}.auth-module__E5fzIG__helperRow{color:var(--auth-muted);justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.auth-module__E5fzIG__helperRows{gap:8px;display:grid}.auth-module__E5fzIG__helperLink{color:var(--auth-link);text-decoration:none}.auth-module__E5fzIG__helperLink:hover{text-decoration:underline}.auth-module__E5fzIG__error{color:#fca5a5;background:#f871711f;border:1px solid #f8717138;border-radius:14px;padding:12px 16px;font-family:Manrope,sans-serif;font-size:.9rem}:root[data-theme=light] .auth-module__E5fzIG__error{color:#b42318;background:#ffe8e6e0;border-color:#d95a4a38}.auth-module__E5fzIG__messageSuccess,.auth-module__E5fzIG__messageError{font-family:Manrope,sans-serif;font-size:.95rem}.auth-module__E5fzIG__messageSuccess{color:#86efac}.auth-module__E5fzIG__messageError{color:#fca5a5}:root[data-theme=light] .auth-module__E5fzIG__messageSuccess{color:#177245}:root[data-theme=light] .auth-module__E5fzIG__messageError{color:#b42318}.auth-module__E5fzIG__inlineSupportBlock,.auth-module__E5fzIG__inlineActionPanel{gap:12px;display:grid}.auth-module__E5fzIG__inlineField{gap:8px;display:grid}.auth-module__E5fzIG__secondaryButton:disabled,.auth-module__E5fzIG__submitButton:disabled{opacity:.7;cursor:wait;box-shadow:none;transform:none}.auth-module__E5fzIG__honeypotField{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}@media (max-width:860px){.auth-module__E5fzIG__authSurface{grid-template-columns:1fr}.auth-module__E5fzIG__brandColumn{padding:36px 32px}.auth-module__E5fzIG__formColumn{padding:36px 32px 44px}.auth-module__E5fzIG__brandStamp{width:160px;height:160px;bottom:-20px;right:-20px}}@media (max-width:520px){.auth-module__E5fzIG__authShell{padding:32px 16px 48px}.auth-module__E5fzIG__brandColumn,.auth-module__E5fzIG__formColumn{padding:28px 22px}.auth-module__E5fzIG__brandIcon{width:72px;height:72px}}
