
.register-page{min-height:100vh;display:grid;grid-template-columns:1fr 540px;background:linear-gradient(135deg,#080908,#66753D);font-family:Inter,Arial,sans-serif}
.register-intro{color:#fff;padding:64px;display:flex;flex-direction:column;justify-content:center}
.register-brand{margin-bottom:48px}
.register-brand strong{display:block;font-size:24px;letter-spacing:-.03em}
.register-brand span{display:block;color:rgba(255,255,255,.72);margin-top:4px}
.register-intro h1{font-size:clamp(42px,5vw,72px);line-height:.96;letter-spacing:-.06em;margin:0 0 22px}
.register-intro p{font-size:18px;line-height:1.75;color:rgba(255,255,255,.76);max-width:680px}
.register-points{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:34px}
.register-points div{padding:18px;border-radius:22px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16)}
.register-points strong{display:block;color:#fff}
.register-points span{display:block;color:rgba(255,255,255,.68);font-size:13px;margin-top:5px}
.register-panel{background:#fff;display:flex;align-items:center;justify-content:center;padding:38px}
.register-card{width:100%;max-width:460px}
.register-card h2{margin:0 0 8px;color:#080908;font-size:32px;letter-spacing:-.04em}
.register-card p{color:#667085;line-height:1.65;margin:0 0 22px}
.register-card label{display:block;font-weight:850;margin:13px 0 7px;color:#172033}
.register-card input{width:100%;padding:14px;border:1px solid #dbe3ee;border-radius:14px;font:inherit}
.register-two{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.register-card button{width:100%;min-height:50px;border:0;border-radius:999px;background:linear-gradient(135deg,#080908,#66753D);color:#fff;font-weight:900;font-size:15px;cursor:pointer;margin-top:20px}
.register-error{background:#fff1f1;border:1px solid #ffd0d0;color:#a11;padding:13px;border-radius:14px;margin-bottom:14px}
.register-link{display:block;text-align:center;margin-top:18px;color:#080908;font-weight:900;text-decoration:none}
@media(max-width:1000px){.register-page{grid-template-columns:1fr}.register-intro{display:none}.register-panel{min-height:100vh;padding:22px}.register-two{grid-template-columns:1fr}}
