.Register-module__jegk_W__page{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Register-module__jegk_W__light{--bg-dark-primary:#f8fafc;--bg-dark-secondary:#f1f5f9;--bg-dark-tertiary:#eef2ff;--glass-light:rgba(255,255,255,.85);--border-light:rgba(15,23,42,.08);--text-primary:#0f172a;--text-secondary:#0f172a;--step-label:#334155;--bar-bg:rgba(255,255,255,.85);--bar-border:rgba(15,23,42,.08)}.Register-module__jegk_W__background{z-index:0;position:absolute;top:0;bottom:0;left:0;right:0}.Register-module__jegk_W__gradientOverlay{background:linear-gradient(180deg,var(--bg-dark-primary,#f8fafc)0%,var(--bg-dark-secondary,#f1f5f9)50%,var(--bg-dark-tertiary,#eef2ff)100%);position:absolute;top:0;bottom:0;left:0;right:0}.Register-module__jegk_W__patternOverlay{opacity:.5;background-image:radial-gradient(circle at 20%,rgba(139,92,246,.1) 0%,transparent 55%),radial-gradient(circle at 80% 80%,rgba(236,72,153,.08) 0%,transparent 55%);position:absolute;top:0;bottom:0;left:0;right:0}.Register-module__jegk_W__container{z-index:1;--topH:76px;--bottomH:76px;width:100%;height:100vh;padding:calc(var(--topH) + 16px)16px calc(var(--bottomH) + 16px);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex;position:relative}.Register-module__jegk_W__stepsNav{z-index:1000;background:var(--bar-bg,rgba(255,255,255,.85));-webkit-backdrop-filter:blur(18px)saturate(160%);backdrop-filter:blur(18px)saturate(160%);border-bottom:1px solid var(--bar-border,rgba(15,23,42,.08));width:100vw;padding:8px 0;position:fixed;top:0;left:0;right:0}.Register-module__jegk_W__card{-webkit-backdrop-filter:blur(12px)saturate(140%);backdrop-filter:blur(12px)saturate(140%);background:#fff;border:1px solid #cbd5e1;border-radius:16px;flex-direction:column;width:100%;max-width:980px;height:max(560px,min(70vh,820px));display:flex;overflow:hidden;box-shadow:0 18px 50px rgba(2,6,23,.08)}.Register-module__jegk_W__header{padding:20px 24px 0}.Register-module__jegk_W__title{color:var(--text-primary);text-align:center;margin:0;font-size:28px;line-height:1.2}.Register-module__jegk_W__body{-webkit-overflow-scrolling:touch;flex:auto;padding:24px;overflow-y:auto}.Register-module__jegk_W__bodyAnimating{overflow:hidden!important}.Register-module__jegk_W__stepPanel{animation:.32s cubic-bezier(.22,.75,.25,1) Register-module__jegk_W__stepFadeSlide}@keyframes Register-module__jegk_W__stepFadeSlide{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.Register-module__jegk_W__slides{position:relative;overflow:hidden}.Register-module__jegk_W__slide{position:absolute;top:0;bottom:0;left:0;right:0}.Register-module__jegk_W__slideStatic{position:relative}@keyframes Register-module__jegk_W__slideInRight{0%{opacity:.6;transform:translate(105%)}to{opacity:1;transform:translate(0)}}@keyframes Register-module__jegk_W__slideInLeft{0%{opacity:.6;transform:translate(-105%)}to{opacity:1;transform:translate(0)}}@keyframes Register-module__jegk_W__slideOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:.6;transform:translate(-105%)}}@keyframes Register-module__jegk_W__slideOutRight{0%{opacity:1;transform:translate(0)}to{opacity:.6;transform:translate(105%)}}.Register-module__jegk_W__enterRight{animation:.34s cubic-bezier(.22,.75,.25,1) both Register-module__jegk_W__slideInRight}.Register-module__jegk_W__enterLeft{animation:.34s cubic-bezier(.22,.75,.25,1) both Register-module__jegk_W__slideInLeft}.Register-module__jegk_W__exitLeft{animation:.34s cubic-bezier(.22,.75,.25,1) both Register-module__jegk_W__slideOutLeft}.Register-module__jegk_W__exitRight{animation:.34s cubic-bezier(.22,.75,.25,1) both Register-module__jegk_W__slideOutRight}.Register-module__jegk_W__messageSpacing{margin-top:12px}.Register-module__jegk_W__buttonGroup{gap:8px;display:flex}.Register-module__jegk_W__shake{animation:.45s cubic-bezier(.36,.07,.19,.97) Register-module__jegk_W__shakeX}@keyframes Register-module__jegk_W__shakeX{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-4px)}40%,60%{transform:translate(4px)}}.Register-module__jegk_W__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.Register-module__jegk_W__row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.Register-module__jegk_W__field{flex-direction:column;display:flex}.Register-module__jegk_W__label{color:#334155;margin-bottom:6px;font-size:13px}.Register-module__jegk_W__input,.Register-module__jegk_W__select,.Register-module__jegk_W__textarea{border:1px solid #e2e8f0;border-radius:10px;outline:none;padding:10px 12px;font-size:14px;transition:border-color .2s,box-shadow .2s}.Register-module__jegk_W__input:focus,.Register-module__jegk_W__select:focus,.Register-module__jegk_W__textarea:focus{border-color:#6476f8;box-shadow:0 0 0 3px rgba(100,118,248,.15)}.Register-module__jegk_W__invalid{border-color:#ef4444!important;box-shadow:0 0 0 3px rgba(239,68,68,.15)!important}.Register-module__jegk_W__errorText{color:#b91c1c;margin-top:6px;font-size:12px}.Register-module__jegk_W__actions{justify-content:space-between;align-items:center;margin-top:20px;display:flex}.Register-module__jegk_W__link{color:#5a6ff0;text-decoration:none}.Register-module__jegk_W__primaryBtn{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:10px 16px;font-weight:600;transition:transform .12s,box-shadow .2s}.Register-module__jegk_W__primaryBtn:disabled{opacity:.6;cursor:default}.Register-module__jegk_W__primaryBtn:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(90,111,240,.35)}@media (max-width:720px){.Register-module__jegk_W__bottomBar{min-height:64px}.Register-module__jegk_W__primaryBtn{border-radius:14px;padding:12px 20px}.Register-module__jegk_W__mobileBack{padding:10px 12px}}.Register-module__jegk_W__error{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;padding:8px 10px;font-size:13px}.Register-module__jegk_W__success{color:#065f46;background:#d1fae5;border:1px solid #a7f3d0;border-radius:8px;padding:8px 10px;font-size:13px}@media (max-width:720px){.Register-module__jegk_W__grid,.Register-module__jegk_W__row{grid-template-columns:1fr}.Register-module__jegk_W__stepsNav{display:none}.Register-module__jegk_W__container{--topH:52px;--bottomH:76px;padding:calc(var(--topH) + 10px)12px calc(var(--bottomH) + 10px)}.Register-module__jegk_W__card{max-width:none;height:calc(100vh - var(--bottomH) - 22px);border-radius:16px}}.Register-module__jegk_W__bottomBar{min-height:var(--bottomH);z-index:1000;background:var(--bar-bg,rgba(255,255,255,.85));-webkit-backdrop-filter:blur(18px)saturate(160%);backdrop-filter:blur(18px)saturate(160%);border-top:1px solid var(--bar-border,rgba(15,23,42,.08));padding:8px 0 calc(8px + env(safe-area-inset-bottom));justify-content:center;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.Register-module__jegk_W__bottomInner{justify-content:space-between;align-items:center;width:100%;max-width:1100px;padding:0 16px;display:flex}.Register-module__jegk_W__progressWrap{flex:1;justify-content:center;align-items:center;gap:10px;display:flex}.Register-module__jegk_W__progressText{display:none}.Register-module__jegk_W__progressBar{background:rgba(15,23,42,.208);border-radius:999px;width:260px;height:10px;position:relative;overflow:visible}.Register-module__jegk_W__progressFill{width:var(--p,0%);background:var(--gradient-primary);border-radius:999px;transition:width .3s;position:absolute;top:0;bottom:0;left:0;right:0}.Register-module__jegk_W__progressBadge{color:#0f172a;pointer-events:none;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;font-weight:800;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 6px 18px rgba(2,6,23,.12)}.Register-module__jegk_W__progressBadge:after{content:"";background:repeating-conic-gradient(from 0deg,rgba(255,255,255,.8) 0 8deg,rgba(255,255,255,0) 8deg 16deg);background-color:rgba(10,6,95,.063);border-radius:50%;animation:6s linear infinite Register-module__jegk_W__raysSpin;position:absolute;top:-10px;bottom:-10px;left:-10px;right:-10px;-webkit-mask:radial-gradient(circle,transparent 0,transparent 22px,#000 23px);mask:radial-gradient(circle,transparent 0,transparent 22px,#000 23px)}@keyframes Register-module__jegk_W__raysSpin{to{transform:rotate(360deg)}}@media (max-width:720px){.Register-module__jegk_W__progressWrap{display:none}}.Register-module__jegk_W__mobileTop{background:var(--bar-bg,rgba(255,255,255,.85));-webkit-backdrop-filter:blur(14px)saturate(160%);backdrop-filter:blur(14px)saturate(160%);border-bottom:1px solid var(--bar-border,rgba(15,23,42,.08));z-index:1000;align-items:center;gap:8px;height:52px;padding:0 12px;display:none;position:fixed;top:0;left:0;right:0}.Register-module__jegk_W__mobileBack{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--bar-border,rgba(15,23,42,.08));color:#0f172a;background:#fff;border-radius:10px;padding:8px 10px;font-weight:600}.Register-module__jegk_W__mobileStepText{color:var(--text-secondary,#334155);font-weight:700}@media (max-width:720px){.Register-module__jegk_W__mobileTop{display:flex}}.Register-module__jegk_W__submittingText{text-align:center;color:var(--text-primary,#0f172a);padding:20px;font-size:18px;font-weight:700;animation:2s ease-in-out infinite Register-module__jegk_W__pulse}@keyframes Register-module__jegk_W__pulse{0%,to{opacity:1}50%{opacity:.6}}.Register-module__jegk_W__successModal{z-index:9999;background:linear-gradient(135deg,#10b981 0%,#34d399 100%);justify-content:center;align-items:center;animation:.4s ease-out Register-module__jegk_W__fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes Register-module__jegk_W__fadeIn{0%{opacity:0}to{opacity:1}}.Register-module__jegk_W__successContent{text-align:center;color:#fff;max-width:500px;padding:40px;animation:.6s ease-out Register-module__jegk_W__slideUp}@keyframes Register-module__jegk_W__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Register-module__jegk_W__successIcon{color:#10b981;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 30px;font-size:72px;font-weight:700;animation:.5s cubic-bezier(.68,-.55,.265,1.55) .2s both Register-module__jegk_W__scaleIn;display:flex;box-shadow:0 20px 60px rgba(0,0,0,.2)}@keyframes Register-module__jegk_W__scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.Register-module__jegk_W__successTitle{color:#fff;margin:0 0 20px;font-size:36px;font-weight:800}.Register-module__jegk_W__successText{color:rgba(255,255,255,.95);margin:0 0 15px;font-size:18px;line-height:1.6}.Register-module__jegk_W__successRedirect{color:rgba(255,255,255,.8);margin:0;font-size:16px;animation:2s ease-in-out infinite Register-module__jegk_W__pulse}
.Stepper-module__RbYGAa__wrap{background:var(--glass-light,rgba(255,255,255,.6));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-light,rgba(255,255,255,.35));border-radius:0 999px 999px 0;width:100%;padding:8px 0;position:relative;overflow:hidden;box-shadow:0 6px 20px rgba(16,24,40,.08)}.Stepper-module__RbYGAa__progress{width:var(--p,0%);will-change:width,background;background:linear-gradient(90deg,#5a6ff0,#7b8ef9);border-radius:0 999px 999px 0;transition:width .52s cubic-bezier(.22,.75,.25,1),background .8s ease-in-out;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.Stepper-module__RbYGAa__progress:after{content:"";pointer-events:none;will-change:background-position;background:repeating-linear-gradient(120deg,rgba(255,255,255,.14) 0,rgba(255,255,255,.14) 24px,rgba(255,255,255,0) 24px,rgba(255,255,255,0) 48px) 0 0/48px 100%;animation:3.6s linear infinite Stepper-module__RbYGAa__progressFlow;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes Stepper-module__RbYGAa__progressFlow{0%{background-position-x:0}to{background-position-x:48px}}@media (prefers-reduced-motion:reduce){.Stepper-module__RbYGAa__progress{transition:none}.Stepper-module__RbYGAa__progress:after{animation:none}}.Stepper-module__RbYGAa__bar{z-index:1;justify-content:space-between;gap:8px;width:100%;display:flex;position:relative}.Stepper-module__RbYGAa__step{background:0 0;border-radius:999px;flex:0 auto;min-width:200px;transition:opacity .2s;position:relative;overflow:hidden}.Stepper-module__RbYGAa__clickable{cursor:pointer}.Stepper-module__RbYGAa__clickable .Stepper-module__RbYGAa__content{transition:transform .16s,filter .16s}.Stepper-module__RbYGAa__clickable:hover .Stepper-module__RbYGAa__content{filter:brightness(1.05);transform:translateY(-1px)}.Stepper-module__RbYGAa__clickable:active .Stepper-module__RbYGAa__content{transform:translateY(0)}.Stepper-module__RbYGAa__disabled{opacity:.7}.Stepper-module__RbYGAa__bullet{transition:transform .16s,box-shadow .16s}.Stepper-module__RbYGAa__clickable:hover .Stepper-module__RbYGAa__bullet{transform:scale(1.05);box-shadow:0 4px 10px rgba(0,0,0,.12)}.Stepper-module__RbYGAa__clickable:active .Stepper-module__RbYGAa__bullet{transform:scale(.98)}.Stepper-module__RbYGAa__step:focus-visible{outline-offset:2px;border-radius:999px;outline:2px solid rgba(99,102,241,.8)}.Stepper-module__RbYGAa__content{z-index:1;align-items:center;gap:8px;padding:10px 14px;display:flex;position:relative}.Stepper-module__RbYGAa__bullet{color:#0f172a;background:#e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:700;display:inline-flex}.Stepper-module__RbYGAa__current .Stepper-module__RbYGAa__bullet:after{content:"";pointer-events:none;background:radial-gradient(circle,rgba(99,102,241,.25) 0%,rgba(99,102,241,0) 60%);border-radius:999px;animation:1.6s ease-out infinite Stepper-module__RbYGAa__bulletPulse;position:absolute;top:-6px;bottom:-6px;left:-6px;right:-6px}@keyframes Stepper-module__RbYGAa__bulletPulse{0%{opacity:.8;transform:scale(.9)}70%{opacity:0;transform:scale(1.02)}to{opacity:0;transform:scale(1.05)}}.Stepper-module__RbYGAa__label{white-space:nowrap;text-overflow:ellipsis;color:var(--step-label,#334155);font-weight:600;overflow:hidden}.Stepper-module__RbYGAa__active .Stepper-module__RbYGAa__bullet,.Stepper-module__RbYGAa__completed .Stepper-module__RbYGAa__bullet{color:#0f172a;background:rgba(255,255,255,.95)}.Stepper-module__RbYGAa__active .Stepper-module__RbYGAa__label,.Stepper-module__RbYGAa__completed .Stepper-module__RbYGAa__label{color:#fff}@media (max-width:640px){.Stepper-module__RbYGAa__bar{justify-content:center}.Stepper-module__RbYGAa__step{display:none}.Stepper-module__RbYGAa__step.Stepper-module__RbYGAa__current{display:block}}.Stepper-module__RbYGAa__w1{width:25%}.Stepper-module__RbYGAa__w2{width:50%}.Stepper-module__RbYGAa__w3{width:75%}.Stepper-module__RbYGAa__w4{width:100%}
.StepProfile-module__2eepIa__section{margin-top:16px}.StepProfile-module__2eepIa__row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.StepProfile-module__2eepIa__field{flex-direction:column;display:flex}.StepProfile-module__2eepIa__label{color:var(--text-secondary,#0f172a);margin-bottom:6px;font-size:13px}.StepProfile-module__2eepIa__input,.StepProfile-module__2eepIa__select{color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;border-radius:12px;outline:none;padding:12px 14px;font-size:14px;transition:border-color .2s,box-shadow .2s,background .2s}.StepProfile-module__2eepIa__input:hover,.StepProfile-module__2eepIa__select:hover{border-color:#94a3b8}.StepProfile-module__2eepIa__select{border-color:rgba(16,185,129,.6);box-shadow:0 0 0 3px rgba(16,185,129,.18)}.StepProfile-module__2eepIa__invalid{border-color:#ef4444!important;box-shadow:0 0 0 3px rgba(239,68,68,.15)!important}.StepProfile-module__2eepIa__errorText{color:#b91c1c;margin-top:6px;font-size:12px}.StepProfile-module__2eepIa__valid{border-color:#10b981!important;box-shadow:0 0 0 3px rgba(16,185,129,.18)!important}.StepProfile-module__2eepIa__input::placeholder{color:#94a3b8}.StepProfile-module__2eepIa__input:focus,.StepProfile-module__2eepIa__select:focus{background:#fff;border-color:rgba(139,92,246,.6);box-shadow:0 6px 18px rgba(139,92,246,.25)}@media (max-width:720px){.StepProfile-module__2eepIa__row{grid-template-columns:1fr}}.StepProfile-module__2eepIa__strength{margin-top:8px}.StepProfile-module__2eepIa__meter{gap:6px;display:flex}.StepProfile-module__2eepIa__seg{background:#e2e8f0;border-radius:4px;flex:1;height:6px;transition:background-color .2s,box-shadow .2s}.StepProfile-module__2eepIa__meterWeak .StepProfile-module__2eepIa__seg.StepProfile-module__2eepIa__active{background:#f87171!important;box-shadow:0 2px 8px rgba(248,113,113,.35)!important}.StepProfile-module__2eepIa__meterAverage .StepProfile-module__2eepIa__seg.StepProfile-module__2eepIa__active{background:#fb923c!important;box-shadow:0 2px 8px rgba(251,146,60,.35)!important}.StepProfile-module__2eepIa__meterStrong .StepProfile-module__2eepIa__seg.StepProfile-module__2eepIa__active{background:#f59e0b!important;box-shadow:0 2px 8px rgba(245,158,11,.35)!important}.StepProfile-module__2eepIa__meterExcellent .StepProfile-module__2eepIa__seg.StepProfile-module__2eepIa__active{background:#10b981!important;box-shadow:0 2px 8px rgba(16,185,129,.35)!important}.StepProfile-module__2eepIa__strengthLabel{margin-top:6px;font-size:12px;font-weight:700}.StepProfile-module__2eepIa__strengthWeak{color:#f87171}.StepProfile-module__2eepIa__strengthAverage{color:#fb923c}.StepProfile-module__2eepIa__strengthStrong{color:#f59e0b}.StepProfile-module__2eepIa__strengthExcellent{color:#10b981}.StepProfile-module__2eepIa__hints{flex-direction:column;gap:4px;margin-top:6px;display:flex}.StepProfile-module__2eepIa__hint{color:#64748b;align-items:center;gap:6px;font-size:12px;display:flex}.StepProfile-module__2eepIa__hint.StepProfile-module__2eepIa__ok{color:#10b981}.StepProfile-module__2eepIa__roleGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-top:12px;display:grid}.StepProfile-module__2eepIa__roleCard{cursor:pointer;background:#fff padding-box padding-box;border:2px solid transparent;border-radius:14px;flex-direction:column;gap:8px;padding:16px;transition:transform .14s,box-shadow .2s;display:flex;position:relative}.StepProfile-module__2eepIa__roleCard:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;opacity:0;background:linear-gradient(135deg,#8b5cf6,#ec4899,#06b6d4) 0 0/200% 200%;padding:2px;transition:opacity .25s,background-position 1.2s linear;position:absolute;top:-2px;bottom:-2px;left:-2px;right:-2px;-webkit-mask-image:linear-gradient(#000 0,#000 0),linear-gradient(#000 0,#000 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.StepProfile-module__2eepIa__roleCard:hover{transform:translateY(-2px);box-shadow:0 14px 24px rgba(2,6,23,.08)}.StepProfile-module__2eepIa__roleCard:hover:before{opacity:1;animation:4s linear infinite StepProfile-module__2eepIa__gradientMove}.StepProfile-module__2eepIa__roleSelected:before{opacity:1}@keyframes StepProfile-module__2eepIa__gradientMove{0%{background-position:0%}to{background-position:200%}}.StepProfile-module__2eepIa__roleHeader{align-items:center;gap:10px;display:flex}.StepProfile-module__2eepIa__roleIcon{background:var(--gradient-primary);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;font-weight:800;display:inline-flex}.StepProfile-module__2eepIa__roleTitle{color:#0f172a;font-weight:700}.StepProfile-module__2eepIa__roleDesc{color:#475569;font-size:12px;line-height:1.45}.StepProfile-module__2eepIa__roleSummary{color:#0f172a;background:#f1f5f9;border-radius:999px;align-items:center;gap:8px;padding:1em 0;font-weight:600;display:inline-flex}.StepProfile-module__2eepIa__roleChange{color:#5a6ff0;cursor:pointer;margin-left:8px;font-size:12px}@media (max-width:900px){.StepProfile-module__2eepIa__roleGrid{grid-template-columns:1fr}}.StepProfile-module__2eepIa__inlineWrap{grid-template-columns:1fr auto;align-items:center;gap:8px;display:grid}.StepProfile-module__2eepIa__miniBtn{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#0f172a;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;padding:10px 12px;font-weight:600;transition:background .15s,box-shadow .15s,transform .12s}.StepProfile-module__2eepIa__miniBtn:hover{background:#eef2ff;transform:translateY(-1px);box-shadow:0 6px 14px rgba(2,6,23,.08)}.StepProfile-module__2eepIa__miniBtn:active{transform:translateY(0)}
.StepCompany-module__NtX0PW__section{margin-top:16px}.StepCompany-module__NtX0PW__row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.StepCompany-module__NtX0PW__field{flex-direction:column;display:flex}.StepCompany-module__NtX0PW__label{color:var(--text-secondary,#0f172a);margin-bottom:6px;font-size:13px;font-weight:500}.StepCompany-module__NtX0PW__required{color:#ef4444}.StepCompany-module__NtX0PW__hint{color:#64748b;margin-top:4px;margin-bottom:8px;font-size:12px}.StepCompany-module__NtX0PW__input{color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;border-radius:12px;outline:none;padding:12px 14px;font-size:14px;transition:border-color .2s,box-shadow .2s,background .2s}.StepCompany-module__NtX0PW__input:hover{border-color:#94a3b8}.StepCompany-module__NtX0PW__input::placeholder{color:#94a3b8}.StepCompany-module__NtX0PW__input:focus{background:#fff;border-color:rgba(139,92,246,.6);box-shadow:0 6px 18px rgba(139,92,246,.25)}.StepCompany-module__NtX0PW__select{color:#0f172a;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:12px;outline:none;padding:12px 14px;font-size:14px;transition:border-color .2s,box-shadow .2s,background .2s}.StepCompany-module__NtX0PW__select:hover{border-color:#94a3b8}.StepCompany-module__NtX0PW__select:focus{background:#fff;border-color:rgba(139,92,246,.6);box-shadow:0 6px 18px rgba(139,92,246,.25)}.StepCompany-module__NtX0PW__invalid{border-color:#ef4444!important;box-shadow:0 0 0 3px rgba(239,68,68,.15)!important}.StepCompany-module__NtX0PW__valid{border-color:#10b981!important;box-shadow:0 0 0 3px rgba(16,185,129,.18)!important}.StepCompany-module__NtX0PW__errorText{color:#b91c1c;margin-top:6px;font-size:12px}.StepCompany-module__NtX0PW__workingAreasGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-top:8px;display:grid}.StepCompany-module__NtX0PW__workingAreaChip{cursor:pointer;color:#0f172a;background:#f8fafc;border:2px solid #cbd5e1;border-radius:12px;align-items:center;gap:10px;padding:14px 16px;font-size:14px;transition:all .2s;display:flex;position:relative}.StepCompany-module__NtX0PW__workingAreaChip:hover{background:rgba(139,92,246,.05);border-color:#8b5cf6;transform:translateY(-2px);box-shadow:0 4px 12px rgba(139,92,246,.15)}.StepCompany-module__NtX0PW__workingAreaChip.StepCompany-module__NtX0PW__selected{background:linear-gradient(135deg,rgba(139,92,246,.1) 0%,rgba(236,72,153,.1) 100%);border-color:#8b5cf6;box-shadow:0 4px 16px rgba(139,92,246,.25)}.StepCompany-module__NtX0PW__flag{font-size:24px;line-height:1}.StepCompany-module__NtX0PW__areaLabel{flex:1;font-weight:500}.StepCompany-module__NtX0PW__checkmark{color:#8b5cf6;font-size:18px;font-weight:700}.StepCompany-module__NtX0PW__resellerSection{background:rgba(139,92,246,.03);border:1px solid rgba(139,92,246,.15);border-radius:16px;margin-top:32px;padding:20px}.StepCompany-module__NtX0PW__sectionTitle{color:#0f172a;margin:0 0 8px;font-size:16px;font-weight:600}.StepCompany-module__NtX0PW__sectionHint{color:#64748b;margin:0 0 16px;font-size:13px}.StepCompany-module__NtX0PW__fileInputWrapper{position:relative}.StepCompany-module__NtX0PW__fileInput{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.StepCompany-module__NtX0PW__fileLabel{cursor:pointer;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;justify-content:space-between;align-items:center;min-height:48px;padding:12px 14px;transition:all .2s;display:flex}.StepCompany-module__NtX0PW__fileLabel:hover{background:rgba(139,92,246,.05);border-color:#8b5cf6}.StepCompany-module__NtX0PW__uploadPrompt{color:#64748b;font-size:14px}.StepCompany-module__NtX0PW__fileName{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;flex:1;margin-right:12px;font-size:14px;font-weight:500;overflow:hidden}.StepCompany-module__NtX0PW__removeFile{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;transition:all .2s;display:flex}.StepCompany-module__NtX0PW__removeFile:hover{background:#dc2626;transform:scale(1.1)}@media (max-width:720px){.StepCompany-module__NtX0PW__row,.StepCompany-module__NtX0PW__workingAreasGrid{grid-template-columns:1fr}.StepCompany-module__NtX0PW__resellerSection{padding:16px}}
.StepAddress-module__esXuwq__section{margin-top:16px}.StepAddress-module__esXuwq__row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.StepAddress-module__esXuwq__field{flex-direction:column;display:flex}.StepAddress-module__esXuwq__label{color:var(--text-secondary,#0f172a);margin-bottom:6px;font-size:13px}.StepAddress-module__esXuwq__input{color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;border-radius:12px;outline:none;padding:12px 14px;font-size:14px;transition:border-color .2s,box-shadow .2s,background .2s}.StepAddress-module__esXuwq__input:hover{border-color:#94a3b8}.StepAddress-module__esXuwq__invalid{border-color:#ef4444!important;box-shadow:0 0 0 3px rgba(239,68,68,.15)!important}.StepAddress-module__esXuwq__errorText{color:#b91c1c;margin-top:6px;font-size:12px}.StepAddress-module__esXuwq__valid{border-color:#10b981!important;box-shadow:0 0 0 3px rgba(16,185,129,.18)!important}.StepAddress-module__esXuwq__input::placeholder{color:#94a3b8}.StepAddress-module__esXuwq__input:focus{background:#fff;border-color:rgba(139,92,246,.6);box-shadow:0 6px 18px rgba(139,92,246,.25)}@media (max-width:720px){.StepAddress-module__esXuwq__row{grid-template-columns:1fr}}
.StepSummary-module__zL40YW__section{margin-top:16px}.StepSummary-module__zL40YW__title{color:#0f172a;text-align:center;margin:0 0 8px;font-size:24px;font-weight:800}.StepSummary-module__zL40YW__subtitle{color:#64748b;text-align:center;margin:0 0 24px;font-size:14px}.StepSummary-module__zL40YW__grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.StepSummary-module__zL40YW__card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:0;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.04)}.StepSummary-module__zL40YW__full{grid-column:1/-1}.StepSummary-module__zL40YW__cardHeader{background:linear-gradient(135deg,rgba(139,92,246,.08) 0%,rgba(236,72,153,.08) 100%);border-bottom:1px solid #e2e8f0;align-items:center;gap:12px;padding:16px 20px;display:flex}.StepSummary-module__zL40YW__cardIcon{font-size:24px;line-height:1}.StepSummary-module__zL40YW__itemTitle{color:#1e293b;margin:0;font-size:16px;font-weight:700}.StepSummary-module__zL40YW__cardBody{flex-direction:column;gap:12px;padding:16px 20px;display:flex}.StepSummary-module__zL40YW__row{flex-direction:column;gap:4px;display:flex}.StepSummary-module__zL40YW__label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:600}.StepSummary-module__zL40YW__value{color:#1e293b;font-size:15px;font-weight:500;line-height:1.5}.StepSummary-module__zL40YW__dba{color:#64748b;font-weight:400}.StepSummary-module__zL40YW__addressContent{grid-template-columns:1fr;gap:0;display:grid}@media (min-width:1024px){.StepSummary-module__zL40YW__addressContent{grid-template-columns:1fr 1fr;gap:24px}}.StepSummary-module__zL40YW__mapContainer{display:none}@media (min-width:1024px){.StepSummary-module__zL40YW__mapContainer{border-radius:12px;height:100%;min-height:300px;margin:16px 20px 16px 0;display:block;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1)}}.StepSummary-module__zL40YW__map{border:0;width:100%;height:100%;display:block}@media (max-width:720px){.StepSummary-module__zL40YW__grid{grid-template-columns:1fr}.StepSummary-module__zL40YW__title{font-size:20px}.StepSummary-module__zL40YW__subtitle{font-size:13px}.StepSummary-module__zL40YW__cardHeader,.StepSummary-module__zL40YW__cardBody{padding:14px 16px}}
