.auth-screen{min-height:100vh;min-height:100dvh;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);background:#f6f3f0}.auth-brand{position:relative;display:flex;flex-direction:column;justify-content:center;padding:56px 64px;color:#fff;background:radial-gradient(ellipse 80% 60% at 10% 10%,rgba(249,171,85,.22),transparent 55%),linear-gradient(165deg,#7a1e3c 0,var(--red) 48%,#5c1730 100%);overflow:hidden}.auth-brand-glow{position:absolute;width:420px;height:420px;right:-120px;bottom:-140px;border-radius:50%;background:rgba(249,171,85,.16);filter:blur(20px);pointer-events:none}.auth-brand-inner{position:relative;z-index:1;max-width:440px}.auth-brand-logo{height:36px;width:auto;margin-bottom:36px}.auth-brand-kicker{margin:0 0 10px;font-size:12px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--gold)}.auth-brand-title{margin:0 0 14px;font-size:clamp(30px,3.2vw,40px);line-height:1.15;font-weight:700}.auth-brand-lead{margin:0 0 36px;max-width:400px;font-size:16px;line-height:1.55;color:hsla(0,0%,100%,.78)}.auth-steps{display:flex;flex-direction:column;gap:22px}.auth-step{display:flex;gap:14px;align-items:flex-start}.auth-step-index{flex-shrink:0;width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.18);color:var(--gold);font-size:13px;font-weight:700}.auth-step h3{margin:2px 0 4px;font-size:15px;font-weight:600}.auth-step p{margin:0;font-size:13px;line-height:1.5;color:hsla(0,0%,100%,.68)}.auth-panel{display:flex;align-items:center;justify-content:center;padding:40px 28px}.auth-card{width:100%;max-width:420px;background:#fff;border-radius:22px;padding:36px 32px 28px;border:1px solid rgba(47,72,88,.08);box-shadow:0 1px 1px rgba(47,72,88,.03),0 18px 48px rgba(47,72,88,.08)}.auth-card-logo{display:none;height:32px;width:auto;margin:0 auto 22px}.auth-card-title{margin:0 0 6px;text-align:center;font-size:26px;font-weight:700;color:var(--grey-txt);letter-spacing:-.02em}.auth-card-lead{margin:0 0 24px;text-align:center;font-size:14px;line-height:1.5;color:var(--grey)}.auth-alert{margin:0 0 16px;padding:10px 12px;border-radius:12px;background:#fdecee;color:#9b1c38;font-size:13px;line-height:1.45;border:1px solid rgba(150,38,74,.12)}.auth-google{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;min-height:48px;border-radius:12px;border:1px solid rgba(47,72,88,.14);background:#fff;color:var(--grey-txt);font-size:14px;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.auth-google:hover{background:#faf8f6;border-color:rgba(47,72,88,.28);box-shadow:0 4px 14px rgba(47,72,88,.06)}.auth-google--primary{background:var(--grey-txt);border-color:var(--grey-txt);color:#fff}.auth-google--primary:hover{background:#263c4a;border-color:#263c4a;color:#fff}.auth-google--primary:disabled:hover,.auth-google:disabled{opacity:.75;cursor:wait;box-shadow:none}.auth-spin{width:16px;height:16px;border:2px solid;border-right:2px solid transparent;border-radius:50%;animation:auth-spin .65s linear infinite}@keyframes auth-spin{to{transform:rotate(1turn)}}.auth-divider{display:flex;align-items:center;gap:12px;margin:22px 0;color:#7a8b9a;font-size:12px}.auth-divider:after,.auth-divider:before{content:"";flex:1;height:1px;background:rgba(47,72,88,.12)}.auth-form{gap:14px}.auth-field,.auth-form{display:flex;flex-direction:column}.auth-field{gap:6px}.auth-field span{font-size:12px;font-weight:600;color:var(--grey-txt)}.auth-field input{width:100%;min-height:46px;border:1px solid rgba(47,72,88,.14);background:#f8f6f4;border-radius:12px;padding:0 14px;font-size:14px;color:var(--grey-txt);outline:none;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.auth-field input::-moz-placeholder{color:#93a1ad}.auth-field input::placeholder{color:#93a1ad}.auth-field input:focus{background:#fff;border-color:var(--red);box-shadow:0 0 0 4px rgba(150,38,74,.12)}.auth-password{position:relative}.auth-password input{padding-right:44px}.auth-password-toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:32px;height:32px;border:0;background:transparent;color:#7a8b9a;cursor:pointer;border-radius:8px}.auth-password-toggle:hover{color:var(--grey-txt);background:rgba(47,72,88,.06)}.auth-submit{width:100%;min-height:48px;margin-top:4px;border:0;border-radius:12px;background:var(--red);color:#fff;font-size:14px;font-weight:650;cursor:pointer;transition:opacity .15s ease,transform .15s ease}.auth-submit:hover{opacity:.94}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-footer{margin:22px 0 0;text-align:center;font-size:13px;color:var(--grey)}.auth-footer a{font-weight:650;color:var(--grey-txt);text-decoration:none}.auth-footer a:hover{color:var(--red);text-decoration:underline}.auth-fineprint{margin:14px 0 0;text-align:center;font-size:11px;line-height:1.45;color:#8a99a6}@media (max-width:900px){.auth-screen{grid-template-columns:1fr}.auth-brand{padding:28px 24px 32px;min-height:auto}.auth-brand-logo{height:30px;margin-bottom:18px}.auth-brand-title{font-size:26px}.auth-brand-lead{margin-bottom:0;font-size:14px}.auth-steps{display:none}.auth-panel{padding:20px 16px 36px}.auth-card{padding:28px 20px 22px;border-radius:18px}.auth-card-logo{display:block}}.auth-error-screen{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:32px 16px;background:radial-gradient(ellipse 70% 50% at 50% 0,rgba(150,38,74,.08),transparent 60%),#f6f3f0}.auth-error-card{text-align:center;max-width:440px}.auth-error-logo{height:32px;width:auto;margin:0 auto 22px;display:block}.auth-error-mark{width:64px;height:64px;margin:0 auto 18px;border-radius:20px;display:grid;place-items:center;background:rgba(150,38,74,.08);color:var(--red)}.auth-error-mark svg{width:28px;height:28px}.auth-error-code{margin:0 0 8px;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold)}.auth-error-card .auth-card-title{margin-bottom:10px}.auth-error-actions{display:flex;flex-direction:column;gap:10px;margin-top:22px}.auth-error-actions .auth-submit{display:grid;place-items:center;text-decoration:none;margin-top:0}.auth-error-secondary{display:grid;place-items:center;min-height:44px;border-radius:12px;border:1px solid rgba(47,72,88,.14);color:var(--grey-txt);font-size:14px;font-weight:600;text-decoration:none;background:#fff}.auth-error-secondary:hover{border-color:rgba(47,72,88,.28);background:#faf8f6}