.modal-backdrop{top:var(--modal-visual-viewport-top,0px);left:var(--modal-visual-viewport-left,0px);width:var(--modal-visual-viewport-width,100vw);height:var(--modal-visual-viewport-height,100dvh);box-sizing:border-box;z-index:1000;background:#000000b8;justify-content:center;align-items:center;max-height:100dvh;padding:20px;display:flex;position:fixed}.modal-backdrop:has(.auth-modal){-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#000000d6}.modal{background:var(--bg-card,#1e2329);border-radius:12px;max-height:calc(100vh - 40px);overflow:hidden;box-shadow:0 20px 50px #00000080}.auth-modal{width:min(760px,100%);max-height:calc(var(--modal-visual-viewport-height,100dvh) - 40px);grid-template-columns:340px 1fr;display:grid;position:relative}.auth-modal--register{width:min(700px,100%);height:min(680px, calc(var(--modal-visual-viewport-height,100dvh) - 40px));grid-template-columns:330px minmax(0,1fr)}.auth-modal__close{width:32px;height:32px;color:var(--text-primary,#eaecef);cursor:pointer;z-index:2;background:0 0;border:none;position:absolute;top:14px;right:14px}.auth-modal__close:hover{color:var(--yellow,var(--zxc-accent))}.auth-modal__form-panel{max-height:calc(var(--modal-visual-viewport-height,100dvh) - 40px);min-width:0;padding:20px 22px;overflow-y:auto}.auth-modal--register .auth-modal__form-panel{flex-direction:column;min-height:0;max-height:none;padding:16px 18px;display:flex;overflow:hidden}.auth-modal--register .auth-tabs{flex:none;margin-bottom:10px}.auth-modal--register .auth-form{scrollbar-color:#3b4542 transparent;scrollbar-width:thin;gap:8px;min-height:0;padding-right:5px;overflow-y:auto}.auth-modal__promo-panel{color:var(--text-primary,#eaecef);background:linear-gradient(135deg,#1a1d24 0%,#0b0e11 100%);flex-direction:column;justify-content:center;min-height:460px;padding:22px;display:flex}.auth-modal__promo-panel--hero{isolation:isolate;background:#070a0d;min-height:480px;padding:0;position:relative;overflow:hidden}.auth-modal__promo-panel--hero:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#040708cc 0%,#0407081f 25%,#04070805 52%,#0407089e 70%,#040708fa 100%);position:absolute;inset:0}.auth-modal--register .auth-modal__promo-panel{min-height:0}.auth-promo__picture{z-index:0;position:absolute;inset:0}.auth-promo__art{z-index:0;object-fit:cover;object-position:center 43%}.auth-modal__promo-panel--login .auth-promo__art{object-fit:cover;object-position:center}.auth-modal__promo-panel--register .auth-promo__art{object-position:center 42%}.auth-modal__promo-panel--login:before{background:linear-gradient(#0305056b 0%,#03050508 36%,#0305051f 64%,#030505f0 100%),linear-gradient(90deg,#0305059e 0%,#03050529 54%,#0305050a 100%)}.auth-promo__login-copy{z-index:2;pointer-events:none;position:absolute;inset:0}.auth-promo__login-copy h3{color:#f7f7f3;letter-spacing:-.07em;text-shadow:0 4px 22px #000000b8;flex-direction:column;margin:0;font-size:35px;font-weight:850;line-height:1.02;animation:.65s cubic-bezier(.2,.75,.25,1) .35s both auth-promo-copy-enter;display:flex;position:absolute;bottom:24px;left:26px;right:26px}.auth-promo__login-copy h3 span:last-child{color:var(--zxc-accent-strong)}.auth-promo__login-copy p{color:#f8f5ebd6;letter-spacing:-.025em;text-shadow:0 2px 9px #000000e6;align-items:center;gap:8px;margin:0;padding:0;font-size:11px;font-weight:700;line-height:1;animation:.65s cubic-bezier(.2,.75,.25,1) .22s both auth-promo-copy-enter;display:flex;position:absolute;top:67px;left:27px}.auth-promo__login-copy p:before{background:var(--zxc-accent);width:22px;height:1px;box-shadow:0 0 9px rgba(var(--zxc-accent-rgb), .42);content:""}.auth-promo__login-wordmark{filter:drop-shadow(0 5px 18px #000000b8);width:180px;height:auto;animation:.65s cubic-bezier(.2,.75,.25,1) 80ms both auth-promo-copy-enter;display:block;position:absolute;top:26px;left:26px}.auth-modal__promo-panel--login .auth-promo__art{animation:1.05s cubic-bezier(.2,.72,.2,1) both auth-promo-art-enter}@keyframes auth-promo-art-enter{0%{filter:saturate(.82)brightness(.86);transform:scale(1.035)}to{filter:saturate()brightness();transform:scale(1)}}@keyframes auth-promo-copy-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.auth-promo__brand-lockup{z-index:2;flex-direction:column;align-items:flex-start;gap:7px;display:flex;position:absolute;top:24px;left:24px;right:24px}.auth-promo__wordmark{filter:drop-shadow(0 5px 14px #000000b8);width:min(176px,64%);height:auto;display:block}.auth-promo__brand-lockup span{color:var(--zxc-accent-strong);letter-spacing:-.02em;font-size:10px;font-weight:800}.auth-promo__content{z-index:2;border-top:1px solid rgba(var(--zxc-accent-rgb), .38);background:#040708c7;min-height:154px;padding:19px 24px 21px;position:absolute;bottom:0;left:0;right:0}.auth-promo__content h3{color:#f5f7f8;letter-spacing:-.04em;margin:0;font-size:19px;font-weight:800;line-height:1.25}.auth-promo__content>p{color:#b9c2c8;margin:6px 0 13px;font-size:11px;line-height:1.5}.auth-promo__products{border-top:1px solid #f5f7f829;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:14px;padding-top:10px;display:grid}.auth-promo__product-group{flex-direction:column;gap:4px;min-width:0;display:flex}.auth-promo__product-group strong{color:var(--zxc-accent-strong);letter-spacing:-.01em;font-size:10px;font-weight:800}.auth-promo__product-group span{color:#f5f7f8;letter-spacing:-.045em;font-size:10px;font-weight:600;line-height:1.45}.auth-modal__promo-panel--register .auth-promo__content{min-height:164px;padding-bottom:23px}.auth-tabs{gap:5px;margin-bottom:16px;display:flex}.auth-tabs__btn{border:1px solid var(--border,#2b3139);min-height:34px;color:var(--text-muted,#848e9c);letter-spacing:-.02em;cursor:pointer;background:0 0;border-radius:5px;padding:7px 15px;font-size:11px;font-weight:600;transition:all .15s}.auth-tabs__btn--active{background:var(--bg-tertiary,#2b3139);color:var(--yellow,var(--zxc-accent));border-color:var(--yellow,var(--zxc-accent))}.auth-form{flex-direction:column;gap:10px;display:flex}.auth-form__title{color:var(--text-primary,#eaecef);margin:0 0 2px;font-size:15px;font-weight:700}.auth-form__subtitle{color:var(--text-muted,#848e9c);margin:0 0 8px;font-size:11px}.auth-member-type{border:0;grid-template-columns:1fr 1fr;align-items:stretch;gap:6px;margin:0;padding:0;display:grid}.auth-member-type legend{color:var(--text-muted,#848e9c);letter-spacing:.5px;text-transform:uppercase;grid-column:1/-1;margin-bottom:1px;font-size:9px;font-weight:600}.auth-member-type label{border:1px solid var(--border,#2b3139);background:var(--bg-tertiary,#2b3139);cursor:pointer;border-radius:6px;align-items:center;gap:7px;min-width:0;padding:8px;display:flex}.auth-member-type label.active{border-color:var(--yellow,var(--zxc-accent));background:rgba(var(--zxc-accent-rgb), .08)}.auth-member-type input{accent-color:var(--yellow,var(--zxc-accent));flex:none;margin:0}.auth-member-type span{flex-direction:column;gap:2px;min-width:0;display:flex}.auth-member-type strong{color:var(--text-primary,#eaecef);font-size:10px}.auth-member-type small{color:var(--text-muted,#848e9c);font-size:8px;line-height:1.35}.auth-bank-fields{grid-template-columns:1fr 1fr;gap:8px;display:grid}.auth-bank-fields__holder{grid-column:1/-1}@media (max-width:520px){.auth-member-type{grid-template-columns:1fr}}.auth-form__group{flex-direction:column;gap:4px;display:flex}.auth-form__label{letter-spacing:.5px;color:var(--text-muted,#848e9c);text-transform:uppercase;font-size:9px;font-weight:600}.auth-form__input{background:var(--bg-tertiary,#2b3139);border:1px solid var(--border,#2b3139);width:100%;color:var(--text-primary,#eaecef);border-radius:5px;padding:8px 11px;font-size:12px;transition:border-color .15s}.auth-form__input:focus{border-color:var(--yellow,var(--zxc-accent));outline:none}.auth-form__input-wrapper{position:relative}.auth-form__toggle{color:var(--text-muted,#848e9c);cursor:pointer;background:0 0;border:none;padding:4px;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.auth-form__submit{background:var(--yellow,var(--zxc-accent));width:100%;color:var(--color-on-accent);cursor:pointer;border:none;border-radius:5px;margin-top:4px;padding:9px 14px;font-size:12px;font-weight:700;transition:opacity .15s}.auth-form__submit:disabled{opacity:.5;cursor:not-allowed}.auth-form__error{color:#f6465d;margin-top:3px;font-size:10px}.auth-form__hint{color:var(--text-muted,#848e9c);margin:-1px 0 4px;font-size:10px;line-height:1.45}.auth-form__optional{color:var(--text-muted,#848e9c);letter-spacing:0;font-weight:500}.auth-form__meta-row{justify-content:flex-end;margin-top:-4px;font-size:10px;display:flex}.auth-form__meta-row a{color:var(--yellow,var(--zxc-accent))}.auth-form__strength{align-items:center;gap:10px;margin-top:6px;display:flex}.auth-form__strength-bar{background:var(--bg-tertiary,#2b3139);border-radius:2px;flex:1;height:4px;overflow:hidden}.auth-form__strength-fill{height:100%;transition:width .2s,background .2s}.auth-form__strength-fill[data-level="0"]{width:0}.auth-form__strength-fill[data-level="20"]{width:20%}.auth-form__strength-fill[data-level="40"]{width:40%}.auth-form__strength-fill[data-level="60"]{width:60%}.auth-form__strength-fill[data-level="80"]{width:80%}.auth-form__strength-fill[data-level="100"]{width:100%}.auth-form__strength-fill--idle{background:var(--border,#3c4654)}.auth-form__strength-fill--danger{background:var(--danger,#f6465d)}.auth-form__strength-fill--warning{background:var(--color-warning,#f3c969)}.auth-form__strength-fill--info{background:var(--blue,#4c9aff)}.auth-form__strength-fill--success{background:var(--green,#0ecb81)}.auth-form__strength-text{text-align:right;min-width:92px;font-size:10px;font-weight:700}.auth-form__strength-text--idle{color:var(--text-secondary,#b7bdc6)}.auth-form__strength-text--danger{color:var(--danger,#ff6b7c)}.auth-form__strength-text--warning{color:var(--color-warning,#f3c969)}.auth-form__strength-text--info{color:var(--blue,#66a7ff)}.auth-form__strength-text--success{color:var(--green,#20d99a)}.auth-form__password-policy{border:1px solid var(--border,#3c4654);background:var(--bg-secondary,#181d24);border-radius:6px;padding:8px 9px}.auth-form__policy-heading{color:var(--text-primary,#eaecef);justify-content:space-between;align-items:baseline;gap:8px;font-size:10px;display:flex}.auth-form__policy-heading strong{color:var(--text-primary,#eaecef);font-size:10px}.auth-form__policy-heading span{color:var(--text-secondary,#b7bdc6);font-size:9px}.auth-form__requirements{color:var(--text-secondary,#b7bdc6);flex-wrap:wrap;gap:4px 10px;margin:5px 0 0;padding:0;font-size:10px;list-style:none;display:flex}.auth-form__requirements li:before{content:"○";color:var(--text-muted,#848e9c);margin-right:4px}.auth-form__requirements li.passed{color:var(--green,#20d99a)}.auth-form__requirements li.passed:before{content:"✓";color:var(--green,#20d99a)}.auth-form__phone-row{align-items:stretch;gap:6px;display:flex}.auth-form__country{background:var(--bg-tertiary,#2b3139);border:1px solid var(--border,#2b3139);color:var(--text-primary,#eaecef);cursor:pointer;border-radius:5px;flex:none;max-width:78px;padding:7px 8px;font-size:10px}.auth-form__country:focus{border-color:var(--yellow,var(--zxc-accent));outline:none}.auth-form__phone-input{flex:auto;min-width:0}.auth-form__otp-btn{border:1px solid var(--yellow,var(--zxc-accent));color:var(--yellow,var(--zxc-accent));letter-spacing:.3px;cursor:pointer;white-space:nowrap;background:0 0;border-radius:5px;flex:none;padding:0 10px;font-size:10px;font-weight:700;transition:opacity .15s}.auth-form__otp-btn:disabled{opacity:.5;cursor:not-allowed}.auth-form__otp-btn:not(:disabled):hover{background:rgba(var(--zxc-accent-rgb), .12)}.auth-form__referral-toggle{color:var(--text-muted,#848e9c);justify-content:space-between;align-items:center;font-size:11px;display:flex}.auth-form__referral-toggle button{color:var(--yellow,var(--zxc-accent));cursor:pointer;background:0 0;border:none;font-size:11px;font-weight:600}.auth-form__switch-prompt{color:var(--text-muted,#848e9c);text-align:center;margin:6px 0 0;font-size:10px;line-height:1.5}.auth-form__switch-action{color:var(--yellow,var(--zxc-accent));font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700}.auth-promo__badge{background:rgba(var(--zxc-accent-rgb), .15);color:var(--yellow,var(--zxc-accent));letter-spacing:.5px;border-radius:4px;margin-bottom:12px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-block}.auth-promo__title{margin:0 0 10px;font-size:28px;font-weight:800}.auth-promo__desc{color:var(--text-muted,#848e9c);margin:0 0 22px;font-size:13px;line-height:1.5}.auth-promo__features{flex-direction:column;gap:14px;margin:0 0 22px;padding:0;list-style:none;display:flex}.auth-promo__features li{align-items:center;gap:12px;display:flex}.auth-promo__feature-icon{width:32px;height:32px;color:var(--yellow,var(--zxc-accent));flex-shrink:0}.auth-promo__feature-icon svg{width:24px;height:24px}.auth-promo__feature-text{flex-direction:column;gap:2px;display:flex}.auth-promo__feature-text strong{color:var(--text-primary,#eaecef);font-size:13px}.auth-promo__feature-text span{color:var(--text-muted,#848e9c);font-size:11px}.auth-promo__stats{border-top:1px solid var(--border,#2b3139);grid-template-columns:repeat(3,1fr);gap:10px;padding-top:18px;display:grid}.auth-promo__stat{flex-direction:column;align-items:center;display:flex}.auth-promo__stat-value{color:var(--yellow,var(--zxc-accent));font-size:16px;font-weight:700}.auth-promo__stat-label{color:var(--text-muted,#848e9c);margin-top:2px;font-size:10px}.auth-page{min-height:calc(100vh - var(--header-height,64px));padding:calc(var(--header-height,64px) + 42px) 20px 46px;background:linear-gradient(#0e1319eb 0%,#0b0e11 100%),url(/images/auth/hero-wide.png) 50%/cover no-repeat;justify-content:center;align-items:center;display:flex}.auth-page__shell{background:var(--bg-card,#14171c);border:1px solid var(--border,#232934);border-radius:8px;grid-template-columns:minmax(340px,400px) minmax(280px,1fr);width:min(920px,100%);display:grid;overflow:hidden;box-shadow:0 20px 56px #00000073}.auth-page__shell--loading{grid-template-columns:1fr;place-items:center;min-height:420px}.auth-page__loading{color:var(--text-muted,#848e9c);font-size:13px}.auth-page__form-panel{max-height:calc(100vh - 154px);padding:28px 30px;overflow-y:auto}.auth-page .auth-modal__promo-panel{min-height:590px}@media (max-width:768px){.modal-backdrop:has(.auth-modal){padding:8px}.auth-modal{height:min(506px, calc(var(--modal-visual-viewport-height,100dvh) - 16px));max-height:calc(var(--modal-visual-viewport-height,100dvh) - 16px);grid-template-rows:150px minmax(0,1fr);grid-template-columns:1fr;width:min(360px,92%)}.auth-modal--register{height:min(720px, calc(var(--modal-visual-viewport-height,100dvh) - 16px));grid-template-rows:118px minmax(0,1fr);grid-template-columns:1fr}.auth-modal__promo-panel{display:none}.auth-modal__promo-panel--hero{order:-1;min-height:150px;display:block}.auth-modal__promo-panel--hero:before{background:linear-gradient(90deg,#040708f0 0%,#040708b8 34%,#04070814 68%,#0407082e 100%)}.auth-modal__promo-panel--login .auth-promo__art{object-fit:cover;object-position:center}.auth-modal__promo-panel--login:before{background:linear-gradient(#0305052e 0%,#03050505 50%,#030505c7 100%),linear-gradient(90deg,#030505db 0%,#0305058f 38%,#03050505 72%,#0305051f 100%)}.auth-promo__login-copy{width:auto}.auth-promo__login-copy h3{letter-spacing:-.065em;font-size:20px;line-height:.98;bottom:13px;left:14px;right:auto}.auth-promo__login-copy p{font-size:9px;top:51px;left:14px}.auth-promo__login-copy p:before{width:14px}.auth-promo__login-wordmark{width:112px;top:14px;left:14px}.auth-promo__brand-lockup{gap:4px;top:14px;left:14px;right:auto}.auth-promo__wordmark{width:112px}.auth-promo__brand-lockup span{letter-spacing:-.02em;font-size:10px}.auth-promo__content,.auth-modal__promo-panel--register .auth-promo__content{background:0 0;border:0;min-height:0;padding:0;inset:68px auto auto 14px}.auth-promo__content h3,.auth-promo__content>p{display:none}.auth-promo__products{border:0;flex-direction:column;gap:1px;max-width:285px;padding:0;display:flex}.auth-promo__product-group{line-height:1.25;display:block}.auth-promo__product-group strong{display:none}.auth-promo__product-group span{letter-spacing:-.045em;text-shadow:0 1px 3px #000000f2;font-size:10px;line-height:1.25}.auth-modal__form-panel{min-height:0;max-height:none;padding:14px 16px}.auth-modal--register .auth-modal__form-panel{padding:14px 16px}.auth-modal__close{color:#fff;width:36px;height:36px;top:6px;right:6px}.auth-page{padding:calc(var(--header-height,56px) + 18px) 14px 26px;background:var(--bg-dark,#0b0e11);align-items:flex-start}.auth-page__shell{grid-template-columns:1fr;width:min(420px,100%)}.auth-page__form-panel{max-height:none;padding:18px 16px}.auth-page .auth-modal__promo-panel{order:-1;min-height:116px}}@media (prefers-reduced-motion:reduce){.auth-modal__promo-panel--login .auth-promo__art,.auth-promo__login-copy h3,.auth-promo__login-copy p,.auth-promo__login-wordmark{animation:none}}.modal-backdrop:has(.auth-modal--zxc){z-index:9400;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#030910e0;padding:18px}.auth-modal--zxc{--auth-zxc-accent:#63c7f2;--auth-zxc-accent-hover:#83d8fa;--auth-zxc-accent-soft:#63c7f21a;--auth-zxc-on-accent:#071820;--auth-type-title:16px;--auth-type-control:14px;--auth-type-body:12px;--auth-type-support:11px;--bg-card:#101b29;--bg-secondary:#0c1723;--bg-tertiary:#172638;--border:#304257;--text-primary:#f2f8fc;--text-secondary:#b4c5d2;--text-muted:#8195a5;--yellow:var(--auth-zxc-accent);--green:#2dd4a8;--color-on-accent:var(--auth-zxc-on-accent);width:min(456px,100%);color:var(--text-primary);background:var(--bg-card);border:1px solid #63c7f247;border-radius:15px;grid-template-rows:58px minmax(0,1fr);grid-template-columns:minmax(0,1fr);font-family:Pretendard Variable,system-ui,sans-serif;box-shadow:0 30px 100px #00000094,inset 0 0 0 1px #ffffff06}.auth-modal--zxc.auth-modal--register{width:min(560px,100%);height:min(720px, calc(var(--modal-visual-viewport-height,100dvh) - 36px));grid-template-rows:58px minmax(0,1fr);grid-template-columns:minmax(0,1fr)}.auth-modal--zxc .auth-modal__zxc-topbar{background:#0c1723;border-bottom:1px solid #ffffff12;align-items:center;gap:11px;min-width:0;padding:0 64px 0 28px;display:flex}.auth-modal--zxc .auth-modal__zxc-topbar strong{color:#f2f8fc;letter-spacing:-.045em;font-size:14px;font-weight:950}.auth-modal--zxc .auth-modal__zxc-topbar strong span{color:var(--auth-zxc-accent)}.auth-modal--zxc .auth-modal__zxc-topbar small{color:#8298aa;letter-spacing:.04em;border-left:1px solid #ffffff1f;padding-left:11px;font-size:9px;font-weight:800}.auth-modal--zxc .auth-modal__form-panel{scrollbar-color:#354b60 transparent;background:#101b29;padding:24px 28px 28px}.auth-modal--zxc.auth-modal--register .auth-modal__form-panel{padding:20px 24px 24px}.auth-modal--zxc .auth-modal__close{color:#d9e8f1;background:#09141fd1;border:1px solid #ffffff1c;border-radius:9px;place-items:center;width:38px;height:38px;padding:0;display:grid;top:16px;right:16px}.auth-modal--zxc .auth-modal__close:hover{color:var(--auth-zxc-on-accent);background:var(--auth-zxc-accent);border-color:var(--auth-zxc-accent)}.auth-modal--zxc .auth-modal__close:focus-visible,.auth-modal--zxc button:focus-visible,.auth-modal--zxc input:focus-visible,.auth-modal--zxc select:focus-visible,.auth-modal--zxc a:focus-visible{outline:2px solid var(--auth-zxc-accent);outline-offset:2px}.auth-modal--zxc .auth-tabs{background:#0c1723;border:1px solid #ffffff12;border-radius:10px;grid-template-columns:1fr 1fr;gap:4px;margin-bottom:22px;padding:4px;display:grid}.auth-modal--zxc .auth-tabs,.auth-modal--zxc .auth-form{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.auth-modal--zxc.auth-modal--register .auth-tabs{margin-bottom:14px}.auth-modal--zxc .auth-tabs__btn{color:#91a6b6;min-height:38px;font-size:var(--auth-type-body);letter-spacing:.5px;background:0 0;border:0;border-radius:7px;padding:8px 14px;font-weight:600}.auth-modal--zxc .auth-tabs__btn--active{color:var(--auth-zxc-on-accent);background:var(--auth-zxc-accent);box-shadow:0 5px 18px #63c7f229}.auth-modal--zxc .auth-form{gap:12px}.auth-modal--zxc.auth-modal--register .auth-form{gap:9px}.auth-modal--zxc .auth-form__title{font-size:var(--auth-type-title);letter-spacing:normal;font-weight:700}.auth-modal--zxc .auth-form__subtitle{color:#91a6b6;font-size:var(--auth-type-body);margin-bottom:12px}.auth-modal--zxc .auth-form__label,.auth-modal--zxc .auth-member-type legend{color:#a9bcc9;font-size:var(--auth-type-body);letter-spacing:.5px;text-transform:uppercase;font-weight:600}.auth-modal--zxc .auth-form__input,.auth-modal--zxc .auth-form__country{color:#f2f8fc;min-height:43px;font-size:var(--auth-type-control);background:#172638;border-color:#ffffff12;border-radius:8px}.auth-modal--zxc.auth-modal--register .auth-form__input,.auth-modal--zxc.auth-modal--register .auth-form__country{min-height:38px}.auth-modal--zxc .auth-form__input::placeholder{color:#70879a}.auth-modal--zxc .auth-form__input:focus,.auth-modal--zxc .auth-form__country:focus{border-color:var(--auth-zxc-accent);box-shadow:0 0 0 3px var(--auth-zxc-accent-soft);background:#1a2b3f}.auth-modal--zxc .auth-form__submit{min-height:44px;color:var(--auth-zxc-on-accent);background:var(--auth-zxc-accent);font-size:var(--auth-type-control);border-radius:8px;font-weight:700}.auth-modal--zxc .auth-form__submit:not(:disabled):hover{background:var(--auth-zxc-accent-hover)}.auth-modal--zxc .auth-form__meta-row a,.auth-modal--zxc .auth-form__referral-toggle button,.auth-modal--zxc .auth-form p button{color:var(--auth-zxc-accent)!important}.auth-modal--zxc .auth-member-type label{background:#142334;border-color:#ffffff12;border-radius:8px;min-height:56px}.auth-modal--zxc .auth-member-type label.active{border-color:var(--auth-zxc-accent);background:#63c7f214}.auth-modal--zxc .auth-member-type input{accent-color:var(--auth-zxc-accent)}.auth-modal--zxc .auth-form__password-policy{background:#0c1723;border-color:#ffffff14;border-radius:8px}.auth-modal--zxc .auth-form__otp-btn{color:var(--auth-zxc-accent);border-color:var(--auth-zxc-accent);border-radius:8px}.auth-modal--zxc .auth-form__switch-prompt,.auth-modal--zxc .auth-member-type strong,.auth-modal--zxc .auth-form__policy-heading strong{font-size:var(--auth-type-body)}.auth-modal--zxc .auth-member-type small,.auth-modal--zxc .auth-form__hint,.auth-modal--zxc .auth-form__error,.auth-modal--zxc .auth-form__strength-text,.auth-modal--zxc .auth-form__policy-heading,.auth-modal--zxc .auth-form__policy-heading span,.auth-modal--zxc .auth-form__requirements,.auth-modal--zxc .auth-form__otp-btn{font-size:var(--auth-type-support)}.auth-modal--zxc .auth-member-type small{line-height:1.4}.auth-modal--zxc .auth-form__referral-toggle,.auth-modal--zxc .auth-form__referral-toggle button{font-size:var(--auth-type-body)}html[data-zxc-theme=green] .modal-backdrop:has(.auth-modal--zxc){background:#020a06e6}html[data-zxc-theme=green] .auth-modal--zxc{--auth-zxc-accent:#24e892;--auth-zxc-accent-hover:#49eeaa;--auth-zxc-accent-soft:#24e8921c;--auth-zxc-on-accent:#06170e;--bg-card:#111d18;--bg-secondary:#0d1813;--bg-tertiary:#192b23;--border:#345044;--text-primary:#f1faf5;--text-secondary:#b4cbbf;--text-muted:#829e90;border-color:#24e89247}html[data-zxc-theme=green] .auth-modal--zxc .auth-modal__zxc-topbar,html[data-zxc-theme=green] .auth-modal--zxc .auth-tabs,html[data-zxc-theme=green] .auth-modal--zxc .auth-form__password-policy{background:#0d1813}html[data-zxc-theme=green] .auth-modal--zxc .auth-modal__form-panel{scrollbar-color:#365448 transparent;background:#111d18}html[data-zxc-theme=green] .auth-modal--zxc .auth-modal__close{background:#081b12d6}html[data-zxc-theme=green] .auth-modal--zxc .auth-tabs__btn--active{box-shadow:0 5px 18px #24e8922b}html[data-zxc-theme=green] .auth-modal--zxc :is(.auth-form__input,.auth-form__country){background:#192b23}html[data-zxc-theme=green] .auth-modal--zxc :is(.auth-form__input,.auth-form__country):focus{background:#1e342a}html[data-zxc-theme=green] .auth-modal--zxc .auth-member-type label{background:#16271f}html[data-zxc-theme=green] .auth-modal--zxc .auth-member-type label.active{background:#24e89217}@media (max-width:768px){.modal-backdrop:has(.auth-modal--zxc){padding:8px}.auth-modal--zxc,.auth-modal--zxc.auth-modal--register{border-radius:15px;width:min(376px,100%)}.auth-modal--zxc{grid-template-rows:54px minmax(0,1fr);grid-template-columns:1fr;height:auto}.auth-modal--zxc.auth-modal--login{grid-template-rows:50px minmax(0,1fr);width:min(344px,100%)}.auth-modal--zxc.auth-modal--register{height:min(760px, calc(var(--modal-visual-viewport-height,100dvh) - 16px));grid-template-rows:54px minmax(0,1fr);grid-template-columns:1fr}.auth-modal--zxc .auth-modal__zxc-topbar{padding:0 58px 0 18px}.auth-modal--zxc .auth-modal__form-panel,.auth-modal--zxc.auth-modal--register .auth-modal__form-panel{padding:16px}.auth-modal--zxc .auth-tabs,.auth-modal--zxc.auth-modal--register .auth-tabs{margin-bottom:14px}.auth-modal--zxc .auth-modal__close{width:36px;height:36px;top:10px;right:10px}.auth-modal--zxc .auth-form__title{font-size:var(--auth-type-title)}.auth-modal--zxc .auth-form__input,.auth-modal--zxc .auth-form__country{font-size:16px}.auth-modal--zxc.auth-modal--login .auth-modal__form-panel{padding:12px 14px 14px}.auth-modal--zxc.auth-modal--login .auth-tabs{margin-bottom:10px;padding:3px}.auth-modal--zxc.auth-modal--login .auth-form{gap:8px}.auth-modal--zxc.auth-modal--login .auth-form__subtitle{margin-bottom:4px}.auth-modal--zxc.auth-modal--login .auth-form__submit{margin-top:0}.auth-modal--zxc.auth-modal--login .auth-form__switch-prompt{margin-top:2px}}
.live-chat-widget{right:max(18px, env(safe-area-inset-right));bottom:max(18px, env(safe-area-inset-bottom));z-index:9100;font-family:var(--font-family);flex-direction:column;align-items:flex-end;gap:12px;display:flex;position:fixed}.live-chat-launcher{min-width:132px;min-height:52px;color:var(--color-on-accent);background:var(--color-primary);border:1px solid #ffd43b;border-radius:999px;justify-content:center;align-items:center;gap:9px;padding:0 18px;font-size:14px;font-weight:800;display:inline-flex;position:relative;box-shadow:0 14px 36px #00000075}.live-chat-launcher-wrap{padding-top:9px;padding-right:9px;position:relative}.live-chat-widget.is-home-shortcut .live-chat-launcher-wrap{padding:0}.live-chat-widget.is-home-shortcut .live-chat-launcher{border-radius:50%;width:58px;min-width:58px;height:58px;min-height:58px;padding:0}.live-chat-widget.is-home-shortcut .live-chat-launcher>span{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.live-chat-widget.is-home-shortcut .live-chat-launcher i{font-size:20px}.live-chat-dismiss{z-index:2;width:28px;height:28px;color:var(--text-secondary);background:#171e1a;border:1px solid #344039;border-radius:50%;place-items:center;display:grid;position:absolute;top:0;right:0;box-shadow:0 6px 18px #00000073}.live-chat-dismiss:hover{color:var(--text-primary);background:#222b26}.live-chat-dismiss i{font-size:11px}.live-chat-launcher:hover{background:var(--zxc-accent-strong)}.live-chat-launcher i{font-size:18px}.live-chat-launcher b{color:#fff;background:var(--color-short);border:2px solid var(--bg-primary);border-radius:999px;place-items:center;min-width:22px;height:22px;padding:0 5px;font-size:10px;display:grid;position:absolute;top:-7px;right:-4px}.live-chat-panel{width:min(390px,100vw - 24px);height:min(610px,100dvh - 96px);color:var(--text-primary);background:#111715;border:1px solid #344039;border-radius:16px;grid-template-rows:auto minmax(0,1fr) auto;display:grid;overflow:hidden;box-shadow:0 26px 70px #0000009e}.live-chat-panel__header{background:#171e1a;border-bottom:1px solid #2b3530;align-items:center;gap:10px;min-height:70px;padding:13px 14px 13px 17px;display:flex}.live-chat-panel__status{background:var(--color-long);border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 4px #0ecb8124}.live-chat-panel__header>div{flex-direction:column;flex:1;min-width:0;display:flex}.live-chat-panel__header strong{font-size:15px}.live-chat-panel__header small{color:var(--text-secondary);overflow-wrap:anywhere;font-size:11px;line-height:1.35}.live-chat-panel__header button{width:42px;height:42px;color:var(--text-secondary);background:0 0;border-radius:8px;place-items:center;display:grid}.live-chat-panel__header button:hover{color:var(--text-primary);background:#222b26}.live-chat-panel__messages{background:radial-gradient(circle at 100% 0, rgba(var(--zxc-accent-rgb), .08), transparent 190px), #0d1210;flex-direction:column;gap:10px;min-height:0;padding:16px;display:flex;overflow-y:auto}.live-chat-panel__welcome{color:var(--text-secondary);background:#171e1a;border:1px solid #29332e;border-radius:10px;align-items:flex-start;gap:10px;margin-bottom:4px;padding:12px;font-size:12px;display:flex}.live-chat-panel__welcome i{color:var(--color-primary);margin-top:2px}.live-chat-panel__state,.live-chat-panel__retry{color:var(--text-secondary);text-align:center;align-self:center;margin:auto;font-size:12px}.live-chat-panel__retry{background:#1d2521;border-radius:8px;padding:10px 12px}.live-chat-message{background:#1b231f;border:1px solid #2c3731;border-radius:4px 12px 12px;gap:5px;max-width:83%;padding:10px 12px;display:grid}.live-chat-message--user{color:#13170d;background:var(--zxc-accent);border-color:var(--zxc-accent);border-radius:12px 4px 12px 12px;align-self:flex-end}.live-chat-message--system{max-width:94%;color:var(--text-secondary);text-align:center;background:0 0;border-style:dashed;border-radius:8px;align-self:center;font-size:11px}.live-chat-message strong{font-size:10px}.live-chat-message p{overflow-wrap:anywhere;white-space:pre-wrap;margin:0;font-size:13px;line-height:1.55}.live-chat-message time{color:var(--text-tertiary);font-size:9px}.live-chat-message--user time{color:#0b0e11a3;text-align:right}.live-chat-panel__composer{background:#151c18;border-top:1px solid #2b3530;gap:6px;padding:12px;display:grid}.live-chat-panel__composer>div{grid-template-columns:minmax(0,1fr) 44px;gap:8px;display:grid}.live-chat-panel__composer textarea{width:100%;min-height:48px;max-height:120px;color:var(--text-primary);resize:none;background:#0e1411;border:1px solid #344039;border-radius:8px;outline:0;padding:9px 11px}.live-chat-panel__composer button{width:44px;height:44px;color:var(--color-on-accent);background:var(--color-primary);border-radius:9px;align-self:end;place-items:center;display:grid}.live-chat-panel__composer button:disabled{cursor:not-allowed;opacity:.4}.live-chat-panel__composer>p{color:var(--color-short);font-size:11px}.live-chat-panel__composer>small{color:var(--text-tertiary);font-size:10px}.live-chat-widget :is(button,textarea):focus-visible{outline:2px solid var(--zxc-accent-strong);outline-offset:2px}@media (max-width:760px){.live-chat-widget{right:max(10px, env(safe-area-inset-right));bottom:max(78px, calc(env(safe-area-inset-bottom) + 68px))}.live-chat-widget.is-open{z-index:9500;padding:0;display:block;inset:0}.live-chat-widget.is-open .live-chat-panel{border:0;border-radius:0;width:100%;height:100dvh}.live-chat-widget.is-open .live-chat-launcher{display:none}.live-chat-launcher{min-width:54px;height:54px;padding:0}.live-chat-launcher-wrap{padding-top:14px;padding-right:14px}.live-chat-dismiss{width:44px;height:44px}.live-chat-launcher>span{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}}
@media (max-width:1024px),(hover:none) and (pointer:coarse){[data-zxc-visual-viewport-layer]{overscroll-behavior:contain;inset:auto!important;top:var(--zxc-visual-viewport-top,0px)!important;left:var(--zxc-visual-viewport-left,0px)!important;width:var(--zxc-visual-viewport-width,100vw)!important;height:var(--zxc-visual-viewport-height,100dvh)!important;max-width:var(--zxc-visual-viewport-width,100vw)!important;max-height:var(--zxc-visual-viewport-height,100dvh)!important}[data-zxc-visual-viewport-layer] :where([role=dialog]){max-height:calc(var(--zxc-visual-viewport-height,100dvh) - 16px)!important}dialog[open]{overscroll-behavior:contain;max-width:calc(var(--zxc-visual-viewport-width,100vw) - 16px)!important;max-height:calc(var(--zxc-visual-viewport-height,100dvh) - 16px)!important}html[data-zxc-keyboard-open=true] dialog[open]{top:calc(var(--zxc-visual-viewport-top,0px) + 8px)!important;margin-top:0!important;margin-bottom:0!important;bottom:auto!important}html[data-zxc-keyboard-open=true] [data-zxc-visual-viewport-surface]{overscroll-behavior:contain;max-height:calc(var(--zxc-visual-viewport-height,100dvh) - 16px)!important}html[data-zxc-keyboard-open=true] [data-zxc-visual-viewport-surface][data-zxc-bottom-anchored-popup]{bottom:var(--zxc-visual-viewport-bottom-inset,0px)!important}:where([role=dialog],dialog[open]) :where(input:not([type=hidden]),textarea,select,[contenteditable=true]){scroll-margin-block:16px}input:not([type=hidden]):not([type=button]):not([type=submit]):not([type=reset]):not([type=image]):not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]):not([type=file]),textarea,select,[contenteditable=true]{font-size:16px!important}}
