*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;font-family:Inter,system-ui,sans-serif;background:linear-gradient(135deg,#eef8f1,#fbfaf4);color:#263a31}.auth-shell{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;max-width:1180px;margin:auto;padding:28px;gap:28px;align-items:center}.auth-brand{min-height:620px;padding:56px;display:flex;flex-direction:column;justify-content:space-between;background:#315c49;color:white;border-radius:30px}.brand{display:flex;align-items:center;gap:10px;font-size:21px;font-weight:800;color:inherit;text-decoration:none}.brand img{width:48px;height:48px;object-fit:contain}.eyebrow{font-size:12px;letter-spacing:.13em;font-weight:800}.auth-brand h1{font-size:clamp(40px,5vw,64px);line-height:1.02;margin:14px 0}.auth-brand p{max-width:480px;color:#d9e8df;font-size:17px}.back{color:white;text-decoration:none;opacity:.9}.auth-card{background:white;border:1px solid #dfeae4;border-radius:30px;padding:44px;box-shadow:0 20px 50px rgba(42,77,61,.1)}.auth-card h2{font-size:34px}.muted,.switch{color:#6b7a73}.auth-card form{display:grid;gap:18px;margin-top:28px}.auth-card label{font-size:14px;font-weight:700}.auth-card input{width:100%;border:1px solid #dfe6e2;border-radius:13px;padding:13px 14px;margin-top:7px;font:inherit;outline:none}.auth-card input:focus{border-color:#6f9c82;box-shadow:0 0 0 4px #eaf6ef}.password-wrap{position:relative}.password-wrap input{padding-right:84px}.password-wrap button{position:absolute;right:8px;top:13px;border:0;background:#eaf6ef;color:#315c49;border-radius:9px;padding:7px 9px;cursor:pointer}.btn-primary{border:0;border-radius:14px;padding:14px;background:#6f9c82;color:white;font-weight:800;cursor:pointer}.switch{margin-top:22px;text-align:center}.switch a{color:#315c49;font-weight:800}.notice{margin-top:16px;padding:12px;border-radius:12px;background:#fff6df;color:#745d21}@media(max-width:800px){.auth-shell{grid-template-columns:1fr;padding:14px}.auth-brand{min-height:320px;padding:34px}.auth-card{padding:28px}.auth-brand h1{font-size:42px}}
