*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html,body{overflow-x:hidden;width:100%;scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;background:#0e0e0e;color:#e0e0e0;line-height:1.6;overflow-wrap:anywhere;word-break:break-word}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
ul,ol{list-style:none}

.container{max-width:1200px;margin:0 auto;padding:0 16px}

/* HEADER */
.header{position:sticky;top:0;z-index:1000;background:linear-gradient(135deg,#18513F 0%,#0d3527 100%);border-bottom:1px solid rgba(255,228,25,.15)}
.header__inner{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;padding:0 24px;height:60px}
.header__logo{display:flex;align-items:center;flex-shrink:0}
.header__logo-img{height:36px;width:auto}
.header__nav{display:flex;gap:32px;margin-left:60px}
.header__nav-link{color:#c8d6d0;font-size:15px;font-weight:600;transition:color .2s;white-space:nowrap}
.header__nav-link:hover,.header__nav-link--active{color:#FFE419}
.header__actions{display:flex;gap:10px;align-items:center}
.burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px}
.burger span{display:block;width:24px;height:2px;background:#FFE419;border-radius:2px;transition:transform .3s,opacity .3s}
.burger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.burger.active span:nth-child(2){opacity:0}
.burger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}

/* CATEGORY BAR */
.category-bar{background:#1a1a1a;border-bottom:1px solid #2a2a2a;position:sticky;top:60px;z-index:999}
.category-bar__inner{display:flex;gap:4px;padding:12px 24px;overflow-x:auto;scrollbar-width:none;max-width:1400px;margin:0 auto}
.category-bar__inner::-webkit-scrollbar{display:none}
.category-bar__item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 16px;border-radius:8px;font-size:12px;white-space:nowrap;color:#999;transition:all .2s;flex-shrink:0;min-width:0}
.category-bar__item:hover,.category-bar__item--active{color:#FFE419;background:rgba(255,228,25,.08)}
.category-bar__icon{font-size:22px}
.category-bar__label{font-weight:500}

/* BUTTONS */
.btn{display:inline-flex;align-items:center;justify-content:center;font-weight:800;border:2px solid transparent;border-radius:6px;cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.5px;min-height:44px;padding:12px 24px;font-size:14px;text-align:center}
.btn--primary{background:#FFE419;color:#0d3527;border-color:#FFE419;box-shadow:0 4px 12px rgba(255,228,25,.35)}
.btn--primary:hover{background:#ffd700;border-color:#ffd700;transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,228,25,.5)}
.btn--primary:active{transform:translateY(0);box-shadow:0 2px 8px rgba(255,228,25,.3)}
.btn--ghost{background:transparent;color:#FFE419;border-color:#FFE419}
.btn--ghost:hover{background:rgba(255,228,25,.1);transform:translateY(-2px)}
.btn--ghost:active{transform:translateY(0)}
.btn--lg{min-height:52px;padding:14px 36px;font-size:16px;border-radius:8px}
.btn--sm{min-height:36px;padding:8px 16px;font-size:12px}
.btn--xs{min-height:30px;padding:6px 12px;font-size:11px}

/* HERO */
.hero{background:linear-gradient(180deg,#18513F 0%,#0d3527 40%,#0e0e0e 100%);padding:0 0 60px}
.hero__inner{max-width:1200px;margin:0 auto;padding:0 16px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.hero__media{border-radius:16px;overflow:hidden;border:2px solid rgba(255,228,25,.2)}
.hero__media img{width:100%;object-fit:contain}
.hero__content{padding:40px 0}
.hero__title{font-size:24px;color:#c8d6d0;font-weight:600;margin-bottom:12px}
.hero__bonus{font-size:42px;font-weight:900;color:#FFE419;line-height:1.1;margin-bottom:24px;text-shadow:0 2px 20px rgba(255,228,25,.3)}
.hero__cta{display:flex;gap:16px;margin-bottom:16px;flex-wrap:wrap}
.hero__terms{font-size:12px;color:#888}

/* SECTIONS */
.section-title{font-size:28px;font-weight:800;color:#fff;margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid #FFE419;display:inline-block}
.section-cta{text-align:center;margin-top:32px}
.games-section{padding:60px 0}
.games-section--alt{background:#111}

/* FILTER TABS */
.filter-tabs{display:flex;gap:8px;margin-bottom:24px;overflow-x:auto;scrollbar-width:none;padding-bottom:4px}
.filter-tabs::-webkit-scrollbar{display:none}
.filter-tab{padding:8px 20px;border-radius:20px;font-size:13px;font-weight:600;color:#999;background:#1a1a1a;border:1px solid #333;white-space:nowrap;transition:all .2s;flex-shrink:0}
.filter-tab:hover,.filter-tab--active{color:#0d3527;background:#FFE419;border-color:#FFE419}

/* JACKPOT COUNTER */
.jackpot-counter{text-align:center;margin-bottom:32px;padding:20px;background:linear-gradient(135deg,#18513F,#0d3527);border-radius:12px;border:1px solid rgba(255,228,25,.3)}
.jackpot-counter__label{display:block;font-size:14px;color:#c8d6d0;text-transform:uppercase;letter-spacing:2px;margin-bottom:8px}
.jackpot-counter__value{display:block;font-size:48px;font-weight:900;color:#FFE419;text-shadow:0 0 30px rgba(255,228,25,.4);font-variant-numeric:tabular-nums}

/* GAME GRID */
.game-grid{display:grid;gap:16px}
.game-grid--6{grid-template-columns:repeat(6,minmax(0,1fr))}
.game-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}

/* GAME CARD */
.game-card{background:#1a1a1a;border-radius:12px;overflow:hidden;border:1px solid #2a2a2a;transition:all .3s;position:relative;min-width:0;display:flex;flex-direction:column}
.game-card:hover{border-color:#FFE419;transform:translateY(-4px);box-shadow:0 8px 24px rgba(255,228,25,.15)}
.game-card__media{display:block;overflow:hidden;aspect-ratio:4/3;position:relative}
.game-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.game-card:hover .game-card__media img{transform:scale(1.05)}
.game-card__info{padding:10px 12px 4px;flex:1}
.game-card__name{display:block;font-size:13px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.game-card__provider{display:block;font-size:11px;color:#888;margin-top:2px}
.game-card__actions{display:flex;gap:6px;padding:8px 12px 12px}
.game-card__actions .btn{flex:1}
.game-card__badge{position:absolute;top:8px;left:8px;z-index:2;background:#FFE419;color:#0d3527;font-size:10px;font-weight:900;padding:3px 8px;border-radius:4px;text-transform:uppercase}
.game-card__live-badge{position:absolute;top:8px;right:8px;z-index:2;background:#e53e3e;color:#fff;font-size:10px;font-weight:700;padding:3px 8px;border-radius:4px;animation:pulse-live 2s infinite}
@keyframes pulse-live{0%,100%{opacity:1}50%{opacity:.6}}
.game-card__meta{display:flex;justify-content:space-between;padding:0 12px 4px;font-size:11px;color:#888}
.game-card--live .game-card__media{aspect-ratio:16/10}

/* PROMOTIONS */
.promos{padding:60px 0;background:#111}
.promo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:40px}
.promo-card{background:#1a1a1a;border-radius:12px;overflow:hidden;border:1px solid #2a2a2a;transition:transform .3s}
.promo-card:hover{transform:translateY(-4px)}
.promo-card--featured{grid-column:span 2}
.promo-card--featured .promo-card__media img{max-height:300px;object-fit:cover;width:100%}
.promo-card__media{overflow:hidden}
.promo-card__media img{width:100%;max-height:200px;object-fit:cover}
.promo-card__body{padding:20px}
.promo-card__title{font-size:20px;font-weight:800;color:#FFE419;margin-bottom:8px}
.promo-card__value{font-size:16px;font-weight:700;color:#fff;margin-bottom:8px}
.promo-card__desc{font-size:14px;color:#bbb;margin-bottom:16px;line-height:1.5}
.promo-card__terms{font-size:11px;color:#777;margin-top:12px}

/* LOYALTY */
.loyalty{background:linear-gradient(135deg,#18513F,#0d3527);border-radius:16px;padding:40px;text-align:center;border:1px solid rgba(255,228,25,.2)}
.loyalty__title{font-size:28px;font-weight:800;color:#FFE419;margin-bottom:12px}
.loyalty__desc{font-size:15px;color:#c8d6d0;max-width:600px;margin:0 auto 24px;line-height:1.6}
.loyalty__tiers{display:flex;justify-content:center;gap:24px;margin-bottom:24px;flex-wrap:wrap}
.loyalty__tier{display:flex;flex-direction:column;align-items:center;gap:6px;font-size:14px;font-weight:600;color:#fff}
.loyalty__tier-icon{font-size:32px}

/* PROVIDERS & SEO */
.providers-seo{padding:60px 0}
.provider-strip{display:flex;gap:24px;justify-content:center;align-items:center;flex-wrap:wrap;margin-bottom:40px;padding:24px;background:#1a1a1a;border-radius:12px;border:1px solid #2a2a2a}
.provider-logo{flex-shrink:0;transition:transform .2s;opacity:.7}
.provider-logo:hover{transform:scale(1.1);opacity:1}
.provider-logo img{height:40px;width:auto;max-width:100px;object-fit:contain;filter:brightness(0) invert(1)}
.seo-text{background:#1a1a1a;border-radius:12px;padding:32px;border:1px solid #2a2a2a}
.seo-text__content{max-height:120px;overflow:hidden;transition:max-height .5s ease}
.seo-text__content.expanded{max-height:4000px}
.seo-text__content h3{font-size:22px;font-weight:700;color:#FFE419;margin-bottom:16px}
.seo-text__content p{font-size:14px;color:#bbb;margin-bottom:14px;line-height:1.7}
.seo-text__toggle{display:block;margin:16px auto 0;background:none;border:1px solid #FFE419;color:#FFE419;padding:8px 24px;border-radius:20px;cursor:pointer;font-size:13px;font-weight:600;transition:all .2s}
.seo-text__toggle:hover{background:rgba(255,228,25,.1)}

/* ABOUT */
.about{padding:60px 0;background:#111}
.about__lead{font-size:16px;color:#bbb;max-width:800px;margin-bottom:40px;line-height:1.7}
.trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-bottom:40px}
.trust-card{background:#1a1a1a;border-radius:12px;padding:24px;text-align:center;border:1px solid #2a2a2a;transition:transform .3s}
.trust-card:hover{transform:translateY(-4px)}
.trust-card__media{margin-bottom:16px;border-radius:8px;overflow:hidden;max-height:120px}
.trust-card__media img{width:100%;object-fit:contain}
.trust-card__title{font-size:16px;font-weight:700;color:#FFE419;margin-bottom:8px}
.trust-card__desc{font-size:13px;color:#999;line-height:1.5}
.about__stats{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;margin-bottom:32px}
.about__stat{text-align:center}
.about__stat-value{display:block;font-size:36px;font-weight:900;color:#FFE419}
.about__stat-label{display:block;font-size:13px;color:#999;margin-top:4px}

/* FAQ */
.faq{padding:60px 0}
.faq-list{max-width:900px;margin:0 auto}
.faq-item{border:1px solid #2a2a2a;border-radius:8px;margin-bottom:8px;overflow:hidden;background:#1a1a1a}
.faq-item__question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:18px 20px;background:none;border:none;color:#fff;font-size:15px;font-weight:600;cursor:pointer;text-align:left;transition:background .2s}
.faq-item__question:hover{background:rgba(255,228,25,.05)}
.faq-item__question::after{content:'+';font-size:22px;color:#FFE419;font-weight:300;flex-shrink:0;margin-left:16px;transition:transform .3s}
.faq-item.active .faq-item__question::after{content:'−';transform:rotate(180deg)}
.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s}
.faq-item__answer p{padding:0 20px 18px;font-size:14px;color:#bbb;line-height:1.7}
.faq-item.active .faq-item__answer{max-height:1000px}

/* FOOTER */
.footer{background:#111;padding:60px 0 0;border-top:2px solid #18513F}
.footer__top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}
.footer__logo img{height:40px;width:auto;margin-bottom:12px}
.footer__tagline{font-size:14px;color:#FFE419;font-weight:600}
.footer__nav h4{font-size:14px;font-weight:700;color:#fff;margin-bottom:12px;text-transform:uppercase}
.footer__nav a{display:block;font-size:13px;color:#888;margin-bottom:8px;transition:color .2s}
.footer__nav a:hover{color:#FFE419}
.footer__payments{font-size:13px;color:#888;line-height:1.8}
.footer__responsible{background:#1a1a1a;border-radius:12px;padding:24px;margin-bottom:24px;border:1px solid #2a2a2a}
.footer__safe{display:flex;align-items:center;gap:16px;margin-bottom:16px}
.footer__badge-18{flex-shrink:0;width:48px;height:48px;border-radius:50%;border:3px solid #e53e3e;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:900;color:#e53e3e}
.footer__safe p{font-size:12px;color:#888;line-height:1.5}
.footer__tools{display:flex;gap:16px;flex-wrap:wrap}
.footer__tools span{font-size:12px;color:#666;padding:4px 12px;border:1px solid #333;border-radius:4px}
.footer__bottom{text-align:center;padding:24px 0;border-top:1px solid #222}
.footer__bottom p{font-size:11px;color:#666;margin-bottom:4px}

/* CATFISH */
.catfish{position:fixed;bottom:0;left:0;right:0;z-index:998;background:linear-gradient(135deg,#18513F,#0d3527);border-top:2px solid #FFE419;padding:12px 0;transform:translateY(0);transition:transform .3s;padding-bottom:calc(12px + env(safe-area-inset-bottom))}
.catfish.hidden{transform:translateY(100%)}
.catfish__inner{max-width:calc(100% - 32px);margin:0 auto;display:flex;align-items:center;justify-content:center;gap:16px}
.catfish__text{font-size:15px;font-weight:700;color:#FFE419;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.catfish__close{background:none;border:none;color:#c8d6d0;font-size:24px;cursor:pointer;padding:4px 8px;flex-shrink:0;transition:color .2s}
.catfish__close:hover{color:#FFE419}

/* EXIT POPUP */
.exit-popup{display:none;position:fixed;inset:0;z-index:2000;align-items:center;justify-content:center}
.exit-popup.active{display:flex}
.exit-popup__overlay{position:absolute;inset:0;background:rgba(0,0,0,.8);backdrop-filter:blur(4px)}
.exit-popup__content{position:relative;background:linear-gradient(180deg,#18513F 0%,#0d3527 100%);border-radius:16px;padding:48px 40px;max-width:480px;width:90%;text-align:center;border:2px solid #FFE419;box-shadow:0 0 60px rgba(255,228,25,.2)}
.exit-popup__close{position:absolute;top:12px;right:16px;background:none;border:none;color:#c8d6d0;font-size:28px;cursor:pointer;transition:color .2s}
.exit-popup__close:hover{color:#FFE419}
.exit-popup__title{font-size:32px;font-weight:900;color:#FFE419;margin-bottom:16px}
.exit-popup__bonus{font-size:24px;font-weight:800;color:#fff;margin-bottom:12px}
.exit-popup__desc{font-size:15px;color:#c8d6d0;margin-bottom:24px;line-height:1.5}
.exit-popup__terms{font-size:11px;color:#888;margin-top:16px}

/* RESPONSIVE */
@media(max-width:1024px){
.game-grid--6{grid-template-columns:repeat(4,minmax(0,1fr))}
.trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.promo-card--featured{grid-column:span 2}
.footer__top{grid-template-columns:repeat(2,minmax(0,1fr))}
.hero__inner{grid-template-columns:1fr}
.hero__media{max-height:300px}
.hero__content{padding:20px 0 0}
.hero__bonus{font-size:34px}
}

@media(max-width:768px){
.header__nav{display:none}
.header__nav.active{display:flex;flex-direction:column;position:absolute;top:60px;left:0;right:0;background:#18513F;padding:16px 24px;gap:0;margin-left:0;border-bottom:2px solid #FFE419}
.header__nav.active .header__nav-link{padding:12px 0;border-bottom:1px solid rgba(255,228,25,.1)}
.header__actions{display:none}
.header__nav.active+.header__actions{display:flex;flex-direction:column;position:absolute;top:calc(60px + 156px);left:0;right:0;background:#18513F;padding:16px 24px;gap:8px;border-bottom:2px solid #FFE419}
.burger{display:flex}
.game-grid--6{grid-template-columns:repeat(3,minmax(0,1fr))}
.game-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}
.promo-grid{grid-template-columns:1fr}
.promo-card--featured{grid-column:span 1}
.jackpot-counter__value{font-size:36px}
.section-title{font-size:22px}
.about__stats{gap:20px}
.about__stat-value{font-size:28px}
.loyalty__tiers{gap:16px}
.footer__top{grid-template-columns:1fr;gap:24px}
.hero__bonus{font-size:28px}
}

@media(max-width:480px){
.game-grid--6{grid-template-columns:repeat(2,minmax(0,1fr))}
.game-grid--3{grid-template-columns:1fr}
.trust-grid{grid-template-columns:1fr}
.hero__bonus{font-size:24px}
.hero__cta{flex-direction:column}
.hero__cta .btn{width:100%}
.jackpot-counter__value{font-size:28px}
.section-title{font-size:20px}
.category-bar__inner{padding:8px 12px}
.category-bar__item{padding:6px 10px;font-size:11px}
.category-bar__icon{font-size:18px}
.catfish__inner{flex-direction:column;gap:8px;text-align:center}
.catfish__text{font-size:13px}
.exit-popup__content{padding:32px 24px}
.exit-popup__title{font-size:24px}
.exit-popup__bonus{font-size:18px}
.about__stats{flex-direction:column;gap:16px}
.loyalty{padding:24px 16px}
.loyalty__title{font-size:22px}
.promo-card__body{padding:16px}
.footer__responsible{padding:16px}
.footer__safe{flex-direction:column;text-align:center}
.footer__tools{justify-content:center}
.btn{width:100%}
.games-section .btn,.promos .btn,.about .btn,.faq .btn{width:auto}
.game-card__actions .btn{width:auto;flex:1}
.filter-tab{padding:6px 14px;font-size:12px}
}

@media(max-width:320px){
.header__inner{padding:0 12px}
.container{padding:0 12px}
.hero__bonus{font-size:20px}
.jackpot-counter__value{font-size:24px}
}

.bet365-ecosystem__section{padding:3rem 1rem;background:#0e0e0e;color:#e0e0e0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;line-height:1.7}
.bet365-ecosystem__container{max-width:75rem;margin:0 auto}
.bet365-ecosystem__title{font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:1.25rem;padding-bottom:0.75rem;border-bottom:0.125rem solid #FFE419;display:inline-block;line-height:1.3}
.bet365-ecosystem__lead{background:linear-gradient(135deg,#18513F 0%,#0d3527 100%);border:1px solid rgba(255,228,25,0.2);border-radius:0.75rem;padding:1.25rem;margin-bottom:1.75rem}
.bet365-ecosystem__lead-text{font-size:0.9375rem;color:#c8d6d0;margin-bottom:0.875rem;line-height:1.7}
.bet365-ecosystem__lead-text
.bet365-ecosystem__article{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:0.75rem;padding:1.25rem;margin-bottom:1rem;transition:border-color 0.3s ease}
.bet365-ecosystem__article:hover{border-color:rgba(255,228,25,0.35)}
.bet365-ecosystem__h3{font-size:1.125rem;font-weight:700;color:#FFE419;margin-bottom:0.75rem;line-height:1.35}
.bet365-ecosystem__paragraph{font-size:0.9375rem;color:#bbb;margin-bottom:0.875rem;line-height:1.7}
.bet365-ecosystem__paragraph
.bet365-ecosystem__aside{background:linear-gradient(135deg,#18513F 0%,#0d3527 100%);border:1px solid rgba(255,228,25,0.3);border-left:0.25rem solid #FFE419;border-radius:0.75rem;padding:1.25rem;margin-top:1.5rem}
.bet365-ecosystem__aside-title{font-size:1.0625rem;font-weight:700;color:#FFE419;margin-bottom:0.75rem;line-height:1.35}
.bet365-ecosystem__aside-text{font-size:0.875rem;color:#c8d6d0;margin-bottom:0.75rem;line-height:1.65}
.bet365-ecosystem__aside-final{font-size:0.9375rem;color:#fff;margin-top:1rem;padding-top:0.875rem;border-top:1px solid rgba(255,228,25,0.2);line-height:1.65}
.bet365-ecosystem__aside-strong{color:#FFE419;font-weight:800}
@media (min-width: 48em){
.bet365-ecosystem__section{padding:3.75rem 1.5rem}
.bet365-ecosystem__title{font-size:1.875rem;margin-bottom:1.5rem}
.bet365-ecosystem__lead{padding:1.75rem;margin-bottom:2rem}
.bet365-ecosystem__lead-text{font-size:1rem}
.bet365-ecosystem__article{padding:1.75rem;margin-bottom:1.25rem}
.bet365-ecosystem__h3{font-size:1.3125rem;margin-bottom:0.875rem}
.bet365-ecosystem__paragraph{font-size:0.9375rem}
.bet365-ecosystem__aside{padding:1.75rem;margin-top:2rem}
.bet365-ecosystem__aside-title{font-size:1.25rem}
.bet365-ecosystem__aside-text{font-size:0.9375rem}
}
@media (min-width: 64em){
.bet365-ecosystem__section{padding:4.5rem 2rem}
.bet365-ecosystem__title{font-size:2rem}
.bet365-ecosystem__lead{padding:2rem 2.25rem}
.bet365-ecosystem__lead-text{font-size:1.0625rem;line-height:1.75}
.bet365-ecosystem__article{padding:2rem 2.25rem;margin-bottom:1.5rem}
.bet365-ecosystem__h3{font-size:1.4375rem}
.bet365-ecosystem__paragraph{font-size:1rem;line-height:1.75}
.bet365-ecosystem__aside{padding:2rem 2.25rem}
.bet365-ecosystem__aside-title{font-size:1.3125rem}
.bet365-ecosystem__aside-text{font-size:1rem}
.bet365-ecosystem__aside-final{font-size:1rem}
}Opus 4.7Claude is AI and can make mistakes. Please double-check responses.