*{box-sizing:border-box}body{margin:0;font-family:Inter,sans-serif;color:#17221d;background:#f5f8f6}.auth-shell{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.auth-brand{background:linear-gradient(145deg,#123d29,#0d6240);color:white;padding:48px 8vw;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.auth-brand::after{content:'';position:absolute;width:500px;height:500px;border:1px solid #ffffff25;border-radius:50%;right:-260px;bottom:-240px}.auth-logo{display:flex;align-items:center;gap:10px;color:white;text-decoration:none;font-size:25px}.auth-logo b{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:white;color:#16844d;font-size:27px}.auth-brand span{color:#b8edcf;font-size:13px;font-weight:700;letter-spacing:1px}.auth-brand h1{font-size:44px;line-height:1.13;margin:18px 0;letter-spacing:-1.8px}.auth-brand p{color:#d8e8df;max-width:470px;line-height:1.7}.auth-brand ul{list-style:none;padding:12px 0;line-height:2;color:#d8e8df}.auth-card{align-self:center;justify-self:center;width:min(440px,82%);background:white;padding:36px;border:1px solid #dfe6e2;border-radius:16px;box-shadow:0 18px 50px #123d2914}.tabs{display:flex;border-bottom:1px solid #e5eae7;margin-bottom:28px}.tabs button{flex:1;border:0;background:transparent;padding:12px;font-weight:600;color:#737d77}.tabs .active{color:#16844d;border-bottom:2px solid #16844d}form h2{font-size:25px;margin:0 0 8px}form>p{color:#6b756f;font-size:13px;margin-bottom:24px}label{display:block;font-size:13px;font-weight:600;margin-top:16px}input{display:block;width:100%;margin-top:7px;border:1px solid #d7dfda;border-radius:8px;padding:13px;outline:none}input:focus{border-color:#16844d;box-shadow:0 0 0 3px #16844d18}small{display:block;color:#777;margin-top:5px}.submit{width:100%;margin-top:24px;border:0;border-radius:8px;padding:13px;background:#16844d;color:white;font-weight:700;cursor:pointer}.submit:hover{background:#0e663b}.submit:disabled{opacity:.6}#authMessage{font-size:13px;color:#b42318;margin-top:15px;min-height:18px}.auth-terms{text-align:center;color:#88918c;font-size:10px;line-height:1.5}.back-home{position:fixed;z-index:3;right:25px;top:22px;color:#52605a;text-decoration:none;font-size:12px}@media(max-width:760px){.auth-shell{grid-template-columns:1fr}.auth-brand{display:none}.auth-card{margin:70px auto 35px;width:min(430px,92%)}.back-home{left:18px;right:auto}}
