@keyframes profile-fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){@keyframes profile-fadeUp{0%{opacity:1;transform:none}to{opacity:1;transform:none}}}body{--register-form-padding:0 var(--spacing-16) var(--spacing-16);--register-form-card-bg:var(--color-ui-surface);--register-form-card-border:1px solid var(--color-border-1);--register-form-card-radius:var(--radius-12);--register-form-card-padding:var(--spacing-20) var(--spacing-16);--register-form-header-margin-bottom:var(--spacing-16);--register-form-title-size:var(--font-size-h4);--register-form-title-color:var(--color-text-primary);--register-step-line-height:2px;--register-step-size:28px;--register-step-bg:transparent;--register-step-border:2px solid var(--color-border-1);--register-step-color:var(--color-text-secondary);--register-step-font-size:var(--font-size-caption);--register-step-active-bg:var(--color-brand);--register-step-active-border:2px solid var(--color-brand);--register-step-active-color:var(--color-text-on-brand,#fff);--register-step-done-bg:var(--color-brand);--register-step-done-border:2px solid var(--color-brand);--register-step-done-color:var(--color-text-on-brand,#fff);--register-step-line-bg:var(--color-border-1);--register-step-line-done-bg:var(--color-brand);--rs-max-width:380px;--rs-min-height:300px;--rs-illust-size:120px;--rs-illust-size-mobile:100px;--rs-svg-size:32px;--rs-svg-size-mobile:26px;--rs-email-svg-size:16px;--rs-error-svg-size:14px;--rs-ring-inset:10px;--rs-icon-inset:20px;--rs-icon-inset-mobile:15px;--rs-ring-inset-mobile:7px;--rs-orb-1-size:400px;--rs-orb-2-size:300px;--rs-orb-1-size-mobile:200px;--rs-orb-2-size-mobile:150px;--rs-orb-blur:80px;--rs-success-orb-1:#00c86a0f;--rs-success-orb-2:#00c86a0a;--rs-icon-bg:#00c86a0f;--rs-icon-border:#00c86a33;--rs-ring:#00c86a26;--rs-ring-delayed:#00c86a1a;--rs-error-bg:#ff52520f;--rs-error-border:#ff52521f;--rs-resend-min-height:var(--button-height-lg);--rs-resend-padding:var(--spacing-8) var(--spacing-16);--rs-resend-line-height:1.3;--register-actions-margin-top:var(--spacing-8);--register-switch-margin-top:var(--spacing-14);--register-switch-color:var(--color-text-secondary);--register-split-max-width:920px;--register-split-min-height:520px;--register-split-border-radius:var(--radius-12);--register-brand-width:340px;--register-brand-bg:linear-gradient(160deg, color-mix(in srgb, var(--color-primary) 8%, var(--color-base-surface)) 0%, var(--color-base-surface) 40%, color-mix(in srgb, var(--color-primary) 6%, var(--color-base-surface)) 100%);--register-brand-padding:36px var(--spacing-32) var(--spacing-40);--register-desktop-form-panel-padding:36px var(--spacing-32);--register-code-field-margin-top:var(--spacing-4);--register-code-toggle-min-height:44px;--register-code-toggle-color:var(--color-text-secondary);--register-code-toggle-color-hover:var(--color-text-primary);--register-code-toggle-font-size:var(--font-size-body-sm);--register-code-toggle-caret-width:4px;--register-code-toggle-caret-height:5px;--register-code-toggle-caret-margin-left:var(--spacing-8);--register-code-toggle-expanded-margin-bottom:var(--spacing-4);--register-code-toggle-focus-outline:2px solid var(--color-brand);--register-code-toggle-focus-outline-offset:2px;--register-mobile-bg:var(--color-base-background);--register-mobile-form-padding:0 var(--spacing-12) var(--spacing-12);--mobile-register-code-field-margin-top:var(--spacing-8)}.register-modal{--feedback-banner-font-size:var(--font-size-caption);--feedback-banner-icon-size:18px;--mobile-feedback-banner-font-size:var(--font-size-caption);--mobile-feedback-banner-icon-size:16px;flex-direction:column;min-height:100%;display:flex}.register-modal__split{flex-direction:column;flex:1;display:flex;position:relative}.register-modal__brand{display:none}.register-modal__form-panel{flex-direction:column;flex:1;display:flex}.register-modal__close-btn--desktop{display:none}.register-modal__welcome{padding:var(--spacing-48) 0 0;position:relative}.register-modal__close-btn{top:var(--close-button-top);right:var(--close-button-right);cursor:pointer;padding:var(--spacing-8);z-index:1;background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:absolute}.register-modal__form{padding:var(--register-form-padding);flex:1}.register-modal__form>*{animation:.3s both profile-fadeUp}.register-modal__form>:nth-child(2){animation-delay:50ms}.register-modal__form>:nth-child(3){animation-delay:.1s}.register-modal__form>:nth-child(4){animation-delay:.15s}.register-modal__form>:nth-child(5){animation-delay:.2s}.register-modal__form>:nth-child(n+6){animation-delay:.25s}.register-modal__form-card{background:var(--register-form-card-bg);border:var(--register-form-card-border);border-radius:var(--register-form-card-radius);padding:var(--register-form-card-padding)}.register-modal__form-header{text-align:center;margin-bottom:var(--register-form-header-margin-bottom);padding:0 var(--spacing-4)}.register-modal__form-title{font-size:var(--register-form-title-size);font-weight:var(--font-weight-bold);color:var(--register-form-title-color);margin:0 0 var(--spacing-4)}.register-modal__form-subtitle{font-size:var(--font-size-caption);color:var(--color-text-secondary);line-height:var(--line-height-caption);margin:0}.register-modal__step-progress{margin-bottom:var(--spacing-20);justify-content:space-between;align-items:center;display:flex}.register-modal__step-num{width:var(--register-step-size);height:var(--register-step-size);font-size:var(--register-step-font-size);font-weight:var(--font-weight-semibold);background:var(--register-step-bg);border:var(--register-step-border);color:var(--register-step-color);transition:background var(--transition-normal), border var(--transition-normal), color var(--transition-normal);border-radius:50%;justify-content:center;align-items:center;display:flex}.register-modal__step-num.active{background:var(--register-step-active-bg);border:var(--register-step-active-border);color:var(--register-step-active-color)}.register-modal__step-num.done{background:var(--register-step-done-bg);border:var(--register-step-done-border);color:var(--register-step-done-color)}.register-modal__step-line{height:var(--register-step-line-height);background:var(--register-step-line-bg);transition:background var(--transition-normal);flex:1}.register-modal__step-line.done{background:var(--register-step-line-done-bg)}.register-modal__switch{text-align:center;padding-top:var(--register-switch-margin-top);font-size:var(--font-size-caption);font-weight:var(--font-weight-regular);color:var(--register-switch-color);cursor:pointer}.register-modal__switch span{color:var(--color-brand);font-weight:var(--font-weight-semibold)}.register-modal .register-field-row{gap:var(--spacing-12);display:flex}.register-modal .register-field--half,.register-modal .register-field--third,.register-modal .register-field--phone-number{flex:1;min-width:0;margin-bottom:0}.register-modal .register-field-row--thirds,.register-modal .register-field-row--phone{gap:var(--spacing-8)}.register-modal .register-field--phone-code{flex-shrink:0;width:25%;margin-bottom:0}.register-modal .dench-input-wrapper--invalid .custom-input-icon{display:none}.register-modal .register-form{flex-direction:column;height:100%;display:flex;position:relative}.register-modal .register-form .step{width:100%;margin:0 auto;transition:none}.register-modal .register-form .register-actions{margin-top:var(--register-actions-margin-top);justify-content:center;align-items:center;display:flex}.register-modal .register-form .register-actions .dench-button-component,.register-modal .register-form .register-actions .dench-button-component .dench-button{width:100%}.register-modal .register-form .register-actions--with-back{gap:var(--spacing-10)}.register-modal .register-form .register-actions--with-back .dench-button-component:first-child{flex-shrink:0;width:auto}.register-modal .register-form .register-actions--with-back .dench-button-component:first-child .dench-button{width:auto}.register-modal .register-form .register-actions--with-back .dench-button-component:last-child{flex:1}.register-modal .register-navigation{margin-top:auto;position:relative}.step inline-content-component .inline-content-wrapper{margin-bottom:var(--spacing-32)}.step .checkbox-group{margin-top:var(--spacing-12);margin-bottom:var(--spacing-12)}.register-code-field{width:100%;margin-top:var(--register-code-field-margin-top)}@media only screen and (min-device-width:834px) and (max-device-width:1194px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait),(min-device-width:834px) and (max-device-width:1194px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape),(min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait),(min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape){.register-code-field{margin-top:var(--mobile-register-code-field-margin-top)}}@media only screen and (min-width:768px) and (max-width:1024px){.register-code-field{margin-top:var(--mobile-register-code-field-margin-top)}}@media only screen and (max-width:767px){.register-code-field{margin-top:var(--mobile-register-code-field-margin-top)}}.register-code-toggle{appearance:none;min-height:var(--register-code-toggle-min-height);color:var(--register-code-toggle-color);cursor:pointer;font:inherit;font-size:var(--register-code-toggle-font-size);text-align:left;transition:var(--transition-color);background:0 0;border:none;align-items:center;padding:0;display:inline-flex}.register-code-toggle:after{content:"";width:0;height:0;margin-left:var(--register-code-toggle-caret-margin-left);border-left:var(--register-code-toggle-caret-width) solid transparent;border-right:var(--register-code-toggle-caret-width) solid transparent;border-top:var(--register-code-toggle-caret-height) solid currentColor;transition:transform .2s}.register-code-toggle:hover{color:var(--register-code-toggle-color-hover);text-decoration:underline}.register-code-toggle:focus-visible{outline:var(--register-code-toggle-focus-outline);outline-offset:var(--register-code-toggle-focus-outline-offset)}.register-code-toggle.is-expanded{color:var(--register-code-toggle-color-hover);margin-bottom:var(--register-code-toggle-expanded-margin-bottom)}.register-code-toggle.is-expanded:after{transform:rotate(180deg)}.gender-section{margin-top:var(--input-margin-bottom);margin-bottom:var(--spacing-12)}.gender-radios{gap:var(--spacing-24);flex-wrap:wrap;align-items:center;display:flex}.gender-radios .radio-icon{display:none!important}.reg-success{min-height:var(--rs-min-height);text-align:center;padding:var(--spacing-48) var(--spacing-16) 0;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.reg-success__ambient{pointer-events:none;position:absolute;inset:0;overflow:hidden}.reg-success__orb{filter:blur(var(--rs-orb-blur));border-radius:50%;position:absolute}.reg-success__orb--1{width:var(--rs-orb-1-size);height:var(--rs-orb-1-size);background:var(--rs-success-orb-1);top:10%;left:20%}.reg-success__orb--2{width:var(--rs-orb-2-size);height:var(--rs-orb-2-size);background:var(--rs-success-orb-2);bottom:10%;right:15%}.reg-success__card{z-index:2;max-width:var(--rs-max-width);width:100%;position:relative}.reg-success__illust{width:var(--rs-illust-size);height:var(--rs-illust-size);margin:0 auto var(--spacing-32);position:relative}.reg-success__ring{border:2px solid var(--rs-ring);border-radius:50%;animation:3s ease-out infinite rs-pulse;position:absolute;inset:0}.reg-success__ring--delayed{inset:var(--rs-ring-inset);border-color:var(--rs-ring-delayed);animation-delay:.5s}.reg-success__icon-circle{inset:var(--rs-icon-inset);background:var(--rs-icon-bg);border:1px solid var(--rs-icon-border);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute}.reg-success__icon-circle svg{width:var(--rs-svg-size);height:var(--rs-svg-size);color:var(--color-status-success)}.reg-success__title{font-size:var(--font-size-h3);font-weight:var(--font-weight-bold);color:var(--color-text-primary);margin:0 0 var(--spacing-12);line-height:1.3}.reg-success__desc{font-size:var(--font-size-body);color:var(--color-text-secondary);margin:0 auto var(--spacing-24);max-width:var(--rs-max-width);line-height:1.6}.reg-success__email{align-items:center;gap:var(--spacing-8);background:var(--color-ui-bg-hover);border:1px solid var(--color-border-1);border-radius:var(--radius-8);padding:var(--spacing-8) var(--spacing-16);font-size:var(--font-size-body);color:var(--color-text-primary);font-weight:var(--font-weight-medium);margin-bottom:var(--spacing-32);display:inline-flex}.reg-success__email svg{width:var(--rs-email-svg-size);height:var(--rs-email-svg-size);color:var(--color-text-secondary);flex-shrink:0}.reg-success__actions{gap:var(--spacing-12);max-width:var(--rs-max-width);flex-direction:column;width:100%;margin:0 auto;display:flex}.reg-success__actions .dench-button-component,.reg-success__actions .dench-button{width:100%}.reg-success__actions .dench-button-component.resend-button,.reg-success__actions .dench-button.resend-button{height:auto;min-height:var(--rs-resend-min-height);padding:var(--rs-resend-padding);white-space:normal;line-height:var(--rs-resend-line-height)}.reg-success__actions .dench-button-component.resend-button span,.reg-success__actions .dench-button.resend-button span{text-align:center}.reg-success__actions .dench-button-component.resend-button.disabled,.reg-success__actions .dench-button.resend-button.disabled{opacity:.7;cursor:not-allowed}.reg-success__error{align-items:center;gap:var(--spacing-8);background:var(--rs-error-bg);border:1px solid var(--rs-error-border);border-radius:var(--radius-8);padding:var(--spacing-8) var(--spacing-12);font-size:var(--font-size-caption);color:var(--color-status-error);margin-top:var(--spacing-12);text-align:left;display:flex}.reg-success__error svg{width:var(--rs-error-svg-size);height:var(--rs-error-svg-size);flex-shrink:0}@keyframes rs-pulse{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.15)}}@media only screen and (min-width:1025px){.custom-modal-wrapper.register-modal .modal-inner-content{background:0 0;border:none;border-radius:0;justify-content:center;align-items:flex-start;width:100%;height:100%;max-height:100%;padding-top:5vh;display:flex}.custom-modal-wrapper.register-modal .modal-body{justify-content:center;align-items:flex-start;width:100%;display:flex}.register-modal{height:100%;max-height:calc(100dvh - var(--layout-header-height) - 130px);max-width:var(--register-split-max-width);width:100%;margin:0 auto}.register-modal__split{min-height:var(--register-split-min-height);border-radius:var(--register-split-border-radius);border:1px solid var(--color-border-1);flex-direction:row;max-height:100%;overflow:hidden}.register-modal__brand{width:var(--register-brand-width);min-width:var(--register-brand-width);background:var(--register-brand-bg);padding:var(--register-brand-padding);flex-direction:column;justify-content:flex-start;display:flex;position:relative;overflow:hidden}.register-modal__brand:before{content:"";background:radial-gradient(circle, var(--color-glow-primary) 0%, transparent 70%);pointer-events:none;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-60px;right:-60px}.register-modal__brand-logo{margin-bottom:var(--spacing-24)}.register-modal__brand-logo img{height:36px}.register-modal__brand-heading{font-size:var(--font-size-h3);font-weight:var(--font-weight-bold);color:var(--color-text-primary);margin:0 0 var(--spacing-10);line-height:1.2}.register-modal__brand-heading span{color:var(--color-brand)}.register-modal__brand-description{font-size:var(--font-size-body-sm);color:var(--color-text-secondary);margin:0 0 var(--spacing-20);line-height:1.7}.register-modal__brand-features{gap:var(--spacing-10);flex-direction:column;display:flex}.register-modal__brand-feat{align-items:center;gap:var(--spacing-10);font-size:var(--font-size-caption);color:var(--color-text-secondary);display:flex}.register-modal__brand-check{color:var(--color-brand);font-weight:var(--font-weight-bold)}.register-modal__brand-icon{width:80px;height:80px;margin-top:auto}.register-modal__brand-icon svg{width:100%;height:100%}.register-modal__form-panel{background:var(--color-ui-surface);min-height:0;padding:var(--register-desktop-form-panel-padding);padding-top:var(--spacing-16);flex-direction:column;flex:1;justify-content:flex-start;align-items:center;display:flex;overflow-y:auto}.register-modal__form{width:100%;padding:0}.register-modal__form-header{text-align:left}.register-modal__welcome{display:none}.register-modal__form-card{background:0 0;border:none;padding:0}.register-modal__close-btn--desktop{margin-bottom:var(--spacing-4);width:var(--close-button-size-lg);height:var(--close-button-size-lg);cursor:pointer;transition:background var(--transition-normal);background:0 0;border:none;flex-shrink:0;justify-content:center;align-self:flex-end;align-items:center;padding:0;display:flex}.register-modal__close-btn--desktop:hover{background:var(--close-button-ghost-bg-hover)}.register-modal__close-btn--desktop .icon-wrapper{width:20px;height:20px}.register-modal__close-btn--desktop .icon-wrapper svg{width:100%;height:100%}.register-modal .reg-success{padding:var(--spacing-48) 0 0}}@media only screen and (min-device-width:834px) and (max-device-width:1194px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait),(min-device-width:834px) and (max-device-width:1194px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape),(min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait),(min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape){.custom-modal-wrapper-backdrop.backdrop-register-modal.shown,.custom-modal-wrapper.register-modal.shown{top:var(--mobile-layout-header-height)}.custom-modal-wrapper.register-modal .modal-inner-content{background:var(--register-mobile-bg);height:calc(100vh - var(--mobile-layout-header-height));min-width:auto;padding-bottom:calc(var(--bottom-bar-height) + var(--bottom-bar-bottom) + 48px);overflow:auto}.register-modal{background:var(--register-mobile-bg);padding-left:var(--safe-area-inset-left);padding-right:var(--safe-area-inset-right)}.register-modal__form{padding:var(--register-mobile-form-padding)}.register-modal .register-form .register-actions{margin-top:var(--spacing-12)}.register-modal .step inline-content-component .inline-content-wrapper{margin-bottom:var(--spacing-24)}.register-modal .step.step-1 .checkbox-group{margin-top:var(--spacing-24);gap:var(--spacing-12);flex-direction:column;display:flex}.register-modal .register-navigation .dench-button-component,.register-modal .register-navigation .dench-button-component .dench-button{width:100%}.register-modal .reg-success{padding:var(--spacing-24) var(--spacing-12) 0}.register-modal .reg-success__orb--1{width:var(--rs-orb-1-size-mobile);height:var(--rs-orb-1-size-mobile);top:5%;left:-10%}.register-modal .reg-success__orb--2{width:var(--rs-orb-2-size-mobile);height:var(--rs-orb-2-size-mobile);bottom:15%;right:-5%}.register-modal .reg-success__illust{width:var(--rs-illust-size-mobile);height:var(--rs-illust-size-mobile)}.register-modal .reg-success__ring--delayed{inset:var(--rs-ring-inset-mobile)}.register-modal .reg-success__icon-circle{inset:var(--rs-icon-inset-mobile)}.register-modal .reg-success__icon-circle svg{width:var(--rs-svg-size-mobile);height:var(--rs-svg-size-mobile)}.register-modal .reg-success__title{font-size:var(--font-size-body-lg)}.register-modal .reg-success__desc{font-size:var(--font-size-caption)}}@media only screen and (min-width:768px) and (max-width:1024px){.custom-modal-wrapper-backdrop.backdrop-register-modal.shown,.custom-modal-wrapper.register-modal.shown{top:var(--mobile-layout-header-height)}.custom-modal-wrapper.register-modal .modal-inner-content{background:var(--register-mobile-bg);height:calc(100vh - var(--mobile-layout-header-height));min-width:auto;padding-bottom:calc(var(--bottom-bar-height) + var(--bottom-bar-bottom) + 48px);overflow:auto}.register-modal{background:var(--register-mobile-bg);padding-left:var(--safe-area-inset-left);padding-right:var(--safe-area-inset-right)}.register-modal__form{padding:var(--register-mobile-form-padding)}.register-modal .register-form .register-actions{margin-top:var(--spacing-12)}.register-modal .step inline-content-component .inline-content-wrapper{margin-bottom:var(--spacing-24)}.register-modal .step.step-1 .checkbox-group{margin-top:var(--spacing-24);gap:var(--spacing-12);flex-direction:column;display:flex}.register-modal .register-navigation .dench-button-component,.register-modal .register-navigation .dench-button-component .dench-button{width:100%}.register-modal .reg-success{padding:var(--spacing-24) var(--spacing-12) 0}.register-modal .reg-success__orb--1{width:var(--rs-orb-1-size-mobile);height:var(--rs-orb-1-size-mobile);top:5%;left:-10%}.register-modal .reg-success__orb--2{width:var(--rs-orb-2-size-mobile);height:var(--rs-orb-2-size-mobile);bottom:15%;right:-5%}.register-modal .reg-success__illust{width:var(--rs-illust-size-mobile);height:var(--rs-illust-size-mobile)}.register-modal .reg-success__ring--delayed{inset:var(--rs-ring-inset-mobile)}.register-modal .reg-success__icon-circle{inset:var(--rs-icon-inset-mobile)}.register-modal .reg-success__icon-circle svg{width:var(--rs-svg-size-mobile);height:var(--rs-svg-size-mobile)}.register-modal .reg-success__title{font-size:var(--font-size-body-lg)}.register-modal .reg-success__desc{font-size:var(--font-size-caption)}}@media only screen and (max-width:767px){.custom-modal-wrapper-backdrop.backdrop-register-modal.shown,.custom-modal-wrapper.register-modal.shown{top:var(--mobile-layout-header-height)}.custom-modal-wrapper.register-modal .modal-inner-content{background:var(--register-mobile-bg);height:calc(100vh - var(--mobile-layout-header-height));min-width:auto;padding-bottom:calc(var(--bottom-bar-height) + var(--bottom-bar-bottom) + 48px);overflow:auto}.register-modal{background:var(--register-mobile-bg);padding-left:var(--safe-area-inset-left);padding-right:var(--safe-area-inset-right)}.register-modal__form{padding:var(--register-mobile-form-padding)}.register-modal .register-form .register-actions{margin-top:var(--spacing-12)}.register-modal .step inline-content-component .inline-content-wrapper{margin-bottom:var(--spacing-24)}.register-modal .step.step-1 .checkbox-group{margin-top:var(--spacing-24);gap:var(--spacing-12);flex-direction:column;display:flex}.register-modal .register-navigation .dench-button-component,.register-modal .register-navigation .dench-button-component .dench-button{width:100%}.register-modal .reg-success{padding:var(--spacing-24) var(--spacing-12) 0}.register-modal .reg-success__orb--1{width:var(--rs-orb-1-size-mobile);height:var(--rs-orb-1-size-mobile);top:5%;left:-10%}.register-modal .reg-success__orb--2{width:var(--rs-orb-2-size-mobile);height:var(--rs-orb-2-size-mobile);bottom:15%;right:-5%}.register-modal .reg-success__illust{width:var(--rs-illust-size-mobile);height:var(--rs-illust-size-mobile)}.register-modal .reg-success__ring--delayed{inset:var(--rs-ring-inset-mobile)}.register-modal .reg-success__icon-circle{inset:var(--rs-icon-inset-mobile)}.register-modal .reg-success__icon-circle svg{width:var(--rs-svg-size-mobile);height:var(--rs-svg-size-mobile)}.register-modal .reg-success__title{font-size:var(--font-size-body-lg)}.register-modal .reg-success__desc{font-size:var(--font-size-caption)}}@media only screen and (min-device-width:834px) and (max-device-width:1194px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait),(min-device-width:834px) and (max-device-width:1194px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape),(min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait),(min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape){.reg-success{padding:var(--spacing-40) var(--spacing-32)}}@media only screen and (min-width:768px) and (max-width:1024px){.reg-success{padding:var(--spacing-40) var(--spacing-32)}}@media only screen and (max-width:420px){.register-modal .register-field-row--phone{flex-direction:column;gap:0}.register-modal .register-field--phone-code{width:100%}}
