.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__hero{position:relative;flex-shrink:0;padding:calc(env(safe-area-inset-top,0px) + 14px) 14px 0;z-index:10}.auth-modal__header{position:relative;display:flex;align-items:center;justify-content:space-between;gap:16px;z-index:20}.auth-modal__back,.auth-modal__back-icon{display:none}.auth-modal__logo{position:relative;text-align:center;margin-top:-30px;margin-bottom:14px;z-index:10;pointer-events:none}.auth-modal__logo-text{font-family:Unbounded,Poppins,sans-serif;font-size:clamp(14px,4.05vw,20px);font-weight:800;line-height:1;letter-spacing:0;text-shadow:0 10px 28px rgba(0,0,0,.45)}.auth-modal__logo-text--white{color:#fff}.auth-modal__logo-text--blue{color:#1268ff}.auth-modal__promo{position:relative;overflow:hidden;border:1px solid rgba(128,160,210,.3);border-radius:8px;background:#051223d1;box-shadow:0 18px 42px #0000005c,inset 0 1px #ffffff0d;aspect-ratio:986/365}.auth-modal__promo-img{display:block;width:100%;height:100%;object-fit:contain;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__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;padding:18px 16px 16px;box-sizing:border-box;z-index:10;border:1px solid rgba(128,160,210,.27);border-radius:8px;background:linear-gradient(180deg,#041122f5,#020b17fa),#020b17;box-shadow:0 18px 42px #00000047,inset 0 1px #ffffff0a}.auth-modal__form-heading{margin-bottom:14px}.auth-modal__form-heading h2,.auth-modal__form-heading p{margin:0;letter-spacing:0}.auth-modal__form-heading h2{font-size:23px;line-height:1.18;font-weight:750;color:#fff}.auth-modal__form-heading p{margin-top:4px;font-size:15px;line-height:1.35;color:#e2e9f5b8}.auth-modal__field{margin-bottom:13px}.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:54px;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:16px;font-weight:500}.auth-modal__input .gamer-input .adm-input-element{color:#fffffff5}.auth-modal__input .gamer-input .adm-input-element::placeholder{color:#d4deee75}.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:54px;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__options{display:flex;align-items:center;justify-content:space-between;margin:0 0 12px}.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{align-items:flex-start;width:100%}.auth-modal__checkbox--age .adm-checkbox-icon{margin-top:1px}.auth-modal__checkbox--age .adm-checkbox-content{color:#e8effae6}.auth-modal__age-confirm{margin:0 0 12px;padding:10px 11px;border:1px solid rgba(126,156,205,.22);border-radius:8px;background:#061528ad}.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;gap:6px;margin:0 0 12px;padding:0}.auth-modal__rule{display:flex;align-items:flex-start;gap:8px;font-size:12px;line-height:16px;color:#d5e0f280}.auth-modal__rule--ok{color:#7bdc65}.auth-modal__rule--no{color:#d5e0f280}.auth-modal__rule-mark{flex-shrink:0;width:6px;height:6px;margin-top:5px;border-radius:50%;background:currentColor;opacity:.9}.auth-modal__secure-note{display:inline-flex;align-items:center;justify-content:center;align-self:center;gap:5px;min-height:18px;margin:10px 0 0;color:#f8c85b;font-size:12px;line-height:1.2}.auth-modal__secure-note svg{width:14px;height:14px;color:#f8c85b;filter:drop-shadow(0 0 8px rgba(248,200,91,.36))}.auth-modal__submit{height:54px;min-height:54px;font-size:18px;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 .adm-button-content{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__switch{margin-top:14px;text-align:center;font-size:14px;color:#e6ecf89e;line-height:21px}.auth-modal__switch-link{display:inline-flex;align-items:center;gap:5px;padding:0;border:none;background:transparent;color:#8bdc5f;cursor:pointer;font-size:14px;font-weight:500;transition:opacity .2s ease,transform .2s ease}.auth-modal__switch-link svg{width:14px;height:14px}.auth-modal__switch-link:active{opacity:.82;transform:translate(1px)}.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__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:54px;height:40px;padding:0 13px;border:1px solid rgba(126,156,205,.26);border-radius:16px;background:#09152aad;box-shadow:inset 0 1px #ffffff0d}.auth-modal__header .language-switcher--modal .language-switcher__trigger:after{content:"";width:0;height:0;margin-left:7px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid rgba(255,255,255,.86)}.auth-modal__header .language-switcher--modal .language-switcher__text{font-size:14px;font-weight:600;letter-spacing:0}.auth-modal__header .gamer-back-button--icon{width:40px;height:40px;border:1px solid rgba(126,156,205,.18);background:#09152ab3;box-shadow:inset 0 1px #ffffff0d}@media(max-width:380px){.auth-modal__hero{padding-right:10px;padding-left:10px}.auth-modal__content{padding:12px 10px 14px}.auth-modal__form{padding:14px 12px}.auth-modal__form-heading{margin-bottom:11px}.auth-modal__form-heading h2{font-size:21px}.auth-modal__form-heading p{font-size:14px}.auth-modal__field{margin-bottom:10px}.auth-modal__input .gamer-input__container,.auth-modal__code-btn,.auth-modal__submit{height:50px;min-height:50px}.auth-modal__submit{font-size:19px}.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__hero{padding-top:calc(env(safe-area-inset-top,0px) + 10px)}.auth-modal__logo{margin-bottom:10px}.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__switch{margin-top:10px}.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{transition:none}}
