@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");.sidebar{z-index:6}.bottom-nav__item--plus{background:#156442}.plus-icon{font-size:30px;line-height:.3;font-weight:200;display:block}.chat-backdrop{z-index:26}@media (max-width:768px){.search-dropdown{max-height:280px!important}.search-dropdown__item{padding:8px 10px!important;gap:8px!important}.search-dropdown__image{width:32px!important;height:32px!important;border-radius:5px!important}.search-dropdown__name{font-size:12px!important}.search-dropdown__provider{font-size:10px!important}}@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");:root{--bg:#0f1116;--panel:#1d1f25;--panel-2:#22252c;--accent:#f0da66;--text:#b9bec8;--muted:#9aa0ac;--border:#2b2f37;--radius:16px;--logo-size:26px;--sidebar-width:clamp(210px,18vw,260px);--sidebar-collapsed:clamp(72px,8vw,104px);--content-max:1120px;--main-top-padding:16px;--main-bottom-padding:100px;--topbar-height:64px}*{box-sizing:border-box}body{margin:0;background:#111319;color:var(--text);font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;overflow-x:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}a,body,button{-webkit-tap-highlight-color:transparent}.app-shell{display:block;min-height:100vh;transition:padding-left .2s ease;overflow-x:hidden}.sidebar{position:fixed;top:0;left:0;height:100vh;width:var(--sidebar-width);background:#1a1c22;border-right:1px solid var(--border);padding:28px 20px 20px;padding-top:calc(var(--main-top-padding) + (var(--topbar-height) - var(--logo-size)) / 2);display:flex;flex-direction:column;gap:18px;transition:width .25s ease,padding .25s ease,transform .25s ease,border-radius .25s ease;box-sizing:border-box;align-items:stretch;overflow:visible;z-index:60}.sidebar.is-collapsed{width:var(--sidebar-collapsed);padding:24px 14px 18px;padding-top:calc(var(--main-top-padding) + (var(--topbar-height) - var(--logo-size)) / 2);align-items:center;transform:translateX(-6px)}.app-shell.collapsed{display:block}.app-shell.collapsed .main-area{margin-left:var(--sidebar-collapsed);width:calc(100% - var(--sidebar-collapsed))}.sidebar__logo{font-size:var(--logo-size);font-weight:800;letter-spacing:.5px;display:flex;gap:6px;align-items:baseline;justify-content:center;transition:opacity .15s ease;color:inherit;text-decoration:none}.logo-text.accent{color:var(--accent)}.sidebar__logo .logo-text{line-height:1}.sidebar.is-collapsed .sidebar__logo{opacity:1}.sidebar__logo.is-mini{justify-content:center}.sidebar__nav{display:flex;flex-direction:column;gap:10px;margin-top:10px}.sidebar__nav-scroll{flex:1 1;overflow:hidden}.nav-item{all:unset;cursor:pointer;display:grid;grid-template-columns:auto 1fr;grid-column-gap:10px;column-gap:10px;align-items:center;height:35px;min-width:44px;padding:1px 9px;width:calc(100% - 12px);margin-inline:auto;border-radius:12px;color:var(--text);background:transparent;position:relative;transition:background .15s ease,transform .15s ease,color .15s ease}.nav-item:hover{background:hsla(0,0%,100%,.04);transform:translateY(-1px)}.sidebar.is-collapsed .nav-item{grid-template-columns:1fr;justify-items:center;padding:1px 8px;height:35px;width:calc(100% - 8px)}.sidebar.is-collapsed .nav-item--notify:after{content:"";position:absolute;top:6px;right:8px;width:7px;height:7px;border-radius:50%;background:#e6686a;box-shadow:0 0 0 2px #1a1c22}.nav-icon{width:auto;height:auto;min-width:0;display:inline-flex;align-items:center;justify-content:center;border-radius:0;background:none;border:none;font-size:20px;line-height:1;color:#c2c7d1;filter:grayscale(1) saturate(0);opacity:.75;transition:opacity .15s ease,color .15s ease}.menu-modal__icon svg,.nav-icon svg{width:20px;height:20px;display:block;fill:currentColor}.nav-label-wrap{display:inline-flex;align-items:center;gap:6px;min-width:0}.nav-item:hover .nav-icon{opacity:1}.nav-item--gap{margin-top:12px}.bottom-nav__plus-badge{position:absolute;top:-3px;right:-3px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ff4d4f;color:#fff;font-size:11px;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;border:2px solid #1a1c22;box-sizing:border-box}.bottom-nav{display:none;position:fixed;left:0;right:0;bottom:0;padding:10px 14px calc(10px + env(safe-area-inset-bottom, 0px));background:transparent;border-top:none;box-shadow:none;z-index:25}.bottom-nav__bar{margin:0 auto;max-width:420px;width:calc(100% - 32px);background:#1a1c22;border:1px solid var(--border);border-radius:22px;padding:8px 10px;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;grid-gap:8px;gap:8px;box-shadow:0 12px 24px rgba(0,0,0,.35)}.bottom-nav__item{all:unset;cursor:pointer;width:48px;height:54px;text-decoration:none;color:inherit;box-sizing:border-box;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border-radius:14px;color:#b8beca;transition:color .2s ease,background .2s ease}.bottom-nav__item svg{width:22px;height:22px}.bottom-nav__item--menu svg,.menu-icon-stack{width:30px;height:30px}.menu-icon-stack{position:relative;display:grid;place-items:center}.menu-icon-stack svg{position:absolute;inset:0;transition:opacity .2s ease,transform .2s ease}.icon-close{opacity:0;transform:rotate(-90deg) scale(.8)}.bottom-nav__item--menu.is-open .icon-close{opacity:1;transform:rotate(0) scale(1)}.bottom-nav__item--menu.is-open .icon-menu{opacity:0;transform:rotate(90deg) scale(.8)}.bottom-nav__item:hover{color:#f4f5f6;background:hsla(0,0%,98%,.158)}.bottom-nav__label{font-size:11px;color:#8e95a3}.bottom-nav__item.has-label:hover .bottom-nav__label{color:#f4f5f6}.bottom-nav__item--plus{width:54px;height:54px;border-radius:50%;background:#f0da66;color:#fff;box-shadow:0 8px 24px hsla(50,82%,67%,.28);position:relative;display:grid;place-items:center;padding:0}.bottom-nav__plus-image{width:26px;height:26px;object-fit:contain;display:block}.bottom-nav__plus-dot,.bottom-nav__plus-icon,.bottom-nav__plus-ring{display:none}@keyframes bottom-nav-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.menu-modal-backdrop{position:fixed;inset:0 0 90px 0;background:rgba(10,12,16,.45);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:24;display:grid;place-items:end center;padding:16px 16px calc(16px + env(safe-area-inset-bottom, 0px))}.menu-modal{width:min(520px,100%);background:linear-gradient(180deg,rgba(30,33,40,.95),rgba(22,24,30,.9));border:1px solid hsla(0,0%,100%,.06);border-radius:18px;padding:14px;box-shadow:0 18px 40px rgba(0,0,0,.45);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);animation:dockIn .2s ease}.menu-modal__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.menu-modal__item{all:unset;cursor:pointer;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:8px;gap:8px;padding:10px 12px;border-radius:12px;background:hsla(0,0%,100%,.03);border:1px solid transparent;transition:border-color .2s ease,background .2s ease}.menu-modal__item:hover{border-color:hsla(50,82%,67%,.35);background:hsla(50,82%,67%,.06)}.menu-modal__item.is-active{border-color:hsla(50,82%,67%,.5);background:hsla(50,82%,67%,.1)}.menu-modal__item.is-active .menu-modal__icon{filter:none;opacity:1;color:#f0da66}.menu-modal__item.is-active .menu-modal__label{color:#f0da66}.menu-modal__icon{width:auto;height:auto;display:inline-flex;align-items:center;justify-content:center;border-radius:0;background:none;border:none;font-size:20px;line-height:1;color:#c2c7d1;filter:grayscale(1) saturate(0);opacity:.75}.menu-modal__label{font-size:13px;font-weight:500}.menu-modal__badge{font-size:10px;font-weight:800;padding:4px 6px;border-radius:999px;background:#e6686a;color:#fff;letter-spacing:.4px}.chat-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.2);z-index:200;display:flex;align-items:flex-end;justify-content:flex-end;padding:20px}.chat-panel{width:min(340px,92vw);background:#1a1d24;border-radius:16px;padding:0;box-shadow:0 24px 60px rgba(0,0,0,.5);animation:dockIn .2s ease;color:#fff;max-height:min(520px,calc(100vh - 100px));height:min(520px,calc(100vh - 100px));display:flex;flex-direction:column;overflow:hidden;border:1px solid hsla(0,0%,100%,.08)}.chat-panel__body{flex:1 1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:0}.chat-panel__body::-webkit-scrollbar{width:4px}.chat-panel__body::-webkit-scrollbar-track{background:transparent}.chat-panel__body::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.1);border-radius:4px}.chat-panel__topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:#22252d;border-bottom:1px solid hsla(0,0%,100%,.06);flex-shrink:0}.chat-top-btn{width:32px;height:32px;border-radius:8px;border:none;background:hsla(0,0%,100%,.06);font-size:18px;color:#888;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.chat-top-btn:hover{background:hsla(0,0%,100%,.12);color:#fff}.chat-agent-pill{display:inline-flex;align-items:center;gap:10px}.agent-avatar{width:36px;height:36px;border-radius:50%;background:hsla(50,82%,67%,.15);display:flex;align-items:center;justify-content:center;font-size:18px}.agent-name{font-weight:700;font-size:14px;color:#fff}.chat-avatar,.chat-card{display:none}.chat-start{background:#f0da66;border:none;border-radius:10px;padding:12px 24px;font-weight:600;font-size:14px;cursor:pointer;color:#0a0c10;transition:background .2s}.chat-start:hover{background:#f4e380}.chat-panel__footer{flex-shrink:0}.chat-brand{font-weight:500}.auth-backdrop{background:rgba(0,0,0,.5);z-index:30}.auth-modal{padding:24px 24px 28px}@media (max-width:480px){.auth-modal__row{grid-template-columns:1fr}}.collapse-btn{transition:all .2s ease}.chat-fab{z-index:200}@media (max-width:1025px){.chat-fab{display:none}}@media (max-width:768px){.chat-fab{display:flex;bottom:80px;right:16px;width:52px;height:52px}.chat-backdrop{padding:0;align-items:flex-end;justify-content:stretch}.chat-panel{width:100%;max-width:none;border-radius:20px 20px 0 0;height:calc(88svh - 64px);max-height:calc(88svh - 64px);display:flex;flex-direction:column}.chat-panel__body{flex:1 1;min-height:0;overflow-y:auto}.chat-panel__footer{flex-shrink:0!important;padding-bottom:calc(12px + env(safe-area-inset-bottom, 0px))!important}}@keyframes typingBounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-5px);opacity:1}}.category-slider{position:relative}.footer-intro__body:after{height:80px;background:linear-gradient(180deg,rgba(28,31,38,0),rgba(28,31,38,.7) 40%,#1c1f26 90%);pointer-events:none}@media (prefers-reduced-motion:reduce){.footer-slider__viewport{overflow-x:auto}.footer-slider__viewport:after,.footer-slider__viewport:before{display:none}}@media (max-width:1024px){.site-footer__panel{padding:22px}.footer-lang{margin-left:0}}@media (max-width:770px){.site-footer__top{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px 16px;gap:20px 16px;align-items:center;grid-auto-flow:row}.site-footer__brand,.site-footer__columns{display:contents}.footer-license{grid-column:1/-1;order:1}.footer-col{grid-column:1/-1;order:2}.footer-mail{grid-column:1;order:3;justify-self:start;align-self:center}.lang-wrapper.footer-lang-wrap{grid-column:2;order:3;justify-self:end;align-self:center;margin-left:0}}@media (max-width:680px){.site-footer__columns{grid-template-columns:1fr}.site-footer__panel{padding:18px}.footer-mail{font-size:12px}.footer-badges{gap:8px}}.category-slider__provider{padding:8px 20px;border-radius:12px;background:linear-gradient(135deg,rgba(44,91,78,.2),rgba(44,91,78,.1));border:1px solid rgba(77,225,184,.25);color:#f5f7ff;font-size:.875rem;font-weight:600;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);position:relative;overflow:hidden;box-shadow:0 2px 8px rgba(44,91,78,.15)}.category-slider__provider:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(77,225,184,.2),transparent);transition:left .5s ease}.category-slider__provider:hover:before{left:100%}.category-slider__provider-icon{font-size:16px;transition:transform .3s ease}.category-slider__provider:hover{background:linear-gradient(135deg,rgba(44,91,78,.35),rgba(44,91,78,.25));border-color:rgba(77,225,184,.5);transform:translateY(-2px);box-shadow:0 4px 16px rgba(44,91,78,.3),0 0 0 3px rgba(77,225,184,.1);color:#4de1b8;animation:providerGlow 2s ease-in-out infinite}.category-slider__provider:hover .category-slider__provider-icon{transform:rotate(12deg) scale(1.1)}.category-slider__provider:hover .category-slider__provider-arrow{transform:translateX(3px)}.category-slider__provider:active{transform:translateY(0);box-shadow:0 2px 8px rgba(44,91,78,.2)}@keyframes providerGlow{0%,to{box-shadow:0 4px 16px rgba(44,91,78,.3),0 0 0 3px rgba(77,225,184,.1)}50%{box-shadow:0 4px 20px rgba(44,91,78,.4),0 0 0 4px rgba(77,225,184,.2)}}.category-slider__provider-label{position:relative;z-index:1}.category-slider__provider-arrow{transition:transform .3s ease;position:relative;z-index:1}@media (max-width:769px){.category-slider__nav,.category-slider__provider{display:none}}@media (max-width:1024px){.hero-card{width:calc((100% - 16px) / 2)}.hero-slider{--bg-shift:-8%}.hero-card__overlay{background:linear-gradient(180deg,rgba(26,31,39,.02),rgba(26,31,39,.16) 40%,rgba(26,31,39,.34) 72%,rgba(26,31,39,.44));background-color:rgba(26,31,39,.08)}}@media (max-width:679px){.hero-card{width:100%}.hero-slider{--bg-shift:-6%}.hero-card__overlay{background:none}.hero-card__bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(26,31,39,.04),rgba(26,31,39,.16) 48%,rgba(26,31,39,.32) 78%,rgba(26,31,39,.46))}.hero-card__sticker{-webkit-mask-image:linear-gradient(180deg,#000,#000 74%,transparent);mask-image:linear-gradient(180deg,#000,#000 74%,transparent)}}@media (max-width:1024px){.hero-card__sticker{top:-16%;height:calc(100% - 10px)}.hero-card--sticker-low .hero-card__sticker{top:-10%}}@media (max-width:679px){.hero-card__sticker{top:-18%;height:calc(100% - 8px)}.hero-card--sticker-low .hero-card__sticker{top:-12%}}.hero-card__cta--loading{position:relative;pointer-events:none;background:#1c6b4a;min-width:120px;display:flex;align-items:center;justify-content:center}.hero-card__cta-spinner{width:20px;height:20px;border:3px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:hero-spinner .8s linear infinite}@keyframes hero-spinner{to{transform:rotate(1turn)}}@media (max-width:769px){.hero-slider__viewport:after,.hero-slider__viewport:before,.slider-nav{display:none}.main-area{--page-gutter:max(2%,calc((100% - var(--content-max)) / 2))}.hero-slider__viewport{overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;-webkit-clip-path:inset(-60px 0 -24px 0);clip-path:inset(-60px 0 -24px 0);padding-top:60px;margin-top:-60px}.hero-slider{--bg-shift:-12%}.hero-slider__viewport::-webkit-scrollbar{display:none}.hero-card{scroll-snap-align:start}}.topbar{gap:12px;background:#0f1116;position:-webkit-sticky;position:sticky;top:0;z-index:50}.search{min-width:200px;position:relative;flex-shrink:1;z-index:10}.search-icon{flex-shrink:0}.search-dropdown{position:absolute!important;top:calc(100% + 8px)!important;left:0!important;right:0!important;background:rgba(26,29,36,.98)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;border:1px solid hsla(50,82%,67%,.15)!important;border-radius:12px!important;box-shadow:0 8px 32px rgba(0,0,0,.8)!important;max-height:320px!important;overflow-y:auto!important;z-index:9999!important}.search-dropdown__item{display:flex!important;align-items:center!important;gap:10px!important;padding:8px 12px!important;border-bottom:1px solid hsla(0,0%,100%,.03)!important;cursor:pointer!important;transition:all .2s!important;text-decoration:none!important;color:inherit!important}.search-dropdown__item:last-child{border-bottom:none!important}.search-dropdown__item:hover{background:hsla(50,82%,67%,.08)!important;border-left:2px solid #f0da66!important;padding-left:10px!important}.search-dropdown__image{width:36px!important;height:36px!important;border-radius:6px!important;object-fit:cover!important;flex-shrink:0!important;border:1px solid hsla(0,0%,100%,.1)!important}.search-dropdown__info{display:flex!important;flex-direction:column!important;gap:2px!important;flex:1 1!important;min-width:0!important}.search-dropdown__name{font-size:13px!important;font-weight:600!important;color:#e8eaed!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.search-dropdown__provider{font-size:11px!important;color:#9aa0ac!important;font-weight:500!important}.btn{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;font-size:14px;line-height:1.2;min-height:40px}.btn.login,.btn.signup{padding:12px 40px;font-weight:600}@media (max-width:900px){.app-shell{grid-template-columns:1fr}.sidebar{position:relative;height:auto;width:100%}.collapse-btn{display:none}}@media (max-width:1025px){.sidebar{display:none}.app-shell,.app-shell.collapsed{grid-template-columns:1fr}.main-area{--page-gutter:max(4%,calc((100% - var(--content-max)) / 2));--main-top-padding:12px;--main-bottom-padding:120px;--topbar-height:58px}.app-shell.collapsed .main-area,.main-area{margin-left:0;width:100%}.topbar{padding:8px 0;padding-inline:var(--page-gutter)}.hero-slider{margin-top:40px}.bottom-nav{display:block}.search,.topbar-brand{display:none!important}.topbar-actions{width:100%;justify-content:flex-end}}@media (max-width:480px){.main-area{--main-top-padding:10px;--main-bottom-padding:110px;--topbar-height:52px}.topbar{padding:6px 0;padding-inline:var(--page-gutter)}.hero-slider{margin-top:40px}.brand-full{display:none}.brand-mini{display:inline}.topbar-actions{gap:8px}.btn{padding:8px 14px;font-size:13px}.lang-pill{width:40px;height:40px}.flag-emoji{font-size:20px}}.profile-layout,.profile-main{max-width:none}.profile-main{padding:32px 48px}.profile-tabs{display:flex;gap:32px;border-bottom:1px solid var(--border);margin-bottom:32px}.profile-tabs__tab{padding:12px 0;background:transparent;border:none;border-bottom:2px solid transparent;color:var(--muted);font-size:13px;font-weight:600;letter-spacing:.5px;cursor:pointer;transition:all .15s}.profile-tabs__tab:hover{color:var(--text)}.profile-tabs__tab--active{color:#fff;border-bottom-color:#fff}.profile-content{display:grid;grid-template-columns:1fr 300px;grid-gap:48px;gap:48px}.profile-form{display:flex;flex-direction:column;gap:20px}@media (max-width:768px){.promo-active__main{grid-template-columns:1fr;gap:16px}.promo-active__badge{justify-content:center}.promo-active__progress-wrapper{min-width:0}.promo-active__claim,.promo-active__reward{width:100%}.promo-active__reward{flex-direction:row;justify-content:space-between}.promo-input__wrapper{flex-direction:column;gap:8px}.promo-input__btn{width:100%}.promo-filters{flex-direction:column}.promo-list__item{padding:14px 16px;gap:12px}.promo-list__icon{width:44px;height:44px;font-size:20px}.promo-list__name{font-size:14px}.promo-list__amount{font-size:16px}}@media (max-width:1200px){.profile-content{grid-template-columns:1fr}.profile-subscriptions{max-width:400px}}@media (max-width:900px){.profile-layout{display:flex;flex-direction:column}.profile-mobile-nav{order:1}.profile-main{order:2}.profile-mobile-nav{display:flex;gap:8px;padding:12px 16px;background:#1a1c22;border-bottom:1px solid var(--border);overflow-x:auto;-webkit-overflow-scrolling:touch}.profile-mobile-nav__item{display:flex;align-items:center;gap:6px;padding:10px 14px;background:transparent;border:1px solid var(--border);border-radius:10px;color:var(--muted);font-size:12px;font-weight:500;white-space:nowrap;cursor:pointer;flex-shrink:0;transition:all .2s}.profile-mobile-nav__item:hover{color:#fff}.profile-mobile-nav__item--active{background:hsla(50,82%,67%,.15);border-color:var(--accent);color:var(--accent)}.profile-sidebar{display:none}.profile-main{padding:24px 16px}}@media (max-width:600px){.profile-header__back{padding:8px 14px;font-size:12px}.profile-main__title{font-size:22px}.profile-tabs{gap:16px}.profile-tabs__tab{font-size:12px}}.datepicker-backdrop{animation:fadeIn .2s ease}.datepicker-modal{animation:slideUp .25s ease}.profile-form__datepicker{width:100%;padding:14px 16px;background:#2a2d35;border:1px solid var(--border);border-radius:6px;color:#fff;font-size:14px;transition:all .15s}.profile-form__datepicker:hover{border-color:#3a3d45}.profile-form__datepicker svg,.profile-form__datepicker--placeholder{color:var(--muted)}.auth-field__input--placeholder{color:var(--muted)!important}@media (max-width:768px){.topbar{padding:8px 12px;gap:8px;flex-wrap:wrap}.search{min-width:0;max-width:140px;order:2}.search input{font-size:13px}.topbar-actions{gap:8px}.balance-deposit-group{padding:4px 6px;gap:6px;height:40px}.balance-section{padding:0 8px;flex-shrink:0}.balance-amount{font-size:13px}.deposit-btn{padding:8px 32px;font-size:12px;flex:0 0 auto;min-width:auto;display:flex;align-items:center;justify-content:center}.main-area{margin-left:0;width:100%;padding-bottom:80px}.sidebar{transform:translateX(-100%);z-index:100}.main-stack{padding-inline:12px;gap:16px}.hero-slider{margin-top:20px}.hero-card h3{font-size:clamp(16px,4vw,22px)}.hero-card p{font-size:clamp(12px,2.5vw,14px)}.hero-card__cta{padding:8px 16px;font-size:13px}.category-slider{padding:8px 10px;gap:8px}.category-pill{padding:8px 12px;font-size:12px}.category-slider__provider{padding:6px 10px;font-size:11px}.footer-intro__panel{padding:20px 16px}.footer-intro__title{font-size:16px;line-height:1.3}.footer-intro__body h3,.footer-intro__body p,.footer-intro__body ul{font-size:12px}.footer-slider__viewport{padding:10px 24px}.footer-slider__item{font-size:12px;padding:4px 6px}.site-footer__panel{padding:20px 16px}.site-footer__top{gap:20px}.footer-col__title{font-size:13px}.footer-col__list{font-size:12px}.footer-badges{gap:10px;margin-top:16px}.footer-badge-icon{height:18px}.footer-legal{padding:14px 16px;font-size:10px;line-height:1.5;margin-top:14px}.confirmation-backdrop{align-items:flex-start;padding:20px 12px 12px;overflow-y:auto}.deposit-modal,.deposit-modal--wide{max-width:calc(100vw - 24px);margin:12px;max-height:calc(100vh - 24px);overflow-y:auto;width:calc(100vw - 24px)}.deposit-methods-grid{grid-template-columns:1fr}.deposit-method-card{padding:20px}.deposit-form .withdrawal-form__field input,.deposit-form select{font-size:16px}.withdrawal-modal{max-width:100%;max-height:calc(100vh - 40px);overflow-y:auto}.withdrawal-form__actions{flex-direction:column}.withdrawal-form__actions .confirmation-btn{width:100%}.wallet-section__actions{flex-direction:column}.wallet-filters,.wallet-item{flex-wrap:wrap}.wallet-item{gap:8px}.profile-header__divider,.profile-header__link{display:none}.profile-header{padding:12px 16px}.profile-form__row--half{grid-template-columns:1fr!important}.profile-promo__redeem{flex-direction:column;align-items:stretch}.profile-promo__redeem input{width:100%;min-width:0}.profile-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding-bottom:4px}.profile-tabs__tab{flex-shrink:0}.auth-backdrop{align-items:flex-start;padding:20px 12px 12px;overflow-y:auto}.auth-modal{width:100%!important;max-width:100%;margin:0;max-height:none;padding:20px 16px 24px}.auth-modal__row{grid-template-columns:1fr;gap:12px}.auth-field{min-height:44px;padding:0 12px}.auth-field__input{font-size:16px}.auth-dropdown{max-height:200px;overflow-y:auto;left:0;right:0;width:100%}.auth-checkbox__label{font-size:13px;line-height:1.4}.auth-modal__submit{padding:14px 20px;font-size:15px}.confirmation-modal{width:100%;max-width:100%;padding:24px 20px}.confirmation-close{top:8px;right:8px}.confirmation-title{font-size:18px}.confirmation-actions{flex-direction:column}.confirmation-actions .confirmation-btn{width:100%}.toast-container{left:12px;right:12px;top:12px;max-width:none}.datepicker-backdrop{align-items:flex-start;padding:24px 12px 12px}.datepicker-modal{width:100%;max-width:100%;max-height:calc(100vh - 48px)}.datepicker-body{max-height:260px}.datepicker-years{grid-template-columns:repeat(3,1fr)}.datepicker-months{grid-template-columns:repeat(2,1fr)}.datepicker-day{min-width:36px;height:36px;font-size:14px}.low-balance-modal{max-width:100%;margin:0 12px;padding:24px 20px}.low-balance-modal__actions{flex-direction:column}.low-balance-modal__btn{width:100%}.notification-dropdown{width:calc(100vw - 24px);max-width:340px;left:auto}.notification-dropdown,.profile-dropdown{right:12px;z-index:9999;position:fixed;top:60px}.menu-modal,.profile-dropdown{max-width:calc(100vw - 24px)}.menu-modal{margin:12px}.menu-modal__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){html{-webkit-text-size-adjust:100%}.topbar-brand .brand-full{display:none}.topbar-brand .brand-mini{display:inline}.search{display:none}.balance-amount{font-size:12px}.deposit-btn{padding:7px 30px;font-size:11px;flex:0 0 auto;min-width:auto;display:flex;align-items:center;justify-content:center}.auth-modal{padding:16px 12px 20px}.auth-modal__tabs{margin-bottom:16px}.auth-modal__tab{padding:10px 12px;font-size:14px}.auth-modal__body,.auth-modal__form{gap:12px}.profile-main__title{font-size:20px}.profile-main{padding:16px 12px}.profile-mobile-nav{padding:10px 12px}.profile-mobile-nav__item{padding:8px 12px;font-size:11px}.wallet-item__body{flex-direction:column;align-items:flex-start}.wallet-item__amount{font-size:15px}.deposit-modal__subtitle,.deposit-modal__title{font-size:14px}.deposit-modal__info{font-size:12px}.confirmation-title{font-size:16px}.confirmation-message{font-size:14px}.withdrawal-form__field label{font-size:13px}.withdrawal-form__input{font-size:16px}.main-stack{padding-inline:10px;gap:12px}.hero-slider{margin-top:16px}.category-slider{padding:6px 8px}.footer-intro__panel{padding:16px 12px}.footer-intro__title{font-size:14px}.footer-intro__body{max-height:80px;font-size:12px}.confirmation-close{top:10px;right:10px}.deposit-modal,.deposit-modal--wide{margin:10px;max-width:calc(100vw - 20px);width:calc(100vw - 20px);max-height:calc(100vh - 20px)}.crypto-wallet-address{display:flex!important;flex-direction:row!important}.crypto-wallet-address input,.crypto-wallet-address input.crypto-wallet-input{flex:1 1!important;font-size:10px!important;padding:10px 8px!important;background:#f5f5f5!important;color:#333!important;border:1px solid #ddd!important;opacity:1!important;display:block!important;visibility:visible!important}.site-footer__panel{padding:16px 12px}.footer-mail{font-size:11px;padding:5px 10px}.footer-legal{font-size:9px;padding:12px;line-height:1.45}}@media (max-width:768px){.support-header{padding:40px 0 30px}.support-header__title{font-size:2rem}.support-container{padding:30px 16px}.support-tabs{flex-direction:column;gap:8px}.support-tab{padding:14px 16px;font-size:.9rem}.form-row{grid-template-columns:1fr;gap:16px}.contact-form,.contact-info{padding:24px 20px}.contact-methods{grid-template-columns:1fr;gap:16px}.faq-contact-options{flex-direction:column;align-items:center}.contact-option{width:100%;max-width:280px;justify-content:center}}@media (max-width:480px){.support-header__title{font-size:1.75rem}.faq-question{padding:16px 20px;font-size:1rem}.faq-answer{padding:0 20px 20px}.contact-method{padding:16px}}.profile-sidebar__bonus-progress{margin:16px 0}.bonus-progress__title{font-size:12px;font-weight:600;color:var(--text)}.bonus-progress__reward{font-size:11px;color:var(--accent);font-weight:700}.bonus-progress__bar{width:100%;height:6px;background:hsla(0,0%,100%,.1);border-radius:3px;margin-bottom:6px}.bonus-progress__fill{border-radius:3px;transition:width .3s ease}.bonus-progress__text{font-size:10px;color:var(--muted);text-align:center}.bonus-progress__type{font-size:10px;color:var(--accent);text-align:center;margin-top:4px;font-weight:600}@media (max-width:768px){.bonus-progress__header{flex-direction:column;align-items:flex-start;gap:4px}.bonus-progress__reward,.bonus-progress__title{font-size:11px}}.bonus-progress__claim-btn{width:100%;margin-top:8px;padding:8px 12px;background:linear-gradient(135deg,var(--accent) 0,#fff 100%);color:#000;border:none;border-radius:6px;font-size:11px;font-weight:700;cursor:pointer;transition:all .2s;animation:pulse 2s infinite}.bonus-progress__claim-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px hsla(50,82%,67%,.4)}.profile-sidebar__pending-bonuses{margin:12px 0}.pending-bonuses{background:hsla(0,0%,100%,.03);border:1px solid var(--border);border-radius:8px;padding:10px}.pending-bonuses__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.pending-bonuses__title{font-size:11px;font-weight:600;color:var(--text)}.pending-bonuses__count{background:var(--accent);color:#000;font-size:10px;font-weight:700;padding:2px 6px;border-radius:10px}.pending-bonus-item{display:flex;justify-content:space-between;align-items:center;padding:4px 0;border-bottom:1px solid hsla(0,0%,100%,.05)}.pending-bonus-item:last-child{border-bottom:none}.pending-bonus-item__type{font-size:10px;color:var(--muted)}.pending-bonus-item__amount{font-size:10px;font-weight:600;color:var(--accent)}.pending-bonuses__info{font-size:9px;color:var(--muted);text-align:center;margin-top:6px;font-style:italic}.hot-games__icon-img{display:block}.hot-games__see-all{padding:6px 16px;border-radius:999px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);transition:all .2s}.hot-games__see-all:hover{background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.25)}@media (max-width:1200px){.hot-games__grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:1024px){.hot-games__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.hot-games__grid{grid-template-columns:repeat(3,1fr);gap:.5rem}}@media (max-width:480px){.hot-games__grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.hot-games{padding:8px 10px}}@media (max-width:1200px){.hot-games-page__grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:1024px){.hot-games-page__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.hot-games-page__grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.hot-games-page__title{font-size:1.5rem}.hot-games-page__icon{width:28px;height:28px}}@media (max-width:480px){.hot-games-page__grid{grid-template-columns:repeat(2,1fr);gap:.5rem;padding:0 10px}.hot-games-page__header{padding:0 10px}.hot-games-page__title{font-size:1.25rem}.hot-games-page__icon{width:24px;height:24px}}@media (max-width:768px){.cookie-banner{bottom:90px;left:16px;right:16px;transform:none;max-width:none;width:auto;padding:16px 18px;border-radius:12px}.cookie-banner__content{flex-direction:column;text-align:center;gap:14px;align-items:stretch}.cookie-banner__text{font-size:13px;line-height:1.5}.cookie-banner__btn{width:100%;padding:12px 20px;font-size:14px}.policy-page{padding:24px 16px}.policy-page__title{font-size:2rem}.policy-section h2{font-size:1.25rem}}.game-page__top{flex-direction:column;align-items:flex-start;margin-top:16px}.game-page__actions{width:100%;justify-content:flex-end}@media (min-width:768px){.game-page{padding:0 16px}.game-page__top{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:16px;margin-top:24px}.game-page__actions{width:auto}.game-page__action-btn--icon{padding:8px;width:40px;height:40px}.game-page__iframe-wrapper{border-radius:16px}}@media (max-height:500px) and (orientation:landscape){.game-page__iframe-wrapper{max-height:70vh}.game-page__top{margin-top:8px;margin-bottom:8px}}@media (max-width:1024px){.game-history-item{grid-template-columns:1fr;gap:20px}.game-history-item__amounts{min-width:auto;width:100%}}@media (max-width:768px){.game-history-item{padding:20px;gap:16px;border-radius:16px}.game-history-item__info{gap:6px;flex-wrap:wrap;align-items:flex-start}.game-history-item__name{font-size:15px;width:100%;white-space:normal;word-break:break-word}.game-history-item__provider{font-size:10px;padding:4px 10px}.game-history-item__date{font-size:11px;margin-left:0;width:100%;white-space:normal}.game-history-item__amounts{grid-template-columns:repeat(3,1fr);gap:10px}.game-history-item__bet,.game-history-item__profit,.game-history-item__win{padding:12px 8px}.game-history-item__label{font-size:9px}.game-history-item__value{font-size:15px}.game-history-item__profit--loss .game-history-item__value,.game-history-item__profit--win .game-history-item__value{font-size:16px}.game-history-empty{padding:60px 20px}.game-history-empty__icon{font-size:56px}.game-history-empty__text{font-size:16px}.hero-slider,.hero-slider__slide{height:300px}.category-slider{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}}@media (max-width:768px){.category-slider::-webkit-scrollbar{display:none}}@media (max-width:480px){.hero-slider,.hero-slider__slide{height:250px}.hero-card__cta--loading{min-width:90px;display:flex!important;align-items:center;justify-content:center}.hero-card__cta-spinner{width:16px;height:16px;border-width:2px}}@media (max-width:768px){.hot-games{padding:8px 10px}.hot-games__header{margin-bottom:8px}.hot-games__title{font-size:.9rem}.hot-games__icon-img{width:18px;height:18px}.hot-games__see-all{font-size:.8rem}}@media (max-width:480px){.hot-games{padding:6px 8px}.hot-games__title{font-size:.85rem}.hot-games__icon-img{width:16px;height:16px}}@media (max-width:768px){.hot-game-card__overlay{opacity:1;background:linear-gradient(0deg,rgba(0,0,0,.9) 0,rgba(0,0,0,.7) 50%,transparent)}.hot-game-card__btn{font-size:11px;padding:6px 12px}}@media (max-width:480px){.hot-game-card__btn{font-size:10px;padding:5px 10px}}@media (max-width:768px){.profile-page{padding:12px 8px}.profile-menu{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.profile-menu::-webkit-scrollbar{display:none}.profile-menu__item{white-space:nowrap;font-size:13px;padding:10px 16px}.profile-content{padding:16px 12px}}@media (max-width:480px){.profile-page{padding:10px 6px}.profile-menu__item{font-size:12px;padding:8px 12px}.profile-content{padding:12px 8px}}@media (max-width:768px){.site-footer__top{flex-direction:column;gap:24px}.site-footer__columns{grid-template-columns:1fr;gap:20px}.footer-col{text-align:left}.footer-badges{flex-wrap:wrap;justify-content:center;gap:12px}.footer-badge-icon{width:60px;height:auto}.footer-legal{font-size:10px;line-height:1.5}}@media (max-width:480px){.site-footer__panel{padding:16px 12px}.footer-badge-icon{width:50px}.footer-legal{font-size:9px}}@media (max-width:768px){.support-page{padding:12px 8px}.support-section{padding:16px 12px}.support-section__title{font-size:1.25rem}}@media (max-width:480px){.support-page{padding:10px 6px}.support-section{padding:12px 10px}.support-section__title{font-size:1.1rem}}@media (max-width:768px){.bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:100;background:#1a1c22;border-top:1px solid var(--border);padding:8px 0}.main-area{padding-bottom:80px}.sidebar{position:fixed;left:-100%;top:0;bottom:0;width:280px;transition:left .3s ease;z-index:200}.sidebar.is-open{left:0}.sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);z-index:199}.sidebar-overlay.is-visible{display:block}.sidebar-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);z-index:199;animation:fadeIn .3s ease}}@media (max-width:768px){@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.app-shell--mobile .sidebar{left:0;transform:translateX(0)}.topbar{padding:8px 12px;gap:8px}.topbar-brand{font-size:16px}.topbar-search{display:none}.topbar-actions{gap:6px}.balance-section{font-size:11px;padding:4px 8px;flex-shrink:0}.balance-amount{font-size:13px}.deposit-btn{font-size:11px;padding:8px 32px;flex:0 0 auto;min-width:auto;display:flex;align-items:center;justify-content:center}}@media (max-width:480px){.topbar{padding:6px 10px}.notification-dropdown{top:56px;right:6px;left:6px;max-height:calc(100vh - 120px)}.notification-dropdown__list{max-height:calc(100vh - 200px)}.notification-item{padding:12px 10px}.notification-item__text{font-size:12px}.notification-item__date{font-size:10px}.notification-dropdown__footer a{font-size:11px;padding:7px 10px}.topbar-brand{font-size:14px}.balance-section{font-size:10px;padding:3px 6px;flex-shrink:0}.balance-amount{font-size:12px}.deposit-btn{font-size:10px;padding:7px 28px;flex:0 0 auto;min-width:auto;display:flex}.btn.login,.btn.signup,.deposit-btn{align-items:center;justify-content:center}.btn.login,.btn.signup{padding:9px 30px;font-size:12px;font-weight:600;display:inline-flex;min-height:38px}.topbar-actions button{width:32px;height:32px}.topbar-actions svg{width:16px;height:16px}}@media (max-width:768px){.modal{padding:16px}.modal__content{max-width:calc(100% - 32px);max-height:calc(100vh - 32px);border-radius:16px}.auth-modal,.deposit-modal,.withdrawal-modal{padding:20px 16px}}@media (max-width:480px){.modal{padding:12px}.modal__content{max-width:calc(100% - 24px);border-radius:12px}.auth-modal{padding:16px 12px}.auth-modal__title{font-size:1.25rem}.form-input{font-size:14px;padding:10px 12px}.btn{font-size:13px;padding:10px 16px}}@media (hover:none) and (pointer:coarse){.bottom-nav__item,.btn,.hot-game-card__btn,.profile-menu__item,.sidebar__item{min-height:44px;min-width:44px}.hot-game-card__overlay{opacity:1}}@media (max-height:500px) and (orientation:landscape){.modal__content{max-height:90vh;overflow-y:auto}}@media (max-width:768px){.datepicker-modal{width:min(360px,95vw);border-radius:16px}.datepicker-header{padding:14px 16px}.datepicker-header__title{font-size:16px}.datepicker-back,.datepicker-close{width:32px;height:32px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.datepicker-body{padding:16px;max-height:280px}.datepicker-years{grid-template-columns:repeat(3,1fr);gap:6px}.datepicker-year{padding:12px 6px;font-size:14px;min-height:44px;display:flex;align-items:center;justify-content:center}.datepicker-months{grid-template-columns:repeat(2,1fr);gap:8px}.datepicker-month{padding:16px 10px;font-size:13px;min-height:44px;display:flex;align-items:center;justify-content:center}.datepicker-days{gap:4px}.datepicker-day{font-size:13px;min-width:40px;min-height:40px}.datepicker-weekday{font-size:10px;padding:6px 2px}.datepicker-footer{padding:14px 16px}.datepicker-selected{padding:10px 16px;font-size:14px;gap:4px}.datepicker-selected__value{font-size:16px;min-width:24px}.datepicker-selected__label{font-size:9px}.datepicker-selected__sep{font-size:18px}}@media (max-width:480px){.datepicker-modal{width:min(340px,92vw);border-radius:14px}.datepicker-header{padding:12px 14px}.datepicker-header__title{font-size:15px}.datepicker-body{padding:14px;max-height:260px}.datepicker-years{grid-template-columns:repeat(3,1fr);gap:5px}.datepicker-year{padding:10px 4px;font-size:13px;min-height:42px}.datepicker-months{grid-template-columns:repeat(2,1fr);gap:6px}.datepicker-month{padding:14px 8px;font-size:12px;min-height:42px}.datepicker-days{gap:3px}.datepicker-day{font-size:12px;min-width:36px;min-height:36px}.datepicker-weekday{font-size:9px;padding:4px 1px}.datepicker-footer{padding:12px 14px}.datepicker-selected{padding:8px 12px;font-size:13px;gap:3px}.datepicker-selected__value{font-size:15px;min-width:22px}.datepicker-selected__label{font-size:8px}.datepicker-selected__sep{font-size:16px}}@media (hover:none) and (pointer:coarse){.datepicker-back,.datepicker-close,.datepicker-day:not(.datepicker-day--empty),.datepicker-month,.datepicker-year{min-height:44px;min-width:44px}.datepicker-day:not(.datepicker-day--empty):active,.datepicker-month:active,.datepicker-year:active{transform:scale(.95)}}.provider-dropdown-wrapper{position:relative}.category-slider__provider--active .category-slider__provider-arrow{transform:rotate(90deg)}.provider-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:280px;background:linear-gradient(145deg,#1a1d2e,#22262e);border:1px solid rgba(77,225,184,.3);border-radius:16px;box-shadow:0 12px 40px rgba(0,0,0,.6),0 0 0 1px rgba(77,225,184,.1);z-index:1000;animation:dropdownSlide .3s cubic-bezier(.68,-.55,.265,1.55);overflow:hidden}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.provider-dropdown__content{max-height:400px;overflow-y:auto;padding:8px}.provider-dropdown__content::-webkit-scrollbar{width:6px}.provider-dropdown__content::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05);border-radius:3px}.provider-dropdown__content::-webkit-scrollbar-thumb{background:rgba(77,225,184,.3);border-radius:3px}.provider-dropdown__content::-webkit-scrollbar-thumb:hover{background:rgba(77,225,184,.5)}.provider-dropdown__item{width:100%;padding:12px 16px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:10px;color:#f5f7ff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:left;font-family:var(--font);margin-bottom:6px;display:block}.provider-dropdown__item:last-child{margin-bottom:0}.provider-dropdown__item:hover{background:hsla(0,0%,100%,.08);border-color:rgba(77,225,184,.3);transform:translateX(4px);box-shadow:0 2px 8px rgba(44,91,78,.2)}.provider-dropdown__item--active{background:linear-gradient(135deg,rgba(44,91,78,.3),rgba(44,91,78,.2));border-color:rgba(77,225,184,.5);color:#4de1b8;box-shadow:0 0 0 2px rgba(77,225,184,.1)}.provider-dropdown__item--active:hover{background:linear-gradient(135deg,rgba(44,91,78,.4),rgba(44,91,78,.3));border-color:rgba(77,225,184,.6);box-shadow:0 0 0 2px rgba(77,225,184,.15),0 2px 8px rgba(44,91,78,.3)}.provider-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .2s ease}.provider-modal{background:linear-gradient(145deg,#1a1d2e,#22262e);border:1px solid rgba(77,225,184,.2);border-radius:20px;max-width:500px;width:100%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.5);animation:slideUp .3s cubic-bezier(.68,-.55,.265,1.55)}.provider-modal__header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid hsla(0,0%,100%,.1)}.provider-modal__title{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.provider-modal__close{width:36px;height:36px;border:none;background:hsla(0,0%,100%,.08);border-radius:8px;color:#f5f7ff;font-size:1.25rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.provider-modal__close:hover{background:rgba(255,71,87,.2);color:#ff4757;transform:rotate(90deg)}.provider-modal__content{padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.provider-modal__content::-webkit-scrollbar{width:8px}.provider-modal__content::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05);border-radius:4px}.provider-modal__content::-webkit-scrollbar-thumb{background:rgba(77,225,184,.3);border-radius:4px}.provider-modal__content::-webkit-scrollbar-thumb:hover{background:rgba(77,225,184,.5)}.provider-modal__item{padding:14px 20px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;color:#f5f7ff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:left;font-family:var(--font)}.provider-modal__item:hover{background:hsla(0,0%,100%,.08);border-color:rgba(77,225,184,.3);transform:translateX(4px)}.provider-modal__item--active{background:linear-gradient(135deg,rgba(44,91,78,.3),rgba(44,91,78,.2));border-color:rgba(77,225,184,.5);color:#4de1b8;box-shadow:0 0 0 3px rgba(77,225,184,.1)}.provider-modal__item--active:hover{background:linear-gradient(135deg,rgba(44,91,78,.4),rgba(44,91,78,.3));border-color:rgba(77,225,184,.6)}.ban-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;box-sizing:border-box}.ban-modal{background:#1d1f25;border-radius:16px;padding:32px 24px;max-width:480px;width:100%;text-align:center;border:1px solid rgba(244,67,54,.2);animation:banModalSlideIn .3s ease}@keyframes banModalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.ban-modal__icon{font-size:48px;margin-bottom:16px;animation:pulse 2s infinite}.ban-modal__title{color:#f44336;font-size:24px;font-weight:700;margin:0 0 20px}.ban-modal__reason{color:#b9bec8;font-size:16px;margin:0 0 16px;padding:12px;background:rgba(244,67,54,.1);border-radius:8px;border-left:4px solid #f44336}.ban-modal__text{color:#9aa0ac;font-size:14px;line-height:1.5;margin:0 0 28px}.ban-modal__actions{display:flex;gap:12px;justify-content:center}.ban-modal__btn{padding:12px 24px;border-radius:10px;border:none;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;min-width:120px}.ban-modal__btn--support{background:#2196f3;color:#fff}.ban-modal__btn--support:hover{background:#1976d2;transform:translateY(-1px)}.ban-modal__btn--logout{background:hsla(0,0%,100%,.1);color:#b9bec8;border:1px solid hsla(0,0%,100%,.2)}.ban-modal__btn--logout:hover{background:hsla(0,0%,100%,.2);transform:translateY(-1px)}@media (max-width:600px){.ban-modal{margin:16px;padding:24px 20px;max-height:calc(100vh - 32px);overflow-y:auto}.ban-modal__icon{font-size:40px;margin-bottom:12px}.ban-modal__title{font-size:20px;margin-bottom:16px}.ban-modal__reason{font-size:14px;margin-bottom:12px;padding:10px}.ban-modal__text{font-size:13px;margin-bottom:24px}.ban-modal__actions{flex-direction:column;gap:10px}.ban-modal__btn{width:100%;padding:14px 24px;font-size:15px}}@media (max-width:380px){.ban-modal{margin:12px;padding:20px 16px}.ban-modal__title{font-size:18px}.ban-modal__btn{padding:12px 20px;font-size:14px}}.auth-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;align-items:center;justify-content:center;padding:20px}.auth-backdrop,.auth-modal{display:flex;overflow-y:auto}.auth-modal{background:#2c2c2e;border-radius:20px;padding:24px 24px 32px;box-shadow:0 20px 50px rgba(0,0,0,.4);position:relative;color:#e5e5e7;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:width .2s ease;overflow-x:hidden;z-index:10000;margin:auto;max-height:92vh;flex-direction:column}@media (min-width:769px){.auth-modal::-webkit-scrollbar{display:none}.auth-modal{-ms-overflow-style:none;scrollbar-width:none}}.auth-modal--login{width:min(420px,92vw)}.auth-modal--signup{width:min(560px,92vw)}.auth-modal__close{position:absolute;top:16px;right:16px;width:36px;height:36px;border:none;border-radius:50%;background:#3a3a3c;color:#9aa0ac;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s;z-index:2;flex-shrink:0}.auth-modal__close:hover{background:#48484a;color:#fff}.auth-modal__tabs{display:flex;gap:8px;margin-bottom:24px;padding-right:44px}.auth-modal__tab{flex:1 1;padding:12px 16px;border:none;border-radius:12px;background:transparent;color:#9aa0ac;font-size:15px;font-weight:500;cursor:pointer;transition:background .2s,color .2s}.auth-modal__tab--active{background:#cdc097;color:#1c1c1e}.auth-modal__tab:not(.auth-modal__tab--active):hover{background:hsla(0,0%,100%,.06);color:#e5e5e7}.auth-modal__body,.auth-modal__form{display:flex;flex-direction:column;gap:14px}.auth-modal__row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.auth-modal__row .auth-field{min-width:0}.auth-modal__row .auth-field__input{min-width:0;width:100%}.auth-modal__error{background:rgba(230,57,70,.15);color:#e63946}.auth-modal__error,.auth-modal__success{margin:0 0 4px;padding:10px 12px;border-radius:10px;font-size:13px;line-height:1.4}.auth-modal__success{background:rgba(30,96,71,.2);color:#4ade80}.auth-field{display:flex;align-items:center;gap:12px;background:#3a3a3c;border-radius:12px;padding:0 14px;min-height:48px;position:relative;border:1px solid transparent;overflow:hidden;min-width:0}.auth-field:focus-within{outline:none;box-shadow:0 0 0 2px hsla(46,35%,70%,.3)}.auth-field--select{cursor:pointer}.auth-field__icon{flex-shrink:0;color:#9aa0ac;display:flex;align-items:center;justify-content:center}.auth-field__flag{font-size:20px;line-height:1}.auth-field__input{flex:1 1;min-width:0;border:none;background:transparent;color:#fff;font-size:15px;font-family:inherit;outline:none}.auth-field__input::placeholder{color:#9aa0ac}.auth-field__input--static{padding:14px 0}.auth-field__suffix{flex-shrink:0;background:none;border:none;color:#9aa0ac;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.auth-field__suffix:hover{color:#fff}.auth-modal__forgot{text-align:right;margin-top:-4px}.auth-modal__link{color:#cdc097;font-size:13px;text-decoration:none}.auth-modal__link:hover{text-decoration:underline}.auth-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#3a3a3c;border-radius:12px;overflow:hidden;z-index:10;box-shadow:0 8px 24px rgba(0,0,0,.3)}.auth-dropdown__item{display:flex;align-items:center;gap:10px;width:100%;padding:12px 14px;border:none;background:none;color:#fff;font-size:15px;font-family:inherit;cursor:pointer;text-align:left}.auth-dropdown__item:hover{background:hsla(0,0%,100%,.08)}.auth-welcome-bonus{font-size:13px;color:#4caf50;margin:0 0 8px;padding:10px 12px;background:rgba(76,175,80,.12);border-radius:8px}.auth-checkbox{display:flex;align-items:flex-start;gap:12px;cursor:pointer;font-size:13px;color:#9aa0ac;line-height:1.4}.auth-checkbox input{position:absolute;opacity:0;width:0;height:0}.auth-checkbox__box{flex-shrink:0;width:20px;height:20px;border:2px solid #5a5a5c;border-radius:6px;background:#3a3a3c;margin-top:2px;transition:border-color .2s,background .2s;position:relative}.auth-checkbox input:checked+.auth-checkbox__box{background:#cdc097;border-color:#cdc097}.auth-checkbox input:checked+.auth-checkbox__box:after{content:"";position:absolute;left:6px;top:2px;width:6px;height:10px;border:solid #1c1c1e;border-width:0 2px 2px 0;transform:rotate(45deg)}.auth-checkbox__label{flex:1 1}.auth-modal__submit{width:100%;padding:14px 20px;border:none;border-radius:12px;font-size:16px;font-weight:600;font-family:inherit;cursor:pointer;margin-top:8px;transition:opacity .2s,transform .02s}.auth-modal__submit:active{transform:scale(.99)}.auth-modal__submit--login{background:#1e6047;color:#fff}.auth-modal__submit--login:hover{opacity:.9}.auth-modal__submit--signup{background:#1e6047;color:#fff;margin-bottom:20px}.auth-modal__submit--signup:hover{opacity:.9}.nav-label{font-size:12px;font-weight:500;letter-spacing:.1px}.sidebar.is-collapsed .nav-badge,.sidebar.is-collapsed .nav-label{display:none}.nav-badge{font-size:9px;font-weight:500;padding:2px 6px;border-radius:999px;background:#e6686a;color:#fff;letter-spacing:.4px}.collapse-btn{position:absolute;top:24px;right:-18px;width:36px;height:36px;border-radius:50%;border:1px solid var(--border);background:#20232b;color:var(--text);cursor:pointer;box-shadow:0 8px 18px rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;padding:0;line-height:1;z-index:10}.collapse-btn svg{width:16px;height:16px;flex-shrink:0;display:block}.sidebar.is-collapsed .collapse-btn{right:-18px}.collapse-btn:hover{background:linear-gradient(135deg,hsla(50,82%,67%,.35),rgba(32,35,43,.95));border-color:hsla(50,82%,67%,.6);transform:translateX(2px)}.collapse-btn:active{transform:translateX(0)}.sidebar__footer{margin-top:auto;display:flex;gap:10px;align-items:center}.sidebar.is-collapsed .sidebar__footer{flex-direction:column;align-items:center}.support-btn{flex:1 1;display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:14px;background:#1d6646;color:#f4f5f6;border:1px solid rgba(0,0,0,.3);cursor:pointer;font-weight:600;font-size:14px;min-height:42px;box-shadow:0 6px 16px rgba(0,0,0,.32)}.support-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:10px;background:hsla(0,0%,100%,.08);color:#f4f5f6}.support-icon svg{width:18px;height:18px}.sidebar.is-collapsed .support-btn{flex:0 0 auto;width:56px;height:56px;justify-content:center;border-radius:50%;padding:0}.sidebar.is-collapsed .support-btn span:nth-of-type(2){display:none}.sidebar.is-collapsed .support-icon{width:30px;height:30px}.sidebar.is-collapsed .support-icon svg{width:20px;height:20px}.chat-fab{position:fixed;right:24px;bottom:24px;width:56px;height:56px;border-radius:50%;border:1px solid hsla(0,0%,100%,.15);background:#1a1c22;display:grid;place-items:center;box-shadow:0 16px 30px rgba(0,0,0,.35);cursor:pointer;z-index:23;transition:transform .2s ease,box-shadow .2s ease}.chat-fab svg{width:26px;height:26px;color:#f4f5f6}.chat-fab:hover{transform:translateY(-2px);box-shadow:0 20px 36px rgba(0,0,0,.4)}.footer-actions{display:flex;gap:6px;position:relative;justify-content:flex-end}.sidebar.is-collapsed .footer-actions{width:100%;justify-content:center}.flag-btn,.icon-btn{width:44px;height:44px;border-radius:50%;border:1px solid var(--border);background:var(--panel);color:var(--text);font-size:18px;cursor:pointer}.flag{font-size:18px}.flag-btn{transition:transform .15s ease,border-color .15s ease,box-shadow .2s ease}.flag-btn:hover{transform:translateY(-2px);border-color:hsla(50,82%,67%,.6);box-shadow:0 10px 25px hsla(50,82%,67%,.15)}.flag-btn:active{transform:translateY(0)}@keyframes dockIn{0%{opacity:0;transform:translateY(8px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.lang-dock{position:absolute;right:0;bottom:54px;display:flex;flex-direction:column;gap:6px;padding:8px;background:#1d1f26;border:1px solid var(--border);border-radius:16px;box-shadow:0 14px 30px rgba(0,0,0,.35);animation:dockIn .2s ease;transform-origin:bottom right}.sidebar.is-collapsed .lang-dock{right:auto;left:8px;transform-origin:bottom left}.lang-option-compact{all:unset;display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:12px;border:1px solid transparent;cursor:pointer;justify-content:flex-start}.lang-option-compact:hover{background:hsla(0,0%,100%,.04);border-color:var(--border)}.lang-option-compact .lang-code{font-size:12px;color:var(--muted)}.main-area{--page-gutter:max(4%,calc((100% - var(--content-max)) / 2));background:#0f1116;padding:var(--main-top-padding) 0 var(--main-bottom-padding);min-width:0;margin-left:var(--sidebar-width);width:calc(100% - var(--sidebar-width));transition:margin-left .2s ease,width .2s ease}.main-stack{display:flex;flex-direction:column;gap:20px;padding-inline:var(--page-gutter);min-width:0}.hero-slider{position:relative;width:100%;max-width:none;margin:40px 0 0;padding:0;overflow:visible;min-width:0;--bg-shift:0%}.category-slider,.hero-slider{display:flex;align-items:center}.category-slider{gap:10px;flex-wrap:wrap;padding:10px 12px;background:#1b1d22;border:1px solid #24272f;border-radius:24px;box-shadow:0 18px 36px rgba(0,0,0,.35)}.footer-intro,.footer-slider{width:100%}.footer-intro__panel{background:#1c1f26;border:1px solid #242833;border-radius:26px;padding:28px 32px;box-shadow:0 20px 40px rgba(0,0,0,.35)}.footer-intro__title{margin:0 0 16px;font-size:clamp(18px,1.6vw,24px);font-weight:600;color:#f3f5f9;letter-spacing:.01em}.footer-intro__body{position:relative;max-height:110px;overflow:hidden;color:#9da3ad;font-size:13px;line-height:1.7;transition:max-height .35s ease}.footer-intro__panel.is-expanded .footer-intro__body{max-height:2400px}.footer-intro__body:after{content:"";position:absolute;left:0;right:0;bottom:0;height:72px;background:linear-gradient(180deg,rgba(28,31,38,0),#1c1f26 80%);opacity:1;transition:opacity .2s ease}.footer-intro__panel.is-expanded .footer-intro__body:after{opacity:0}.footer-intro__body p{margin:0 0 14px}.footer-intro__body h3{margin:18px 0 8px;font-size:14px;color:#d8dde6;font-weight:600}.footer-intro__body ul{margin:0 0 16px;padding-left:18px;color:#aeb4bf}.footer-intro__body li{margin:0 0 6px}.footer-intro__toggle{margin-top:10px;width:100%;border:none;background:transparent;color:var(--accent);font-weight:600;font-size:14px;cursor:pointer;text-align:center;padding:6px 0 0}.footer-intro__toggle:hover{color:#fff2a6}.footer-slider__viewport{position:relative;overflow:hidden;scroll-snap-type:none;cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:999px;padding:12px 44px;background:transparent;border:none;box-shadow:none;-webkit-mask-image:linear-gradient(90deg,transparent,#000 16%,#000 84%,transparent);mask-image:linear-gradient(90deg,transparent,#000 16%,#000 84%,transparent);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.footer-slider__viewport.is-animating,.footer-slider__viewport.is-dragging{cursor:-webkit-grabbing;cursor:grabbing;scroll-snap-type:none;scroll-behavior:auto}.footer-slider__viewport:after,.footer-slider__viewport:before{display:none}.footer-slider__viewport:before{left:0;background:linear-gradient(90deg,rgba(17,19,25,.85),rgba(17,19,25,0))}.footer-slider__viewport:after{right:0;background:linear-gradient(270deg,rgba(17,19,25,.85),rgba(17,19,25,0))}.footer-slider__track{display:flex;width:max-content;position:relative;z-index:1}.footer-slider__group{display:flex;gap:18px;padding-right:18px}.footer-slider__item{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;color:#7f8590;font-size:13px;font-weight:500;white-space:nowrap;scroll-snap-align:start}.footer-slider__icon{display:grid;place-items:center;color:#b8bdc8;font-size:12px;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.footer-slider__icon svg{height:18px;width:auto;opacity:.55}.site-footer{width:100%}.site-footer__panel{background:#16181d;border:1px solid #22262e;border-radius:28px;padding:28px;box-shadow:0 26px 50px rgba(0,0,0,.45)}.site-footer__top{display:flex;gap:32px;align-items:flex-start;flex-wrap:wrap}.footer-lang-wrap{order:2;align-self:start;justify-self:end}.site-footer__columns{order:3}.site-footer__brand{display:flex;flex-direction:column;gap:16px;min-width:220px}.footer-license{width:44px;height:44px;display:block;object-fit:contain;border-radius:18px;background:#1a1c22}.footer-mail{display:inline-flex;align-items:center;gap:10px;padding:6px 12px;border-radius:999px;border:1px dashed hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.04);color:#d3d7df;text-decoration:none;font-size:13px;font-weight:500;line-height:1;width:-moz-fit-content;width:fit-content}.footer-mail__icon{width:20px;height:20px;border-radius:0;display:grid;place-items:center;background:transparent;color:#f0da66;border:none}.footer-mail__icon svg{width:18px;height:18px}.site-footer__columns{display:grid;grid-template-columns:repeat(3,minmax(0,240px)) auto;grid-gap:24px;gap:24px;align-items:start;justify-content:start;flex:1 1;min-width:240px}.footer-col__title{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:#eef1f4;margin-bottom:10px}.footer-col__icon{width:28px;height:28px;border-radius:10px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.06);display:grid;place-items:center;color:#d8c67b}.footer-col__icon svg{width:16px;height:16px}.footer-col__list{list-style:none;padding:0;margin:0;display:grid;grid-gap:8px;gap:8px;color:#8d929c;font-size:13px}.footer-col__list li{cursor:pointer}.footer-col__list li:hover{color:#fff}.footer-col__list a{color:inherit;text-decoration:none}.footer-col__list a:hover{color:#fff}.footer-lang-wrap{margin-left:0}.footer-lang{width:44px;height:44px;border-radius:50%;border:1px solid #2a2f38;background:#202329;display:grid;place-items:center;margin-left:auto}.footer-lang img{width:26px;height:26px;border-radius:50%}.footer-badges{margin-top:24px;display:flex;flex-wrap:wrap;gap:16px;align-items:center;color:#7d828d}.footer-badge-icon{height:22px;width:auto;opacity:.7;filter:grayscale(1)}.footer-legal{margin-top:18px;padding:18px 20px;border-radius:18px;background:#13161b;border:1px solid #23262e;color:#7a808b;font-size:11px;line-height:1.6}.category-slider__nav{width:30px;height:30px;border-radius:50%;border:1px solid #262a33;background:#20232a;color:#aeb4bf;display:grid;place-items:center;cursor:pointer;padding:0}.category-slider__nav:disabled{opacity:.4;cursor:default}.category-slider__nav-icon{width:16px;height:16px;stroke:currentColor;stroke-width:2.8px;fill:none;stroke-linecap:round;stroke-linejoin:round}.category-slider__viewport{flex:1 1 260px;min-width:0;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none}.category-slider__viewport::-webkit-scrollbar{display:none}.category-slider__track{display:flex;align-items:center;gap:10px;padding:3px 0}.category-pill{all:unset;display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:transparent;color:var(--text);font-size:13px;font-weight:500;white-space:nowrap;cursor:pointer;transition:background .2s ease,color .2s ease}.category-pill--active{background:#2c5b4e;color:#f2f5f7;border-radius:8px}.category-pill__icon{font-size:17px;line-height:1}.category-pill__icon-img{width:17px;height:17px;display:block;object-fit:contain}.category-pill:hover{color:#fff}.category-slider__provider{all:unset;display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:8px;border:1px solid #262a33;background:transparent;color:var(--text);font-size:13px;font-weight:500;white-space:nowrap;cursor:pointer}.category-slider__provider-icon{font-size:15px;line-height:1}.category-slider__provider:hover{color:#fff}.category-slider__provider-arrow{width:16px;height:16px;stroke:currentColor;stroke-width:2.6px;fill:none;stroke-linecap:round;stroke-linejoin:round}.hero-slider__viewport{overflow:visible;width:100%;margin:0 auto;position:relative;-webkit-clip-path:inset(-60px 0 -24px 0);clip-path:inset(-60px 0 -24px 0)}.hero-slider__viewport:after,.hero-slider__viewport:before{content:"";position:absolute;top:50%;width:70px;height:65px;border-radius:50%;background:#111319;transform:translateY(-50%);pointer-events:none;z-index:2}.hero-slider__viewport:before{left:-40px}.hero-slider__viewport:after{right:-40px}.hero-slider__track{display:flex;gap:16px;transition:transform .35s ease;will-change:transform}.hero-slider__track::-webkit-scrollbar{display:none}.hero-card{position:relative;min-height:210px;height:260px;border-radius:24px;overflow:visible;padding:0;background:#1a1f27;border:none;box-shadow:0 12px 26px rgba(0,0,0,.35);transition:transform .25s ease,box-shadow .25s ease;display:flex;width:calc((100% - 32px) / 3);flex:0 0 auto;flex-shrink:0}.hero-card__inner{position:absolute;inset:0;border-radius:inherit;overflow:hidden}.hero-card__overlay{padding:20px 40px;display:flex;flex-direction:column;justify-content:flex-end;gap:10px;opacity:1;visibility:visible;background:linear-gradient(180deg,rgba(26,31,39,.05),rgba(26,31,39,.25) 45%,rgba(26,31,39,.45) 70%,rgba(26,31,39,.55));z-index:3}.hero-card__bg,.hero-card__overlay{position:absolute;inset:0;pointer-events:none}.hero-card__bg{width:100%;height:100%;background-size:cover;background-position:calc(50% + var(--bg-shift)) 50%;background-repeat:no-repeat;z-index:1}.hero-card__sticker-clip{inset:0;-webkit-clip-path:inset(-80px 0 0 0);clip-path:inset(-80px 0 0 0)}.hero-card__sticker,.hero-card__sticker-clip{position:absolute;pointer-events:none;z-index:2}.hero-card__sticker{top:-14%;left:50%;width:auto;min-width:100%;height:calc(100% - 12px);transform:translateX(-50%);object-fit:cover;object-position:center top}.hero-card--sticker-low .hero-card__sticker{top:-8%}.hero-card h3{font-size:23px;font-weight:500;color:#e6e9ef;text-shadow:0 2px 10px rgba(0,0,0,.55)}.hero-card h3,.hero-card p{margin:0;opacity:1;transform:none;transition:opacity .25s ease,transform .25s ease}.hero-card p{max-width:32ch;color:#aab1bd;font-size:14px;line-height:1.5;text-shadow:0 2px 10px rgba(0,0,0,.5)}.hero-card__cta{width:-moz-fit-content;width:fit-content;padding:12px 20px;border-radius:999px;border:none;background:#1c6b4a;color:#f4f5f6;font-weight:500;cursor:pointer;font-size:13px;box-shadow:none;pointer-events:auto;opacity:1;transform:translateY(0);transition:background .2s ease,opacity .25s ease,transform .25s ease}.hero-card:hover{box-shadow:0 16px 40px rgba(0,0,0,.4)}.slider-nav{width:50px;height:50px;border-radius:50%;border:2px solid #1a7c5b;background:#135b45;color:#f4f5f6;display:grid;place-items:center;cursor:pointer;font-size:20px;box-shadow:none;position:absolute;top:50%;transform:translateY(-50%);z-index:3}.slider-nav span{font-weight:700}.slider-nav--prev{left:-25px}.slider-nav--next{right:-25px}.slider-nav:disabled{opacity:.4;cursor:default}.slider-nav__icon{width:22px;height:22px;stroke:currentColor;stroke-width:2.8px;fill:none;stroke-linecap:round;stroke-linejoin:round}.hero-card__cta:hover{background:#238258}.slider-nav:hover:not(:disabled){background:#187257;border-color:#1f8b66}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 0;padding-inline:var(--page-gutter);min-height:var(--topbar-height)}.topbar-brand{display:none;align-items:baseline;gap:6px;font-size:var(--logo-size);font-weight:800;letter-spacing:.4px;color:inherit;text-decoration:none}.brand-mini{display:none}.search{display:flex;align-items:center;gap:10px;background:#1a1c22;border:1px solid var(--border);border-radius:999px;padding:10px 16px;min-width:240px;max-width:320px;width:100%;transition:border-color .2s ease,box-shadow .2s ease,max-width .25s ease,width .25s ease,padding .25s ease}.search:focus-within{border-color:hsla(50,82%,67%,.45);box-shadow:0 0 0 3px hsla(50,82%,67%,.12),0 12px 30px hsla(50,82%,67%,.08);max-width:380px}.search input{background:transparent;border:none;outline:none;color:var(--text);font-size:14px;font-weight:600;width:100%;transition:width .2s ease,opacity .2s ease}.search input::placeholder{color:#7d848f}.search-icon{width:18px;height:18px;display:grid;place-items:center;color:#9096a2}.topbar-actions{display:flex;align-items:center;gap:12px;position:relative;margin-left:auto}.balance-deposit-group{display:flex;align-items:center;background:#2a2d35;border-radius:28px;padding:4px;height:48px;gap:8px}.balance-section{display:flex;align-items:center;gap:8px;padding:0 12px;background:transparent}.balance-icon{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#f0da66,#e8c84a);color:#1a1c22;font-weight:700;font-size:14px;display:grid;place-items:center;flex-shrink:0}.balance-amount{font-size:15px}.balance-amount,.deposit-btn{color:#fff;font-weight:600;white-space:nowrap}.deposit-btn{display:flex;align-items:center;gap:8px;padding:0 18px;height:40px;background:linear-gradient(135deg,#16a085,#0e7c6b);font-size:14px;border:none;border-radius:24px;cursor:pointer;transition:all .2s}.deposit-btn:hover{background:linear-gradient(135deg,#1abc9c,#16a085)}.deposit-btn svg{flex-shrink:0}.bell-wrap{position:relative}.bell-btn{width:44px;height:44px;border-radius:50%;border:1px solid var(--border);background:#1a1c22;display:grid;place-items:center;cursor:pointer;transition:all .2s;color:var(--muted);position:relative;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-moz-user-select:none;user-select:none;-webkit-user-select:none}.bell-btn svg{pointer-events:none}.bell-btn:hover{background:var(--panel);color:var(--text);border-color:#3a3d45}.bell-badge{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#e53935;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;pointer-events:none}.notification-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:340px;max-height:400px;background:#1d1f25;border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.4);z-index:100;display:flex;flex-direction:column;overflow:hidden}.notification-dropdown__header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--border);font-size:15px;font-weight:600;color:var(--text)}.notification-dropdown__actions{display:flex;align-items:center;gap:8px}.notification-dropdown__clear{width:32px;height:32px;border:none;background:transparent;color:var(--muted);cursor:pointer;padding:0;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.notification-dropdown__clear:hover{background:rgba(239,68,68,.15);color:#ef4444}.notification-dropdown__close{width:28px;height:28px;border:none;background:transparent;color:var(--muted);font-size:22px;cursor:pointer;line-height:1;padding:0;border-radius:6px}.notification-dropdown__close:hover{background:hsla(0,0%,100%,.08);color:var(--text)}.notification-dropdown__list{overflow-y:auto;max-height:280px;padding:8px 0}.notification-dropdown__empty{padding:24px 16px;text-align:center;color:var(--muted);font-size:14px}.notification-item{padding:12px 16px;border-bottom:1px solid hsla(0,0%,100%,.06);display:flex;flex-direction:column;gap:4px}.notification-item:last-child{border-bottom:none}.notification-item__text{font-size:13px;color:var(--text);line-height:1.4}.notification-item__date{font-size:11px;color:var(--muted)}.notification-item--approved .notification-item__text{color:#4caf50}.notification-item--rejected .notification-item__text{color:#f44336}.notification-item--pending .notification-item__text{color:#ff9800}.notification-dropdown__footer{display:flex;gap:12px;padding:12px 16px;border-top:1px solid var(--border);font-size:13px}.notification-dropdown__footer a{flex:1 1;text-align:center;color:var(--accent);text-decoration:none;padding:6px 0;border-radius:6px;transition:background .2s}.notification-dropdown__footer a:hover{background:hsla(50,82%,67%,.08)}.notification-item--promo .notification-item__text{color:#4caf50}.profile-btn{width:44px;height:44px;border-radius:50%;border:2px solid var(--accent);background:#1a1c22;display:grid;place-items:center;cursor:pointer;transition:all .2s;color:var(--accent);position:relative;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-moz-user-select:none;user-select:none;-webkit-user-select:none}.profile-btn svg{pointer-events:none}.profile-btn:hover{background:var(--panel);border-color:#f5e380}.profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#1d1f25;border:1px solid var(--border);border-radius:12px;min-width:220px;padding:8px;z-index:9999;box-shadow:0 8px 24px rgba(0,0,0,.4)}.profile-dropdown__header{padding:12px 14px 8px;border-bottom:1px solid var(--border);margin-bottom:8px}.profile-dropdown__name{font-size:15px;font-weight:600;color:#fff;margin-bottom:4px}.profile-dropdown__email{font-size:12px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-dropdown__item{width:100%;display:flex;align-items:center;gap:12px;padding:12px 14px;background:transparent;border:none;color:var(--text);font-size:14px;font-weight:400;cursor:pointer;border-radius:8px;transition:all .15s;text-align:left;text-decoration:none}.profile-dropdown__item:hover{background:var(--panel-2);color:#fff}.profile-dropdown__item svg{color:var(--muted);flex-shrink:0}.lang-pill{width:44px;height:44px;border-radius:50%;border:1px solid var(--border);background:#1a1c22;display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 18px rgba(0,0,0,.35);transition:transform .15s ease,border-color .15s ease}.lang-pill img{width:24px;height:24px;object-fit:cover;border-radius:50%}.lang-pill:hover{transform:translateY(-2px);border-color:hsla(50,82%,67%,.5)}.flag-emoji{font-size:22px;line-height:1}.lang-wrapper{position:relative}.topbar-lang-dock{position:absolute;right:0;top:54px;display:flex;flex-direction:column;gap:6px;padding:8px;background:#1d1f26;border:1px solid var(--border);border-radius:16px;box-shadow:0 14px 30px rgba(0,0,0,.35);animation:dockIn .2s ease;transform-origin:top right;z-index:5}.btn{border:none;border-radius:999px;padding:10px 18px;font-weight:400;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-shadow:none;filter:none;opacity:1;-webkit-font-smoothing:auto}.btn.signup{background:#262a33}.btn.login,.btn.signup{color:#f4f5f6;box-shadow:none;text-shadow:none}.btn.login{background:#145237}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.placeholder{margin:60px auto;max-width:520px;padding:18px 16px;border-radius:12px;background:hsla(0,0%,100%,.03);border:1px dashed var(--border);color:var(--muted)}.datepicker-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;z-index:99999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fadeInDatepicker .2s ease}@keyframes fadeInDatepicker{0%{opacity:0}to{opacity:1}}.datepicker-modal{background:linear-gradient(180deg,#1d1f25,#16181c);border:1px solid var(--border);border-radius:20px;width:min(360px,92vw);display:flex;flex-direction:column;box-shadow:0 24px 80px rgba(0,0,0,.6);animation:slideUpDatepicker .25s ease;overflow:hidden;position:relative;z-index:100000}@keyframes slideUpDatepicker{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.datepicker-header{display:flex;align-items:center;padding:18px 20px;background:hsla(0,0%,100%,.02);border-bottom:1px solid var(--border);gap:12px}.datepicker-back{width:36px;height:36px;background:hsla(0,0%,100%,.05);border:none;color:var(--text);cursor:pointer;display:grid;place-items:center;border-radius:10px;transition:all .15s;flex-shrink:0}.datepicker-back:hover{background:hsla(0,0%,100%,.1);color:#fff}.datepicker-header__title{flex:1 1;font-size:17px;font-weight:600;color:#fff;text-align:center}.datepicker-close{width:36px;height:36px;background:hsla(0,0%,100%,.05);border:none;color:var(--muted);cursor:pointer;display:grid;place-items:center;border-radius:10px;transition:all .15s;flex-shrink:0}.datepicker-close:hover{background:rgba(239,68,68,.15);color:#f87171}.datepicker-body{padding:20px;max-height:320px;overflow-y:auto}.datepicker-body::-webkit-scrollbar{width:6px}.datepicker-body::-webkit-scrollbar-track{background:transparent}.datepicker-body::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.datepicker-years{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px}.datepicker-year{padding:14px 8px;background:hsla(0,0%,100%,.03);border:1px solid transparent;color:var(--text);font-size:15px;font-weight:500;cursor:pointer;border-radius:12px;transition:all .15s}.datepicker-year:hover{background:hsla(0,0%,100%,.08);border-color:var(--border);color:#fff}.datepicker-year--selected{background:linear-gradient(135deg,#f0da66,#e8c84a);color:#1a1c22;font-weight:700;border-color:transparent}.datepicker-year--selected:hover{background:linear-gradient(135deg,#f5e380,#f0da66)}.datepicker-months{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.datepicker-month{padding:18px 12px;background:hsla(0,0%,100%,.03);border:1px solid transparent;color:var(--text);font-size:14px;font-weight:500;cursor:pointer;border-radius:12px;transition:all .15s}.datepicker-month:hover{background:hsla(0,0%,100%,.08);border-color:var(--border);color:#fff}.datepicker-month--selected{background:linear-gradient(135deg,#f0da66,#e8c84a);color:#1a1c22;font-weight:700;border-color:transparent}.datepicker-month--selected:hover{background:linear-gradient(135deg,#f5e380,#f0da66)}.datepicker-calendar{display:flex;flex-direction:column;gap:12px}.datepicker-weekdays{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:4px;gap:4px;padding-bottom:8px;border-bottom:1px solid var(--border)}.datepicker-weekday{text-align:center;font-size:11px;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.5px;padding:4px}.datepicker-days{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:6px;gap:6px}.datepicker-day{aspect-ratio:1;background:hsla(0,0%,100%,.03);border:1px solid transparent;color:var(--text);font-size:14px;font-weight:500;cursor:pointer;border-radius:50%;transition:all .15s;display:grid;place-items:center;min-width:38px;min-height:38px}.datepicker-day--empty{background:transparent;cursor:default;pointer-events:none}.datepicker-day:not(.datepicker-day--empty):hover{background:hsla(0,0%,100%,.1);border-color:var(--border);color:#fff;transform:scale(1.1)}.datepicker-day--selected{background:linear-gradient(135deg,#f0da66,#e8c84a);color:#1a1c22;font-weight:700;border-color:transparent;box-shadow:0 4px 12px hsla(50,82%,67%,.3)}.datepicker-day--selected:hover{background:linear-gradient(135deg,#f5e380,#f0da66);transform:scale(1.1)}.datepicker-footer{padding:18px 20px;background:linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.25));border-top:1px solid var(--border)}.datepicker-selected{display:flex;align-items:center;justify-content:center;gap:6px;font-size:15px;font-weight:500;color:var(--text);background:hsla(0,0%,100%,.05);padding:12px 20px;border-radius:12px;border:1px solid var(--border)}.datepicker-selected__part{display:flex;align-items:center;gap:4px}.datepicker-selected__label{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.datepicker-selected__value{font-size:18px;font-weight:700;color:var(--text);min-width:28px;text-align:center}.datepicker-selected__sep{color:var(--border);font-size:20px;font-weight:300}.datepicker-selected__active .datepicker-selected__label,.datepicker-selected__active .datepicker-selected__value{color:var(--accent)}@media (max-width:768px){.datepicker-modal{width:min(360px,95vw)}.datepicker-years{grid-template-columns:repeat(3,1fr)}.datepicker-months{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.datepicker-modal{width:min(340px,92vw)}.datepicker-body{padding:16px}}.profile-page{min-height:100vh;background:linear-gradient(135deg,#0a0b0e,#14151a);color:var(--text)}.profile-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:rgba(26,28,34,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid hsla(50,82%,67%,.1);position:-webkit-sticky;position:sticky;top:0;z-index:100}.profile-header__left{display:flex;align-items:center;gap:16px}.profile-header__brand{font-size:22px;font-weight:800;text-decoration:none}.profile-header__brand .accent{color:var(--accent)}.profile-header__brand .logo-text:not(.accent){color:#fff}.profile-header__divider{color:var(--muted)}.profile-header__link{color:var(--text);text-decoration:none;font-size:14px;font-weight:500}.profile-header__link:hover{color:#fff}.profile-header__right{display:flex;align-items:center;gap:12px}.profile-header__back{padding:10px 20px;background:transparent;border:1px solid var(--accent);color:var(--accent);font-size:13px;font-weight:600;text-decoration:none;border-radius:6px;transition:all .2s}.profile-header__back:hover{background:var(--accent);color:#1a1c22}.profile-header__menu-btn{width:40px;height:40px;background:var(--panel);border:1px solid var(--border);border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer}.profile-header__menu-btn span{width:4px;height:4px;background:var(--text);border-radius:50%}.profile-layout{display:grid;grid-template-columns:280px 1fr;min-height:calc(100vh - 73px);width:100%;max-width:100vw;overflow-x:hidden}.profile-sidebar{background:#1a1c22;border-right:1px solid var(--border);padding:24px 0}.profile-sidebar__user{padding:0 24px 20px;border-bottom:1px solid var(--border)}.profile-sidebar__name{font-size:18px;font-weight:600;color:#fff;margin:0}.profile-sidebar__balance{padding:20px 24px;border-bottom:1px solid var(--border)}.profile-sidebar__amount{font-size:28px;font-weight:700;color:#fff;margin-bottom:12px}.profile-sidebar__stats{display:flex;gap:24px;margin-bottom:16px}.profile-sidebar__stat{display:flex;flex-direction:column;gap:4px}.profile-sidebar__stat-value{font-size:16px;font-weight:600;color:#fff}.profile-sidebar__stat-label{font-size:12px;color:var(--muted)}.profile-sidebar__deposit{width:100%;padding:14px;background:linear-gradient(135deg,#f0da66,#e8c84a);color:#1a1c22;font-size:14px;font-weight:700;border:none;border-radius:6px;cursor:pointer;transition:all .2s}.profile-sidebar__deposit:hover{background:linear-gradient(135deg,#f5e380,#f0da66)}.profile-sidebar__withdraw{width:100%;margin-top:10px;padding:12px;background:transparent;color:var(--accent);font-size:13px;font-weight:600;border:1px solid var(--accent);border-radius:6px;cursor:pointer;transition:all .2s}.profile-sidebar__withdraw:hover{background:hsla(50,82%,67%,.1)}.profile-sidebar__loss-bonus{width:100%;margin-top:10px;padding:12px;background:rgba(76,175,80,.2);color:#4caf50;font-size:13px;font-weight:600;border:1px solid #4caf50;border-radius:6px;cursor:pointer;transition:all .2s}.profile-sidebar__loss-bonus:hover:not(:disabled){background:rgba(76,175,80,.3)}.profile-sidebar__loss-bonus:disabled{opacity:.7;cursor:not-allowed}.profile-sidebar__loss-bonus--disabled{background:hsla(0,0%,100%,.06);color:#888;border-color:hsla(0,0%,100%,.15)}.profile-sidebar__nav{padding:16px 0}.profile-sidebar__nav-item{width:100%;display:flex;align-items:center;gap:14px;padding:14px 24px;background:transparent;border:none;border-left:3px solid transparent;color:var(--muted);font-size:13px;font-weight:600;letter-spacing:.5px;cursor:pointer;transition:all .15s;text-align:left}.profile-sidebar__nav-item:hover{background:hsla(0,0%,100%,.03);color:var(--text)}.profile-sidebar__nav-item--active{background:hsla(0,0%,100%,.05);border-left-color:var(--accent);color:#fff}.profile-sidebar__nav-item svg{flex-shrink:0;opacity:.7}.profile-sidebar__nav-item--active svg{opacity:1}.profile-main{padding:32px;background:#0f1116;width:100%;max-width:100%;overflow-x:hidden}.profile-main__title{font-size:28px;font-weight:700;color:#fff;margin:0 0 24px}.profile-form{background:transparent;padding:0;width:100%;overflow:hidden}.profile-form__row-group{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px;margin-bottom:20px;width:100%}.profile-form__row{display:flex;flex-direction:column;gap:6px;min-width:0;width:100%}.profile-form__row--span-2{grid-column:span 2}.profile-form__label{font-size:12px;font-weight:600;color:#9ca3af;display:flex;align-items:center;gap:6px}.profile-form__info{font-size:14px;color:#f0da66;cursor:help;opacity:.7;transition:opacity .2s}.profile-form__info:hover{opacity:1}.profile-form__field{position:relative}.profile-form__datepicker,.profile-form__input,.profile-form__select{width:100%;padding:10px 12px;background:#1a1d24;border:1px solid #2a2d35;border-radius:6px;color:#fff;font-size:13px;font-family:inherit;transition:all .2s;box-sizing:border-box}.profile-form__datepicker:hover,.profile-form__input:hover:not(:disabled),.profile-form__select:hover:not(:disabled){border-color:#3a3d45;background:#1e2128}.profile-form__datepicker:focus,.profile-form__input:focus,.profile-form__select:focus{outline:none;border-color:#f0da66;background:#1e2128}.profile-form__input::placeholder{color:#6b7280}.profile-form__input--disabled,.profile-form__select--disabled{background:#15171d;color:#6b7280;cursor:not-allowed;opacity:.6;border-color:#2a2d35}.profile-form__select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%239ca3af'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:20px;padding-right:36px}.profile-form__datepicker{display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:left}.profile-form__datepicker svg{color:#9ca3af;flex-shrink:0;opacity:.8;transition:opacity .2s}.profile-form__datepicker:hover svg{opacity:1}.profile-form__datepicker--placeholder{color:#6b7280}.profile-form__actions{margin-top:24px;padding-top:24px;border-top:1px solid #2a2d35;display:flex;gap:12px}.profile-form__save{padding:12px 28px;background:#f0da66;color:#0a0c10;font-size:13px;font-weight:700;border:none;border-radius:6px;cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.5px;width:auto;min-width:180px}.profile-form__save:hover:not(:disabled){background:#f4e380;transform:translateY(-1px)}.profile-form__save:active:not(:disabled){transform:translateY(0)}.profile-form__message{border-radius:8px;font-weight:600;margin-bottom:20px;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.profile-form__message--success{background:rgba(76,175,80,.15);border:1px solid rgba(76,175,80,.3);color:#4caf50}.profile-form__message--error{background:rgba(244,67,54,.15);border:1px solid rgba(244,67,54,.3);color:#f44336}@media (max-width:1024px){.profile-form__row-group{grid-template-columns:repeat(2,1fr);gap:18px}.profile-form{padding:0;width:100%}}@media (max-width:640px){.profile-form{padding:0;width:100%}.profile-form__row-group{grid-template-columns:1fr;gap:14px}.profile-form__datepicker,.profile-form__input,.profile-form__select{padding:12px;font-size:16px}.profile-form__save{width:100%;min-width:auto;padding:14px}.profile-form__actions{margin-top:20px;padding-top:20px}}.profile-subscriptions{padding:24px;background:#1a1c22;border-radius:12px;height:-moz-fit-content;height:fit-content}.profile-subscriptions__title{font-size:12px;font-weight:600;color:var(--muted);letter-spacing:.5px;margin:0 0 20px}.profile-subscriptions__item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--border);cursor:pointer}.profile-subscriptions__item:last-child{border-bottom:none}.profile-subscriptions__item span{font-size:14px;color:var(--text)}.profile-toggle{cursor:pointer}.profile-toggle__track{width:48px;height:26px;background:#3a3d45;border-radius:13px;padding:3px;transition:all .2s}.profile-toggle--active .profile-toggle__track{background:var(--accent)}.profile-toggle__thumb{width:20px;height:20px;background:#fff;border-radius:50%;transition:all .2s}.profile-toggle--active .profile-toggle__thumb{transform:translateX(22px)}.profile-promo{max-width:900px}.promo-active{background:linear-gradient(135deg,hsla(50,82%,67%,.12),hsla(50,82%,67%,.04));border:2px solid hsla(50,82%,67%,.4);border-radius:16px;padding:20px;margin-bottom:24px;position:relative;overflow:hidden;box-shadow:0 4px 20px hsla(50,82%,67%,.15)}.promo-active:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent) 0,#fff 50%,var(--accent) 100%);animation:shimmer 2s infinite}@keyframes shimmer{0%,to{opacity:.5}50%{opacity:1}}.promo-active__main{display:grid;grid-template-columns:auto 1fr auto auto;grid-gap:20px;gap:20px;align-items:center}.promo-active__badge{display:flex;align-items:center;gap:6px;padding:6px 12px;background:var(--accent);color:#000;border-radius:20px;font-size:11px;font-weight:800;letter-spacing:.5px;animation:pulse 2s infinite}.promo-active__badge-icon{font-size:14px;animation:rotate 3s linear infinite}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.promo-active__info{display:flex;flex-direction:column;gap:4px}.promo-active__title{font-size:14px;font-weight:600;color:#fff}.promo-active__amount{font-size:20px;font-weight:800;color:var(--accent);letter-spacing:-.5px}.promo-active__progress-wrapper{flex:1 1;min-width:200px}.promo-active__progress-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.promo-active__progress-label{font-size:11px;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.promo-active__progress-value{font-size:12px;color:var(--text);font-weight:700}.promo-active__progress-bar{height:24px;background:rgba(0,0,0,.3);border-radius:12px;overflow:hidden;position:relative;box-shadow:inset 0 2px 4px rgba(0,0,0,.2)}.promo-active__progress-fill{height:100%;background:linear-gradient(90deg,var(--accent) 0,#fff 100%);border-radius:12px;transition:width .5s ease;display:flex;align-items:center;justify-content:flex-end;padding-right:12px;position:relative;overflow:hidden}.promo-active__progress-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);animation:progress-shine 2s infinite}@keyframes progress-shine{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.promo-active__progress-percent{font-size:11px;font-weight:800;color:#000;text-shadow:0 1px 2px hsla(0,0%,100%,.5);position:relative;z-index:1}.promo-active__reward{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.promo-active__reward-label{font-size:11px;color:var(--muted);font-weight:600;text-transform:uppercase}.promo-active__reward-value{font-size:18px;font-weight:800;color:var(--accent)}.promo-active__claim{padding:12px 24px;background:linear-gradient(135deg,var(--accent) 0,#fff 100%);color:#000;border:none;border-radius:12px;font-size:13px;font-weight:800;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:6px;white-space:nowrap;box-shadow:0 4px 12px hsla(50,82%,67%,.3)}.promo-active__claim:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 6px 20px hsla(50,82%,67%,.5)}.promo-active__claim-icon{font-size:16px;animation:bounce 1s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.promo-input{margin-bottom:24px}.promo-input__wrapper{display:flex;gap:12px;background:hsla(0,0%,100%,.05);border:2px solid var(--border);border-radius:12px;padding:4px;transition:all .3s ease}.promo-input__wrapper:focus-within{border-color:var(--accent);background:hsla(0,0%,100%,.08);box-shadow:0 0 0 4px hsla(50,82%,67%,.1)}.promo-input__field{flex:1 1;padding:12px 16px;background:transparent;border:none;color:#fff;font-size:15px;font-weight:700;letter-spacing:2px;text-transform:uppercase}.promo-input__field:focus{outline:none}.promo-input__field::placeholder{color:var(--muted);letter-spacing:1px;font-weight:600}.promo-input__btn{padding:12px 28px;background:var(--accent);color:#000;border:none;border-radius:8px;font-size:13px;font-weight:800;cursor:pointer;transition:all .3s ease;white-space:nowrap;letter-spacing:.5px}.promo-input__btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px hsla(50,82%,67%,.4)}.promo-input__btn:disabled{opacity:.6;cursor:not-allowed}.promo-input__spinner{display:inline-block;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.promo-input__message{margin-top:12px;padding:12px 16px;border-radius:8px;font-size:13px;font-weight:600;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.promo-input__message--success{background:rgba(76,175,80,.15);color:#4caf50;border:1px solid rgba(76,175,80,.3)}.promo-input__message--error{background:rgba(244,67,54,.15);color:#f44336;border:1px solid rgba(244,67,54,.3)}.promo-filters{display:flex;gap:8px;margin-bottom:16px;padding:4px;background:hsla(0,0%,100%,.03);border-radius:12px}.promo-filters__btn{flex:1 1;padding:10px 16px;background:transparent;color:var(--muted);border:none;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;transition:all .3s ease}.promo-filters__btn:hover{background:hsla(0,0%,100%,.05);color:var(--text)}.promo-filters__btn--active{background:var(--accent);color:#000;box-shadow:0 2px 8px hsla(50,82%,67%,.3)}.promo-list{background:hsla(0,0%,100%,.03);border:1px solid var(--border);border-radius:12px;overflow:hidden}.promo-list__item{display:flex;align-items:center;gap:16px;padding:16px 20px;border-bottom:1px solid var(--border);transition:all .3s ease;animation:fadeIn .3s ease}.promo-list__item--clickable{cursor:pointer}.promo-list__item--clickable:hover{background:hsla(50,82%,67%,.08);transform:translateX(4px);border-left:3px solid var(--accent);padding-left:17px}.promo-list__item--clickable:active{transform:translateX(2px) scale(.98)}.promo-list__item:last-child{border-bottom:none}.promo-list__item:hover{background:hsla(0,0%,100%,.05);transform:translateX(4px)}.promo-list__item--used{opacity:.7}.promo-list__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,hsla(50,82%,67%,.2),hsla(50,82%,67%,.1));border-radius:12px;font-size:24px;flex-shrink:0;transition:all .3s ease}.promo-list__item:hover .promo-list__icon{transform:scale(1.1) rotate(5deg)}.promo-list__item--clickable:hover .promo-list__icon{transform:scale(1.15) rotate(10deg);box-shadow:0 4px 12px hsla(50,82%,67%,.3)}.promo-list__item--clickable:hover .promo-list__badge--available{background:var(--accent);color:#000;transform:scale(1.05)}.promo-list__icon-check{color:#4caf50;font-size:20px;font-weight:800}.promo-list__body{flex:1 1;min-width:0}.promo-list__name{font-size:15px;font-weight:700;color:#fff;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.promo-list__meta{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted)}.promo-list__code{font-family:Courier New,monospace;font-weight:700;color:var(--accent);letter-spacing:1px}.promo-list__separator{color:var(--border)}.promo-list__date{font-size:11px}.promo-list__right{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.promo-list__amount{font-size:18px;font-weight:800;color:#4caf50;letter-spacing:-.5px}.promo-list__amount--used{color:var(--muted)}.promo-list__badge{padding:4px 10px;border-radius:12px;font-size:10px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;transition:all .3s ease}.promo-list__badge--available{background:rgba(76,175,80,.2);color:#4caf50}.promo-list__badge--used{background:hsla(0,0%,100%,.1);color:var(--muted)}.promo-empty{text-align:center;padding:60px 24px;animation:fadeIn .5s ease}.promo-empty__icon{font-size:72px;margin-bottom:16px;opacity:.4;animation:float 3s ease-in-out infinite}.promo-empty__text{font-size:14px;color:var(--muted);font-weight:600}.promo-loading{text-align:center;padding:60px 24px}.promo-loading__spinner{font-size:48px;margin-bottom:16px;animation:spin 1s linear infinite}.promo-loading__text{font-size:14px;color:var(--muted);font-weight:600}.profile-promo{max-width:560px}.profile-promo__redeem{display:flex;gap:12px;margin-bottom:20px;align-items:center}.profile-promo__redeem .profile-form__input{flex:1 1}.profile-promo__msg{font-size:14px;margin:0 0 16px;padding:12px;border-radius:8px;background:rgba(244,67,54,.15);color:#f44336}.profile-promo__msg--ok{background:rgba(76,175,80,.15);color:#4caf50}.profile-promo__list{margin-bottom:24px}.profile-promo__list h3{font-size:14px;color:var(--muted);margin:0 0 12px;font-weight:600}.profile-promo__item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:hsla(0,0%,100%,.04);border-radius:10px;margin-bottom:8px;border:1px solid var(--border)}.profile-promo__item--used{opacity:.7}.profile-promo__code{font-family:monospace;font-weight:600;color:var(--accent);min-width:80px}.profile-promo__name{flex:1 1;color:var(--text)}.profile-promo__amount{color:#4caf50;font-weight:600}.profile-promo__date{font-size:12px;color:var(--muted)}.profile-promo__empty{color:var(--muted);padding:24px;text-align:center}.profile-promo__bonus-progress{margin-bottom:24px}.profile-verification{padding:48px;background:#1a1c22;border-radius:12px;text-align:center}.profile-verification__text{color:var(--text);margin-bottom:24px}.profile-verification__upload{padding:14px 32px;background:var(--accent);color:#1a1c22;font-size:14px;font-weight:600;border:none;border-radius:6px;cursor:pointer}.profile-security{max-width:500px}.profile-mobile-nav{display:none}.profile-form__message{padding:12px 16px;border-radius:6px;font-size:14px;margin-bottom:16px}.profile-form__message--success{background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.3);color:#4ade80}.profile-form__message--error{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);color:#f87171}.profile-form__save:disabled{opacity:.5;cursor:not-allowed}.profile-content--wallet{grid-template-columns:1fr!important;gap:24px}.profile-content--wallet,.profile-content--wallet .wallet-section{width:100%;max-width:none}.profile-content--wallet .wallet-item,.profile-content--wallet .wallet-list{width:100%}.profile-content--wallet .wallet-filters{width:auto;max-width:600px;justify-content:flex-start}.profile-content--wallet .wallet-filters__tab{flex:0 0 auto;min-width:auto}.profile-layout:has(.profile-content--wallet) .profile-main{width:100%;max-width:none}.profile-layout:has(.profile-content--wallet){width:100%;max-width:none}.profile-main--wallet,.profile-main--wallet .profile-content{width:100%!important;max-width:none!important}.profile-main--wallet .profile-content{grid-template-columns:1fr!important}.bonus-progress{background:hsla(0,0%,100%,.05);border:1px solid var(--border);border-radius:8px;padding:12px}.bonus-progress__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.bonus-progress__label{font-size:12px;color:var(--muted);font-weight:600}.bonus-progress__value{font-size:12px;color:var(--text);font-weight:700}.bonus-progress__bar{height:8px;background:rgba(0,0,0,.3);border-radius:4px;overflow:hidden}.bonus-progress__fill{height:100%;background:linear-gradient(90deg,var(--accent) 0,#fff 100%);border-radius:4px;transition:width .5s ease}.game-history-filter{display:flex;gap:12px;margin-bottom:20px;padding:8px;background:rgba(26,29,36,.6);border-radius:12px;border:1px solid hsla(0,0%,100%,.05)}.game-history-filter__btn{flex:1 1;padding:12px 20px;background:transparent;border:1px solid hsla(0,0%,100%,.1);border-radius:8px;color:#9aa0ac;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:var(--font)}.game-history-filter__btn:hover{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.2);color:#fff}.game-history-filter__btn--active{background:linear-gradient(135deg,#f0da66,#d4be4f);border-color:#f0da66;color:#0a0c10;box-shadow:0 4px 12px hsla(50,82%,67%,.3)}.game-history-filter__btn--win.game-history-filter__btn--active{background:linear-gradient(135deg,#4de1b8,#3bc49f);border-color:#4de1b8;box-shadow:0 4px 12px rgba(77,225,184,.3)}.game-history-filter__btn--loss.game-history-filter__btn--active{background:linear-gradient(135deg,#ff6b6b,#ee5a52);border-color:#ff6b6b;color:#fff;box-shadow:0 4px 12px hsla(0,100%,71%,.3)}@media (max-width:768px){.game-history-filter{flex-direction:column;gap:8px;padding:8px;margin-bottom:16px}.game-history-filter__btn{padding:10px 16px;font-size:13px}}.confirmation-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.75);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease}.confirmation-modal{position:relative;width:90%;max-width:420px;background:linear-gradient(135deg,#1d1f25,#22252c);border-radius:16px;padding:32px 28px 28px;box-shadow:0 8px 32px rgba(0,0,0,.6);animation:slideUp .3s ease}.confirmation-close{position:absolute;top:-12px;right:-12px;width:36px;height:36px;border-radius:50%;background:#1d1f25;border:2px solid var(--border);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:1}.confirmation-close:hover{background:#22252c;border-color:var(--accent);transform:rotate(90deg)}.confirmation-content{display:flex;flex-direction:column;gap:20px;align-items:center;text-align:center}.confirmation-title{font-size:22px;font-weight:700;color:#fff;margin:0;letter-spacing:-.3px}.confirmation-message{font-size:15px;font-weight:400;color:hsla(0,0%,100%,.7);margin:0;line-height:1.5}.confirmation-actions{display:flex;gap:12px;width:100%;margin-top:8px}.confirmation-btn{flex:1 1;padding:14px 20px;border-radius:28px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;border:none;outline:none}.confirmation-btn--reject{background:transparent;border:1px solid var(--accent);color:#fff}.confirmation-btn--reject:hover{background:hsla(50,82%,67%,.1);transform:translateY(-1px)}.confirmation-btn--confirm{background:var(--accent);color:#0f1116;border:1px solid var(--accent)}.confirmation-btn--confirm:hover{background:#f4e380;transform:translateY(-1px);box-shadow:0 4px 12px hsla(50,82%,67%,.3)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.withdrawal-modal{position:relative;width:90%;max-width:440px;background:linear-gradient(135deg,#1d1f25,#22252c);border-radius:16px;padding:32px 28px 28px;box-shadow:0 8px 32px rgba(0,0,0,.6);animation:slideUp .3s ease}.withdrawal-form{display:flex;flex-direction:column;gap:18px;margin-top:20px}.withdrawal-form__error{color:#e74c3c;font-size:14px;margin:0}.withdrawal-form__field{display:flex;flex-direction:column;gap:8px}.withdrawal-form__field label{font-size:12px;font-weight:600;color:var(--muted);letter-spacing:.5px}.withdrawal-form__input{padding:12px 16px;background:#2a2d35;border:1px solid var(--border);border-radius:10px;color:var(--text);font-size:15px}.withdrawal-form__input:disabled{opacity:.8;cursor:not-allowed}.withdrawal-form__actions{display:flex;gap:12px;margin-top:8px}.withdrawal-form__actions .confirmation-btn{flex:1 1}.wallet-section{padding:24px 0;width:100%}.wallet-section__actions{display:flex;gap:12px;margin-bottom:24px}.wallet-section__btn{padding:12px 24px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;border:none;transition:all .2s}.wallet-section__btn--deposit{background:var(--accent);color:#0f1116}.wallet-section__btn--deposit:hover{background:#f4e380}.wallet-section__btn--withdraw{background:transparent;border:1px solid var(--accent);color:var(--accent)}.wallet-section__btn--withdraw:hover{background:hsla(50,82%,67%,.1)}.wallet-filters{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap}.wallet-filters__tab{padding:8px 16px;border-radius:20px;font-size:13px;font-weight:600;cursor:pointer;border:1px solid var(--border);background:#1d1f25;color:var(--muted);transition:all .2s}.wallet-filters__tab:hover{color:var(--text);border-color:hsla(50,82%,67%,.4)}.wallet-filters__tab--active{background:var(--accent);color:#0f1116;border-color:var(--accent)}.wallet-list{display:flex;flex-direction:column;gap:10px}.wallet-item{display:flex;align-items:center;gap:14px;background:linear-gradient(135deg,#1d1f25,#22252c);border:1px solid var(--border);border-radius:12px;padding:16px 18px;transition:border-color .2s,box-shadow .2s}.wallet-item:hover{border-color:hsla(50,82%,67%,.25);box-shadow:0 4px 16px rgba(0,0,0,.2)}.wallet-item__icon{flex-shrink:0;width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.wallet-item--deposit .wallet-item__icon{background:rgba(76,175,80,.2);color:#4caf50}.wallet-item--bonus .wallet-item__icon{background:rgba(156,39,176,.2);color:#ce93d8}.wallet-item--withdrawal .wallet-item__icon{background:hsla(50,82%,67%,.2);color:var(--accent)}.wallet-item__body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.wallet-item__amount{font-size:17px;font-weight:700;letter-spacing:.02em}.wallet-item__amount--deposit{color:#4caf50}.wallet-item__amount--withdrawal{color:var(--accent)}.wallet-item__meta{font-size:12px;color:var(--muted)}.wallet-item__status{flex-shrink:0;padding:6px 12px;border-radius:8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.wallet-item__status--pending{background:rgba(255,193,7,.2);color:#ffc107}.wallet-item__status--approved{background:rgba(76,175,80,.2);color:#4caf50}.wallet-item__status--rejected{background:rgba(244,67,54,.2);color:#f44336}.wallet-empty{text-align:center;padding:56px 24px;color:var(--muted);font-size:15px;border:1px dashed var(--border);border-radius:12px}.deposit-modal,.wallet-empty{background:linear-gradient(135deg,#1d1f25,#22252c)}.deposit-modal{position:relative;width:90%;max-width:440px;border-radius:16px;padding:32px 28px 28px;box-shadow:0 8px 32px rgba(0,0,0,.6);animation:slideUp .3s ease}.deposit-modal--wide{max-width:520px}.deposit-modal__title{font-size:20px;font-weight:700;color:#fff;margin:0 0 8px;letter-spacing:.5px}.deposit-modal__subtitle{font-size:13px;color:var(--muted);margin:0 0 24px;line-height:1.4}.deposit-modal__back{position:absolute;top:20px;left:20px;background:none;border:none;color:var(--accent);font-size:14px;cursor:pointer;padding:4px 0}.deposit-modal__back:hover{text-decoration:underline}.deposit-methods-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:16px;gap:16px}.deposit-method-card{display:flex;flex-direction:column;align-items:center;padding:20px 16px;background:hsla(0,0%,100%,.04);border:1px solid var(--border);border-radius:12px;cursor:pointer;transition:all .2s;text-align:center}.deposit-method-card:hover{background:hsla(0,0%,100%,.08);border-color:var(--accent)}.deposit-method-card__icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;color:#fff}.deposit-method-card__icon--bank{background:linear-gradient(135deg,#2196f3,#1976d2)}.deposit-method-card__icon--crypto{background:linear-gradient(135deg,#f7931a,#ff9800)}.crypto-wallet-info{margin:16px 0}.crypto-wallet-info label{display:block;margin-bottom:8px;font-size:12px;font-weight:600;color:var(--muted);letter-spacing:.5px}.crypto-wallet-address{display:flex;gap:8px;align-items:center;width:100%}.crypto-wallet-address input{flex:1 1;word-break:break-all;font-family:monospace;font-size:13px;padding:12px 16px;background:#2a2d35!important;cursor:default;line-height:1.4;width:100%;color:#fff!important;border:1px solid var(--border)!important;opacity:1!important;overflow:visible;white-space:normal;border-radius:10px;min-height:46px}.crypto-wallet-input{-webkit-user-select:all;-moz-user-select:all;user-select:all}.crypto-copy-btn{background:var(--accent);color:#0f1116;border:none;border-radius:10px;padding:12px 20px;cursor:pointer;font-size:18px;transition:all .2s;flex-shrink:0;min-height:46px;display:flex;align-items:center;justify-content:center;font-weight:600}.crypto-copy-btn:hover{background:#f4e380;transform:translateY(-1px);box-shadow:0 4px 12px hsla(50,82%,67%,.3)}.crypto-instructions{background:#e3f2fd;border-left:4px solid #2196f3;padding:12px 16px;border-radius:4px;margin:16px 0}.crypto-instructions p{margin:8px 0;font-size:14px;color:#1565c0;line-height:1.5}.field-hint{display:block;margin-top:6px;font-size:12px;color:var(--muted);font-style:italic}.withdrawal-method-tabs{display:flex;gap:8px;margin:16px 0;border-bottom:2px solid #e0e0e0}.withdrawal-method-tab{flex:1 1;padding:12px 16px;background:transparent;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:14px;font-weight:500;color:#666;transition:all .2s}.withdrawal-method-tab:hover{color:var(--primary);background:rgba(33,150,243,.05)}.withdrawal-method-tab.active{color:var(--primary);border-bottom-color:var(--primary);background:rgba(33,150,243,.1)}.crypto-select-group{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.admin-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.admin-modal{background:#1a1d24;border-radius:16px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.5);border:1px solid hsla(0,0%,100%,.1)}.admin-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid hsla(0,0%,100%,.1)}.admin-modal-header h2{margin:0;font-size:24px;color:#fff;font-weight:600}.admin-modal-close{background:transparent;border:none;color:#888;font-size:32px;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s}.admin-modal-close:hover{background:hsla(0,0%,100%,.1);color:#fff}.admin-form{padding:24px}.admin-form-group{margin-bottom:20px}.admin-form-group label{display:block;margin-bottom:8px;color:#ccc;font-size:14px;font-weight:500}.admin-input{width:100%;padding:12px 16px;background:#0a0c10;border:1px solid hsla(0,0%,100%,.1);border-radius:8px;color:#fff;font-size:14px;transition:all .2s;box-sizing:border-box}.admin-input:focus{outline:none;border-color:#2196f3;background:#0d0f14}.admin-input::placeholder{color:#666}.admin-form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:24px;border-top:1px solid hsla(0,0%,100%,.1)}.admin-btn{padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;background:hsla(0,0%,100%,.1);color:#fff}.admin-btn:hover{background:hsla(0,0%,100%,.15);transform:translateY(-1px)}.admin-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.admin-btn--success{background:#4caf50;color:#fff}.admin-btn--success:hover{background:#45a049}.admin-btn--danger{background:#f44336;color:#fff}.admin-btn--danger:hover{background:#da190b}.admin-btn--small{padding:8px 16px;font-size:12px}.deposit-method-card__name{font-size:14px;font-weight:600;color:#fff;margin-bottom:4px}.deposit-method-card__type{font-size:12px;color:var(--muted);margin-bottom:8px}.deposit-method-card__link{font-size:12px;color:#2196f3;text-decoration:underline}.deposit-modal__empty{text-align:center;padding:32px 16px;color:var(--muted);font-size:15px}.deposit-modal__pending-warning,.withdrawal-modal__pending-warning{background:#fff3cd;border:1px solid #ffc107;border-radius:8px;padding:16px;margin:16px 0}.deposit-modal__warning-text,.withdrawal-modal__warning-text{color:#856404;font-size:14px;line-height:1.5;margin:0;text-align:center}.deposit-form{display:flex;flex-direction:column;gap:18px;margin-top:20px}.deposit-form__select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23f0da66' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px;font-weight:500}.deposit-form__select:focus{border-color:var(--accent);box-shadow:0 0 0 3px hsla(50,82%,67%,.1)}.deposit-form__select option{background:#1a1d24;color:#fff;padding:12px;font-weight:500}.deposit-modal__info{font-size:12px;color:var(--muted);line-height:1.5;margin:0}.deposit-form__submit{width:100%;margin-top:8px;padding:14px}.low-balance-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.75);display:flex;align-items:center;justify-content:center;z-index:999;padding:24px}.low-balance-modal{position:relative;background:linear-gradient(135deg,#1d1f25,#22252c);border-radius:20px;padding:32px 28px;max-width:420px;width:100%;border:1px solid var(--border);box-shadow:0 12px 40px rgba(0,0,0,.5);animation:slideUp .3s ease}.low-balance-modal__close{position:absolute;top:12px;right:12px;background:none;border:none;color:var(--muted);font-size:28px;cursor:pointer;line-height:1}.low-balance-modal__close:hover{color:#fff}.low-balance-modal__title{font-size:20px;font-weight:700;color:#fff;margin:0 0 16px}.low-balance-modal__balance{font-size:16px;color:#fff;margin:0 0 12px}.low-balance-modal__desc{font-size:14px;color:var(--muted);line-height:1.5;margin:0 0 24px}.low-balance-modal__actions{display:flex;gap:12px;justify-content:flex-end}.low-balance-modal__btn{padding:12px 24px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;border:none;transition:all .2s}.low-balance-modal__btn--cancel{background:transparent;border:1px solid var(--accent);color:var(--accent)}.low-balance-modal__btn--cancel:hover{background:hsla(50,82%,67%,.1)}.low-balance-modal__btn--deposit{background:var(--accent);color:#0a0c10}.low-balance-modal__btn--deposit:hover{background:#f4e380}.support-page{min-height:100vh;background:var(--bg);color:var(--text)}.support-header{background:linear-gradient(135deg,#1a1c22,#2a2d35);padding:60px 0 40px;text-align:center;border-bottom:1px solid var(--border)}.support-header__content{max-width:800px;margin:0 auto;padding:0 20px}.support-header__title{font-size:2.5rem;font-weight:800;margin-bottom:16px;background:linear-gradient(135deg,var(--accent) 0,#fff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.support-header__subtitle{font-size:1.1rem;color:var(--muted);line-height:1.6}.support-container{max-width:1000px;margin:0 auto;padding:40px 20px}.support-tabs{display:flex;gap:8px;margin-bottom:40px;background:#1a1c22;padding:8px;border-radius:12px;border:1px solid var(--border)}.support-tab{flex:1 1;display:flex;align-items:center;justify-content:center;gap:8px;padding:16px 20px;background:transparent;border:none;border-radius:8px;color:var(--muted);font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.support-tab__icon{width:20px;height:20px}.support-tab:hover{color:var(--text);background:hsla(0,0%,100%,.05)}.support-tab--active,.support-tab--active:hover{background:var(--accent);color:#000}.faq-section{max-width:800px;margin:0 auto}.faq-intro{text-align:center;margin-bottom:40px}.faq-intro h2{font-size:2rem;font-weight:700;margin-bottom:12px;color:var(--text)}.faq-intro p{color:var(--muted);font-size:1.1rem}.faq-list{display:flex;flex-direction:column;gap:16px;margin-bottom:60px}.faq-item{background:#1a1c22;border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:all .2s}.faq-item:hover{border-color:var(--accent)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:transparent;border:none;color:var(--text);font-size:1.05rem;font-weight:600;text-align:left;cursor:pointer;transition:all .2s}.faq-question:hover{color:var(--accent)}.faq-icon{width:24px;height:24px;transition:transform .2s;color:var(--muted)}.faq-question--open .faq-icon{transform:rotate(180deg);color:var(--accent)}.faq-answer{padding:0 24px 24px;border-top:1px solid var(--border);animation:fadeIn .2s ease-out}.faq-answer p{color:var(--muted);line-height:1.6;margin:16px 0 0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-footer{text-align:center;padding:40px 24px;background:#1a1c22;border-radius:12px;border:1px solid var(--border)}.faq-footer h3{font-size:1.5rem;font-weight:700;margin-bottom:12px;color:var(--text)}.faq-footer p{color:var(--muted);margin-bottom:24px}.faq-contact-options{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.contact-option{display:flex;align-items:center;gap:8px;padding:12px 20px;background:var(--accent);color:#000;text-decoration:none;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.contact-option:hover{background:#fff;transform:translateY(-2px)}.contact-option svg{width:18px;height:18px}.contact-section{max-width:700px;margin:0 auto}.contact-intro{text-align:center;margin-bottom:40px}.contact-intro h2{font-size:2rem;font-weight:700;margin-bottom:12px;color:var(--text)}.contact-intro p{color:var(--muted);font-size:1.1rem}.contact-form{background:#1a1c22;padding:32px;border-radius:12px;border:1px solid var(--border);margin-bottom:40px}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;margin-bottom:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;color:var(--text);font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:14px 16px;background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:1rem;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px hsla(50,82%,67%,.1)}.form-group textarea{resize:vertical;min-height:120px;font-family:inherit}.form-message{padding:12px 16px;border-radius:8px;margin-bottom:20px;font-weight:500}.form-message--success{background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.3);color:#22c55e}.form-message--error{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);color:#ef4444}.contact-submit{width:100%;padding:16px 24px;background:var(--accent);color:#000;border:none;border-radius:8px;font-size:1.05rem;font-weight:700;cursor:pointer;transition:all .2s}.contact-submit:hover:not(:disabled){background:#fff;transform:translateY(-2px)}.contact-submit:disabled{opacity:.6;cursor:not-allowed}.contact-info{background:#1a1c22;padding:32px;border:1px solid var(--border)}.contact-info h3{font-size:1.5rem;font-weight:700;margin-bottom:24px;color:var(--text);text-align:center}.contact-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:24px;gap:24px}.contact-method{display:flex;align-items:center;gap:16px;padding:20px;background:var(--bg);border-radius:8px;border:1px solid var(--border)}.contact-method svg{width:24px;height:24px;color:var(--accent);flex-shrink:0}.contact-method strong{display:block;color:var(--text);font-weight:600;margin-bottom:4px}.contact-method p{color:var(--muted);margin:0;font-size:.9rem}@media (max-width:768px){.support-header{padding:40px 0 30px}.support-header__title{font-size:1.8rem}.support-header__subtitle{font-size:1rem}.support-container{padding:30px 16px 100px}.support-tabs{flex-direction:column}.support-tab{justify-content:center}.contact-methods,.faq-contact-options,.form-row{flex-direction:column}}@media (max-width:480px){.support-header{padding:30px 0 20px}.support-header__title{font-size:1.5rem}.support-header__subtitle{font-size:.9rem}.support-container{padding:20px 12px 100px}}.live-chat-closed{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;text-align:center;min-height:300px}.live-chat-closed__icon{font-size:64px;margin-bottom:20px;animation:scaleIn .3s ease-out}.live-chat-closed h3{font-size:1.5rem;font-weight:700;color:var(--text);margin-bottom:12px}.live-chat-closed p{font-size:1rem;color:var(--muted);margin-bottom:32px;line-height:1.6}.live-chat-new-chat-btn{padding:14px 32px;background:var(--accent);color:#000;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px hsla(50,82%,67%,.3)}.live-chat-new-chat-btn:hover:not(:disabled){background:#fff;transform:translateY(-2px);box-shadow:0 6px 16px hsla(50,82%,67%,.4)}.live-chat-new-chat-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}@keyframes scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.live-chat-system-message{display:flex;justify-content:center;align-items:center;margin:16px 0}.live-chat-system-message span{padding:8px 16px;background:hsla(0,0%,100%,.03);color:#666;border-radius:20px;font-size:.85rem;font-weight:400;border:1px solid hsla(0,0%,100%,.05);animation:fadeInScale .3s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.hot-games{padding:10px 12px;width:100%;margin:0;display:flex;flex-direction:column;gap:12px}.hot-games__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:0}.hot-games__title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#fff}.hot-games__icon{width:20px;height:20px;color:#ff4757}.hot-games__icon-img{width:20px;height:20px;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.hot-games__title:hover .hot-games__icon-img{filter:drop-shadow(0 4px 12px rgba(77,225,184,.6))}.hot-games__title .hot-games__icon-img[src="/icons/hot.svg"]{animation:flameFlicker 2s ease-in-out infinite}.hot-games__title:hover .hot-games__icon-img[src="/icons/hot.svg"]{animation:flameBlaze .4s ease-in-out infinite}.hot-games__title .hot-games__icon-img[src="/icons/slots.svg"]{animation:slotIdle 4s ease-in-out infinite}.hot-games__title:hover .hot-games__icon-img[src="/icons/slots.svg"]{animation:slotJackpot 1s cubic-bezier(.68,-.55,.265,1.55)}.hot-games__title .hot-games__icon-img[src="/icons/live.svg"]{animation:livePulse 2.5s ease-in-out infinite}.hot-games__title:hover .hot-games__icon-img[src="/icons/live.svg"]{animation:liveRadar 2s linear infinite}.hot-games__title .hot-games__icon-img[src="/icons/new.svg"]{animation:newSparkle 3s ease-in-out infinite}.hot-games__title:hover .hot-games__icon-img[src="/icons/new.svg"]{animation:newExplosion 1.2s cubic-bezier(.68,-.55,.265,1.55)}.hot-games__title .hot-games__icon-img[src="/icons/tablegames.svg"]{animation:cardFloat 3s ease-in-out infinite}.hot-games__title:hover .hot-games__icon-img[src="/icons/tablegames.svg"]{animation:cardShuffle 1.2s ease-in-out}.hot-games__title{position:relative;cursor:pointer;transition:transform .3s ease}.hot-games__title:hover{transform:translateX(4px)}.hot-games__title:before{content:"";position:absolute;left:-8px;top:50%;transform:translateY(-50%);width:3px;height:0;background:linear-gradient(180deg,#4de1b8,#2c5b4e);border-radius:2px;transition:height .3s ease}.hot-games__title:hover:before{height:100%}.hot-games__see-all{color:#f5f7ff;font-size:.875rem;font-weight:600;text-decoration:none;padding:8px 20px;border-radius:12px;background:linear-gradient(135deg,rgba(44,91,78,.2),rgba(44,91,78,.1));border:1px solid rgba(77,225,184,.25);transition:all .3s cubic-bezier(.68,-.55,.265,1.55);position:relative;overflow:hidden;display:flex;align-items:center;gap:8px;box-shadow:0 2px 8px rgba(44,91,78,.15)}.hot-games__see-all:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(77,225,184,.2),transparent);transition:left .5s ease}.hot-games__see-all:hover:before{left:100%}.hot-games__see-all:hover{background:linear-gradient(135deg,rgba(44,91,78,.35),rgba(44,91,78,.25));border-color:rgba(77,225,184,.5);transform:translateY(-2px);box-shadow:0 4px 16px rgba(44,91,78,.3),0 0 0 3px rgba(77,225,184,.1);color:#4de1b8;animation:buttonGlow 2s ease-in-out infinite}.hot-games__see-all:active{transform:translateY(0);box-shadow:0 2px 8px rgba(44,91,78,.2)}@keyframes buttonGlow{0%,to{box-shadow:0 4px 16px rgba(44,91,78,.3),0 0 0 3px rgba(77,225,184,.1)}50%{box-shadow:0 4px 20px rgba(44,91,78,.4),0 0 0 4px rgba(77,225,184,.2)}}.hot-games__grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:.75rem;gap:.75rem}.hot-game-card{aspect-ratio:4/5;border-radius:12px;overflow:hidden;cursor:pointer;position:relative;box-shadow:0 4px 12px rgba(0,0,0,.3)}.hot-game-card:hover .hot-game-card__overlay{opacity:1}.hot-game-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hot-game-card__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hot-game-card:first-child .hot-game-card__placeholder{background:linear-gradient(135deg,#667eea,#764ba2)}.hot-game-card:nth-child(2) .hot-game-card__placeholder{background:linear-gradient(135deg,#f093fb,#f5576c)}.hot-game-card:nth-child(3) .hot-game-card__placeholder{background:linear-gradient(135deg,#ffa751,#ffe259)}.hot-game-card:nth-child(4) .hot-game-card__placeholder{background:linear-gradient(135deg,#fa709a,#fee140)}.hot-game-card:nth-child(5) .hot-game-card__placeholder{background:linear-gradient(135deg,#30cfd0,#330867)}.hot-game-card:nth-child(6) .hot-game-card__placeholder{background:linear-gradient(135deg,#a8edea,#fed6e3)}.hot-game-card:nth-child(7) .hot-game-card__placeholder{background:linear-gradient(135deg,#ff9a9e,#fecfef)}.hot-game-card:nth-child(8) .hot-game-card__placeholder{background:linear-gradient(135deg,#ffecd2,#fcb69f)}.hot-game-card:nth-child(9) .hot-game-card__placeholder{background:linear-gradient(135deg,#ff6e7f,#bfe9ff)}.hot-game-card:nth-child(10) .hot-game-card__placeholder{background:linear-gradient(135deg,#e0c3fc,#8ec5fc)}.hot-game-card:nth-child(11) .hot-game-card__placeholder{background:linear-gradient(135deg,#f093fb,#f5576c)}.hot-game-card:nth-child(12) .hot-game-card__placeholder{background:linear-gradient(135deg,#4facfe,#00f2fe)}.hot-game-card__icon{width:48px;height:48px;color:hsla(0,0%,100%,.9);filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.hot-game-card__overlay{position:absolute;inset:0;background:rgba(0,0,0,.75);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:row;align-items:flex-end;justify-content:center;gap:8px;padding:12px;opacity:0;transition:opacity .3s ease}.hot-game-card__btn{flex:1 1;padding:8px 16px;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease;font-family:var(--font)}.hot-game-card__btn--play{background:#2c5b4e;color:#f2f5f7;box-shadow:0 2px 8px rgba(44,91,78,.4)}.hot-game-card__btn--play:hover{background:#357060}.hot-game-card__btn--demo{background:hsla(0,0%,100%,.08);color:#f5f7ff;border:1px solid hsla(0,0%,100%,.15)}.hot-game-card__btn--demo:hover{background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.25)}.hot-games-page{width:100%;margin-bottom:80px;margin-top:30px}.hot-games-page__header{margin-bottom:24px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.hot-games-page__title{display:flex;align-items:center;gap:12px;font-size:1.75rem;font-weight:700;color:#fff;margin:0}.provider-filter{display:flex;align-items:center;gap:8px;position:relative}.provider-select{padding:12px 40px 12px 20px;background:linear-gradient(135deg,rgba(44,91,78,.15),rgba(44,91,78,.05));border:1px solid rgba(77,225,184,.2);border-radius:12px;color:#f5f7ff;font-size:14px;font-weight:600;font-family:var(--font);cursor:pointer;transition:all .3s ease;min-width:220px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%234de1b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;box-shadow:0 4px 12px rgba(44,91,78,.15)}.provider-select:hover{background:linear-gradient(135deg,rgba(44,91,78,.25),rgba(44,91,78,.15));border-color:rgba(77,225,184,.4);box-shadow:0 6px 16px rgba(44,91,78,.25);transform:translateY(-2px)}.provider-select:focus{background:linear-gradient(135deg,rgba(44,91,78,.3),rgba(44,91,78,.2));border-color:#4de1b8;box-shadow:0 0 0 4px rgba(77,225,184,.15),0 8px 20px rgba(44,91,78,.3);transform:translateY(-2px)}.provider-select option{background:#1a1d2e;color:#f5f7ff;padding:12px 16px;font-weight:500}.provider-select option:hover{background:#2c5b4e}.provider-select option:checked{background:linear-gradient(135deg,#2c5b4e,#357060);color:#4de1b8;font-weight:700}@media (max-width:768px){.provider-select{min-width:180px;font-size:13px;padding:10px 36px 10px 16px}}.hot-games-page__icon{width:32px;height:32px;color:#ff4757}.hot-games-page__icon-img{width:32px;height:32px;display:block;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.hot-games-page__title:hover .hot-games-page__icon-img{filter:drop-shadow(0 4px 12px rgba(77,225,184,.6))}.hot-games-page__title .hot-games-page__icon-img[src="/icons/new.svg"]{animation:newSparkle 3s ease-in-out infinite}.hot-games-page__title:hover .hot-games-page__icon-img[src="/icons/new.svg"]{animation:newExplosion 1.2s cubic-bezier(.68,-.55,.265,1.55)}@keyframes newSparkle{0%,to{transform:scale(1) rotate(0deg);filter:brightness(1) drop-shadow(0 0 8px rgba(255,215,0,.6))}15%{transform:scale(1.15) rotate(-8deg);filter:brightness(1.5) drop-shadow(0 0 20px rgba(255,215,0,1))}30%{transform:scale(1) rotate(0deg);filter:brightness(1) drop-shadow(0 0 8px rgba(255,215,0,.6))}45%{transform:scale(1.15) rotate(8deg);filter:brightness(1.5) drop-shadow(0 0 20px rgba(255,215,0,1))}60%{transform:scale(1) rotate(0deg);filter:brightness(1) drop-shadow(0 0 8px rgba(255,215,0,.6))}}@keyframes newExplosion{0%{transform:scale(1) rotate(0deg)}15%{transform:scale(.8) rotate(-20deg)}30%{transform:scale(1.4) rotate(180deg)}50%{transform:scale(.9) rotate(270deg)}70%{transform:scale(1.3) rotate(1turn)}85%{transform:scale(.95) rotate(380deg)}to{transform:scale(1) rotate(1turn)}}.hot-games-page__title .hot-games-page__icon-img[src="/icons/hot.svg"]{animation:flameFlicker 2s ease-in-out infinite}.hot-games-page__title:hover .hot-games-page__icon-img[src="/icons/hot.svg"]{animation:flameBlaze .4s ease-in-out infinite}@keyframes flameFlicker{0%,to{transform:scale(1) translateY(0) rotate(0deg);filter:brightness(1.2) hue-rotate(0deg) drop-shadow(0 0 10px rgba(255,71,87,.8))}25%{transform:scale(1.08) translateY(-3px) rotate(-2deg);filter:brightness(1.4) hue-rotate(5deg) drop-shadow(0 0 15px rgba(255,71,87,1))}50%{transform:scale(1.05) translateY(-1px) rotate(1deg);filter:brightness(1.3) hue-rotate(-5deg) drop-shadow(0 0 12px rgba(255,71,87,.9))}75%{transform:scale(1.1) translateY(-4px) rotate(2deg);filter:brightness(1.5) hue-rotate(3deg) drop-shadow(0 0 18px rgba(255,71,87,1))}}@keyframes flameBlaze{0%,to{transform:scale(1.1) translateY(-2px) rotate(-5deg);filter:brightness(1.6) hue-rotate(10deg) drop-shadow(0 0 25px rgba(255,71,87,1))}50%{transform:scale(1.25) translateY(-6px) rotate(5deg);filter:brightness(1.8) hue-rotate(-10deg) drop-shadow(0 0 35px rgba(255,100,50,1))}}.hot-games-page__title .hot-games-page__icon-img[src="/icons/live.svg"]{animation:livePulse 2.5s ease-in-out infinite}.hot-games-page__title:hover .hot-games-page__icon-img[src="/icons/live.svg"]{animation:liveRadar 2s linear infinite}@keyframes livePulse{0%,to{transform:scale(1);filter:drop-shadow(0 0 8px rgba(77,225,184,.6))}50%{transform:scale(1.15);filter:drop-shadow(0 0 25px rgba(77,225,184,1)) brightness(1.3)}}@keyframes liveRadar{0%{transform:rotate(0deg) scale(1);filter:drop-shadow(0 0 15px rgba(77,225,184,1))}25%{transform:rotate(90deg) scale(1.15);filter:drop-shadow(0 0 25px rgba(77,225,184,1)) brightness(1.3)}50%{transform:rotate(180deg) scale(1.05);filter:drop-shadow(0 0 20px rgba(77,225,184,1))}75%{transform:rotate(270deg) scale(1.15);filter:drop-shadow(0 0 25px rgba(77,225,184,1)) brightness(1.3)}to{transform:rotate(1turn) scale(1);filter:drop-shadow(0 0 15px rgba(77,225,184,1))}}.hot-games-page__title .hot-games-page__icon-img[src="/icons/slots.svg"]{animation:slotIdle 4s ease-in-out infinite}.hot-games-page__title:hover .hot-games-page__icon-img[src="/icons/slots.svg"]{animation:slotJackpot 1s cubic-bezier(.68,-.55,.265,1.55)}@keyframes slotIdle{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-2px) rotate(1deg)}}@keyframes slotJackpot{0%{transform:translateY(0) rotate(0deg) scale(1)}15%{transform:translateY(-15px) rotate(-8deg) scale(1.1)}30%{transform:translateY(8px) rotate(5deg) scale(.95)}45%{transform:translateY(-10px) rotate(-3deg) scale(1.15)}60%{transform:translateY(5px) rotate(2deg) scale(.98)}75%{transform:translateY(-5px) rotate(-1deg) scale(1.08)}90%{transform:translateY(2px) rotate(0deg) scale(1.02)}to{transform:translateY(0) rotate(0deg) scale(1)}}.hot-games-page__title .hot-games-page__icon-img[src="/icons/tablegames.svg"]{animation:cardFloat 3s ease-in-out infinite}.hot-games-page__title:hover .hot-games-page__icon-img[src="/icons/tablegames.svg"]{animation:cardShuffle 1.2s ease-in-out}@keyframes cardFloat{0%,to{transform:translateY(0) rotateY(0deg)}50%{transform:translateY(-4px) rotateY(5deg)}}@keyframes cardShuffle{0%{transform:rotateY(0deg) translateX(0) scale(1)}20%{transform:rotateY(90deg) translateX(-10px) scale(1.1)}40%{transform:rotateY(180deg) translateX(0) scale(1)}60%{transform:rotateY(270deg) translateX(10px) scale(1.1)}80%{transform:rotateY(1turn) translateX(0) scale(1.05)}to{transform:rotateY(1turn) translateX(0) scale(1)}}.hot-games-page__title{position:relative;cursor:pointer}.hot-games-page__title:before{content:"";position:absolute;left:-8px;top:50%;transform:translateY(-50%);width:4px;height:0;background:linear-gradient(180deg,#4de1b8,#2c5b4e);border-radius:2px;transition:height .3s ease}.hot-games-page__title:hover:before{height:80%}.hot-games-page__grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:.75rem;gap:.75rem;padding:0 12px}.hot-games-page__load-more{display:flex;justify-content:center;padding:32px 12px}.load-more-btn{padding:12px 48px;border:none;border-radius:8px;background:#2c5b4e;color:#f2f5f7;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease;font-family:var(--font);box-shadow:0 4px 12px rgba(44,91,78,.3)}.load-more-btn:hover{background:#357060}.cookie-banner{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);z-index:1000;background:rgba(20,22,28,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.15);border-radius:16px;padding:20px 24px;box-shadow:0 8px 32px rgba(0,0,0,.6);max-width:600px;width:calc(100% - 40px)}.cookie-banner__content{display:flex;align-items:center;justify-content:space-between;gap:20px}.cookie-banner__text{margin:0;color:#d3d7df;font-size:13px;line-height:1.6;flex:1 1}.cookie-banner__link{color:#4de1b8;text-decoration:underline;transition:color .2s}.cookie-banner__link:hover{color:#5ff5ca}.cookie-banner__btn{padding:10px 28px;border:none;border-radius:8px;background:#2c5b4e;color:#f2f5f7;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s ease;font-family:var(--font);white-space:nowrap;box-shadow:0 4px 12px rgba(44,91,78,.3)}.cookie-banner__btn:hover{background:#357060}.policy-page{width:100%;max-width:900px;margin:0 auto;padding:40px 20px}.policy-page__header{margin-bottom:40px;padding-bottom:20px;border-bottom:2px solid hsla(0,0%,100%,.1)}.policy-page__title{font-size:2.5rem;font-weight:700;color:#fff;margin:0}.policy-page__content{color:#d3d7df;line-height:1.8}.policy-section{margin-bottom:32px}.policy-section h2{font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 16px}.policy-section h3{font-size:1.125rem;font-weight:600;color:#fff;margin:24px 0 12px}.policy-section p{margin:0 0 16px;font-size:15px}.policy-section ul{margin:16px 0;padding-left:24px}.policy-section li{margin-bottom:8px;font-size:15px}.policy-section strong{color:#fff;font-weight:600}.cookie-table{overflow-x:auto;margin:24px 0}.cookie-table table{width:100%;border-collapse:collapse;background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;overflow:hidden}.cookie-table th{background:hsla(0,0%,100%,.05);color:#fff;font-weight:600;text-align:left;padding:12px 16px;border-bottom:2px solid hsla(0,0%,100%,.1)}.cookie-table td{padding:12px 16px;border-bottom:1px solid hsla(0,0%,100%,.05);color:#d3d7df;font-size:14px}.cookie-table tr:last-child td{border-bottom:none}.contact-info,.cookie-table tr:hover{background:hsla(0,0%,100%,.02)}.contact-info{border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:20px;margin:16px 0}.contact-info p{margin:8px 0;font-size:15px}.contact-info strong{color:#4de1b8}.game-page{width:100%;min-height:calc(100vh - 200px);padding:0 8px}.game-page__top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;margin-top:70px;flex-wrap:wrap}.game-page__title{font-size:clamp(1.125rem,4vw,1.5rem);font-weight:700;color:#fff;margin:0;line-height:1.3;flex:1 1;min-width:200px}.game-page__actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.game-page__action-btn{display:flex;align-items:center;justify-content:center;padding:12px 16px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;font-family:var(--font);background:hsla(0,0%,100%,.08);color:#f5f7ff;border:1px solid hsla(0,0%,100%,.15);min-width:44px;min-height:44px}.game-page__action-btn:disabled{opacity:.5;cursor:not-allowed}.game-page__action-btn:not(:disabled):active,.game-page__action-btn:not(:disabled):hover{background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.25)}.game-page__action-btn--icon{padding:12px;width:44px;height:44px}.game-page__action-btn--icon.active{background:rgba(77,225,184,.15);border-color:rgba(77,225,184,.35);color:#4de1b8}.game-page__action-btn--demo{min-width:80px;transition:all .3s ease}.game-page__action-btn--demo.active{background:rgba(77,225,184,.2);border-color:rgba(77,225,184,.5);color:#4de1b8;box-shadow:0 0 12px rgba(77,225,184,.3)}.demo-toggle{display:flex;align-items:center;gap:12px;padding:12px 16px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:999px;min-height:44px}.demo-toggle__label{font-size:14px;font-weight:600;color:#f5f7ff;-webkit-user-select:none;-moz-user-select:none;user-select:none}.demo-toggle__switch{position:relative;width:48px;height:26px;background:hsla(0,0%,100%,.15);border:none;border-radius:999px;cursor:pointer;transition:background .3s ease;padding:0;min-width:48px;min-height:26px}.demo-toggle__switch:active,.demo-toggle__switch:hover{background:hsla(0,0%,100%,.2)}.demo-toggle__switch.active{background:#2c5b4e}.demo-toggle__switch.active:active,.demo-toggle__switch.active:hover{background:#357060}.demo-toggle__slider{position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.2)}.demo-toggle__switch.active .demo-toggle__slider{transform:translateX(22px)}.game-page__action-btn--favorite{transition:all .3s ease;min-width:44px;min-height:44px}.game-page__action-btn--favorite.active{background:rgba(239,68,68,.2);border-color:rgba(239,68,68,.5);color:#ef4444;animation:heartBeat .5s ease}.game-page__action-btn--favorite.active svg{animation:heartPulse 1.5s ease-in-out infinite}@keyframes heartBeat{0%{transform:scale(1)}25%{transform:scale(1.2)}50%{transform:scale(1)}75%{transform:scale(1.15)}to{transform:scale(1)}}@keyframes heartPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.game-page__content{width:100%}.game-page__iframe-wrapper{background:#0a0b0f;border:1px solid hsla(0,0%,100%,.1);border-radius:12px;overflow:hidden;width:100%;aspect-ratio:16/9;position:relative;cursor:pointer}.game-page__iframe-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none}.game-page__iframe{position:relative;z-index:0}.game-page__iframe-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.game-page__placeholder-icon{width:64px;height:64px;color:#4de1b8;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.game-page__placeholder-text{font-size:clamp(1rem,4vw,1.25rem);font-weight:600;color:#fff;margin:0;text-align:center;padding:0 16px}.game-page__placeholder-subtext{font-size:clamp(.75rem,3vw,.875rem);color:#9aa3c2;margin:0;text-align:center;padding:0 16px}.profile-content--full{max-width:100%;width:100%;display:block!important;grid-template-columns:none!important;padding:0}.game-history{display:flex;flex-direction:column;gap:16px;width:100%;max-width:100%}.game-history-item{background:linear-gradient(145deg,rgba(26,29,36,.95),rgba(34,38,46,.95));border:1px solid hsla(50,82%,67%,.1);border-radius:20px;padding:24px;display:grid;grid-template-columns:1fr auto;grid-gap:24px;gap:24px;align-items:center;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;width:100%;max-width:100%;box-sizing:border-box;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.game-history-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,hsla(50,82%,67%,.05),rgba(212,185,66,.05));opacity:0;transition:opacity .4s ease;pointer-events:none}.game-history-item:hover{border-color:hsla(50,82%,67%,.4);transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.4),0 0 0 1px hsla(50,82%,67%,.1)}.game-history-item:hover:before{opacity:1}.game-history-item__info{display:flex;align-items:center;gap:12px;position:relative;z-index:1;flex:1 1}.game-history-item__name{font-size:18px;font-weight:700;color:#fff;letter-spacing:.3px;text-shadow:0 2px 4px rgba(0,0,0,.3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:1;min-width:0}.game-history-item__provider{font-size:11px;color:#0f1116;padding:6px 12px;background:linear-gradient(135deg,#f0da66,#d4b942);border-radius:8px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;box-shadow:0 2px 8px hsla(50,82%,67%,.3);white-space:nowrap;flex-shrink:0}.game-history-item__date{font-size:13px;color:#888;display:flex;align-items:center;gap:8px;font-weight:500;white-space:nowrap;flex-shrink:0;margin-left:auto}@media (max-width:768px){.game-history-item__date{white-space:normal;flex-shrink:1;margin-left:0;width:100%;font-size:11px}}.game-history-item__date:before{content:"🕐";font-size:16px;filter:grayscale(.5)}.game-history-item__amounts{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;position:relative;z-index:1;min-width:450px}.game-history-item__bet,.game-history-item__profit,.game-history-item__win{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:6px 12px;background:rgba(15,17,22,.6);border-radius:12px;border:1px solid hsla(0,0%,100%,.08);text-align:center;transition:all .3s ease}.game-history-item__bet:hover,.game-history-item__win:hover{background:rgba(15,17,22,.8);border-color:hsla(0,0%,100%,.12);transform:translateY(-2px)}.game-history-item__label{font-size:10px;color:#666;text-transform:uppercase;letter-spacing:1.2px;font-weight:700}.game-history-item__value{font-size:18px;font-weight:800;color:#fff;letter-spacing:.3px}.game-history-item__bet .game-history-item__label{color:#888}.game-history-item__bet .game-history-item__value{color:#b9bec8}.game-history-item__win .game-history-item__label,.game-history-item__win .game-history-item__value{color:#64b5f6}.game-history-item__profit{background:hsla(0,0%,100%,.05);border:2px solid hsla(0,0%,100%,.1);position:relative;overflow:hidden}.game-history-item__profit:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.1),transparent);transition:left .5s ease}.game-history-item:hover .game-history-item__profit:after{left:100%}.game-history-item__profit--win{background:linear-gradient(135deg,rgba(76,175,80,.2),rgba(76,175,80,.1));border-color:rgba(76,175,80,.5);box-shadow:0 0 20px rgba(76,175,80,.2)}.game-history-item__profit--win .game-history-item__label{color:#81c784}.game-history-item__profit--win .game-history-item__value{color:#4caf50;text-shadow:0 0 15px rgba(76,175,80,.5);font-size:20px}.game-history-item__profit--win:hover{border-color:rgba(76,175,80,.7);box-shadow:0 0 30px rgba(76,175,80,.3);transform:translateY(-2px) scale(1.02)}.game-history-item__profit--loss{background:linear-gradient(135deg,rgba(244,67,54,.2),rgba(244,67,54,.1));border-color:rgba(244,67,54,.5);box-shadow:0 0 20px rgba(244,67,54,.2)}.game-history-item__profit--loss .game-history-item__label{color:#e57373}.game-history-item__profit--loss .game-history-item__value{color:#f44336;text-shadow:0 0 15px rgba(244,67,54,.5);font-size:20px}.game-history-item__profit--loss:hover{border-color:rgba(244,67,54,.7);box-shadow:0 0 30px rgba(244,67,54,.3);transform:translateY(-2px) scale(1.02)}.game-history-empty{text-align:center;padding:80px 20px;color:#666;background:linear-gradient(145deg,rgba(26,29,36,.5),rgba(34,38,46,.5));border-radius:20px;border:1px solid hsla(0,0%,100%,.06)}.game-history-empty__icon{font-size:72px;margin-bottom:20px;opacity:.6;filter:grayscale(.3);animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.game-history-empty__text{font-size:18px;color:#888;font-weight:600}.hot-game-card--skeleton{pointer-events:none;cursor:default}.hot-game-card__skeleton-image{width:100%;height:100%;background:linear-gradient(90deg,#1a1d2e,#2a2d3e 20%,#3a3d4e 40%,#2a2d3e 60%,#1a1d2e);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:12px;position:relative;overflow:hidden}.hot-game-card__skeleton-image:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.15) 50%,transparent);animation:skeleton-shine 1.5s ease-in-out infinite}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes skeleton-shine{0%{left:-100%}to{left:100%}}@media (max-width:768px){body{overflow-x:hidden}.sidebar:not(.is-mobile-sidebar){display:none}.sidebar-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:999;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.sidebar.is-mobile-sidebar{position:fixed;left:0;top:0;height:100vh;width:280px;z-index:1000}.menu-modal-backdrop{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.app-shell .main-area,.app-shell.collapsed .main-area{margin-left:0;width:100%;padding-bottom:80px}.topbar{padding:8px 12px;height:auto;min-height:56px;gap:8px;position:-webkit-sticky;position:sticky;top:0;z-index:100;background:#0f1116;display:flex;align-items:center;justify-content:space-between}.search,.topbar-brand{display:none!important}.topbar-actions{gap:6px;flex-wrap:nowrap;flex-shrink:0;flex:1 1}.btn{padding:8px 12px;font-size:12px;white-space:nowrap}.balance-deposit-group{gap:4px;height:40px;padding:3px;display:flex}.balance-section{padding:4px 8px;font-size:12px;flex-shrink:0}.balance-icon{width:22px;height:22px;font-size:11px}.balance-amount,.deposit-btn{font-size:12px}.deposit-btn{padding:8px 32px;height:36px;white-space:nowrap;flex:0 0 auto;display:flex;align-items:center;justify-content:center}.bell-btn,.profile-btn{min-width:44px;min-height:44px;width:44px;height:44px}.btn.login,.btn.signup{padding:10px 34px;font-size:13px;font-weight:600;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;min-height:40px}.notification-dropdown{position:fixed;top:60px;right:8px;left:8px;max-height:calc(100vh - 140px);z-index:9999}.notification-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:9998;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.notification-dropdown__list{max-height:calc(100vh - 220px)}.notification-item{padding:14px 12px}.notification-item__text{font-size:13px;line-height:1.5;word-break:break-word}.notification-item__date{font-size:11px;margin-top:4px}.notification-dropdown__footer{padding:10px 12px;gap:8px}.notification-dropdown__footer a{font-size:12px;padding:8px 12px}.notification-dropdown__header{padding:12px;font-size:14px}.notification-dropdown__clear,.notification-dropdown__close{width:36px;height:36px;touch-action:manipulation}.profile-dropdown{position:fixed;top:60px;right:8px;min-width:200px;max-width:calc(100vw - 16px);z-index:9999}.bottom-nav{display:block!important;position:fixed;bottom:0;left:0;right:0;padding:0;background:#1a1c22;border-top:1px solid var(--border);z-index:1000}.bottom-nav__bar{margin:0;max-width:100%;width:100%;background:transparent;border:none;border-radius:0;padding:8px 10px calc(8px + env(safe-area-inset-bottom, 0px));display:grid;grid-template-columns:repeat(5,1fr);align-items:center;grid-gap:8px;gap:8px;box-shadow:none}.bottom-nav__item{width:100%;height:54px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border-radius:14px;color:#b8beca;text-decoration:none;cursor:pointer;transition:color .2s ease,background .2s ease}.bottom-nav__item svg{width:22px;height:22px;flex-shrink:0}.bottom-nav__item--menu svg{width:30px;height:30px}.bottom-nav__label{font-size:11px;color:#8e95a3;line-height:1}.bottom-nav__item--plus{width:54px;height:54px;border-radius:50%;background:#f0da66;color:#fff;margin:0 auto;display:grid;place-items:center;padding:0}.bottom-nav__plus-image{width:26px;height:26px;object-fit:contain;display:block}.plus-icon{font-size:30px;line-height:.3;font-weight:200}.menu-icon-stack{position:relative;width:30px;height:30px;display:grid;place-items:center}.menu-icon-stack svg{position:absolute;inset:0}.hero-slider{margin:20px 0 0;overflow:hidden}.hero-slider__viewport{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-webkit-clip-path:none;clip-path:none;padding:0}.hero-slider__viewport::-webkit-scrollbar{display:none}.hero-slider__viewport:after,.hero-slider__viewport:before{display:none}.hero-slider__track{display:flex;gap:12px;padding:0 16px;transition:none}.hero-card{min-width:calc(100vw - 32px);width:calc(100vw - 32px);height:280px;flex-shrink:0;scroll-snap-align:center}.hero-card,.hero-card__inner{border-radius:20px;overflow:hidden}.hero-card__bg{background-size:cover;background-position:50%}.hero-card__overlay{padding:24px 20px}.hero-card h3{font-size:20px}.hero-card p{font-size:13px}.hero-card__cta{padding:10px 20px;font-size:13px}.hero-card__cta--loading{min-width:100px;display:flex!important;align-items:center;justify-content:center}.hero-card__cta-spinner{width:18px;height:18px;border-width:2.5px}.hero-card__sticker-clip{-webkit-clip-path:none;clip-path:none;overflow:hidden}.hero-card__sticker{max-width:100%;max-height:100%;height:100%;width:auto;top:0;transform:translateX(-50%);object-fit:contain}.slider-nav{display:none!important}.category-slider{padding:12px 0;overflow:hidden}.category-slider__viewport{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.category-slider__viewport::-webkit-scrollbar{display:none}.category-slider__track{display:flex;flex-wrap:nowrap;gap:8px;padding:0 12px}.category-pill,.category-slider__provider{flex-shrink:0;padding:8px 12px;font-size:12px;white-space:nowrap}.category-slider__provider-icon{font-size:14px}.category-slider__provider-arrow{width:14px;height:14px}.category-slider__nav{display:none}.favorite-games,.hot-games,.live-games,.new-games,.slots-games,.table-games{padding:16px 12px}.favorite-games__header,.hot-games__header,.live-games__header,.new-games__header,.slots-games__header,.table-games__header{margin-bottom:12px;padding:0 4px}.favorite-games__title,.hot-games__title,.live-games__title,.new-games__title,.slots-games__title,.table-games__title{font-size:16px;gap:8px}.favorite-games__grid,.hot-games__grid,.live-games__grid,.new-games__grid,.slots-games__grid,.table-games__grid{grid-template-columns:repeat(2,1fr);gap:10px}.favorite-game-card__overlay,.hot-game-card__overlay,.live-game-card__overlay,.new-game-card__overlay,.slot-game-card__overlay,.table-game-card__overlay{display:none!important}.hot-games-page,.live-games-page,.new-games-page,.slots-games-page,.table-games-page{padding:0 8px;margin-bottom:40px}.hot-games-page__header{padding:16px 8px;margin-bottom:16px}.hot-games-page__title{font-size:22px;gap:10px}.hot-games-page__icon-img{width:28px;height:28px}.hot-games-page__grid{grid-template-columns:repeat(2,1fr)!important;gap:10px}.hot-games-page__load-more{margin-top:24px}.load-more-btn{width:100%;max-width:300px;padding:12px 24px;font-size:14px}.profile-page{display:flex;flex-direction:column;padding:0;min-height:calc(100vh - 120px)}.profile-sidebar{width:100%;border-right:none;border-bottom:1px solid var(--border);position:relative}.profile-sidebar__user{padding:16px}.profile-sidebar__name{font-size:16px}.profile-sidebar__balance{padding:16px}.profile-sidebar__amount{font-size:24px}.profile-sidebar__stats{flex-wrap:wrap;gap:16px;padding:0 16px 16px}.profile-sidebar__deposit,.profile-sidebar__loss-bonus,.profile-sidebar__withdraw{padding:12px;font-size:14px}.profile-sidebar__nav{padding:12px 0}.profile-sidebar__nav-item{padding:12px 16px;font-size:14px;min-height:48px}.profile-content{width:100%;padding:16px 12px 100px;grid-template-columns:1fr!important}.profile-content--full,.profile-content--wallet{grid-template-columns:1fr!important;padding-bottom:100px}.wallet-section{padding:16px 0}.wallet-section__actions{flex-direction:column;gap:10px}.wallet-section__btn{width:100%;padding:12px}.wallet-filters{overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding-bottom:8px}.wallet-filters::-webkit-scrollbar{display:none}.wallet-filters__tab{flex-shrink:0;white-space:nowrap;padding:8px 16px;font-size:13px}.wallet-list{gap:12px}.wallet-item{padding:14px;gap:12px;flex-wrap:wrap}.wallet-item__icon{width:36px;height:36px}.wallet-item__body{min-width:0;flex:1 1 auto}.wallet-item__amount{font-size:16px}.wallet-item__meta{font-size:11px}.wallet-item__status{width:100%;margin-top:8px;text-align:center}.game-history-filter{flex-direction:column;gap:8px;padding:8px;margin-bottom:16px}.game-history-filter__btn{padding:10px 16px;font-size:13px}.game-history{gap:10px}.game-history-item{padding:12px;border-radius:10px;display:flex;flex-direction:column;gap:10px}.game-history-item__info{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:8px}.game-history-item__name{font-size:14px;line-height:1.3;flex:1 1;min-width:0}.game-history-item__provider{font-size:9px;padding:2px 6px;flex-shrink:0}.game-history-item__date{font-size:10px;opacity:.7;margin-top:4px;margin-left:0;white-space:normal;width:100%;flex-shrink:1}.game-history-item__amounts{display:flex;flex-direction:column;gap:6px;width:100%;border-top:1px solid hsla(0,0%,100%,.05);padding-top:10px}.game-history-item__bet,.game-history-item__profit,.game-history-item__win{display:flex;justify-content:space-between;align-items:center;padding:0}.game-history-item__label{font-size:12px;opacity:.7}.game-history-item__value{font-size:14px;font-weight:600}.game-history-empty{padding:40px 20px}.game-history-empty__icon{font-size:48px}.game-history-empty__text{font-size:16px}.promo-card{flex-direction:column;padding:16px;gap:12px}.promo-card__image{width:100%;height:160px}.promo-card__content{width:100%}.promo-card__title{font-size:16px}.promo-card__description{font-size:13px}.promo-card__btn{width:100%;padding:10px}.support-page{padding:0}.support-header{padding:32px 16px 24px}.support-header__content{padding:0}.support-header__title{font-size:28px;margin-bottom:12px}.support-header__subtitle{font-size:14px}.support-tabs{padding:0 16px;gap:8px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.support-tabs::-webkit-scrollbar{display:none}.support-tab{flex-shrink:0;padding:10px 20px;font-size:14px;white-space:nowrap}.support-content{padding:20px 16px}.faq-list{gap:12px}.faq-item{padding:16px;border-radius:12px}.faq-question{font-size:15px;padding-right:32px}.faq-answer{font-size:13px;line-height:1.6;padding-top:12px}.contact-form{gap:16px}.contact-form__group{gap:8px}.contact-form__label{font-size:13px}.contact-form__input,.contact-form__textarea{padding:12px;font-size:14px}.contact-form__textarea{min-height:140px}.contact-form__submit{width:100%;padding:14px;font-size:15px;min-height:48px}.support-grid{grid-template-columns:1fr;gap:12px;padding:0}.support-card{padding:20px;border-radius:16px}.support-card__icon{width:48px;height:48px}.support-card__title{font-size:16px}.support-card__description{font-size:13px}.game-page{padding:0;position:fixed;inset:0;background:#000;z-index:2000}.game-page__top{position:absolute;top:0;left:0;right:0;z-index:10;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 12px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}.game-page__title{font-size:14px;flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.game-page__actions{display:flex;gap:6px;flex-shrink:0}.game-page__action-btn{padding:8px;font-size:12px;min-height:36px;min-width:36px;border-radius:8px}.game-page__action-btn--icon{width:36px;padding:8px}.game-page__action-btn svg{width:18px;height:18px}.game-page__iframe-wrapper{position:absolute;inset:0;border-radius:0}.game-page__iframe-wrapper,.game-page__iframe-wrapper iframe{width:100%;height:100%;border:none}.game-page__placeholder-icon{width:48px;height:48px}.game-page__placeholder-text{font-size:16px}.game-page__placeholder-subtext{font-size:13px}.footer-intro{padding:24px 16px}.footer-intro__panel{padding:20px;border-radius:20px}.footer-intro__title{font-size:18px}.footer-intro__body{font-size:13px;max-height:100px}.footer-slider{padding:16px 0}.footer-slider__viewport{padding:12px 0}.confirmation-close{position:absolute;top:12px;right:12px}.deposit-modal,.deposit-modal--wide{margin:12px;max-width:calc(100vw - 24px);width:calc(100vw - 24px);max-height:calc(100vh - 24px);overflow-y:auto}.footer-slider__group{gap:12px}.footer-slider__item{font-size:12px;padding:6px 10px}.site-footer{padding:24px 16px}.site-footer__panel{padding:20px;border-radius:20px}.site-footer__top{flex-direction:column;gap:24px}.site-footer__columns{grid-template-columns:repeat(2,1fr);gap:20px}.site-footer__brand{width:100%}.footer-col__title{font-size:14px}.footer-col__list{font-size:12px;gap:6px}.footer-badges{gap:12px}.footer-badge-icon{height:18px}.footer-legal{padding:16px;font-size:10px}.modal-backdrop{padding:16px}.modal{max-width:calc(100vw - 32px);max-height:calc(100vh - 100px);border-radius:20px}.modal__content{padding:20px}.deposit-modal,.login-signup-modal,.withdrawal-modal{width:calc(100vw - 32px);max-width:400px}.chat-fab{bottom:80px;right:16px;width:56px;height:56px;z-index:200}.chat-backdrop{padding:0;align-items:flex-end;justify-content:stretch;bottom:64px}.chat-panel{width:100%;max-width:none;border-radius:20px 20px 0 0;height:calc(90vh - 64px);max-height:calc(90vh - 64px);display:flex;flex-direction:column}.chat-panel__body{flex:1 1;min-height:0;overflow-y:auto}.chat-panel__footer{flex-shrink:0!important;padding-bottom:calc(12px + env(safe-area-inset-bottom, 0px))!important}.cookie-banner{bottom:90px!important;left:16px!important;right:16px!important;transform:none!important;max-width:none!important;width:auto!important;padding:16px 18px!important;border-radius:12px!important}.cookie-banner__content{flex-direction:column!important;text-align:center!important;gap:14px!important;align-items:stretch!important}.cookie-banner__text{font-size:13px!important;line-height:1.5!important}.cookie-banner__btn{width:100%!important;padding:12px 20px!important;font-size:14px!important}.low-balance-modal{max-width:calc(100vw - 32px);padding:24px 20px;border-radius:20px}.low-balance-modal__actions{flex-direction:column;gap:12px}.low-balance-modal__btn{width:100%}}@media (max-width:480px){.topbar{padding:6px 8px;height:auto;min-height:52px;gap:6px}.search,.topbar-brand{display:none!important}.topbar-actions{flex:1 1}.btn{padding:6px 10px;font-size:11px}.balance-section{font-size:11px;padding:3px 6px;flex-shrink:0}.balance-icon{width:20px;height:20px;font-size:10px}.balance-amount,.deposit-btn{font-size:11px}.deposit-btn{padding:7px 30px;height:32px;white-space:nowrap;flex:0 0 auto;display:flex;align-items:center;justify-content:center}.bell-btn,.profile-btn{min-width:38px;min-height:38px;width:38px;height:38px}.hero-slider{margin:16px 0 0}.hero-card{height:240px}.hero-card__overlay{padding:20px 16px}.hero-card h3{font-size:18px}.hero-card p{font-size:12px}.favorite-games,.hot-games,.live-games,.new-games,.slots-games,.table-games{padding:12px 8px}.hot-games-page__grid{grid-template-columns:repeat(2,1fr)!important}.profile-sidebar__balance,.profile-sidebar__user{padding:12px}.profile-sidebar__amount{font-size:20px}.support-header{padding:24px 12px 20px}.support-header__title{font-size:24px}.site-footer__columns{grid-template-columns:1fr}.game-page__iframe-wrapper{height:350px}}@media (max-width:768px){.crypto-wallet-address{display:flex!important;flex-direction:row!important;gap:8px;align-items:center;width:100%}.crypto-wallet-address input,.crypto-wallet-address input.crypto-wallet-input{flex:1 1!important;font-size:11px!important;padding:12px 10px!important;word-break:break-all!important;min-width:0!important;width:100%!important;line-height:1.4!important;background:#2a2d35!important;color:#fff!important;border:1px solid var(--border)!important;opacity:1!important;overflow:visible!important;white-space:normal!important;display:block!important;visibility:visible!important;border-radius:10px!important;height:auto!important;min-height:44px!important}.crypto-copy-btn{flex-shrink:0;padding:12px 16px;min-height:44px;font-size:20px;border-radius:10px}.crypto-instructions,.crypto-instructions p{font-size:13px}.withdrawal-method-tabs{gap:4px}.withdrawal-method-tab{padding:10px 12px;font-size:13px}.crypto-select-group,.deposit-methods-grid{grid-template-columns:1fr;gap:12px}.deposit-method-card{padding:16px}.deposit-method-card__icon{width:48px;height:48px}.deposit-method-card__name{font-size:16px}.admin-modal{width:calc(100vw - 24px);max-width:none;margin:12px}.admin-modal-header{padding:16px}.admin-modal-header h2{font-size:20px}.admin-form{padding:16px}.admin-form-actions{flex-direction:column}.admin-btn{width:100%}}@media (max-width:480px){.withdrawal-method-tab{padding:8px 10px;font-size:12px}.crypto-instructions{padding:10px 12px}.deposit-method-card__icon{width:40px;height:40px}.deposit-method-card__name{font-size:14px}.field-hint{font-size:11px}.deposit-form__select{font-size:14px;padding:14px 40px 14px 14px;background-position:right 12px center;min-height:48px}.deposit-form__select option{font-size:14px;padding:14px}}@media (max-width:768px){.search-dropdown{max-height:280px}.search-dropdown__item{padding:8px 10px;gap:8px}.search-dropdown__image{width:32px;height:32px;border-radius:5px}.search-dropdown__name{font-size:12px}.search-dropdown__provider{font-size:10px}}.mobile-search-backdrop{position:fixed;inset:0;background:#0f1116;z-index:9999;display:flex;flex-direction:column}.mobile-search-modal{flex:1 1;display:flex;flex-direction:column;background:#0f1116}.mobile-search-header{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#1a1c22;border-bottom:1px solid var(--border)}.mobile-search-back{width:40px;height:40px;border-radius:50%;border:none;background:transparent;color:var(--text);font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-search-input{flex:1 1;background:#0f1116;border:1px solid var(--border);border-radius:999px;padding:10px 16px;color:var(--text);font-size:15px;outline:none}.mobile-search-input:focus{border-color:hsla(50,82%,67%,.45)}.mobile-search-results{flex:1 1;overflow-y:auto;padding:8px}.mobile-search-item{display:flex;align-items:center;gap:12px;padding:12px;background:#1a1c22;border-radius:12px;margin-bottom:8px;text-decoration:none;color:inherit;transition:background .2s}.mobile-search-item:hover{background:#22252c}.mobile-search-image{width:48px;height:48px;border-radius:8px;object-fit:cover;flex-shrink:0}.mobile-search-info{flex:1 1;display:flex;flex-direction:column;gap:4px;min-width:0}.mobile-search-name{font-size:14px;font-weight:600;color:#e8eaed;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-search-provider{font-size:12px;color:#9aa0ac}.mobile-search-empty{padding:40px 20px;text-align:center;color:var(--muted);font-size:14px}