.language-switcher{position:relative}.language-switcher__trigger{display:flex;align-items:center;justify-content:center;min-width:25px;height:20px;padding:0 8px;border:none;background:#ffffff1a;cursor:pointer;border-radius:16px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.language-switcher__trigger:hover{background:#ffffff26}.language-switcher__trigger:active{transform:scale(.95)}.language-switcher__text{font-size:13px;font-weight:600;color:#fff;letter-spacing:.5px}.language-switcher__menu{position:fixed;min-width:140px;background:#1d232a;border:1px solid #323232;border-radius:10px;box-shadow:0 4px 12px #0000004d;overflow:hidden;z-index:9999;animation:slideDown .2s ease}.language-switcher__item{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;transition:background .2s ease}.language-switcher__item:hover{background:#ffffff0d}.language-switcher__item--active{background:#0058ff1a}.language-switcher__item--active .language-switcher__item-code,.language-switcher__item--active .language-switcher__item-name{color:#0058ff}.language-switcher__item-code{font-size:13px;font-weight:600;color:#fff;letter-spacing:.5px;min-width:24px;flex-shrink:0}.language-switcher__item-name{font-size:14px;color:#fff;white-space:nowrap}.language-switcher--modal .language-switcher__trigger{min-width:44px;height:32px;background:#ffffff1a}.language-switcher--modal .language-switcher__trigger:hover{background:#ffffff26}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.country-flag{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;flex-shrink:0;background-size:cover;background-position:center;border:1.5px solid rgba(255,255,255,.15);box-shadow:0 1px 4px #00000040}@media(max-width:485px){.country-select-popup.adm-popup{position:fixed!important;inset:0;z-index:10000}.country-select-popup .adm-mask{position:fixed!important;inset:0;z-index:10000;background:#0009}.country-select-popup .adm-popup-body{position:fixed!important;max-height:70vh;max-height:min(70vh,var(--app-viewport-height, 100vh) - var(--app-bottom-safe-space, 0px));overflow-y:auto;z-index:10001}}.country-select-popup__container{padding:0;min-height:200px}.country-select-popup__header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 12px;border-bottom:1px solid rgba(255,255,255,.12);position:sticky;top:0;background:linear-gradient(135deg,#232a32,#1c2229);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1}.country-select-popup__title{font-family:DM Sans,Noto Sans SC,sans-serif;font-weight:600;font-size:15px;line-height:20px;color:#fff;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.2)}.country-select-popup__close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid rgba(255,255,255,.15);background:#ffffff1a;color:#b8c0d0;font-size:18px;border-radius:6px;cursor:pointer;transition:all .2s ease}.country-select-popup__close:hover{background:#ffffff2e;border-color:#ffffff40;color:#fff}.country-select-popup__close:active{transform:scale(.95)}.country-select-popup__content{padding:10px 14px 16px;padding-bottom:var(--app-content-bottom-space-sm, 16px);display:flex;flex-direction:column;gap:6px}.country-select-popup__item{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:linear-gradient(135deg,#2d343ce6,#262d35e6);border:1px solid rgba(255,255,255,.1);border-radius:10px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 2px 8px #0000004d}.country-select-popup__item:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0058ff26,#ca5c2d26);opacity:0;transition:opacity .3s ease}.country-select-popup__item:hover:before{opacity:1}.country-select-popup__item:active{transform:scale(.98)}.country-select-popup__item--active{background:linear-gradient(135deg,#0058ff40,#0058ff33);border-color:#0058ff80;box-shadow:0 4px 16px #0058ff59,0 0 0 1px #5b9eff66}.country-select-popup__item--active:before{opacity:.5}.country-select-popup__item--active .country-select-popup__name{color:#7fb3ff;font-weight:600}.country-select-popup__item--active .country-select-popup__phone-code{color:#7fb3ffb3}.country-select-popup__item-left{display:flex;align-items:center;gap:12px;flex:1;position:relative;z-index:1}.country-select-popup__item-info{display:flex;flex-direction:column;gap:2px}.country-select-popup__name{font-family:DM Sans,Noto Sans SC,sans-serif;font-weight:500;font-size:14px;line-height:18px;color:#f0f2f5;transition:color .3s ease}.country-select-popup__phone-code{font-size:12px;color:#ffffff73;line-height:16px}.country-select-popup__check{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:linear-gradient(135deg,#5b9eff,#0058ff);color:#fff;font-size:12px;font-weight:700;border-radius:50%;flex-shrink:0;position:relative;z-index:1;box-shadow:0 2px 6px #0058ff66}@media(min-width:486px){.phone-wrapper .country-select-popup.adm-popup{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:486px!important;z-index:10000}.phone-wrapper .country-select-popup .adm-mask{position:absolute!important;inset:0!important;width:100%!important;max-width:486px!important;z-index:10000;background:#0009!important}.phone-wrapper .country-select-popup .adm-popup-body{position:absolute!important;inset:auto 0 0!important;width:100%!important;max-width:486px!important;max-height:70vh;max-height:min(70vh,var(--app-viewport-height, 100vh) - var(--app-bottom-safe-space, 0px));overflow-y:auto;z-index:10001}}.country-code-select{display:flex;align-items:center;gap:6px;padding:0 8px 0 6px;height:100%;border-right:1px solid rgba(255,255,255,.1);flex-shrink:0;transition:background .2s ease;-webkit-user-select:none;user-select:none}.country-code-select:active{background:#ffffff0d}.country-code-select__code{font-size:13px;font-weight:500;color:#fff;white-space:nowrap;line-height:1}.country-code-select__arrow{color:#ffffff80;flex-shrink:0;transition:transform .2s ease}.country-code-select--sm{gap:4px;padding:0 6px 0 4px}.country-code-select--sm .country-code-select__code{font-size:12px}.country-code-select--lg{gap:8px;padding:0 10px 0 8px}.country-code-select--lg .country-code-select__code{font-size:14px}.auth-modal-shell.adm-popup{z-index:var(--z-index-auth-overlay, 1700)}.auth-modal-popup{background:transparent!important;border-radius:0;width:100vw!important;height:100vh;height:var(--app-viewport-height, 100vh);max-height:100vh;max-height:var(--app-viewport-height, 100vh);overflow:hidden;transform:none!important}@media(min-width:486px){.auth-modal-popup{width:100%!important}}.auth-modal{position:relative;width:100%;height:100vh;height:var(--app-viewport-height, 100vh);display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;background:radial-gradient(circle at 50% -12%,rgba(0,88,255,.38),transparent 36%),radial-gradient(circle at 86% 20%,rgba(61,220,132,.12),transparent 25%),linear-gradient(180deg,#010916,#03101f 46%,#020b17);transform:scale(1.06);transform-origin:center center;opacity:0;backface-visibility:hidden;will-change:transform,opacity;transition:opacity .22s cubic-bezier(.4,0,.2,1),transform .22s cubic-bezier(.4,0,.2,1)}.auth-modal--visible{transform:scale(1);opacity:1;transition-duration:.26s;transition-timing-function:cubic-bezier(.16,1,.3,1)}.auth-modal--visible .auth-modal__promo-img{opacity:1;transform:translateY(0) scale(1)}.auth-modal--page{transform:none;opacity:1}.auth-modal--hidden{transform:scale(1.06);opacity:0;pointer-events:none}.auth-modal--ph{overflow-y:hidden}.auth-modal--ph .auth-modal__content{overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.auth-modal--ph .auth-modal__view--active{transform:none}.auth-modal__hero{position:sticky;top:0;flex-shrink:0;width:100%;padding:0;z-index:30}.auth-modal__header{position:absolute;top:calc(env(safe-area-inset-top,0px) + 10px);right:10px;left:10px;display:flex;align-items:center;justify-content:space-between;gap:16px;z-index:20}.auth-modal__close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;border-radius:50%;background:#fff;color:#111827;box-shadow:0 2px 8px #0000002e;cursor:pointer;transition:transform .18s ease,opacity .18s ease}.auth-modal__close svg{width:20px;height:20px}.auth-modal__close:active{opacity:.86;transform:scale(.95)}.auth-modal__promo{position:relative;width:100%;overflow:hidden;border:0;border-radius:0;background:#051223d1;box-shadow:none;aspect-ratio:986/365}.auth-modal__promo-img{display:block;width:100%;height:100%;object-fit:cover;opacity:0;transform:translateY(8px) scale(1.012);transition:opacity .36s cubic-bezier(.16,1,.3,1),transform .42s cubic-bezier(.16,1,.3,1);pointer-events:none;-webkit-user-select:none;user-select:none}.auth-modal__content{position:relative;flex:1;display:flex;flex-direction:column;min-height:0;padding:18px 14px;z-index:20}.auth-modal__view-stack{position:relative;flex:1 0 auto;display:flex;flex-direction:column;min-height:0}.auth-modal__support-entry{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:88px;height:36px;padding:0 14px 0 11px;border:0;border-radius:18px;background:linear-gradient(90deg,#168e78,#1e69bc);box-shadow:0 6px 18px #0a468247,inset 0 1px #fff3;color:#fff;cursor:pointer;transition:transform .16s ease,filter .16s ease}.auth-modal__support-entry svg{width:18px;height:18px}.auth-modal__support-entry span{font-size:12px;font-weight:650;line-height:1;white-space:nowrap}.auth-modal__support-entry:active{filter:brightness(1.08);transform:scale(.94)}.auth-modal__support-entry:focus-visible{outline:2px solid rgba(255,255,255,.92);outline-offset:-4px}.auth-modal>.auth-modal__support-entry{position:fixed;right:14px;bottom:14%;z-index:50}.auth-modal__view{position:absolute;inset:0;flex:1 0 auto;display:flex;flex-direction:column;min-height:0;opacity:0;transition:opacity .2s cubic-bezier(.22,1,.36,1),transform .2s cubic-bezier(.22,1,.36,1);pointer-events:none}.auth-modal__view--login{transform:translate(-16px)}.auth-modal__view--register{transform:translate(16px)}.auth-modal__view--active{position:relative;flex:1 0 auto;opacity:1;transform:translate(0);pointer-events:auto}.auth-modal__view--active>.auth-modal__trust-banner{margin-top:12px}.auth-modal__tabs{position:relative;flex-shrink:0;margin:0 0 12px;z-index:10}.auth-modal__tabs .adm-tabs{--active-line-color: #33d17a;--active-title-color: #fff;--title-font-size: 14px}.auth-modal__tabs .adm-tabs-header{border-bottom:1px solid rgba(105,132,176,.2)}.auth-modal__tabs .adm-tabs-tab{color:#d6e0f28f;padding:8px 0}.auth-modal__tabs .adm-tabs-tab-active{color:#fff}.auth-modal__form{position:relative;flex:0 0 auto;display:flex;flex-direction:column;min-height:0;width:min(100%,360px);margin:0 auto;padding:0 0 16px;box-sizing:border-box;z-index:10;border:0;border-radius:0;background:transparent;box-shadow:none}.auth-modal__form-heading{flex-shrink:0;width:min(100%,320px);margin:0 auto 15px}.auth-modal__mode-switch{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:5px;border-radius:999px;background:#f5f5f51a}.auth-modal__mode-switch:before{content:"";position:absolute;top:5px;bottom:5px;left:5px;width:calc((100% - 10px)/2);border-radius:999px;background:linear-gradient(90deg,#168e78,#1e69bc);transition:transform .3s cubic-bezier(0,0,.2,1)}.auth-modal__mode-switch button{position:relative;z-index:1;height:32px;padding:0 8px;overflow:hidden;border:0;background:transparent;color:#ffffffb3;font-size:14px;font-weight:600;line-height:32px;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;transition:color .3s cubic-bezier(0,0,.2,1)}.auth-modal__mode-switch button[aria-selected=true]{color:#fff}.auth-modal__form-heading--register .auth-modal__mode-switch:before{transform:translate(100%)}.auth-modal__field{margin-bottom:12px}.auth-modal__label{display:block;margin-bottom:7px;font-size:14px;font-weight:500;color:#fffffff0;line-height:1.25}.auth-modal__input .gamer-input__container{height:44px;background:#041122db;border:1px solid rgba(116,142,184,.26);border-radius:8px;box-shadow:inset 0 1px #ffffff08,0 8px 18px #00000029;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.auth-modal__input .gamer-input__container:focus-within{background:#05162df2;border-color:#1f6fffb8;box-shadow:0 0 0 3px #0058ff29,inset 0 1px #ffffff0d}.auth-modal__input .gamer-input{color:#fff;font-size:15px;font-weight:500}.auth-modal__input .gamer-input .adm-input-element{color:#fffffff5}.auth-modal__input .gamer-input .adm-input-element::placeholder{color:#d4deee75;font-size:14px}.auth-modal__input .gamer-input__icon{color:#e2e9f5ad}.auth-modal__input--code{flex:1;min-width:0}.auth-modal__eye-icon{width:22px;height:22px;color:#e2e9f5b8;cursor:pointer;transition:color .2s ease}.auth-modal__eye-icon:hover{color:#fff}.auth-modal__code-group{display:flex;gap:10px}.auth-modal__code-btn{flex-shrink:0;width:118px;height:44px;padding:0 10px;font-size:13px;line-height:1.2}.auth-modal__code-btn.gamer-button--gradient{background:linear-gradient(135deg,#145cff,#31d87b);border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 1px #ffffff47,0 10px 20px #0058ff47;border-radius:8px}.auth-modal__checkbox{--icon-size: 21px}.auth-modal__checkbox .adm-checkbox-icon{width:var(--icon-size);height:var(--icon-size);border-radius:6px;background:#0a1c30f5;border:1px solid rgba(117,144,187,.34);box-shadow:inset 0 1px #ffffff0f}.auth-modal__checkbox.adm-checkbox-checked .adm-checkbox-icon{background:linear-gradient(135deg,#88d54c,#32bd61);border-color:#c6ffa69e;color:#fff}.auth-modal__checkbox .adm-checkbox-content{margin-left:10px;font-size:14px;line-height:1.35;color:#ffffffe0}.auth-modal__checkbox--age{--icon-size: 16px;align-items:flex-start;width:100%}.auth-modal__checkbox--age .adm-checkbox-icon{margin-top:1px}.auth-modal__checkbox--age .adm-checkbox-content{margin-left:7px;font-size:11px;line-height:16px;color:#e8effa9e}.auth-modal__age-confirm{width:100%;margin:12px 0 0;padding:0;border:0;background:transparent}.auth-modal__forgot{padding:0;border:none;background:transparent;font-size:14px;color:#4d85ff;cursor:pointer;transition:color .2s ease}.auth-modal__forgot:hover{color:#6da7ff}.auth-modal__rules{list-style:none;display:grid;grid-template-columns:1fr;height:32px;margin:-8px 0 8px;padding:0;overflow:hidden}.auth-modal__rule{display:flex;align-items:flex-start;gap:6px;font-size:12px;line-height:16px;font-weight:600;color:#ff8d92}.auth-modal__rule--ok{color:#7bdc65}.auth-modal__rule--no{color:#ff8d92}.auth-modal__rule-mark{flex-shrink:0;width:14px;height:14px;margin-top:1px}.auth-modal__secure-note{display:flex;align-items:center;justify-content:center;gap:5px;width:fit-content;max-width:100%;min-height:18px;margin:8px auto 0;color:#f8c85bc7;font-size:11px;line-height:1.2}.auth-modal__secure-note svg{width:14px;height:14px;color:#f8c85bc7;filter:none}.auth-modal__submit{align-self:center;width:100%;height:42px;min-height:42px;font-size:16px;font-weight:750;letter-spacing:0;overflow:hidden}.auth-modal__submit.gamer-button--gradient{background:linear-gradient(100deg,#1662ff,#1d89ff 45%,#42d96f) padding-box,linear-gradient(100deg,#4d83ff,#5fe286) border-box;border:1px solid transparent;box-shadow:inset 0 1px #ffffff57,0 12px 26px #0058ff4d;border-radius:8px}.auth-modal__submit:disabled.gamer-button--gradient{opacity:.72;background:#43536b8a;border-color:#7e9ccd29;box-shadow:none;color:#ffffff94}.auth-modal__submit>span{display:flex!important;align-items:center!important;justify-content:center!important;width:100%;min-width:0;line-height:1;height:100%}.auth-modal__submit .gamer-button__content{display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:8px;width:100%;height:100%;min-width:0;max-width:100%;white-space:nowrap;flex-wrap:nowrap!important;line-height:1}.auth-modal__submit .gamer-button__icon{display:inline-flex!important;flex:0 0 auto;align-items:center;justify-content:center;width:20px;height:20px;line-height:1;transform:none}.auth-modal__submit .gamer-button__icon svg{width:20px;height:20px;display:block}.auth-modal__submit .gamer-button__text{display:inline-flex!important;align-items:center;flex:0 1 auto;min-width:0;line-height:1;white-space:nowrap;transform:none}.auth-modal__submit:active:not(:disabled){transform:translateY(1px)}.auth-modal__submit-wrap{position:relative;display:flex;flex-direction:column;width:100%}.auth-modal__promo-bubble{position:absolute;right:4px;bottom:100%;z-index:10;display:inline-block;padding:3px 10px;border-radius:16px;background:linear-gradient(110deg,#ff2700,#ff00ba);box-shadow:0 2px 6px #0000002e;color:#fff;font-size:12px;font-style:italic;font-weight:800;line-height:1.3;text-shadow:0 1px 0 rgba(120,60,0,.25);white-space:nowrap;pointer-events:none;transform:translateY(30%)}.auth-modal__promo-bubble:after{content:"";position:absolute;top:100%;left:50%;width:0;height:0;margin-top:-1px;border-right:6px solid transparent;border-left:6px solid transparent;border-top:6px solid #ff00ba;transform:translate(-50%)}.auth-modal__trust-banner{position:relative;flex-shrink:0;align-self:center;width:100%;aspect-ratio:1105/106;margin-bottom:calc(20px + env(safe-area-inset-bottom,0px));margin-bottom:calc(20px + var(--app-bottom-safe-space, 0px));overflow:hidden;border:1px solid rgba(128,160,210,.18);border-radius:0 0 8px 8px;background:#030d1bb8}.auth-modal__trust-banner-img{display:block;width:100%;height:auto;opacity:.8;pointer-events:none;-webkit-user-select:none;user-select:none}.auth-modal .footer__section{position:relative;flex-shrink:0;width:calc(100% + 28px);margin:16px 0 84px -14px;padding:0 16px}.auth-modal .footer__coop__description{display:none}.auth-modal .login-register-popup__footer{position:fixed;right:0;bottom:0;left:0;z-index:40;flex-shrink:0;width:100%;min-height:76px;margin:0;padding-top:16px;box-sizing:border-box;background:#020b17;contain:layout paint;backface-visibility:hidden;transform:translateZ(0)}.auth-modal .login-register-popup__footer-text{margin:0 0 8px;color:#fff9;font-size:11px;text-align:center}.auth-modal .login-register-popup__footer-bar{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:5px 0;background-color:#f6f6f6b3}.auth-modal .login-register-popup__footer-img{width:auto;height:26px;object-fit:contain}.auth-modal .login-register-popup__footer-version{color:#000;font-size:10px}.auth-modal__divider{position:relative;margin:24px 0;text-align:center}.auth-modal__divider:before{content:"";position:absolute;left:0;top:50%;width:100%;height:1px;background:#6984b038}.auth-modal__divider span{position:relative;display:inline-block;padding:0 8px;background:#020b17;font-size:12px;color:#d5e0f28f;line-height:21px;z-index:1}.auth-modal__telegram{height:50px;font-size:14px}.auth-modal__telegram.gamer-button--secondary{background:#061528db;border:1px solid rgba(126,156,205,.24);box-shadow:inset 0 1px #ffffff14;border-radius:8px;color:#fff}.auth-modal__telegram .gamer-button__icon img{width:27px;height:27px}.auth-modal__header .language-switcher--modal .language-switcher__trigger{min-width:36px;width:36px;height:36px;padding:0;border:0;border-radius:50%;background:#fff;color:#111827;box-shadow:0 2px 8px #0000002e}.auth-modal__header .language-switcher--modal .language-switcher__trigger:hover{background:#fff}.auth-modal__header .language-switcher--modal .language-switcher__icon{width:20px;height:20px}@media(max-width:380px){.auth-modal__content{padding:12px 10px 14px}.auth-modal__form{width:min(100%,360px);padding:0 0 14px}.auth-modal__form-heading{margin-bottom:11px}.auth-modal .footer__section{width:calc(100% + 20px);margin-left:-10px}.auth-modal__field{margin-bottom:10px}.auth-modal__input .gamer-input__container,.auth-modal__code-btn{height:44px;min-height:44px}.auth-modal__submit{height:42px;min-height:42px;font-size:16px}.auth-modal__code-group{gap:8px}.auth-modal__code-btn{width:104px;font-size:12px}.auth-modal__trust-banner{margin-bottom:calc(20px + env(safe-area-inset-bottom,0px));margin-bottom:calc(20px + var(--app-bottom-safe-space, 0px))}}@media(max-height:760px){.auth-modal__content{padding-top:12px}.auth-modal__field{margin-bottom:10px}.auth-modal__rules{gap:4px;margin-bottom:9px}.auth-modal__secure-note,.auth-modal__age-confirm{margin-bottom:9px}.auth-modal__trust-banner{margin-top:10px;margin-bottom:calc(20px + env(safe-area-inset-bottom,0px));margin-bottom:calc(20px + var(--app-bottom-safe-space, 0px))}}@media(prefers-reduced-motion:reduce){.auth-modal-popup{transform:none!important}.auth-modal{transform:none;transition:none}.auth-modal--visible,.auth-modal--hidden{transform:none}.auth-modal__promo-img,.auth-modal__view,.auth-modal__mode-switch:before{transition:none}}
