.customer-register-module__q7C6uW__shell{background:#f6f8fb;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex;position:relative;overflow:hidden}[data-theme=dark] .customer-register-module__q7C6uW__shell{background:#06090f}[data-theme=dark] .customer-register-module__q7C6uW__shell:before{background:radial-gradient(#38bdf812 0%,#0000 70%)}[data-theme=dark] .customer-register-module__q7C6uW__shell:after{content:"";pointer-events:none;background:radial-gradient(#6366f10d 0%,#0000 70%);width:600px;height:500px;position:fixed;bottom:-10%;right:-10%}.customer-register-module__q7C6uW__card{z-index:1;background:#fff;border:1px solid #eef1f5;border-radius:20px;width:100%;max-width:680px;padding:36px 32px;position:relative;box-shadow:0 1px 3px #0000000a,0 8px 32px #0000000a}[data-theme=dark] .customer-register-module__q7C6uW__card{-webkit-backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff0f;box-shadow:0 4px 24px #0000004d,inset 0 1px #ffffff0a}.customer-register-module__q7C6uW__header{text-align:center;margin-bottom:24px}.customer-register-module__q7C6uW__badge{letter-spacing:.18em;text-transform:uppercase;color:#0ea5e9;margin:0 0 6px;font-size:11px;font-weight:800;display:block}[data-theme=dark] .customer-register-module__q7C6uW__badge{color:#38bdf8}.customer-register-module__q7C6uW__title{color:var(--t-text);letter-spacing:.02em;text-transform:uppercase;margin:0;font-size:26px;font-weight:800}.customer-register-module__q7C6uW__socialRow{justify-content:center;gap:14px;margin-bottom:20px;display:flex}.customer-register-module__q7C6uW__socialBtn{cursor:pointer;border:1.5px solid var(--t-border,#e2e8f0);background:var(--t-surface,#fff);width:88px;height:64px;color:var(--t-text,#334155);border-radius:14px;justify-content:center;align-items:center;font-family:inherit;text-decoration:none;transition:border-color .2s,background .2s,box-shadow .2s,transform .2s;display:inline-flex}.customer-register-module__q7C6uW__socialBtn svg{flex-shrink:0;width:28px;height:28px}.customer-register-module__q7C6uW__socialBtn:hover{background:#38bdf814;border-color:#0ea5e9;transform:translateY(-1px);box-shadow:0 8px 18px -10px #0ea5e980}.customer-register-module__q7C6uW__socialBtn:active{transform:translateY(0);box-shadow:0 4px 10px -8px #0ea5e980}.customer-register-module__q7C6uW__socialBtn:disabled{opacity:.58;cursor:not-allowed}.customer-register-module__q7C6uW__socialBtn:disabled:hover{border-color:var(--t-border,#e2e8f0);background:var(--t-surface,#fff);box-shadow:none;transform:none}[data-theme=dark] .customer-register-module__q7C6uW__socialBtn{color:#e2e8f0;background:#ffffff0a;border:1px solid #ffffff1a}[data-theme=dark] .customer-register-module__q7C6uW__socialBtn:hover{background:#38bdf824;border-color:#38bdf8;box-shadow:0 8px 18px -10px #38bdf880}.customer-register-module__q7C6uW__divider{align-items:center;gap:14px;margin-bottom:20px;display:flex}.customer-register-module__q7C6uW__dividerLine{background:linear-gradient(90deg, transparent 0%, color-mix(in srgb, var(--t-accent) 28%, transparent) 100%);flex:1;height:1px}.customer-register-module__q7C6uW__divider .customer-register-module__q7C6uW__dividerLine+.customer-register-module__q7C6uW__dividerText+.customer-register-module__q7C6uW__dividerLine{background:linear-gradient(90deg, color-mix(in srgb, var(--t-accent) 28%, transparent) 0%, transparent 100%)}[data-theme=dark] .customer-register-module__q7C6uW__dividerLine{background:linear-gradient(90deg,#0000 0%,#38bdf852 100%)}[data-theme=dark] .customer-register-module__q7C6uW__divider .customer-register-module__q7C6uW__dividerLine+.customer-register-module__q7C6uW__dividerText+.customer-register-module__q7C6uW__dividerLine{background:linear-gradient(90deg,#38bdf852 0%,#0000 100%)}.customer-register-module__q7C6uW__dividerText{color:var(--t-text-muted);letter-spacing:.18em;text-transform:uppercase;font-size:11px;font-weight:800}.customer-register-module__q7C6uW__form{flex-direction:column;gap:14px;display:flex}.customer-register-module__q7C6uW__field{flex-direction:column;gap:5px;display:flex}.customer-register-module__q7C6uW__fieldValidation{min-height:18px;font-size:var(--t-font-xs);align-items:center;gap:6px;line-height:1.4;transition:opacity .2s,transform .2s;display:flex}.customer-register-module__q7C6uW__fieldValidation[data-visible=false]{display:none}.customer-register-module__q7C6uW__fieldValidation[data-visible=true]{opacity:1;transform:translateY(0)}.customer-register-module__q7C6uW__validationError{color:var(--t-danger)}.customer-register-module__q7C6uW__validationIcon{flex-shrink:0;width:14px;height:14px}.customer-register-module__q7C6uW__passwordToggle{width:44px;color:var(--t-text-dim);cursor:pointer;background:0 0;border:none;border-radius:0 12px 12px 0;justify-content:center;align-items:center;padding:0;transition:color .15s;display:flex;position:absolute;top:2px;bottom:2px;right:2px}.customer-register-module__q7C6uW__passwordToggle:hover{color:var(--t-text-muted)}.customer-register-module__q7C6uW__passwordRequirements{grid-template-columns:1fr 1fr;gap:4px 16px;margin-top:14px;transition:opacity .2s;display:grid}.customer-register-module__q7C6uW__passwordRequirements[data-visible=false]{opacity:0;height:0;overflow:hidden}.customer-register-module__q7C6uW__passwordRequirement{font-size:var(--t-font-xs);color:var(--t-text-dim);align-items:center;gap:8px;font-weight:700;line-height:1.4;transition:color .2s;display:flex}.customer-register-module__q7C6uW__passwordRequirement[data-met=true]{color:#16a34a}[data-theme=dark] .customer-register-module__q7C6uW__passwordRequirement[data-met=true]{color:#4ade80}.customer-register-module__q7C6uW__passwordRequirementBullet{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:16px;line-height:1;display:inline-flex}.customer-register-module__q7C6uW__passwordRequirement[data-met=true] .customer-register-module__q7C6uW__passwordRequirementBullet{color:#0000;font-size:0}.customer-register-module__q7C6uW__passwordRequirement[data-met=true] .customer-register-module__q7C6uW__passwordRequirementBullet:before{content:"";background:#16a34a;border-radius:50%;width:14px;height:14px;display:inline-block;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") 50%/11px 11px no-repeat;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") 50%/11px 11px no-repeat}[data-theme=dark] .customer-register-module__q7C6uW__passwordRequirement[data-met=true] .customer-register-module__q7C6uW__passwordRequirementBullet:before{background:#4ade80}.customer-register-module__q7C6uW__checkRow{color:var(--t-text-muted);font-size:var(--t-font-sm);align-items:flex-start;gap:10px;font-weight:700;line-height:1.6;display:flex}.customer-register-module__q7C6uW__checkRow input{cursor:pointer;accent-color:#0ea5e9;flex-shrink:0;width:16px;height:16px;margin-top:2px}[data-theme=dark] .customer-register-module__q7C6uW__checkRow input{accent-color:#38bdf8}.customer-register-module__q7C6uW__checkRow label{cursor:pointer}.customer-register-module__q7C6uW__checkRowError{background:#ef44440d;border:1px solid #ef444433;border-radius:10px;padding:10px 12px}[data-theme=dark] .customer-register-module__q7C6uW__checkRowError{background:#7f1d1d33;border-color:#f8717138}.customer-register-module__q7C6uW__checkRow a{color:#0ea5e9;font-weight:600;text-decoration:none}[data-theme=dark] .customer-register-module__q7C6uW__checkRow a{color:#38bdf8}.customer-register-module__q7C6uW__submitBtn{color:#fff;cursor:pointer;background:linear-gradient(140deg,#38bdf8 0%,#0ea5e9 60%,#0284c7 100%);border:none;border-radius:12px;width:100%;min-height:48px;margin-top:4px;padding:0 16px;font-size:13px;transition:transform .18s,box-shadow .18s,opacity .18s;box-shadow:0 0 0 4px #0ea5e924,0 10px 22px -8px #0ea5e98c}.customer-register-module__q7C6uW__submitBtn:hover:not(:disabled){background:linear-gradient(140deg,#0ea5e9 0%,#0284c7 60%,#075985 100%);transform:translateY(-1px);box-shadow:0 0 0 4px #0ea5e92e,0 14px 28px -10px #0ea5e9a6}.customer-register-module__q7C6uW__submitBtn:disabled{opacity:.58;cursor:not-allowed}.customer-register-module__q7C6uW__footer{text-align:center;color:var(--t-text-muted);letter-spacing:.08em;text-transform:uppercase;margin-top:22px;font-size:12px;font-weight:700}.customer-register-module__q7C6uW__footer a,.customer-register-module__q7C6uW__footerCta a{letter-spacing:.14em;text-transform:uppercase;background:linear-gradient(90deg,#0284c7 0%,#0ea5e9 25%,#38bdf8 50%,#0ea5e9 75%,#0284c7 100%) 0%/300% 100%;color:#0000;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-left:6px;font-weight:800;text-decoration:none;transition:filter .18s;animation:3.6s linear infinite customer-register-module__q7C6uW__footerGradientShimmer;display:inline-block}.customer-register-module__q7C6uW__footer a:hover,.customer-register-module__q7C6uW__footerCta a:hover{filter:brightness(1.08)saturate(1.15)}@keyframes customer-register-module__q7C6uW__footerGradientShimmer{0%{background-position:0%}to{background-position:-300%}}.customer-register-module__q7C6uW__footerCta{border-top:1px solid color-mix(in srgb, var(--t-accent) 12%, var(--t-border));text-align:center;margin-top:18px;padding-top:18px}.customer-register-module__q7C6uW__footerCta a{color:#0f172a;-webkit-text-fill-color:#0f172a;letter-spacing:.06em;text-transform:uppercase;background:#fff;-webkit-background-clip:border-box;background-clip:border-box;border:1px solid #0f172a1a;border-radius:999px;align-items:center;gap:10px;height:44px;margin:0;padding:0 18px 0 8px;font-family:inherit;font-size:13px;font-weight:800;text-decoration:none;transition:box-shadow .18s,border-color .18s,transform .12s,filter .18s;animation:none;display:inline-flex;box-shadow:0 1px 2px #0f172a0f,0 6px 16px -8px #0f172a2e}.customer-register-module__q7C6uW__footerCta a:hover{filter:none;border-color:#38bdf880;transform:translateY(-1px);box-shadow:0 1px 2px #0f172a14,0 10px 22px -8px #0ea5e94d}.customer-register-module__q7C6uW__footerCtaIcon{background:0 0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.customer-register-module__q7C6uW__footerCtaIcon img{width:22px;height:22px;display:block}.customer-register-module__q7C6uW__footerCtaArrow{flex-shrink:0;transition:transform .18s}.customer-register-module__q7C6uW__footerCta a:hover .customer-register-module__q7C6uW__footerCtaArrow{transform:translate(2px)}[data-theme=dark] .customer-register-module__q7C6uW__footerCta a{color:#f1f5f9;-webkit-text-fill-color:#f1f5f9;background:#ffffff0f;border-color:#ffffff1a}[data-theme=dark] .customer-register-module__q7C6uW__footerCta a:hover{border-color:#38bdf880}@media (prefers-reduced-motion:reduce){.customer-register-module__q7C6uW__footer a,.customer-register-module__q7C6uW__footerCta a{background-position:50%;animation:none}}.customer-register-module__q7C6uW__trustBar{z-index:1;justify-content:center;align-items:center;gap:24px;margin-top:24px;display:flex;position:relative}.customer-register-module__q7C6uW__trustItem{color:var(--t-text-dim);font-size:var(--t-font-xs);align-items:center;gap:6px;font-weight:600;display:flex}.customer-register-module__q7C6uW__trustIcon{width:14px;height:14px;color:var(--t-accent-green)}@media (max-width:480px){.customer-register-module__q7C6uW__shell{padding:24px 16px}.customer-register-module__q7C6uW__card{border-radius:16px;padding:24px 20px}.customer-register-module__q7C6uW__trustBar{flex-direction:column;gap:8px}}