:root{--green:#175f46;--ink:#14261f;--lime:#d9f05e;--cream:#f4f2ea}
*{box-sizing:border-box}
body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--cream)}
.auth-shell{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}
.auth-brand{padding:55px clamp(35px,6vw,90px);background:linear-gradient(145deg,#113c2d,#1b5c45);color:white;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}
.auth-brand:after{content:"B";position:absolute;font:500 600px Georgia,serif;color:rgba(255,255,255,.025);right:-90px;bottom:-220px}
.auth-logo{display:flex;align-items:center;gap:12px;color:white;text-decoration:none;font-size:19px;z-index:1}
.auth-logo span{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:var(--lime);color:var(--green);font:500 23px Georgia,serif}
.kicker{font-size:11px;letter-spacing:.16em;font-weight:800;color:#7b8983}
.auth-brand .kicker{color:var(--lime)}
.auth-brand h1{font:500 clamp(55px,6vw,89px)/.94 Georgia,serif;letter-spacing:-.05em;margin:25px 0}
.auth-brand h1 em{font-weight:500;color:var(--lime)}
.auth-brand p:not(.kicker){max-width:530px;color:#b8cbc3;line-height:1.7;font-size:17px}
.auth-brand small{color:#9cb4aa;z-index:1}
.auth-panel{display:grid;place-items:center;padding:45px;background:white}
.auth-panel form{width:min(430px,100%)}
.auth-panel h2{font:500 52px Georgia,serif;letter-spacing:-.04em;margin:15px 0 8px}
.intro{color:#6d7974;margin-bottom:36px;line-height:1.5}
.auth-panel label{display:block;font-size:13px;font-weight:750;margin:20px 0}
.auth-panel input{display:block;width:100%;height:52px;border:1px solid #ccd5d0;border-radius:9px;padding:0 14px;margin-top:8px;font:inherit;outline:none}
.auth-panel input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(23,95,70,.1)}
.auth-panel label small{display:block;color:#7b8983;font-weight:400;margin-top:7px}
.auth-panel button{width:100%;height:54px;border:0;border-radius:9px;background:var(--green);color:white;font-weight:800;font-size:15px;display:flex;align-items:center;justify-content:space-between;padding:0 19px;margin-top:27px;cursor:pointer}
.auth-panel button:disabled{opacity:.6}
.help{font-size:12px;color:#7b8983;text-align:center;margin-top:25px}
.auth-error{padding:12px 14px;border-radius:8px;background:#fff0ec;color:#9a341c;font-size:13px;line-height:1.4}
.hidden{display:none}
@media(max-width:800px){.auth-shell{grid-template-columns:1fr}
.auth-brand{min-height:300px;padding:32px}
.auth-brand h1{font-size:51px}
.auth-brand small{display:none}
.auth-panel{padding:50px 25px}
}
.account-types{border:0;padding:0;margin:20px 0}
.account-types legend{font-size:13px;font-weight:750;margin-bottom:9px}
.account-types label{display:flex;gap:10px;align-items:flex-start;border:1px solid #d9e0dc;border-radius:10px;padding:13px;margin:8px 0;cursor:pointer}
.account-types input,.terms-check input{width:18px;height:18px;margin:1px 0 0;flex:0 0 auto;accent-color:var(--green)}
.account-types label:has(input:checked){border-color:var(--green);background:#f2f8f5}
.account-types strong,.account-types small{display:block}
.account-types small{margin-top:3px}
.terms-check{display:flex!important;align-items:flex-start;gap:10px;font-weight:450!important;line-height:1.45}
.terms-check a,.help a{color:var(--green);font-weight:750}
.auth-panel:has(#register-form){align-items:start;overflow:auto}
.auth-panel:has(#register-form) form{padding:30px 0}
.auth-panel:has(#register-form) h2{font-size:44px}
.auth-panel:has(#register-form) .intro{margin-bottom:24px}
