.register-module__jUGYdG__container{background:linear-gradient(135deg,#0a0e27 0%,#1a1f3a 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.register-module__jUGYdG__formCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-radius:1.5rem;width:100%;max-width:800px;padding:3rem;box-shadow:0 25px 50px -12px #00000080}.register-module__jUGYdG__title{color:var(--secondary-color);text-align:center;margin:0 0 .5rem;font-size:2.5rem}.register-module__jUGYdG__subtitle{color:#4f6f68;text-align:center;margin-bottom:2.5rem}.register-module__jUGYdG__errorBox{color:#c62828;text-align:center;background:#ffebee;border:1px solid #ffcdd2;border-radius:.5rem;margin-bottom:2rem;padding:1rem;font-weight:600}.register-module__jUGYdG__formGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.register-module__jUGYdG__addressRow{grid-column:1/-1;grid-template-columns:3fr 1fr;gap:1.5rem;display:grid}.register-module__jUGYdG__cityRow{grid-column:1/-1;grid-template-columns:1fr 2fr;gap:1.5rem;display:grid}@media (max-width:600px){.register-module__jUGYdG__formGrid,.register-module__jUGYdG__addressRow,.register-module__jUGYdG__cityRow{grid-template-columns:1fr}}.register-module__jUGYdG__formGroup{flex-direction:column;gap:.5rem;display:flex}.register-module__jUGYdG__formGroupFull{flex-direction:column;grid-column:1/-1;gap:.5rem;display:flex}.register-module__jUGYdG__label{color:var(--secondary-color);text-transform:uppercase;font-size:.85rem;font-weight:700}.register-module__jUGYdG__inputField{border:1px solid var(--border-light);color:var(--secondary-color);background:#f8faf9;border-radius:.75rem;padding:1rem;font-size:1rem;transition:all .2s}.register-module__jUGYdG__inputField:focus{border-color:var(--primary-color);background:#fff;outline:none}.register-module__jUGYdG__hint{color:#4f6f68;margin-top:-.25rem;font-size:.75rem}.register-module__jUGYdG__submitBtn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:.75rem;margin-top:1rem;padding:1.25rem;font-size:1.1rem;font-weight:700;transition:transform .2s}.register-module__jUGYdG__submitBtn:hover{background:#4ab864;transform:translateY(-2px)}.register-module__jUGYdG__submitBtn:disabled{opacity:.7;cursor:not-allowed;transform:none}
