:root{--ink:#071814;--lime:#d9ff72;--paper:#fbfaf6;--muted:#72817c;--line:rgba(7,24,20,.14);--display:"Manrope",sans-serif;--body:"DM Sans",sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body)}a{color:inherit;text-decoration:none}.auth-shell{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.auth-brand-panel{background:var(--ink);color:white;padding:44px clamp(35px,5vw,80px);display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.auth-brand-panel:before,.auth-brand-panel:after{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(217,255,114,.12);border-radius:50%;right:-250px;top:-220px}.auth-brand-panel:after{width:350px;height:350px;right:-170px;top:-130px}.brand{display:inline-flex;align-items:center;gap:11px;font:700 18px var(--display);position:relative;z-index:1}.brand-mark{position:relative;width:27px;height:27px;display:inline-block;transform:rotate(-30deg)}.brand-mark i{position:absolute;width:9px;background:var(--lime);border-radius:5px;bottom:3px}.brand-mark i:nth-child(1){left:1px;height:12px}.brand-mark i:nth-child(2){left:9px;height:20px}.brand-mark i:nth-child(3){left:17px;height:15px}.eyebrow{font:800 9px var(--display);letter-spacing:2px}.auth-brand-panel h1{font:700 clamp(52px,6vw,88px)/.95 var(--display);letter-spacing:-.065em;margin:25px 0}.auth-brand-panel h1 span{color:var(--lime)}.auth-brand-panel div>p:last-child{color:#a5b7b0;max-width:490px;line-height:1.7;font-size:14px}.auth-brand-panel small{color:#728a82;font-size:9px}.auth-form-panel{display:grid;place-items:center;padding:45px}.auth-form-wrap{width:min(410px,100%)}.lock-mark{width:52px;height:52px;border-radius:50%;background:var(--lime);display:grid;place-items:center;font-size:23px;margin-bottom:35px}.auth-form-wrap h2{font:700 38px var(--display);letter-spacing:-.05em;margin:14px 0 7px}.form-intro{font-size:12px;color:var(--muted);margin-bottom:30px}.auth-form-wrap form{display:flex;flex-direction:column;gap:19px}.auth-form-wrap label>span{display:block;font-size:10px;font-weight:800;margin-bottom:8px}.auth-form-wrap input{width:100%;height:50px;border:1px solid var(--line);background:white;padding:0 14px;outline:0}.auth-form-wrap input:focus{border-color:var(--ink);box-shadow:0 0 0 3px rgba(7,24,20,.06)}.password-field{position:relative}.password-field input{padding-right:62px}.password-field button{position:absolute;right:1px;top:1px;bottom:1px;width:58px;border:0;border-left:1px solid var(--line);background:white;font-size:9px;font-weight:800;cursor:pointer}.sign-in-button{height:52px;border:0;background:var(--ink);color:white;display:flex;align-items:center;justify-content:space-between;padding:0 18px;font-size:11px;font-weight:800;cursor:pointer}.sign-in-button:hover{background:#17322b}.auth-error{background:#ffe7e1;color:#8a291d;border-left:3px solid #ff876f;padding:12px 14px;font-size:10px;margin-bottom:20px}.back-link{display:inline-block;margin-top:25px;font-size:10px;color:var(--muted);font-weight:700}@media(max-width:800px){.auth-shell{grid-template-columns:1fr}.auth-brand-panel{min-height:390px;padding:32px}.auth-brand-panel small{display:none}.auth-form-panel{padding:60px 25px}.auth-brand-panel h1{font-size:55px}}
