.register-module__jUGYdG__container{background:var(--saw-bg);justify-content:center;align-items:center;min-height:100dvh;padding:24px;display:flex;position:relative;overflow:hidden}.register-module__jUGYdG__container:before{content:"";filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#6366f11f 0%,#0000 70%);width:700px;height:700px;animation:18s ease-in-out infinite alternate register-module__jUGYdG__orbFloat;position:absolute;top:-250px;right:-200px}.register-module__jUGYdG__container:after{content:"";filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#22d3ee1a 0%,#0000 70%);width:600px;height:600px;animation:22s ease-in-out infinite alternate-reverse register-module__jUGYdG__orbFloat;position:absolute;bottom:-200px;left:-150px}@keyframes register-module__jUGYdG__orbFloat{0%{transform:translate(0)scale(1)}to{transform:translate(40px,30px)scale(1.1)}}.register-module__jUGYdG__card{z-index:1;background:var(--saw-bg-card);-webkit-backdrop-filter:blur(24px);border:1px solid var(--saw-border);border-radius:24px;width:100%;max-width:520px;padding:44px 40px;animation:.6s cubic-bezier(.16,1,.3,1) register-module__jUGYdG__cardIn;position:relative;box-shadow:0 0 80px #6366f10d,0 25px 50px #0000001a}[data-theme=dark] .register-module__jUGYdG__card{background:#11182799;border-color:#ffffff14;box-shadow:0 0 80px #6366f114,0 25px 50px #0006}@keyframes register-module__jUGYdG__cardIn{0%{opacity:0;transform:translateY(24px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.register-module__jUGYdG__logo{text-align:center;margin-bottom:28px}.register-module__jUGYdG__logoLink{filter:drop-shadow(0 0 20px #6366f166);justify-content:center;align-items:center;margin-bottom:12px;transition:filter .2s;display:inline-flex}.register-module__jUGYdG__logoLink:hover{filter:drop-shadow(0 0 28px #6366f199)}.register-module__jUGYdG__title{color:var(--saw-text);letter-spacing:-.02em;font-size:1.625rem;font-weight:800;font-family:var(--saw-font-heading)}.register-module__jUGYdG__subtitle{color:var(--saw-text-muted);margin-top:4px;font-size:.9rem}.register-module__jUGYdG__subtitle strong{color:var(--saw-primary);font-weight:700}.register-module__jUGYdG__trialBadge{color:var(--saw-primary);background:linear-gradient(135deg,#6366f114,#22d3ee0f);border:1px solid #6366f126;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin-bottom:28px;padding:10px 16px;font-size:.8rem;font-weight:600;display:flex}.register-module__jUGYdG__trialBadge svg{color:#f59e0b;flex-shrink:0}.register-module__jUGYdG__form{flex-direction:column;gap:8px;display:flex}.register-module__jUGYdG__section{padding:0 0 8px}.register-module__jUGYdG__section+.register-module__jUGYdG__section{border-top:1px solid var(--saw-border);padding-top:16px}.register-module__jUGYdG__sectionTitle{color:var(--saw-text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px;font-size:.75rem;font-weight:700}.register-module__jUGYdG__nameRow{grid-template-columns:1fr 1fr;gap:12px;display:grid}.register-module__jUGYdG__form .input-group{margin-bottom:12px}.register-module__jUGYdG__form .input-group:last-child{margin-bottom:0}.register-module__jUGYdG__form .input-label{color:var(--saw-text-muted);font-size:.8125rem;font-weight:500}.register-module__jUGYdG__form .input{background:var(--saw-bg);border:1px solid var(--saw-border);color:var(--saw-text);border-radius:10px;width:100%;padding:11px 14px;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.register-module__jUGYdG__form .input::placeholder{color:var(--saw-text-muted);opacity:.5}.register-module__jUGYdG__form .input:focus{border-color:#6366f199;outline:none;box-shadow:0 0 0 3px #6366f11f}.register-module__jUGYdG__form .input-error{border-color:#ef4444!important}.register-module__jUGYdG__form .error-message{color:#ef4444;margin-top:4px;font-size:.75rem}.register-module__jUGYdG__error{color:#dc2626;text-align:center;background:#ef444414;border:1px solid #ef444440;border-radius:10px;padding:12px 16px;font-size:.85rem}[data-theme=dark] .register-module__jUGYdG__error{color:#fca5a5;background:#ef44441a;border-color:#ef44444d}.register-module__jUGYdG__consent{color:var(--saw-text-muted);cursor:pointer;align-items:flex-start;gap:10px;padding:12px 0;font-size:.8125rem;line-height:1.5;display:flex}.register-module__jUGYdG__consent input[type=checkbox]{accent-color:var(--saw-primary);flex-shrink:0;width:18px;height:18px;margin-top:1px}.register-module__jUGYdG__consent a{color:var(--saw-primary);text-underline-offset:2px;text-decoration:underline}.register-module__jUGYdG__consent a:hover{text-decoration-color:#0000}.register-module__jUGYdG__form .btn-primary{letter-spacing:.01em;color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#5558e6);border:none;border-radius:12px;margin-top:4px;padding:14px 28px;font-size:.9375rem;font-weight:600;transition:all .2s;position:relative;overflow:hidden;box-shadow:0 4px 16px #6366f159}.register-module__jUGYdG__form .btn-primary:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.register-module__jUGYdG__form .btn-primary:hover:before{left:100%}.register-module__jUGYdG__form .btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #6366f180}.register-module__jUGYdG__form .btn-primary:disabled{opacity:.5;cursor:not-allowed}.register-module__jUGYdG__loginLink{text-align:center;color:var(--saw-text-muted);margin-top:20px;font-size:.875rem}.register-module__jUGYdG__loginLink a{color:var(--saw-primary);font-weight:600}.register-module__jUGYdG__footer{text-align:center;border-top:1px solid var(--saw-border);margin-top:16px;padding-top:16px}.register-module__jUGYdG__footer span{color:var(--saw-text-muted);opacity:.5;font-size:.7rem}@media (max-width:560px){.register-module__jUGYdG__card{border-radius:20px;padding:32px 20px}.register-module__jUGYdG__title{font-size:1.375rem}.register-module__jUGYdG__nameRow{grid-template-columns:1fr;gap:0}}
