@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:70px}
body{background:#000;color:#fff;font-family:'Montserrat',sans-serif;line-height:1.4;min-height:100vh;overflow-x:hidden}
a{text-decoration:none;color:inherit}
a:hover{color:#ff0059}
img{max-width:100%;height:auto;display:block}
ul,ol{list-style:none}
button{border:none;background:none;cursor:pointer;font-family:inherit;color:inherit}

/* ===== LAYOUT ===== */
.page{padding-left:0;min-height:100vh;display:flex;flex-direction:column}
.content-wrap{padding:24px 24px 0;flex:1}
.content{max-width:1146px;margin:0 auto;overflow:hidden}

/* ===== HEADER ===== */
.header{display:flex;align-items:center;padding:10px 24px;position:sticky;top:0;z-index:100;background:#000}
.header__menu-btn{display:none;width:24px;height:24px;margin-right:12px;background:none;border:none;cursor:pointer;padding:0}
.header__menu-btn span,.header__menu-btn span::before,.header__menu-btn span::after{display:block;width:20px;height:2px;background:#fff;position:relative;transition:.3s}
.header__menu-btn span::before,.header__menu-btn span::after{content:'';position:absolute;left:0}
.header__menu-btn span::before{top:-6px}
.header__menu-btn span::after{top:6px}
.header__logo{height:24px;flex-shrink:0;display:flex;align-items:center}
.header__logo img{height:24px;width:auto;object-fit:contain}
.header__actions{display:flex;align-items:center;gap:12px;margin-left:auto}
.header__login{font-weight:700;font-size:14px;padding:8px 16px;color:#fff;cursor:pointer}
.header__register{min-width:140px;height:36px;font-size:14px;font-weight:700;background:linear-gradient(180deg,#ff7fac 0%,#ff005b 100%);color:#fff;border-radius:20px;display:flex;align-items:center;justify-content:center;padding:0 16px;cursor:pointer}

/* ===== MOBILE MENU ===== */
.mobile-menu{display:none;flex-direction:column;background:#1a1a1a;border-radius:0 0 12px 12px;overflow:hidden;max-height:0;transition:max-height .3s ease;position:fixed;top:56px;left:0;right:0;z-index:99}
.mobile-menu.open{max-height:500px}
.mobile-menu a{padding:14px 24px;color:#ccc;font-size:14px;font-weight:500;border-bottom:1px solid #272727}
.mobile-menu a:hover{color:#ff0059;background:#272727}

/* ===== BANNERS ===== */
.banners{margin-top:16px;overflow:hidden;border-radius:12px;position:relative;max-height:280px}
.banners__list{display:flex;scrollbar-width:none;-ms-overflow-style:none;position:relative}
.banners__list::-webkit-scrollbar{display:none}
.banners__item{min-width:100%;flex:0 0 100%;border-radius:12px;overflow:hidden;display:none}
.banners__item.active{display:block}
.banners__item img{width:100%;height:auto;object-fit:cover;border-radius:12px;max-height:280px}
.banners__dots{display:flex;justify-content:center;gap:8px;position:absolute;bottom:12px;left:50%;transform:translateX(-50%);z-index:2}
.banners__dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.4);cursor:pointer;border:none;transition:background .2s}
.banners__dot.active{background:#ff0059;transform:scale(1.2)}
.banners__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:36px;height:36px;border-radius:50%;background:rgba(0,0,0,.5);color:#fff;font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;transition:background .2s}
.banners__arrow:hover{background:rgba(255,0,89,.7)}
.banners__arrow--prev{left:12px}
.banners__arrow--next{right:12px}

/* ===== GAMES MENU ===== */
.games-menu{display:flex;gap:8px;flex-wrap:nowrap;margin-top:52px;overflow-x:auto;scrollbar-width:none}
.games-menu::-webkit-scrollbar{display:none}
.games-menu__item{flex-shrink:0}
.games-menu__link{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;font-size:14px;font-weight:500;color:#999;white-space:nowrap;transition:color .2s}
.games-menu__link:hover,.games-menu__link.active{color:#ff0059}

/* ===== PROVIDERS MENU ===== */
.providers-menu{display:flex;gap:6px;padding-top:12px;flex-wrap:wrap;align-items:center}
.providers-menu__link{display:flex;align-items:center;justify-content:center;background:#383838;border-radius:6px;padding:6px;width:95px;height:32px;flex-shrink:0;cursor:pointer}
.providers-menu__link img{max-height:100%;max-width:100%;object-fit:contain}
.providers-menu__all{background:#ff0059;border-radius:6px;width:32px;min-width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer}
.providers-menu__all::after{content:'...';color:#fff;font-weight:700;font-size:16px;line-height:1}

/* ===== SECTION HEADER ===== */
.section-header{color:#fff;display:flex;gap:13px;align-items:center;line-height:32px;margin-top:32px;position:relative;font-size:18px;font-weight:700}
.section-header__icon{width:24px;height:24px}
.section-header__more{position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:12px;font-weight:700;background:#ff0059;border-radius:10px;padding:0 18px;color:#fff;display:flex;align-items:center;line-height:32px}

/* ===== GAME CARDS CAROUSEL ===== */
.games-carousel{display:flex;gap:12px;overflow-x:auto;padding:16px 0;scrollbar-width:none;-ms-overflow-style:none}
.games-carousel::-webkit-scrollbar{display:none}

/* ===== GAME CARD BIG (New/Popular carousels) ===== */
.game-card-big{position:relative;width:185px;min-width:185px;border-radius:8px;overflow:hidden;background:#1a1a1a;flex-shrink:0}
.game-card-big__image{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;border-radius:8px}
.game-card-big__overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:7px;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;background:linear-gradient(transparent 40%,rgba(0,0,0,.85));cursor:pointer}
.game-card-big:hover .game-card-big__overlay{opacity:1;visibility:visible}
.game-card-big__provider{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:112px;height:40px;opacity:0;transition:opacity .2s}
.game-card-big:hover .game-card-big__provider{opacity:1}
.game-card-big__provider img{width:100%;height:100%;object-fit:contain}
.game-card-big__title{font-size:14px;font-weight:700;line-height:20px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}
.game-card-big__buttons{display:flex;justify-content:space-between;align-items:center;gap:8px}
.game-card-big__demo{color:#fff;font-size:14px;font-weight:700;cursor:pointer}
.game-card-big__play{width:70px;height:70px;border-radius:50%;background:linear-gradient(180deg,#ff7fac,#ff005b);display:flex;align-items:center;justify-content:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:none;cursor:pointer;opacity:0;transition:opacity .2s;z-index:1}
.game-card-big:hover .game-card-big__play{opacity:1}
.game-card-big__play img{width:100%;height:100%}
.game-card-big__badge{position:absolute;left:7px;top:7px;color:#fff;background:#ff0059;border-radius:6px;font-size:12px;padding:4px 8px;font-weight:600;z-index:2}

/* ===== GAME CARD SMALL (Grid) ===== */
.game-card{position:relative;border-radius:8px;overflow:hidden;background:#1a1a1a}
.game-card__image{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:8px}
.game-card__overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:7px;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;background:linear-gradient(transparent 30%,rgba(0,0,0,.85));cursor:pointer}
.game-card:hover .game-card__overlay{opacity:1;visibility:visible}
.game-card__provider{width:40px;height:20px;margin-bottom:4px}
.game-card__provider img{width:100%;height:100%;object-fit:contain}
.game-card__title{font-size:13px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}
.game-card__buttons{display:flex;justify-content:space-between;align-items:center;gap:8px}
.game-card__demo{color:#fff;font-size:12px;font-weight:700}
.game-card__play{width:28px;height:28px;border-radius:50%;background:linear-gradient(180deg,#ff7fac,#ff005b);display:flex;align-items:center;justify-content:center;outline:rgba(255,255,255,.2) solid 3px;border:none;flex-shrink:0;cursor:pointer}
.game-card__play img{width:100%;height:100%}

/* ===== GAMES GRID (Static) ===== */
.games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;padding:16px 0}

/* ===== RECENT WINS ===== */
.recent-wins{display:flex;gap:16px;overflow-x:auto;padding:16px 0;scrollbar-width:none}
.recent-wins::-webkit-scrollbar{display:none}
.recent-wins__item{min-width:220px;display:flex;gap:12px;align-items:center;flex-shrink:0}
.recent-wins__image{width:60px;height:60px;border-radius:8px;object-fit:cover;flex-shrink:0}
.recent-wins__info{overflow:hidden}
.recent-wins__name{font-size:12px;color:#999}
.recent-wins__game{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.recent-wins__amount{font-size:14px;font-weight:700;color:#ffd700}

/* ===== TOURNAMENT ===== */
.tournaments{margin-top:16px}
.tournament-card{position:relative;background:#272727;border-radius:6px;overflow:hidden;color:#fff}
.tournament-card__image{width:100%;object-fit:cover;border-radius:6px 6px 0 0}
.tournament-card__badge{position:absolute;top:12px;left:12px;background:#28a745;color:#fff;font-size:12px;font-weight:600;padding:4px 12px;border-radius:6px}
.tournament-card__content{padding:16px 30px 20px}
.tournament-card__title{font-size:28px;font-weight:900;line-height:32px;margin-bottom:8px}
.tournament-card__prize-label{font-size:14px;color:#999}
.tournament-card__prize{font-size:16px;font-weight:600;margin-bottom:12px}
.tournament-card__btn{display:inline-block;background:linear-gradient(180deg,#ff7fac,#ff005b);color:#fff!important;font-size:14px;font-weight:700;padding:12px 28px;border-radius:20px;text-shadow:0 1px 2px rgba(0,0,0,.3)}
.tournament-card__btn:hover{color:#fff!important;opacity:.9}
.tournament-card__timer{color:#b3b3b3;font-size:12px;margin-top:12px}
.countdown{font-weight:600;color:#fff}

/* ===== FAQ ===== */
.faq{margin-top:48px}
.faq__title{font-size:16px;font-weight:600;margin-bottom:24px}
.faq__list{display:flex;flex-direction:column;gap:16px}
.faq-item{background:#272727;border-radius:12px;padding:24px 33px;cursor:pointer}
.faq-item__question{color:#fff;font-size:16px;font-weight:600;position:relative;padding-right:30px}
.faq-item__question::after{content:'+';position:absolute;right:0;top:0;font-size:20px;color:#999;transition:transform .3s}
.faq-item.open .faq-item__question::after{transform:rotate(45deg)}
.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .3s ease;color:#b3b3b3;font-size:14px;line-height:1.6}
.faq-item.open .faq-item__answer{max-height:2000px;margin-top:16px}

/* ===== ARTICLE CONTENT ===== */
.article{margin-top:48px;color:#ccc;font-size:15px;line-height:1.7;overflow-wrap:break-word;word-wrap:break-word;overflow:hidden}
.article__toc{background:#1a1a1a;border-radius:12px;padding:24px 32px;margin-bottom:40px}
.article__toc-title{color:#fff;font-size:18px;font-weight:700;margin-bottom:16px}
.article__toc ol{counter-reset:toc;padding-left:0}
.article__toc li{counter-increment:toc;margin-bottom:8px}
.article__toc li::before{content:counter(toc) ". ";color:#ff0059;font-weight:600}
.article__toc a{color:#b3b3b3;transition:color .2s}
.article__toc a:hover{color:#ff0059}
.article__toc ol ol{padding-left:24px;margin-top:8px}
.article__toc ol ol li::before{content:counter(toc) ". ";font-size:13px}
.article h2{color:#fff;font-size:24px;font-weight:800;margin:48px 0 16px;line-height:1.3}
.article h3{color:#fff;font-size:18px;font-weight:700;margin:32px 0 12px;line-height:1.3}
.article p{margin-bottom:16px}
.article strong,.article b{color:#fff}
.article a{color:#ff0059;text-decoration:underline}
.article ul,.article ol{padding-left:20px;margin-bottom:16px}
.article li{margin-bottom:8px}
.article ul li::marker{color:#ff0059}
.article ol li::marker{color:#ff0059;font-weight:600}
.article__table-wrap{overflow-x:auto;margin:20px 0;border-radius:8px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#ff0059 #1a1a1a}
.article__table-wrap::-webkit-scrollbar{height:6px}
.article__table-wrap::-webkit-scrollbar-track{background:#1a1a1a;border-radius:3px}
.article__table-wrap::-webkit-scrollbar-thumb{background:#ff0059;border-radius:3px}
.article__table{width:100%;border-collapse:collapse;font-size:14px;min-width:500px}
.article__table th{background:#ff0059;color:#fff;padding:12px 16px;text-align:left;font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}
.article__table td{padding:12px 16px;border-bottom:1px solid #333;color:#ccc;white-space:nowrap}
.article__table tr:hover td{background:#1a1a1a}
.article__table th:first-child{border-radius:8px 0 0 0}
.article__table th:last-child{border-radius:0 8px 0 0}
.article__info{background:#1a1a1a;border-left:3px solid #ff0059;border-radius:0 8px 8px 0;padding:16px 20px;margin:20px 0;font-size:14px}
.article__info-title{color:#ff0059;font-weight:700;margin-bottom:8px;font-size:14px}
.article__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:20px 0}
.article__card{background:#1a1a1a;border-radius:12px;padding:20px;border:1px solid #333}
.article__card-title{color:#fff;font-weight:700;margin-bottom:8px;font-size:15px}
.article__pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:20px 0}
.article__pros,.article__cons{background:#1a1a1a;border-radius:12px;padding:20px}
.article__pros{border-top:3px solid #28a745}
.article__cons{border-top:3px solid #dc3545}
.article__pros h4,.article__cons h4{color:#fff;font-size:16px;font-weight:700;margin-bottom:12px}
.article__pros li::marker{color:#28a745}
.article__cons li::marker{color:#dc3545}
.article__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:12px;margin:20px 0}
.article__stat{background:#1a1a1a;border-radius:12px;padding:16px 12px;text-align:center}
.article__stat-value{color:#ff0059;font-size:22px;font-weight:800;display:block}
.article__stat-label{color:#999;font-size:11px;margin-top:4px}
.article__steps{counter-reset:step;margin:20px 0}
.article__step{display:flex;gap:16px;margin-bottom:16px;align-items:flex-start}
.article__step::before{counter-increment:step;content:counter(step);background:#ff0059;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;font-size:14px}
.article__step-text{padding-top:4px}
@media(max-width:959px){
  .article h2{font-size:20px;margin:32px 0 12px}
  .article h3{font-size:16px}
  .article__grid,.article__pros-cons{grid-template-columns:1fr}
  .article__toc{padding:16px 20px}
  .article__stats{grid-template-columns:repeat(3,1fr);gap:8px}
  .article__stat{padding:12px 8px}
  .article__stat-value{font-size:18px}
  .article__stat-label{font-size:10px}
  .article__table td,.article__table th{padding:10px 12px;font-size:13px}
  .article__step{gap:12px}
  .article__step::before{width:28px;height:28px;font-size:12px}
  .tournament-card__content{padding:12px 16px 16px}
  .tournament-card__title{font-size:20px}
}
@media(max-width:480px){
  .article__stats{grid-template-columns:repeat(2,1fr)}
}

/* ===== STICKY CTA ===== */
.sticky-cta{position:fixed;bottom:80px;left:0;right:0;text-align:center;z-index:250;pointer-events:none}
.sticky-cta a{display:inline-block;padding:14px 40px;background:linear-gradient(180deg,#ff7fac,#ff005b);color:#fff;border-radius:24px;font-weight:700;font-size:15px;box-shadow:0 4px 20px rgba(255,0,89,.4);pointer-events:auto;transition:transform .2s,box-shadow .2s}
.sticky-cta a:hover{transform:scale(1.05);box-shadow:0 6px 30px rgba(255,0,89,.5);color:#fff}
@media(min-width:960px){.sticky-cta{bottom:24px}}

/* ===== ABOUT ===== */
.about{margin-top:32px;padding:16px 0}
.about__more{display:inline-block;background:linear-gradient(180deg,#ff7fac,#ff005b);color:#fff;font-size:14px;font-weight:700;padding:10px 24px;border-radius:20px;margin-top:16px}

/* ===== FOOTER ===== */
.footer{margin-top:48px;padding:24px;background:#272727;border-radius:12px;font-size:12px;color:#7d7d7d;max-width:1146px;margin-left:auto;margin-right:auto}
.footer__providers-row{display:flex;gap:12px;flex-wrap:wrap;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.1);align-items:center}
.footer__provider{display:flex;align-items:center;justify-content:center;width:100px;height:30px;flex-shrink:0}
.footer__provider img{max-height:100%;max-width:100%;object-fit:contain;filter:brightness(.6)}
.footer__legal{padding:16px 0;font-size:11px;line-height:1.6;border-bottom:1px solid rgba(255,255,255,.1)}
.footer__links{display:flex;gap:32px;padding:24px 0;flex-wrap:wrap}
.footer__col{min-width:140px}
.footer__col-title{text-transform:uppercase;font-weight:700;margin-bottom:12px;color:#999;font-size:12px}
.footer__col a{display:block;font-size:12px;color:#7d7d7d;margin-bottom:8px}
.footer__col a:hover{color:#ff0059}
.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);gap:20px;flex-wrap:wrap}
.footer__social{display:flex;flex-direction:column;gap:8px}
.footer__social-title{font-size:12px}
.footer__social-icons{display:flex;gap:12px}
.footer__social-icon{width:32px;height:32px;border-radius:50%;background:#383838;display:flex;align-items:center;justify-content:center;font-size:14px;color:#fff}
.footer__social-icon:hover{background:#ff0059}
.footer__support{font-size:12px}
.footer__support a{color:#ff0059}
.footer__badges{display:flex;gap:12px;align-items:center}
.footer__badge-18{width:30px;height:30px;border:2px solid #7d7d7d;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#7d7d7d}
.footer__payments-row{display:flex;gap:12px;flex-wrap:wrap;padding:16px 0;border-top:1px solid rgba(255,255,255,.1);align-items:center}

/* ===== SIDEBAR — REMOVED ===== */
.sidebar{display:none!important}

/* ===== MOBILE BOTTOM NAV ===== */
.mobile-nav{display:none;position:fixed;bottom:0;left:0;right:0;z-index:300;background:#272727;padding:8px 0 20px;border-radius:16px 16px 0 0}
.mobile-nav__items{display:flex;justify-content:space-around;align-items:flex-end}
.mobile-nav__item{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:10px;font-weight:600;color:#999;cursor:pointer;flex:1}
.mobile-nav__item:hover,.mobile-nav__item.active{color:#ff0059}
.mobile-nav__icon{width:20px;height:20px}
.mobile-nav__icon svg{width:100%;height:100%;fill:currentColor}
.mobile-nav__item--big{position:relative;margin-top:-20px}
.mobile-nav__item--big .mobile-nav__icon{width:48px;height:48px;background:linear-gradient(180deg,#ff7fac,#ff005b);border-radius:50%;display:flex;align-items:center;justify-content:center}
.mobile-nav__item--big .mobile-nav__icon svg{width:24px;height:24px;fill:#fff}
.mobile-nav__item--big{color:#fff}

/* ===== SEARCH MOBILE ===== */
.search-mobile{display:none;padding:8px 0;font-size:14px;color:#999}

/* ===== UTILITY ===== */
.desktop{display:block}
.mobile{display:none}

/* ===== RESPONSIVE ===== */
@media(max-width:959px){
  .page{padding-left:0;padding-bottom:80px}
  .content-wrap{padding:12px 12px 0}
  .sidebar{display:none!important}
  .mobile-nav{display:block}
  .desktop{display:none}
  .mobile{display:block}
  .header__menu-btn{display:flex;align-items:center;justify-content:center}
  .mobile-menu{display:flex}
  .game-card-big{width:155px;min-width:155px}
  .game-card-big__play{width:50px;height:50px}
  .games-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px}
  .footer{margin:24px 12px;padding:16px}
  .footer__links{flex-direction:column;gap:16px}
  .footer__bottom{flex-direction:column;align-items:flex-start}
  .section-header{font-size:16px;margin-top:24px}
  .tournament-card__title{font-size:20px}
  .tournament-card__content{padding:12px 16px 16px}
  .faq-item{padding:16px 20px}
  .banners__item{aspect-ratio:335/200}
  .providers-menu__link{width:75px;height:28px}
  .recent-wins__item{min-width:160px}
  .games-menu{margin-top:24px}
}

@media(max-width:576px){
  .game-card-big{width:140px;min-width:140px}
  .games-grid{grid-template-columns:repeat(3,1fr);gap:6px}
  .game-card__title{font-size:11px}
  .header__register{min-width:100px;font-size:12px}
}
