.register-module__jUGYdG__layout{background-color:var(--bg-dark);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.register-module__jUGYdG__backgroundGlow{z-index:0;pointer-events:none;background:radial-gradient(circle,#8a2be20f 0%,#fbf9f600 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.register-module__jUGYdG__card{background:var(--card-bg);border:1px solid var(--border-color);z-index:1;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:1.5rem;grid-template-columns:1fr 1fr;gap:3rem;width:100%;max-width:900px;padding:3rem;display:grid;box-shadow:0 20px 40px #1e1e1c0a}@media (max-width:768px){.register-module__jUGYdG__card{grid-template-columns:1fr;gap:2rem;padding:2rem}}.register-module__jUGYdG__logo{grid-column:1/-1;justify-content:center;align-items:center;gap:.5rem;margin-bottom:2rem;text-decoration:none;display:flex}.register-module__jUGYdG__logoText{background:linear-gradient(90deg, var(--accent-color), var(--accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.5rem;font-weight:800}.register-module__jUGYdG__title{text-align:left;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.register-module__jUGYdG__subtitle{color:var(--text-muted);text-align:left;margin-bottom:2rem;font-size:.875rem}.register-module__jUGYdG__sectionTitle{color:var(--text-light);border-bottom:1px solid var(--border-color);align-items:center;gap:.5rem;margin-bottom:1.25rem;padding-bottom:.5rem;font-size:1rem;font-weight:700;display:flex}.register-module__jUGYdG__formGroup{margin-bottom:1.25rem}.register-module__jUGYdG__label{color:var(--text-muted);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.register-module__jUGYdG__input{border:1px solid var(--border-color);width:100%;color:var(--text-light);background:#fff;border-radius:.5rem;outline:none;padding:.75rem 1rem;font-family:inherit;transition:all .2s}.register-module__jUGYdG__input:focus{border-color:var(--accent-color);box-shadow:0 0 0 3px #8a2be21a}.register-module__jUGYdG__inputError{border-color:#ff5f56}.register-module__jUGYdG__errorMessage{color:#ff5f56;margin-top:.25rem;font-size:.75rem;display:block}.register-module__jUGYdG__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.register-module__jUGYdG__primaryBtn{background:linear-gradient(135deg, var(--accent-color), var(--accent-secondary));color:#fff;cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:2rem;padding:.875rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #8a2be233}.register-module__jUGYdG__primaryBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 18px #8a2be259}.register-module__jUGYdG__primaryBtn:disabled{opacity:.7;cursor:not-allowed}.register-module__jUGYdG__footer{text-align:center;color:var(--text-muted);grid-column:1/-1;margin-top:1rem;font-size:.875rem}.register-module__jUGYdG__loginLink{color:var(--accent-color);margin-left:.5rem;font-weight:700;text-decoration:none}.register-module__jUGYdG__loginLink:hover{text-decoration:underline}.register-module__jUGYdG__summaryBox{background:var(--subtle-bg);border:1px solid var(--border-color);border-radius:.75rem;margin-bottom:1.5rem;padding:1.25rem}.register-module__jUGYdG__summaryRow{justify-content:space-between;margin-bottom:.5rem;font-size:.875rem;display:flex}.register-module__jUGYdG__summaryTotal{border-top:1px solid var(--border-color);color:var(--accent-color);justify-content:space-between;margin-top:1rem;padding-top:1rem;font-size:1.125rem;font-weight:700;display:flex}.register-module__jUGYdG__termsContainer{margin-top:1.5rem;margin-bottom:1rem}.register-module__jUGYdG__checkboxLabel{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:.75rem;display:flex}.register-module__jUGYdG__checkboxInput{accent-color:var(--accent-color);cursor:pointer;flex-shrink:0;width:1rem;height:1rem;margin-top:.2rem}.register-module__jUGYdG__checkboxText{color:var(--text-muted);font-size:.8rem;font-weight:500;line-height:1.4}.register-module__jUGYdG__termsLink{color:var(--accent-color);cursor:pointer;font-size:inherit;background:0 0;border:none;padding:0;font-family:inherit;font-weight:700;text-decoration:underline;display:inline}.register-module__jUGYdG__termsLink:hover{color:var(--accent-secondary)}.register-module__jUGYdG__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background-color:#0006;justify-content:center;align-items:center;padding:2rem;animation:.3s ease-out register-module__jUGYdG__fadeIn;display:flex;position:fixed;inset:0}.register-module__jUGYdG__modalContent{border:1px solid var(--border-color);background-color:#fff;border-radius:1rem;flex-direction:column;width:100%;max-width:600px;max-height:80vh;animation:.3s cubic-bezier(.16,1,.3,1) register-module__jUGYdG__scaleIn;display:flex;overflow:hidden;box-shadow:0 20px 40px #0000001a}.register-module__jUGYdG__modalHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.register-module__jUGYdG__modalHeader h2{color:var(--text-light);margin:0;font-size:1.25rem;font-weight:700}.register-module__jUGYdG__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:2rem;line-height:1;transition:color .2s}.register-module__jUGYdG__closeBtn:hover{color:var(--text-light)}.register-module__jUGYdG__modalBody{color:var(--text-muted);flex-direction:column;gap:1rem;padding:1.5rem;font-size:.875rem;line-height:1.6;display:flex;overflow-y:auto}.register-module__jUGYdG__modalBody strong{color:var(--text-light)}.register-module__jUGYdG__modalBody::-webkit-scrollbar{width:6px}.register-module__jUGYdG__modalBody::-webkit-scrollbar-track{background:0 0}.register-module__jUGYdG__modalBody::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.register-module__jUGYdG__modalBody::-webkit-scrollbar-thumb:hover{background:var(--accent-color)}@keyframes register-module__jUGYdG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes register-module__jUGYdG__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
