.register-module__B3synq__screen{background:var(--background);flex-direction:column;flex:1;min-height:100dvh;display:flex;position:relative;overflow:hidden}.register-module__B3synq__glow{background:radial-gradient(circle at 50% 40%, var(--profile-soft), transparent 66%);opacity:.7;z-index:0;pointer-events:none;width:360px;height:300px;position:absolute;top:-110px;left:50%;transform:translate(-50%)}.register-module__B3synq__scroll{z-index:2;width:100%;max-width:460px;padding:24px var(--space-6) 24px;flex:1;margin:0 auto;position:relative;overflow-y:auto}.register-module__B3synq__topbar{height:44px;margin-bottom:var(--space-4);align-items:center;display:flex}.register-module__B3synq__iconbtn{cursor:pointer;width:44px;height:44px;color:var(--text-primary);background:0 0;border:none;border-radius:50%;place-items:center;margin-left:-10px;display:grid}.register-module__B3synq__iconbtn:hover{background:var(--surface-variant)}.register-module__B3synq__head h1{letter-spacing:-.03em;color:var(--text-primary);font-size:27px;font-weight:800}.register-module__B3synq__head p{color:var(--text-secondary);margin-top:5px;font-size:15px}.register-module__B3synq__sectionLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--text-tertiary);margin:var(--space-6) 0 var(--space-3);font-size:12px;font-weight:700}.register-module__B3synq__roles{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.register-module__B3synq__role{border:1.5px solid var(--border-light);background:var(--surface);cursor:pointer;transition:border-color var(--transition-fast), background var(--transition-fast), box-shadow var(--transition-fast);border-radius:18px;flex-direction:column;align-items:center;gap:9px;padding:14px 6px 12px;display:flex;position:relative}.register-module__B3synq__role .register-module__B3synq__ic{background:var(--surface-variant);width:46px;height:46px;color:var(--text-secondary);transition:all var(--transition-fast);border-radius:50%;place-items:center;display:grid}.register-module__B3synq__role span{color:var(--text-secondary);font-size:13px;font-weight:600}.register-module__B3synq__roleSel{border-color:var(--profile-primary);background:var(--profile-container);box-shadow:0 6px 18px color-mix(in srgb, var(--profile-primary) 18%, transparent)}.register-module__B3synq__roleSel .register-module__B3synq__ic{color:var(--profile-on-container);background:#fff}.register-module__B3synq__roleSel span{color:var(--profile-on-container)}.register-module__B3synq__check{background:var(--profile-700);border:2px solid var(--surface);color:#fff;border-radius:50%;place-items:center;width:22px;height:22px;display:grid;position:absolute;top:-8px;right:-8px}.register-module__B3synq__grid2{grid-template-columns:1fr 1fr;gap:10px;display:grid}.register-module__B3synq__fld{margin-top:10px;position:relative}.register-module__B3synq__pre{color:var(--text-tertiary);z-index:2;position:absolute;top:27px;left:15px;transform:translateY(-50%)}.register-module__B3synq__input{width:100%;height:54px;color:var(--text-primary);background:var(--input-background);border:1.5px solid var(--border-medium);transition:border-color var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast);border-radius:14px;padding:18px 44px 4px;font-family:inherit;font-size:15px;font-weight:500}.register-module__B3synq__input:focus{border-color:var(--profile-primary);background:var(--surface);box-shadow:0 0 0 4px color-mix(in srgb, var(--profile-primary) 15%, transparent);outline:none}.register-module__B3synq__label{pointer-events:none;white-space:nowrap;color:var(--text-tertiary);transition:all var(--transition-fast);font-size:15px;font-weight:500;position:absolute;top:27px;left:44px;transform:translateY(-50%)}.register-module__B3synq__input:focus~.register-module__B3synq__label,.register-module__B3synq__input:not(:placeholder-shown)~.register-module__B3synq__label{color:var(--profile-primary);font-size:11px;font-weight:600;top:14px;transform:none}.register-module__B3synq__suf{cursor:pointer;width:40px;height:40px;color:var(--text-tertiary);background:0 0;border:none;place-items:center;display:grid;position:absolute;top:27px;right:6px;transform:translateY(-50%)}.register-module__B3synq__fldErr .register-module__B3synq__input{border-color:var(--error);background:color-mix(in srgb, var(--error) 6%, var(--surface))}.register-module__B3synq__dateInput::-webkit-calendar-picker-indicator{cursor:pointer;margin-left:auto}.register-module__B3synq__consent{color:var(--text-secondary);align-items:flex-start;gap:10px;margin-top:16px;font-size:13px;font-weight:500;line-height:1.45;display:flex}.register-module__B3synq__consent input{width:20px;height:20px;accent-color:var(--profile-primary);cursor:pointer;flex:none;margin-top:1px}.register-module__B3synq__consent a{color:var(--profile-primary);font-weight:600;text-decoration:underline}.register-module__B3synq__msg{color:var(--error);align-items:center;gap:5px;margin:6px 0 0 4px;font-size:12px;font-weight:500;display:flex}.register-module__B3synq__strength{margin-top:10px}.register-module__B3synq__bars{gap:5px;display:flex}.register-module__B3synq__bars i{background:var(--border-light);height:5px;transition:background var(--transition-base);border-radius:9px;flex:1}.register-module__B3synq__barWeak{background:var(--error)!important}.register-module__B3synq__barMed{background:var(--warning)!important}.register-module__B3synq__barStrong{background:var(--success)!important}.register-module__B3synq__lvl{color:var(--text-tertiary);margin-top:6px;font-size:12px;font-weight:600}.register-module__B3synq__rules{flex-wrap:wrap;gap:6px;margin-top:9px;display:flex}.register-module__B3synq__rule{background:var(--surface-variant);color:var(--on-surface-variant);border-radius:999px;align-items:center;gap:5px;padding:5px 9px;font-size:11.5px;font-weight:500;display:inline-flex}.register-module__B3synq__ruleMet{background:var(--success-container);color:var(--on-success-container)}.register-module__B3synq__ruleMet svg{color:var(--success)}.register-module__B3synq__footer{z-index:5;width:100%;max-width:460px;margin:var(--space-6) auto 0;padding:var(--space-5) var(--space-6) 26px;background:color-mix(in srgb, var(--surface) 92%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--border-light);position:sticky;bottom:0}.register-module__B3synq__cta{border-radius:var(--radius-full);cursor:pointer;color:#fff;background:var(--profile-700);width:100%;height:54px;box-shadow:0 8px 20px color-mix(in srgb, var(--profile-700) 30%, transparent);transition:filter var(--transition-fast), transform var(--transition-fast);border:none;justify-content:center;align-items:center;gap:8px;font-family:inherit;font-size:16px;font-weight:600;display:flex}.register-module__B3synq__cta:hover{filter:brightness(1.08)}.register-module__B3synq__cta:active{transform:translateY(1px)}.register-module__B3synq__ctaDisabled{background:var(--surface-variant);color:var(--text-tertiary);box-shadow:none;cursor:not-allowed}.register-module__B3synq__spinner{border:2.5px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:21px;height:21px;animation:.8s linear infinite register-module__B3synq__spin}@keyframes register-module__B3synq__spin{to{transform:rotate(360deg)}}.register-module__B3synq__loginLine{text-align:center;color:var(--text-secondary);margin-top:12px;font-size:13.5px}.register-module__B3synq__loginLine a{color:var(--profile-on-container);font-weight:700;text-decoration:none}