.auth-body{min-height:100vh;display:grid;place-items:center;padding:24px;overflow:auto}.auth-layout{width:min(960px,100%);min-height:590px;display:grid;grid-template-columns:1.08fr .92fr;background:#fff;border:1px solid #ecdde0;border-radius:28px;overflow:hidden;box-shadow:0 35px 100px rgba(83,12,28,.14)}.auth-brand{padding:52px;position:relative;overflow:hidden;background:linear-gradient(145deg,#fff,#fff1f3);display:flex;flex-direction:column;justify-content:center}.auth-brand:after{content:"";position:absolute;width:340px;height:340px;border-radius:50%;background:rgba(181,18,43,.055);right:-170px;bottom:-170px}.auth-logo{display:flex;align-items:center;gap:12px;color:var(--red);font:800 25px "Manrope"}.auth-logo .brand-mark{width:46px;height:46px}.auth-kicker{margin-top:34px;color:var(--red);font-size:10px;font-weight:800;letter-spacing:2px}.auth-brand h1{font:800 48px/1.02 "Manrope";letter-spacing:-2.8px;margin:14px 0}.auth-brand h1 em{font-style:normal;color:var(--red)}.auth-brand p{color:var(--muted);font-size:15px;line-height:1.65;max-width:400px}.auth-decoration{margin-top:35px;width:100px;height:115px;border:1px solid #eccbd2;border-radius:24px;display:grid;place-items:center;color:var(--red);font-weight:800;box-shadow:var(--shadow);position:relative;background:#fff}.auth-decoration:before{content:"▤";font-size:46px}.auth-decoration span{position:absolute;right:-17px;bottom:17px;background:var(--red);color:#fff;padding:8px;border-radius:10px}.login-card{padding:58px 50px;display:flex;flex-direction:column;justify-content:center}.login-card h2{font:800 32px "Manrope";letter-spacing:-1.3px;margin:5px 0}.login-card>div>p{color:var(--muted);margin:0 0 28px}.login-card form{display:grid;gap:18px}.login-card label{font-size:12px;font-weight:800;color:#59474c;display:grid;gap:7px}.login-card input{width:100%;border:1px solid #e5d5d9;border-radius:12px;padding:13px 14px;outline:0;background:#fffbfc;transition:.2s}.login-card input:focus{border-color:var(--red);box-shadow:0 0 0 4px rgba(181,18,43,.08);background:#fff}.password-field{position:relative}.password-field button{position:absolute;right:8px;top:7px;border:0;background:#fff0f2;color:var(--red);border-radius:8px;padding:7px 9px;font-size:10px;font-weight:800;cursor:pointer}.login-error{padding:10px 12px;border-radius:9px;background:#fff0f1;color:#a70f26;font-size:12px;font-weight:700}.login-submit{border:0;border-radius:12px;padding:13px 16px;background:linear-gradient(135deg,var(--red-2),var(--red-dark));color:#fff;font-weight:800;display:flex;justify-content:space-between;cursor:pointer;box-shadow:0 12px 25px rgba(181,18,43,.22)}.login-submit:disabled{opacity:.6}.secure-note{margin-top:22px;color:#9a878c;text-align:center}.secure-note:first-letter{color:#31b77e}@media(max-width:760px){.auth-layout{grid-template-columns:1fr}.auth-brand{display:none}.login-card{padding:42px 28px;min-height:520px}}
