:root{--red:#e3232e;--ink:#202124;--muted:#6e7075;--line:#dedbd7;--paper:#f5f3f0}*{box-sizing:border-box}body{margin:0;color:var(--ink);font-family:Arial,sans-serif}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(420px,1.08fr) minmax(420px,.92fr)}.auth-brand{position:relative;overflow:hidden;padding:56px 7vw;display:flex;flex-direction:column;background:#202124;color:white}.auth-logo{position:relative;z-index:2;display:flex;align-items:center;gap:14px}.auth-logo>span:last-child{display:flex;flex-direction:column}.auth-logo strong{font-size:15px}.auth-logo small{margin-top:4px;color:#aaa;letter-spacing:.15em}.auth-eye{position:relative;width:42px;height:27px;border:2px solid var(--red);border-radius:70% 10%;transform:rotate(45deg)}.auth-eye i{position:absolute;inset:7px;border:2px solid var(--red);border-radius:50%}.auth-copy{position:relative;z-index:2;max-width:630px;margin:auto 0}.auth-copy p,.eyebrow{color:var(--red);font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.auth-copy h1{margin:20px 0;font-size:clamp(42px,5vw,72px);line-height:1;letter-spacing:-.055em}.auth-copy span{max-width:500px;display:block;color:#b9b9bb;font-size:16px;line-height:1.7}.auth-brand img{position:absolute;width:105%;right:-35%;bottom:0;opacity:.13;filter:invert(1)}.auth-form-wrap{padding:45px;display:grid;place-items:center;background:var(--paper)}.auth-form{width:min(430px,100%);padding:46px;border:1px solid var(--line);border-radius:22px;background:white;box-shadow:0 24px 70px rgba(32,33,36,.07)}.auth-form h2{margin:10px 0 12px;font-size:32px;letter-spacing:-.035em}.form-intro{margin:0 0 30px;color:var(--muted);font-size:14px;line-height:1.6}.auth-form label{margin-top:19px;display:block;font-size:12px;font-weight:700}.auth-form input{width:100%;height:52px;margin-top:8px;padding:0 15px;border:1px solid var(--line);border-radius:10px;background:#fbfaf9;font:16px Arial,sans-serif;outline:0}.auth-form input:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(227,35,46,.09)}.password-field{position:relative}.password-field input{padding-right:90px}.password-field button{position:absolute;right:10px;bottom:7px;height:38px;border:0;background:transparent;color:var(--red);font-size:11px;font-weight:700;cursor:pointer}.form-error{min-height:19px;margin-top:14px;color:#bf1821;font-size:12px}.submit-button{width:100%;height:52px;margin-top:8px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border:0;border-radius:10px;background:var(--red);color:white;font-size:14px;font-weight:700;cursor:pointer}.submit-button:disabled{opacity:.6}.submit-button span{font-size:22px}.help{margin-top:20px;display:block;color:#929397;line-height:1.5;text-align:center}@media(max-width:850px){.auth-shell{grid-template-columns:1fr}.auth-brand{min-height:280px;padding:32px 24px}.auth-copy{margin:50px 0 10px}.auth-copy h1{font-size:40px}.auth-copy span{display:none}.auth-form-wrap{padding:24px}.auth-form{padding:30px 24px}}
