:root{
  --dark-bg:#100236;
  --dark-bg2:#030014;
  --dark-card:rgba(255,255,255,.08);
  --dark-line:rgba(255,255,255,.18);
  --dark-text:#ffffff;
  --light-bg:#f3f3f5;
  --light-card:#ffffff;
  --light-line:rgba(16,2,54,.12);
  --light-text:#141414;
  --muted-light:#5f6270;
  --muted-dark:#d6d8df;
  --brand:#ff4757;
  --brand2:#ff6b6b;
  --radius:16px;
  --container:100%;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;
  line-height:1.75;
  background:var(--dark-bg2);
  color:var(--dark-text);
  overflow-x:hidden;
}
a{color:inherit}
.container{max-width:var(--container);margin:0 auto;padding:0 clamp(16px,2.2vw,32px)}

/* Dark bg -> white text, Light bg -> black text */
.hero-section-ag,.games-section-ag,.site-footer,.article-head,.article-content{color:var(--dark-text)}
.intro-section-ag,.tips-section-ag,.widget,.tips-list,.rich-block{color:var(--light-text)}

.skip-link{position:absolute;left:-9999px}
.skip-link:focus{left:10px;top:10px;position:fixed;background:#fff;color:#000;padding:8px 10px;border-radius:8px;z-index:9999}

/* Header (PC like image-1) */
.site-header{
  --hdr-fg:#111;
  --hdr-muted:rgba(17,17,17,.72);
  --hdr-hover:#0d6efd;
  --hdr-btn-bg:#111;
  --hdr-btn-fg:#fff;
  --hdr-search-bg:#fff;
  --hdr-search-fg:#111;
  --hdr-search-border:#cfcfcf;
  --hdr-lang-track:#f3f4f7;
  --hdr-lang-border:#e1e3ea;
  --hdr-border:#dddddd;
  position:sticky;top:0;z-index:88;
  background:#efefef;
  color:var(--hdr-fg);
  border-bottom:1px solid var(--hdr-border,#dddddd);
}
.header-inner{
  min-height:64px;
  display:grid;
  grid-template-columns:auto minmax(160px,280px) auto 1fr;
  align-items:center;
  gap:14px;
}
.site-search{
  display:flex;
  align-items:center;
  gap:.35rem;
  min-width:0;
}
.site-search input[type="search"]{
  width:100%;
  min-width:0;
  padding:.45rem .7rem;
  border:1px solid var(--hdr-search-border,#cfcfcf);
  border-radius:999px;
  background:var(--hdr-search-bg,#fff);
  color:var(--hdr-search-fg,#111);
  font-size:.92rem;
}
.site-search input[type="search"]::placeholder{
  color:var(--hdr-muted,rgba(17,17,17,.55));
}
.site-search button{
  flex:0 0 auto;
  padding:.45rem .85rem;
  border:0;
  border-radius:999px;
  background:var(--hdr-btn-bg,#111);
  color:var(--hdr-btn-fg,#fff);
  font-weight:700;
  cursor:pointer;
  font-size:.82rem;
}
.visually-hidden{
  position:absolute!important;
  width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;
}
.search-page{margin-top:.5rem;color:var(--light-text)}
.search-summary{margin:0 0 1rem;color:#444}
.search-empty{margin:0;color:#666}
.search-results{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}
.search-result-item{
  border:1px solid var(--light-line,#ddd);
  border-radius:12px;
  background:#fff;
  overflow:hidden;
}
.search-result-link{
  display:block;
  padding:12px 14px;
  text-decoration:none;
  color:var(--light-text,#141414);
}
.search-result-link:hover,
.search-result-link:focus-visible{
  background:#f6f8fc;
  outline:none;
}
.search-result-link:hover .search-result-title,
.search-result-link:focus-visible .search-result-title{
  color:#0d6efd;
}
.search-result-title{margin:.2rem 0 .35rem;font-size:1.05rem;line-height:1.35;color:#141414}
.search-result-excerpt{margin:0;color:#444;line-height:1.55}
.search-result-kind{
  display:inline-block;
  font-size:.72rem;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#666;
}
.brand-link{text-decoration:none;display:flex;align-items:center;gap:10px;min-width:0}
.header-lang-switch{display:none}
.lang-switch-item{list-style:none;margin:0 0 0 8px;padding:0;display:flex;align-items:center}
.lang-switch-sep{display:none!important}
.lang-switch{
  display:inline-flex;
  align-items:center;
  gap:2px;
  margin:0;
  padding:3px;
  background:#f3f4f7;
  border:1px solid #e1e3ea;
  border-radius:999px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85);
  font-size:11px;
  font-weight:800;
  letter-spacing:.06em;
  line-height:1;
}
.lang-switch-icon{
  width:14px;
  height:14px;
  margin:0 5px 0 6px;
  color:#6a7080;
  flex:0 0 14px;
  display:block;
}
.lang-switch-icon svg{display:block;width:100%;height:100%}
.lang-switch a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:34px;
  height:26px;
  padding:0 9px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:#5c6170;
  font-size:11px;
  font-weight:800;
  letter-spacing:.07em;
  text-transform:uppercase;
  text-decoration:none;
  transition:background .16s ease,color .16s ease,box-shadow .16s ease;
}
.lang-switch a[aria-current="true"]{
  background:#141414;
  color:#fff;
  box-shadow:0 1px 3px rgba(0,0,0,.22);
}
.lang-switch a:hover:not([aria-current="true"]),
.lang-switch a:focus-visible:not([aria-current="true"]){
  color:#111;
  background:rgba(20,20,20,.08);
  outline:none;
}
.nav .lang-switch a,
.nav .lang-switch a:hover,
.nav .lang-switch a:focus-visible{
  padding:0 9px;
  min-height:26px;
  border:0!important;
  border-bottom:0!important;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
}
.nav .lang-switch a::after{display:none!important}
.nav .lang-switch a[aria-current="true"],
.nav .lang-switch a[aria-current="true"]:hover{
  background:#141414;
  color:#fff;
}
.footer-lang-switch{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  margin:0;
}
.footer-lang-switch .lang-switch{
  background:rgba(255,255,255,.1);
  border-color:rgba(255,255,255,.22);
  box-shadow:none;
}
.footer-lang-switch .lang-switch-icon{color:rgba(255,255,255,.72)}
.footer-lang-switch .lang-switch a{color:#d7dce8}
.footer-lang-switch .lang-switch a[aria-current="true"]{
  background:#fff;
  color:#111;
  box-shadow:0 1px 4px rgba(0,0,0,.28);
}
.footer-lang-switch .lang-switch a:hover:not([aria-current="true"]){
  color:#fff;
  background:rgba(255,255,255,.12);
}
.site-header .lang-switch{
  background:var(--hdr-lang-track,#f3f4f7);
  border-color:var(--hdr-lang-border,#e1e3ea);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.35);
}
.site-header .lang-switch-icon{color:var(--hdr-fg,#6a7080)}
.site-header .lang-switch a{color:var(--hdr-fg,#5c6170)}
.site-header .lang-switch a[aria-current="true"]{
  background:var(--hdr-btn-bg,#141414);
  color:var(--hdr-btn-fg,#fff);
  box-shadow:0 1px 3px rgba(0,0,0,.22);
}
.site-header .lang-switch a:hover:not([aria-current="true"]){
  color:var(--hdr-fg,#111);
  background:rgba(255,255,255,.18);
}
.brand-mark{
  --brand-mark-size:32px;
  width:var(--brand-mark-size);
  height:var(--brand-mark-size);
  flex:0 0 var(--brand-mark-size);
  border-radius:8px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:transparent;
  line-height:0;
}
.brand-mark img{
  width:100%;
  height:100%;
  max-width:var(--brand-mark-size);
  max-height:var(--brand-mark-size);
  object-fit:contain;
  object-position:center;
  display:block;
}
.brand-text{font-size:20px;font-weight:800;color:var(--hdr-fg,#000);white-space:nowrap;text-shadow:0 1px 0 rgba(255,255,255,.18)}
.nav{min-width:0}
.nav ul{margin:0;padding:0;list-style:none;display:flex;gap:4px;justify-content:flex-start;align-items:center;flex-wrap:nowrap}
.site-header .nav > ul > li > a,
.site-header .nav > ul > li > .nav-topic-trigger{
  color:var(--hdr-fg,#111);
}
.nav a{
  text-decoration:none;
  display:inline-flex;
  padding:8px 11px;
  color:#111;
  border-radius:0;
  border-bottom:2px solid transparent;
  font-weight:500;
}
.site-header .nav > ul > li > a:hover,
.site-header .nav > ul > li > .nav-topic-trigger:hover,
.site-header .nav-topic-pages.is-open > .nav-topic-trigger{
  color:var(--hdr-hover,#0d6efd);
  border-bottom-color:var(--hdr-hover,#0d6efd);
}
.nav a:hover{color:#0d6efd;border-bottom-color:#0d6efd}

/* Header nav — topic pages accordion */
.nav-topic-pages{position:relative;list-style:none}
.nav-topic-trigger{
  display:inline-flex;align-items:center;gap:6px;
  padding:8px 11px;border:none;background:transparent;
  color:#111;font:inherit;font-weight:500;cursor:pointer;
  border-bottom:2px solid transparent;
}
.nav-topic-trigger:hover,
.nav-topic-pages.is-open .nav-topic-trigger{color:#0d6efd;border-bottom-color:#0d6efd}
.nav-topic-chevron{
  width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;
  transform:rotate(45deg);margin-top:-3px;transition:transform .2s ease;
}
.nav-topic-pages.is-open .nav-topic-chevron{transform:rotate(-135deg);margin-top:3px}
.nav-topic-panel{list-style:none;margin:0;padding:0}
.nav-topic-panel[hidden]{display:none!important}
/* Override .nav ul flex row — topic dropdown is a vertical list */
.nav ul.nav-topic-panel,
.nav .nav-topic-panel{
  display:flex;flex-direction:column;align-items:stretch;flex-wrap:nowrap;
  gap:0;justify-content:flex-start;
}
@media (min-width:861px){
  .nav .nav-topic-panel{
    position:absolute;top:calc(100% + 6px);right:0;
    width:max-content;min-width:280px;max-width:min(560px,96vw);
    max-height:calc(100vh - 72px);overflow-x:hidden;overflow-y:auto;
    background:#fff;border:1px solid #e5e5e5;border-radius:10px;
    box-shadow:0 12px 32px rgba(0,0,0,.12);z-index:90;padding:6px 0;
  }
  .nav-topic-pages.is-open .nav-topic-panel[hidden]{display:flex!important}
  .nav-topic-item{width:100%;flex:0 0 auto;border-bottom:1px solid #ececec}
  .nav-topic-item:last-child{border-bottom:none}
  .nav-topic-link{
    display:block;width:100%;padding:10px 18px;border-bottom:none!important;
    font-weight:600;white-space:nowrap;
  }
  .nav-topic-link::after{display:none!important}
  .nav-topic-link:hover{background:#f3f6fb}
}

.header-actions{display:flex;gap:8px}
.btn,.hero-btn-primary,.hero-btn-secondary{
  display:inline-flex;align-items:center;justify-content:center;
  text-decoration:none;border-radius:999px;padding:10px 18px;font-weight:700;border:1px solid transparent;
}
.btn.btn-ghost{background:#fff;border-color:#d5d5d5;color:#111}
.btn.btn-ghost:hover{background:#f7f7f7}

.mobile-nav-toggle{
  display:none;
  width:44px;height:44px;border:1px solid var(--hdr-search-border,#d4d4d4);background:var(--hdr-search-bg,#fff);border-radius:10px;
  cursor:pointer;align-items:center;justify-content:center;
  flex-direction:column;gap:5px;padding:0;
}
.mobile-nav-toggle span{
  display:block;width:20px;height:2px;background:var(--hdr-fg,#111);border-radius:1px;
  margin:0;transition:transform .25s ease, opacity .2s ease;
}

/* Home */
.agsbobet-homepage{background:var(--dark-bg2)}
.hero-section-ag{
  background:linear-gradient(135deg,var(--dark-bg),var(--dark-bg2));
  padding:76px 0 92px;
}
.hero-content-wrapper{display:grid;grid-template-columns:1fr;gap:28px}
.hero-text-content h1{margin:0 0 10px;font-size:clamp(34px,5vw,58px);line-height:1.1}
.hero-subtitle{color:var(--muted-dark);font-size:1.06rem;max-width:840px}
.hero-cta-buttons{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.hero-btn-primary{background:linear-gradient(135deg,var(--brand2),var(--brand));color:#fff}
.hero-btn-secondary{border-color:#fff;color:#fff;background:transparent}

/* Hero slider */
.hero-slider{position:relative;margin:14px 0 10px;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.24)}
.hero-slides{position:relative;min-height:clamp(360px,46vw,540px)}
.hero-slide{display:none}
.hero-slide.active{display:block}
.hero-slide img{width:100%;height:clamp(360px,46vw,540px);object-fit:cover;display:block}
.hero-nav{
  position:absolute;top:50%;transform:translateY(-50%);
  width:36px;height:36px;border:none;border-radius:50%;
  background:rgba(0,0,0,.4);color:#fff;cursor:pointer;
}
.hero-nav.prev{left:10px}
.hero-nav.next{right:10px}

/* Hero carousel variants (hero_carousel_v2) */
.hero-slider--stack .hero-slides{position:relative;min-height:clamp(360px,46vw,540px)}
.hero-slider--stack .hero-slide{
  display:block;position:absolute;inset:0;opacity:0;transform:scale(1.06);
  transition:opacity .55s ease, transform .65s ease;
}
.hero-slider--stack .hero-slide.active{opacity:1;transform:scale(1);z-index:1}
.hero-slider--stack .hero-slide img{width:100%;height:100%;min-height:clamp(360px,46vw,540px);object-fit:cover}

.hero-slider--blurfade .hero-slides{position:relative;min-height:clamp(360px,46vw,540px)}
.hero-slider--blurfade .hero-slide{
  display:block;position:absolute;inset:0;opacity:0;transform:scale(1.02);
  filter:blur(10px);
  transition:opacity .5s ease, transform .6s ease, filter .6s ease;
}
.hero-slider--blurfade .hero-slide.active{
  opacity:1;transform:scale(1);filter:blur(0);z-index:1;
}
.hero-slider--blurfade .hero-slide img{width:100%;height:100%;min-height:clamp(360px,46vw,540px);object-fit:cover}

.hero-slider--filmstrip .hero-slides{
  display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;padding-bottom:4px;
}
.hero-slider--filmstrip .hero-slide{
  display:block;flex:0 0 min(88vw,760px);scroll-snap-align:center;
}
.hero-slider--filmstrip .hero-slide img{height:clamp(360px,46vw,540px);object-fit:cover}

.hero-slider--peek .hero-slides{
  display:flex;gap:14px;overflow:hidden;padding:0 8vw;
}
.hero-slider--peek .hero-slide{
  display:block;flex:0 0 84%;opacity:.45;transform:scale(.94);
  transition:opacity .35s ease, transform .35s ease;
}
.hero-slider--peek .hero-slide.active{opacity:1;transform:scale(1)}
.hero-slider--peek .hero-slide img{height:clamp(360px,46vw,540px);object-fit:cover}

.hero-slider--dots .hero-dots,
.hero-slider--peek .hero-dots{
  position:absolute;left:0;right:0;bottom:12px;display:flex;justify-content:center;gap:8px;z-index:3;
}
.hero-dot{width:9px;height:9px;border-radius:50%;border:none;padding:0;background:rgba(255,255,255,.45);cursor:pointer}
.hero-dot.active{background:#fff}

.hero-slider--stack .hero-nav,
.hero-slider--filmstrip .hero-nav{display:none}

.hero-slider--vertical .hero-slides{
  display:flex;flex-direction:column;gap:.55rem;min-height:auto;
}
.hero-slider--vertical .hero-slide{
  display:block;max-height:0;overflow:hidden;opacity:0;transition:max-height .45s ease, opacity .35s ease;
}
.hero-slider--vertical .hero-slide.active{max-height:none;opacity:1}
.hero-slider--vertical .hero-slide img{height:clamp(300px,36vw,440px);object-fit:cover}

.hero-slider--split .hero-slides{
  display:grid;grid-template-columns:1fr 1fr;gap:.65rem;min-height:clamp(340px,42vw,500px);
}
.hero-slider--split .hero-slide{display:block}
.hero-slider--split .hero-slide:not(.active){opacity:.35}
.hero-slider--split .hero-slide img{height:100%;min-height:clamp(340px,42vw,500px);object-fit:cover}

.hero-slider--grid .hero-slides{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));
  gap:.65rem;min-height:auto;
}
.hero-slider--grid .hero-slide{display:block;opacity:.82;transition:opacity .2s ease}
.hero-slider--grid .hero-slide.active{opacity:1}
.hero-slider--grid .hero-slide img{height:clamp(280px,32vw,400px);border-radius:12px;object-fit:cover}
@media (max-width:860px){
  .hero-slider--grid .hero-slides{grid-template-columns:1fr}
  .hero-slider--grid .hero-slide img{height:clamp(260px,48vw,360px)}
}

.hero-slider--kenburns .hero-slides{position:relative;min-height:clamp(360px,46vw,540px)}
.hero-slider--kenburns .hero-slide{
  display:block;position:absolute;inset:0;opacity:0;transform:scale(1.08);
  transition:opacity .7s ease, transform 8s ease;
}
.hero-slider--kenburns .hero-slide.active{opacity:1;transform:scale(1);z-index:1}
.hero-slider--kenburns .hero-slide img{width:100%;height:100%;min-height:clamp(360px,46vw,540px);object-fit:cover}

.hero-slider--cascade .hero-slides{
  position:relative;min-height:clamp(360px,46vw,540px);display:flex;align-items:center;justify-content:center;
}
.hero-slider--cascade .hero-slide{
  display:block;position:absolute;width:min(82%,560px);opacity:0;transform:rotate(-3deg) translateX(-8%);
  transition:opacity .45s ease, transform .45s ease;box-shadow:0 14px 36px rgba(0,0,0,.28);
}
.hero-slider--cascade .hero-slide.active{opacity:1;transform:rotate(0deg) translateX(0);z-index:2}
.hero-slider--cascade .hero-slide img{height:clamp(340px,42vw,500px);object-fit:cover}

.hero-slider--tilt .hero-slides{
  position:relative;min-height:clamp(360px,46vw,540px);display:flex;align-items:center;justify-content:center;
  perspective:900px;
}
.hero-slider--tilt .hero-slide{
  display:block;position:absolute;width:min(84%,620px);
  opacity:0;transform:rotateY(-12deg) rotateZ(-2deg) translateX(-6%) scale(.98);
  transition:opacity .45s ease, transform .55s ease;
  box-shadow:0 18px 46px rgba(0,0,0,.32);
}
.hero-slider--tilt .hero-slide.active{
  opacity:1;transform:rotateY(0deg) rotateZ(0deg) translateX(0) scale(1);z-index:2;
}
.hero-slider--tilt .hero-slide img{height:clamp(340px,42vw,500px);object-fit:cover}

.hero-slider--vertical .hero-nav,
.hero-slider--split .hero-nav,
.hero-slider--grid .hero-nav,
.hero-slider--blurfade .hero-nav,
.hero-slider--kenburns .hero-nav,
.hero-slider--cascade .hero-nav,
.hero-slider--tilt .hero-nav{display:none}

.intro-section-ag,.tips-section-ag{background:var(--light-bg);padding:70px 0}
.intro-container-ag h2,.tips-container h2,.games-section-ag h2{margin:0 0 22px;text-align:center;font-size:clamp(28px,3.8vw,46px)}

.section{padding:26px 0}
.section-head{margin-bottom:14px}
.section-title{margin:0;font-size:clamp(24px,3.2vw,38px)}
.section-meta{font-size:14px;color:var(--muted-dark)}
.intro-section-ag .section-meta,.tips-section-ag .section-meta{color:var(--muted-light)}

/* Highlights flatten + FAQ accordion */
.rich-zone .home-rich{margin:0}
.sn-home-html-root{width:100%;max-width:100%;overflow-x:hidden}
.sn-home-html-root img:not(.pg-payment-icon),.sn-home-html-root video,.sn-home-html-root iframe{max-width:100%;height:auto}
.sn-home-html-root .hero-slide img,
.sn-home-html-root .pg-hero-slide img,
.sn-home-html-root .pg-hero-gallery__img,
.sn-home-html-root .pg-topic-carousel img{height:100%;object-fit:cover}
/* sb-light-island — embedded pg- pages: light panels/cards stay readable in template shells */

details.pg-faq,
div.pg-faq,
section.pg-faq,
.page-content.content details.pg-faq,
.page-content.content div.pg-faq,
.page-content.content section.pg-faq,
.article-content.content details.pg-faq,
.article-content.content div.pg-faq,
.article-content.content section.pg-faq,
.article-content details.pg-faq,
.article-content div.pg-faq,
.article-content section.pg-faq,
.intro-section-ag .sn-home-html-root details.pg-faq,
.intro-section-ag .sn-home-html-root div.pg-faq,
.intro-section-ag .sn-home-html-root section.pg-faq {
  background:#fff!important;
  color:#1a1a1a!important;
  border:1px solid #e5e7eb;
  border-radius:10px;
  padding:.75rem 1rem;
}
details.pg-faq :is(h1, h2, h3, h4, h5, h6, p, li, span, strong, em, i, b, small, label, td, ol, ul, summary),
div.pg-faq :is(h1, h2, h3, h4, h5, h6, p, li, span, strong, em, i, b, small, label, td, ol, ul, summary),
section.pg-faq :is(h1, h2, h3, h4, h5, h6, p, li, span, strong, em, i, b, small, label, td, ol, ul, summary),
.page-content.content details.pg-faq :is(h1, h2, h3, h4, h5, h6, p, li, span, strong, em, i, b, small, label, td, ol, ul, summary),
.page-content.content div.pg-faq :is(h1, h2, h3, h4, h5, h6, p, li, span, strong, em, i, b, small, label, td, ol, ul, summary),
.page-content.content section.pg-faq :is(h1, h2, h3, h4, h5, h6, p, li, span, strong, em, i, b, small, label, td, ol, ul, summary),
.article-content.content details.pg-faq :is(h1, h2, h3, h4, h5, h6, p, li, span, strong, em, i, b, small, label, td, ol, ul, summary),
.article-content.content div.pg-faq :is(h1, h2, h3, h4, h5, h6, p, li, span, strong, em, i, b, small, label, td, ol, ul, summary),
.article-content.content section.pg-faq :is(h1, h2, h3, h4, h5, h6, p, li, span, strong, em, i, b, small, label, td, ol, ul, summary),
.article-content details.pg-faq :is(h1, h2, h3, h4, h5, h6, p, li, span, strong, em, i, b, small, label, td, ol, ul, summary),
.article-content div.pg-faq :is(h1, h2, h3, h4, h5, h6, p, li, span, strong, em, i, b, small, label, td, ol, ul, summary),
.article-content section.pg-faq :is(h1, h2, h3, h4, h5, h6, p, li, span, strong, em, i, b, small, label, td, ol, ul, summary),
.intro-section-ag .sn-home-html-root details.pg-faq :is(h1, h2, h3, h4, h5, h6, p, li, span, strong, em, i, b, small, label, td, ol, ul, summary),
.intro-section-ag .sn-home-html-root div.pg-faq :is(h1, h2, h3, h4, h5, h6, p, li, span, strong, em, i, b, small, label, td, ol, ul, summary),
.intro-section-ag .sn-home-html-root section.pg-faq :is(h1, h2, h3, h4, h5, h6, p, li, span, strong, em, i, b, small, label, td, ol, ul, summary) {
  color:#1a1a1a!important;
}

.intro-section-ag .sn-home-html-root [class*="pg-"] .pg-card--light,
.intro-section-ag .sn-home-html-root [class*="pg-"] .pg-card.pg-card--light,
.intro-section-ag .sn-home-html-root [class*="pg-"] .pg-panel--light,
.page-content.content [class*="pg-"] .pg-card--light,
.page-content.content [class*="pg-"] .pg-card.pg-card--light,
.page-content.content [class*="pg-"] .pg-panel--light,
.article-content.content [class*="pg-"] .pg-card--light,
.article-content.content [class*="pg-"] .pg-card.pg-card--light,
.article-content.content [class*="pg-"] .pg-panel--light,
.article-content [class*="pg-"] .pg-card--light,
.article-content [class*="pg-"] .pg-card.pg-card--light,
.article-content [class*="pg-"] .pg-panel--light {
  background:#fff!important;
  border:1px solid #e5e7eb!important;
  color:#1a1a1a!important;
  box-shadow:0 10px 28px rgba(0,0,0,.08);
}
.intro-section-ag .sn-home-html-root [class*="pg-"] div.pg-faq,
.intro-section-ag .sn-home-html-root [class*="pg-"] section.pg-faq,
.intro-section-ag .sn-home-html-root [class*="pg-"] details.pg-faq,
.page-content.content [class*="pg-"] div.pg-faq,
.page-content.content [class*="pg-"] section.pg-faq,
.page-content.content [class*="pg-"] details.pg-faq,
.article-content.content [class*="pg-"] div.pg-faq,
.article-content.content [class*="pg-"] section.pg-faq,
.article-content.content [class*="pg-"] details.pg-faq,
.article-content [class*="pg-"] div.pg-faq,
.article-content [class*="pg-"] section.pg-faq,
.article-content [class*="pg-"] details.pg-faq {
  background:#fff!important;
  color:#1a1a1a!important;
}
.intro-section-ag .sn-home-html-root [class*="pg-"] .pg-card--light :is(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,label,summary),
.intro-section-ag .sn-home-html-root [class*="pg-"] .pg-card.pg-card--light :is(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,label,summary),
.intro-section-ag .sn-home-html-root [class*="pg-"] .pg-panel--light :is(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,label,summary),
.intro-section-ag .sn-home-html-root [class*="pg-"] div.pg-faq :is(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,label,summary),
.intro-section-ag .sn-home-html-root [class*="pg-"] section.pg-faq :is(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,label,summary),
.intro-section-ag .sn-home-html-root [class*="pg-"] details.pg-faq :is(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,label,summary),
.page-content.content [class*="pg-"] .pg-card--light :is(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,label,summary),
.page-content.content [class*="pg-"] .pg-card.pg-card--light :is(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,label,summary),
.page-content.content [class*="pg-"] .pg-panel--light :is(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,label,summary),
.page-content.content [class*="pg-"] div.pg-faq :is(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,label,summary),
.page-content.content [class*="pg-"] section.pg-faq :is(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,label,summary),
.page-content.content [class*="pg-"] details.pg-faq :is(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,label,summary),
.article-content.content [class*="pg-"] .pg-card--light :is(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,label,summary),
.article-content.content [class*="pg-"] .pg-card.pg-card--light :is(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,label,summary),
.article-content.content [class*="pg-"] .pg-panel--light :is(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,label,summary),
.article-content.content [class*="pg-"] div.pg-faq :is(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,label,summary),
.article-content.content [class*="pg-"] section.pg-faq :is(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,label,summary),
.article-content.content [class*="pg-"] details.pg-faq :is(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,label,summary),
.article-content [class*="pg-"] .pg-card--light :is(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,label,summary),
.article-content [class*="pg-"] .pg-card.pg-card--light :is(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,label,summary),
.article-content [class*="pg-"] .pg-panel--light :is(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,label,summary),
.article-content [class*="pg-"] div.pg-faq :is(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,label,summary),
.article-content [class*="pg-"] section.pg-faq :is(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,label,summary),
.article-content [class*="pg-"] details.pg-faq :is(h1,h2,h3,h4,h5,h6,p,li,span,strong,em,small,label,summary) {
  color:#1a1a1a!important;
}
.intro-section-ag .sn-home-html-root [class*="pg-"] .pg-card--light :is(a:not(.pg-btn):not([class*='pg-btn']):not(.btn):not([style*='background'])),
.intro-section-ag .sn-home-html-root [class*="pg-"] .pg-card.pg-card--light :is(a:not(.pg-btn):not([class*='pg-btn']):not(.btn):not([style*='background'])),
.intro-section-ag .sn-home-html-root [class*="pg-"] .pg-panel--light :is(a:not(.pg-btn):not([class*='pg-btn']):not(.btn):not([style*='background'])),
.intro-section-ag .sn-home-html-root [class*="pg-"] div.pg-faq :is(a:not(.pg-btn):not([class*='pg-btn']):not(.btn):not([style*='background'])),
.intro-section-ag .sn-home-html-root [class*="pg-"] section.pg-faq :is(a:not(.pg-btn):not([class*='pg-btn']):not(.btn):not([style*='background'])),
.intro-section-ag .sn-home-html-root [class*="pg-"] details.pg-faq :is(a:not(.pg-btn):not([class*='pg-btn']):not(.btn):not([style*='background'])),
.page-content.content [class*="pg-"] .pg-card--light :is(a:not(.pg-btn):not([class*='pg-btn']):not(.btn):not([style*='background'])),
.page-content.content [class*="pg-"] .pg-card.pg-card--light :is(a:not(.pg-btn):not([class*='pg-btn']):not(.btn):not([style*='background'])),
.page-content.content [class*="pg-"] .pg-panel--light :is(a:not(.pg-btn):not([class*='pg-btn']):not(.btn):not([style*='background'])),
.page-content.content [class*="pg-"] div.pg-faq :is(a:not(.pg-btn):not([class*='pg-btn']):not(.btn):not([style*='background'])),
.page-content.content [class*="pg-"] section.pg-faq :is(a:not(.pg-btn):not([class*='pg-btn']):not(.btn):not([style*='background'])),
.page-content.content [class*="pg-"] details.pg-faq :is(a:not(.pg-btn):not([class*='pg-btn']):not(.btn):not([style*='background'])),
.article-content.content [class*="pg-"] .pg-card--light :is(a:not(.pg-btn):not([class*='pg-btn']):not(.btn):not([style*='background'])),
.article-content.content [class*="pg-"] .pg-card.pg-card--light :is(a:not(.pg-btn):not([class*='pg-btn']):not(.btn):not([style*='background'])),
.article-content.content [class*="pg-"] .pg-panel--light :is(a:not(.pg-btn):not([class*='pg-btn']):not(.btn):not([style*='background'])),
.article-content.content [class*="pg-"] div.pg-faq :is(a:not(.pg-btn):not([class*='pg-btn']):not(.btn):not([style*='background'])),
.article-content.content [class*="pg-"] section.pg-faq :is(a:not(.pg-btn):not([class*='pg-btn']):not(.btn):not([style*='background'])),
.article-content.content [class*="pg-"] details.pg-faq :is(a:not(.pg-btn):not([class*='pg-btn']):not(.btn):not([style*='background'])),
.article-content [class*="pg-"] .pg-card--light :is(a:not(.pg-btn):not([class*='pg-btn']):not(.btn):not([style*='background'])),
.article-content [class*="pg-"] .pg-card.pg-card--light :is(a:not(.pg-btn):not([class*='pg-btn']):not(.btn):not([style*='background'])),
.article-content [class*="pg-"] .pg-panel--light :is(a:not(.pg-btn):not([class*='pg-btn']):not(.btn):not([style*='background'])),
.article-content [class*="pg-"] div.pg-faq :is(a:not(.pg-btn):not([class*='pg-btn']):not(.btn):not([style*='background'])),
.article-content [class*="pg-"] section.pg-faq :is(a:not(.pg-btn):not([class*='pg-btn']):not(.btn):not([style*='background'])),
.article-content [class*="pg-"] details.pg-faq :is(a:not(.pg-btn):not([class*='pg-btn']):not(.btn):not([style*='background'])) {
  color:#1a56db!important;
}
.page-content.content [class*="pg-"] .pg-fixtures,
.page-content.content [class*="pg-"] .pg-fixtures :is(h2,p,td,span),
.article-content.content [class*="pg-"] .pg-fixtures,
.article-content.content [class*="pg-"] .pg-fixtures :is(h2,p,td,span),
.article-content [class*="pg-"] .pg-fixtures,
.article-content [class*="pg-"] .pg-fixtures :is(h2,p,td,span) {
  color:#1a1a1a!important;
}
.page-content.content [class*="pg-"] .pg-fixtures-note,
.article-content.content [class*="pg-"] .pg-fixtures-note,
.article-content [class*="pg-"] .pg-fixtures-note {
  color:#4b5563!important;
}
[class*="pg-"] .pg-fixtures-wrap {
  width:100%;
  min-width:0;
  overflow-x:auto;
}
[class*="pg-"] table.pg-fixtures-table {
  width:100%;
  min-width:520px;
  border-collapse:collapse;
}
[class*="pg-"] .pg-fixtures-status--upcoming {
  background:#e8f4fd;
  color:#0b5cab!important;
}
[class*="pg-"] .pg-fixtures-status--ft {
  background:#eef8ee;
  color:#1a6b1a!important;
}
[class*="pg-"] .pg-fixtures + .pg-fixtures {
  margin-top:1.35rem;
}
[class*="pg-"] .pg-grid > .pg-fixtures,
[class*="pg-"] .pg-grid > .pg-fixtures-pair {
  grid-column:1/-1;
  width:100%;
  max-width:100%;
  min-width:0;
}
[class*="pg-"] .pg-fixtures-pair {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,520px),1fr));
  gap:1.15rem;
  margin:1.5rem 0;
  align-items:stretch;
  width:100%;
  min-width:0;
}
[class*="pg-"] .pg-fixtures-pair > .pg-fixtures {
  margin:0;
  min-width:0;
}
[class*="pg-"] .pg-fixtures-pair table.pg-fixtures-table {
  min-width:420px;
}
@media (max-width:900px) {
  [class*="pg-"] .pg-fixtures-pair {
    grid-template-columns:1fr;
  }
}
.page-content.content [class*="pg-"],
.article-content.content [class*="pg-"],
.article-content [class*="pg-"] {
  color:#fff;
}
[class*="pg-"] .pg-btn:not(.pg-btn--ghost),
[class*="pg-"] .pg-card--light a.btn,
[class*="pg-"] .pg-card--light a[style*="background"] {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:.55rem 1.1rem;
  border:none;
  border-radius:8px;
  background:#111;
  color:#fff!important;
  font-weight:700;
  text-decoration:none!important;
}
[class*="pg-"] .pg-btn--ghost {
  background:transparent;
  border:2px solid #fff;
  color:#fff!important;
}
.page-content.content [class*="pg-"] .pg-card--light .pg-btn--ghost,
.page-content.content [class*="pg-"] .pg-panel--light .pg-btn--ghost,
.article-content.content [class*="pg-"] .pg-card--light .pg-btn--ghost,
.article-content.content [class*="pg-"] .pg-panel--light .pg-btn--ghost,
.article-content [class*="pg-"] .pg-card--light .pg-btn--ghost,
.article-content [class*="pg-"] .pg-panel--light .pg-btn--ghost {
  color:#111!important;
  border-color:#111!important;
}
.intro-section-ag .sn-home-html-root [class*="pg-"] table.pg-table thead th,
.intro-section-ag .sn-home-html-root [class*="pg-"] table.pg-fixtures-table thead th,
.page-content.content [class*="pg-"] table.pg-table thead th,
.page-content.content [class*="pg-"] table.pg-fixtures-table thead th,
.article-content.content [class*="pg-"] table.pg-table thead th,
.article-content.content [class*="pg-"] table.pg-fixtures-table thead th,
.article-content [class*="pg-"] table.pg-table thead th,
.article-content [class*="pg-"] table.pg-fixtures-table thead th,
[class*="pg-"] table.pg-table thead th,
[class*="pg-"] table.pg-fixtures-table thead th {
  background:#111!important;
  color:#fff!important;
}
/* sb-light-island-end */
.home-rich .rich-grid{display:flex;flex-direction:column;gap:12px}
.rich-block{
  border:1px solid var(--light-line);
  border-radius:14px;
  background:var(--light-card);
  box-shadow:0 8px 22px rgba(16,2,54,.07);
  overflow:hidden;
}
.faq-question{
  width:100%;background:#fff;border:none;display:flex;align-items:center;justify-content:space-between;
  cursor:pointer;padding:16px 18px;font-size:20px;font-weight:800;text-align:left;color:#161616;
}
.faq-arrow{font-size:24px;line-height:1}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-item.active .faq-answer{max-height:1000px}
.faq-answer-content{padding:0 18px 16px}
.rich-body{color:#222}
.article-media{margin:0 18px 14px;border-radius:12px;overflow:hidden;border:1px solid var(--light-line)}
.article-media img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}

.games-section-ag{
  background:var(--dark-bg);
  padding:74px 0;
}
.grid,.row{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:16px}
.grid>.row,.grid>.category-tags,.grid>.sn-pager-outer{grid-column:1/-1}
#sn-home-feed[data-loading="1"]{opacity:.55;pointer-events:none;transition:opacity .2s ease}
.col-md-4{grid-column:span 4;min-width:0;max-width:100%}
@media (max-width:980px){.col-md-4{grid-column:span 6}}
@media (max-width:640px){.col-md-4{grid-column:span 12}}
.article-card{
  background:var(--dark-card);border:1px solid var(--dark-line);border-radius:var(--radius);
  overflow:hidden;height:100%;min-width:0;max-width:100%;
}
.card-media{
  position:relative;
  width:100%;
  padding-top:100%; /* 1:1 square and full-width fill */
  overflow:hidden;
}
.card-media img{
  position:absolute;inset:0;
  display:block;width:100% !important;height:100% !important;
  object-fit:cover;
}
.article-body{padding:16px;min-width:0;overflow-wrap:anywhere;word-break:break-word}
.article-card h3{margin:0 0 8px;font-size:1.14rem;overflow-wrap:anywhere;word-break:break-word}
.article-card h3 a{text-decoration:none;color:#fff;overflow-wrap:anywhere;word-break:break-word}
.excerpt{color:#e6e7ec;margin:0;overflow-wrap:anywhere;word-break:break-word}
.article-meta{font-size:12px;color:#d8daea;display:flex;gap:9px;flex-wrap:wrap;min-width:0}

/* More Navigation horizontal */
.tips-layout-horizontal .tips-list{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
  align-items:stretch;
  width:100% !important;
  margin:0 auto;
}
.tips-section-ag .container{
  max-width:100%;
}
.tips-layout-horizontal{
  width:100%;
  max-width:100%;
  margin:0 auto;
}
.tips-layout-horizontal .widget{
  width:100%;
  min-width:0;
  max-width:none;
}
.widget{
  border:1px solid var(--light-line);
  background:#fff;border-radius:12px;padding:12px;
}
.widget-title{font-weight:800;margin-bottom:8px;color:#111}
.mini-list,.related-list,.pn{display:flex;flex-direction:column;gap:8px}
.tips-layout-horizontal .mini-list{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.mini-item,.related-item,.pn-card{
  display:block;text-decoration:none;border:1px solid var(--light-line);border-radius:10px;padding:9px;background:#fff;color:#1a1a1a;
}
.tips-layout-horizontal .mini-item{
  height:auto;
}
.mini-meta,.related-excerpt,.pn-label{font-size:12px;color:var(--muted-light)}
.tag-cloud{display:flex;flex-wrap:wrap;gap:8px}
.tag.chip,.mini-tag{
  text-decoration:none;display:inline-flex;align-items:center;gap:6px;border:1px solid var(--light-line);
  background:#fff;border-radius:999px;padding:5px 9px;font-size:12px;color:#222;
}
.dot{width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,var(--brand2),var(--brand))}

/* Article/List pages */
.layout{display:grid;grid-template-columns:minmax(0,1fr)320px;gap:16px}
.sidebar{position:sticky;top:84px;align-self:start}
.article{padding:24px 0}
.breadcrumbs{font-size:13px;color:#b7bdd4;margin-bottom:10px}
.article-head{
  border:1px solid var(--dark-line);border-radius:var(--radius);
  background:rgba(255,255,255,.06);padding:16px;
}
.article-title{margin:8px 0 10px;font-size:clamp(30px,4vw,48px)}
.article-cover,.article-media{
  margin-top:12px;border-radius:12px;overflow:hidden;border:1px solid var(--dark-line);
}
.article-meta{display:flex;gap:8px;flex-wrap:wrap}
.meta-item,.meta-dot{color:#d9deef}
.article-content{
  margin-top:14px;border:1px solid var(--dark-line);border-radius:var(--radius);
  background:rgba(255,255,255,.05);padding:16px;
  overflow-wrap:anywhere;
  word-break:break-word;
  overflow-x:hidden;
}
.article-content *{
  max-width:100% !important;
  min-width:0 !important;
  box-sizing:border-box;
}
.article-content p,.article-content li,.article-content h1,.article-content h2,.article-content h3,.article-content h4,.article-content h5,.article-content h6{
  overflow-wrap:anywhere;
  word-break:break-word;
}
.article-content img{
  width:100% !important;
  max-width:100% !important;
  height:auto !important;
  display:block;
}
.article-content .hero-slide img,
.article-content .pg-hero-slide img,
.article-content .pg-hero-gallery__img,
.article-content .pg-topic-carousel img{
  height:100% !important;
  object-fit:cover !important;
}
.article-content table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.article-content pre{overflow:auto;-webkit-overflow-scrolling:touch}
.article-content code{word-break:break-word}
.article-content a{word-break:break-all}
.article-content iframe,.article-content video,.article-content embed{
  max-width:100% !important;
  width:100% !important;
  height:auto;
}
.article-content .content,.article-content{color:#fff}
.toc-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
.toc-item a{text-decoration:none;color:#2b2f3e}
.toc-l3 a{padding-left:12px}.toc-l4 a{padding-left:18px}
.article-footer{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}

/* Floating bottom CTA nav (conversion bar) */
.footer-cta-nav{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:96;
  width:100%;
  margin:0;
  padding:0 0 env(safe-area-inset-bottom,0);
  border-radius:0;
  background:linear-gradient(180deg,var(--cta-nav-bg2,#1a1010) 0%,var(--cta-nav-bg1,#120a08) 100%);
  box-shadow:0 -8px 24px rgba(0,0,0,.28);
}
body:has(.footer-cta-nav){
  padding-bottom:calc(72px + env(safe-area-inset-bottom,0px));
}
.footer-cta-nav-inner{
  display:flex;
  align-items:stretch;
  justify-content:space-between;
  gap:0;
  max-width:var(--container,1240px);
  margin:0 auto;
  padding:6px 4px 4px;
}
.footer-cta-item{
  flex:1 1 0;
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  padding:8px 4px 6px;
  text-decoration:none;
  color:#fff;
  text-align:center;
  border-radius:10px 10px 0 0;
  transition:background .18s ease,color .18s ease;
}
.footer-cta-item:hover,
.footer-cta-item:focus-visible{
  background:rgba(255,255,255,.08);
  outline:none;
}
.footer-cta-item.is-active{
  background:rgba(255,255,255,.12);
}
.footer-cta-icon-wrap{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:26px;
  height:26px;
  color:#fff;
}
.footer-cta-icon{
  width:24px;
  height:24px;
  display:block;
}
.footer-cta-label{
  font-size:11px;
  font-weight:700;
  letter-spacing:.03em;
  line-height:1.15;
  text-transform:uppercase;
  color:#fff;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width:100%;
}
.footer-cta-path{display:none!important}

.site-footer{
  margin-top:20px;
  border-top:1px solid var(--dark-line);
  background:rgba(0,0,0,.24);
  padding:18px 0 0;
}
.footer-inner{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.footer-top{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:14px;
}
.footer-left{
  grid-column:1;
  justify-self:start;
}
.footer-middle{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:20px 32px;
  align-items:start;
  text-align:left;
}
.footer-about{
  max-width:none;
  color:#d8ddef;
  font-size:14px;
  line-height:1.75;
}
.footer-about p{margin:0}
.footer-about p + p{margin-top:10px}
.footer-trust{
  max-width:none;
  margin-top:0;
  padding-top:0;
  padding-left:28px;
  border-top:none;
  border-left:1px solid rgba(255,255,255,.12);
  color:#c8cedf;
  font-size:13px;
  line-height:1.7;
}
.footer-trust p{margin:0}
.footer-trust p + p{margin-top:8px}
.trust-links a{color:#9ecbff;text-decoration:underline}
.author-box{
  margin:28px 0 8px;
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  background:rgba(255,255,255,.04);
  display:flex;
  flex-direction:column;
  gap:6px;
}
.author-name{
  font-weight:800;
  font-size:15px;
  color:var(--text, #eef1ff);
}
.author-bio{
  font-size:14px;
  line-height:1.65;
  color:var(--muted, #c8cedf);
}
.article-share{
  margin-top:14px;
  padding-top:12px;
  border-top:1px solid rgba(255,255,255,.1);
}
.article-share-label{
  display:block;
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#aeb6cb;
  margin-bottom:8px;
}
.article-share-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
}
.share-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:6px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  color:#e8ecff;
  font-size:13px;
  font-weight:600;
  line-height:1.2;
  text-decoration:none;
  cursor:pointer;
  transition:background .15s ease,border-color .15s ease;
}
.share-btn:hover{
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.28);
  color:#fff;
}
.share-btn-native[hidden]{display:none!important}
.share-copy-feedback{
  display:block;
  margin-top:8px;
  font-size:12px;
  color:#9ecbff;
}
.share-copy-feedback[hidden]{display:none!important}
.footer-bottom{
  margin-top:6px;
  padding:12px 16px;
  text-align:center;
  color:#eef1ff;
  background:rgba(0,0,0,.48);
  border-top:1px solid rgba(255,255,255,.28);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.footer-title{font-weight:800}
.footer-desc,.footer-link{color:#d8ddef}
.footer-right{
  grid-column:2;
  justify-self:center;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:center;
}
.footer-link{text-decoration:none}
.footer-friend-links{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}
.friend-link{opacity:.95}
/* Friend Links: full-width flat grid, 10 per row on desktop */
.tips-list .friend-links-widget,
.tips-layout-horizontal .friend-links-widget{
  grid-column:1/-1;
  width:100%!important;
  max-width:none!important;
  min-width:0;
}
.friend-links-widget{
  padding:14px 16px;
}
.friend-links-grid{
  display:grid;
  grid-template-columns:repeat(10,minmax(0,1fr));
  gap:8px 10px;
  align-items:stretch;
  width:100%;
}
.friend-link-tile{
  display:block;
  min-width:0;
  padding:7px 6px;
  text-align:center;
  text-decoration:none;
  color:#1a1a1a;
  font-size:.86rem;
  line-height:1.25;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  border:1px solid var(--light-line);
  border-radius:8px;
  background:#fff;
}
.friend-link-tile:hover,
.friend-link-tile:focus-visible{
  color:#0d6efd;
  border-color:rgba(13,110,253,.35);
  outline:none;
}
@media (max-width:1100px){
  .friend-links-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
}
@media (max-width:640px){
  .friend-links-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

.reveal{opacity:1;transform:none}

/* Mobile nav — accordion panel */
@media (max-width:860px){
  .mobile-nav-toggle{display:flex}
  .header-inner{grid-template-columns:minmax(0,1fr) auto auto}
  .brand-mark{--brand-mark-size:28px}
  .brand-text{overflow:hidden;text-overflow:ellipsis}
  .site-search{grid-column:1/-1;order:3}
  .header-actions{display:none}
  .header-lang-switch{
    display:inline-flex;
    align-items:center;
    justify-content:flex-end;
    flex-shrink:0;
  }
  .header-lang-switch .lang-switch a{
    height:28px;
    min-width:32px;
  }
  .nav .lang-switch-item{display:none}
  .footer-lang-switch{display:none!important}
  .site-header .nav > ul > li > a,
  .site-header .nav > ul > li > .nav-topic-trigger{
    color:#1a1a1a;
  }
  .site-header .nav > ul > li > a:hover,
  .site-header .nav > ul > li > a:focus-visible,
  .site-header .nav > ul > li > .nav-topic-trigger:hover{
    color:#0d6efd;
    border-bottom-color:transparent;
  }
  .nav{
    grid-column:1/-1;
    display:block;
    max-height:0;
    overflow:hidden;
    opacity:0;
    visibility:hidden;
    background:#fff;
    border-top:1px solid #e5e5e5;
    margin:0 -16px;
    box-shadow:0 10px 28px rgba(0,0,0,.08);
    transition:max-height .38s ease, opacity .28s ease, visibility .28s ease;
  }
  body.nav-open .nav{
    max-height:var(--nav-accordion-height, 70vh);
    opacity:1;
    visibility:visible;
  }
  .nav ul{
    display:flex;
    flex-direction:column;
    gap:0;
    align-items:stretch;
    padding:6px 0;
  }
  .nav li{border-bottom:1px solid #ececec}
  .nav li:last-child{border-bottom:none}
  .nav a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    min-height:52px;
    padding:12px 20px;
    font-size:clamp(15px,4vw,17px);
    color:#1a1a1a;
    border-bottom:none;
    font-weight:600;
    border-radius:0;
    transition:background .18s ease, color .18s ease;
  }
  .nav a::after{
    content:"";
    flex-shrink:0;
    width:8px;height:8px;
    margin-left:12px;
    border-right:2px solid #9ca3af;
    border-bottom:2px solid #9ca3af;
    transform:rotate(-45deg);
    transition:transform .2s ease, border-color .2s ease;
  }
  .nav a:hover,
  .nav a:focus-visible{
    background:#f3f6fb;
    color:#0d6efd;
    border-bottom-color:transparent;
  }
  .nav a:hover::after,
  .nav a:focus-visible::after{
    border-color:#0d6efd;
    transform:rotate(-45deg) translateX(2px);
  }

  .nav-topic-pages{border-bottom:1px solid #ececec}
  .nav-topic-trigger{
    width:100%;justify-content:space-between;
    min-height:52px;padding:12px 20px;
    font-size:clamp(15px,4vw,17px);font-weight:600;
    border-bottom:none;text-align:left;
  }
  .nav-topic-panel{
    display:block!important;max-height:0;overflow:hidden;
    margin:0;background:#f8f9fb;
    transition:max-height .32s ease;
  }
  .nav-topic-pages.is-open .nav-topic-panel{
    max-height:var(--nav-topic-panel-height, 50vh);
    overflow-y:auto;
  }
  .nav-topic-item{border-bottom:1px solid #e8ebf0}
  .nav-topic-item:last-child{border-bottom:none}
  .nav-topic-link{
    padding-left:28px;font-weight:500;font-size:15px;
    min-height:48px;
  }
  .nav-topic-link::after{display:none!important}

  body.nav-open .mobile-nav-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  body.nav-open .mobile-nav-toggle span:nth-child(2){opacity:0;transform:scaleX(0)}
  body.nav-open .mobile-nav-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

  .tips-layout-horizontal .widget{max-width:100%;width:100%}
  .tips-layout-horizontal .tips-list{
    grid-template-columns:1fr;
  }
  .tips-layout-horizontal .mini-list{
    display:flex;
    flex-direction:column;
  }
  .footer-friend-links{justify-content:center}
  .footer-top{
    grid-template-columns:1fr;
    text-align:center;
  }
  .footer-left,
  .footer-right{
    grid-column:1;
    justify-self:center;
  }
  .footer-middle{
    grid-template-columns:1fr;
    gap:16px;
    text-align:left;
  }
  .footer-trust{
    border-left:none;
    border-top:1px solid rgba(255,255,255,.12);
    padding-left:0;
    padding-top:14px;
  }
  .footer-cta-nav-inner{padding:6px 2px 4px}
  .footer-cta-label{font-size:10px}
}

/* Enforce centered two-column layout for More Navigation */
body .agsbobet-homepage .tips-section-ag > .container.more-nav-wrap{
  width:100% !important;
  max-width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
body .agsbobet-homepage .tips-section-ag .tips-layout.tips-layout-horizontal{
  display:block !important;
  width:100% !important;
  max-width:none !important;
}
body .agsbobet-homepage .tips-section-ag .tips-layout.tips-layout-horizontal .tips-list{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:14px !important;
  width:100% !important;
  max-width:none !important;
}
body .agsbobet-homepage .tips-section-ag .tips-layout.tips-layout-horizontal .widget{
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
}
@media (max-width: 980px){
  body .agsbobet-homepage .tips-section-ag .tips-layout.tips-layout-horizontal .tips-list{
    grid-template-columns:1fr !important;
  }
}

@media (max-width:980px){
  .layout{grid-template-columns:1fr}
  .sidebar{position:static}
}
@media (max-width:640px){
  .article{padding:14px 0}
  .article-head,.article-content{padding:12px}
  .article-title{font-size:clamp(24px,7vw,34px)}
  .meta-item{font-size:12px}
  .hero-slide img{height:clamp(280px,52vw,380px);object-fit:cover}
  .article-content{font-size:16px;line-height:1.68}
}

/* Hard mobile clamp for all article pages */
@media (max-width:980px){
  html,body{
    max-width:100% !important;
    overflow-x:hidden !important;
  }
  .container,
  #content,
  .layout,
  .main,
  .sidebar,
  .article,
  .article-head,
  .article-content,
  .games-section-ag .grid,
  .games-section-ag .container,
  .col-md-4,
  .article-card,
  .article-body,
  .widget,
  .related-item,
  .pn-card,
  .mini-item,
  .toc-item a{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    box-sizing:border-box !important;
  }
  .article-card h3,
  .article-card h3 a,
  .article-card .excerpt,
  .article-card .article-meta,
  .article-card .article-meta span{
    white-space:normal !important;
    word-break:break-word !important;
    overflow-wrap:anywhere !important;
    max-width:100% !important;
  }
  .article-content h1,
  .article-content h2,
  .article-content h3,
  .article-content h4,
  .article-content h5,
  .article-content h6,
  .article-content p,
  .article-content li,
  .widget *,
  .related-title,
  .related-excerpt,
  .pn-title{
    white-space:normal !important;
    word-break:break-word !important;
    overflow-wrap:anywhere !important;
    max-width:100% !important;
  }
  .article-content img:not(.pg-game-icon),
  .article-content figure img:not(.pg-game-icon),
  .article-cover img{
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
  }
  .article-content .hero-slide img,
  .article-content .pg-hero-slide img,
  .article-content .pg-hero-gallery__img,
  .article-content .pg-topic-carousel img{
    height:100% !important;
    object-fit:cover !important;
  }
  [class*="pg-"] .pg-card>.pg-game-icon,
  [class*="pg-"] .pg-card>img:first-of-type:not(.pg-payment-icon){
    width:100%!important;
    height:clamp(140px,28vw,180px)!important;
    max-height:180px!important;
    object-fit:cover!important;
  }
}

/* AI topic/home card grids — keep game icons uniform */
[class*="pg-"]{
  max-width:100%;
  box-sizing:border-box;
  overflow-x:hidden;
}
/* Icon strip only — skip when section wraps a card grid (AI often misuses pg-info) */
[class*="pg-"] :is(.pg-info-bar,.pg-quick-info,.pg-info,.pg-features):not(:has(.pg-grid)):not(:has(.pg-card)):not(:has(.pg-panel--light)){
  display:flex;
  flex-wrap:wrap;
  justify-content:space-around;
  align-items:flex-start;
  gap:.75rem 1rem;
  max-width:100%;
  box-sizing:border-box;
  padding:0 1rem;
}
[class*="pg-"] :is(.pg-info-bar,.pg-quick-info,.pg-info,.pg-features):has(.pg-grid),
[class*="pg-"] :is(.pg-info-bar,.pg-quick-info,.pg-info,.pg-features):has(.pg-card),
[class*="pg-"] :is(.pg-info-bar,.pg-quick-info,.pg-info,.pg-features):has(.pg-panel--light){
  display:block;
  max-width:100%;
  box-sizing:border-box;
  padding:0;
}
[class*="pg-"] :is(.pg-info-bar,.pg-quick-info,.pg-info,.pg-features):not(:has(.pg-grid)):not(:has(.pg-card)):not(:has(.pg-panel--light))>div:not(:has(div)),
[class*="pg-"] :is(.pg-info-bar,.pg-quick-info,.pg-info,.pg-features):not(:has(.pg-grid)):not(:has(.pg-card)):not(:has(.pg-panel--light))>section:not(:has(div)){
  flex:1 1 88px;
  min-width:0;
  max-width:160px;
  text-align:center;
}
[class*="pg-"] :is(.pg-info-bar,.pg-quick-info,.pg-info,.pg-features)>div.pg-grid,
[class*="pg-"] :is(.pg-info-bar,.pg-quick-info,.pg-info,.pg-features)>div.pg-card,
[class*="pg-"] :is(.pg-info-bar,.pg-quick-info,.pg-info,.pg-features)>section.pg-grid,
[class*="pg-"] :is(.pg-info-bar,.pg-quick-info,.pg-info,.pg-features)>div:has(.pg-panel--light),
[class*="pg-"] :is(.pg-info-bar,.pg-quick-info,.pg-info,.pg-features)>div:has(.pg-card),
[class*="pg-"] :is(.pg-info-bar,.pg-quick-info,.pg-info,.pg-features)>div:has(> div){
  flex:none;
  max-width:100%;
  width:100%;
  min-width:0;
  text-align:initial;
}
[class*="pg-"] :is(.pg-info-bar,.pg-quick-info,.pg-info,.pg-features)>div:has(.pg-panel--light),
[class*="pg-"] :is(.pg-info-bar,.pg-quick-info,.pg-info,.pg-features)>div:has(> div){
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));
  gap:1rem;
  justify-content:stretch;
  align-items:stretch;
}
.page-content.content [class*="pg-"] :is(.pg-info-bar,.pg-quick-info,.pg-info,.pg-features):not(:has(.pg-grid)):not(:has(.pg-card)):not(:has(.pg-panel--light)) img,
.article-content.content [class*="pg-"] :is(.pg-info-bar,.pg-quick-info,.pg-info,.pg-features):not(:has(.pg-grid)):not(:has(.pg-card)):not(:has(.pg-panel--light)) img,
.article-content [class*="pg-"] :is(.pg-info-bar,.pg-quick-info,.pg-info,.pg-features):not(:has(.pg-grid)):not(:has(.pg-card)):not(:has(.pg-panel--light)) img,
[class*="pg-"] :is(.pg-info-bar,.pg-quick-info,.pg-info,.pg-features):not(:has(.pg-grid)):not(:has(.pg-card)):not(:has(.pg-panel--light)) img{
  width:56px!important;
  height:56px!important;
  max-width:56px!important;
  min-width:0!important;
  object-fit:contain!important;
  display:block;
  margin:0 auto .4rem;
}
[class*="pg-"] .pg-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));
  gap:1rem;
  margin:1.25rem 0;
  align-items:stretch;
  width:100%;
}
[class*="pg-"] .pg-grid>.pg-grid{
  width:100%;
  grid-column:1/-1;
  margin:0;
}
[class*="pg-recipe-split_magazine"] .pg-slot-guide{
  columns:auto;
  column-width:auto;
}
[class*="pg-recipe-split_magazine"] .pg-slot-guide>p{
  column-width:36rem;
  column-gap:2.5rem;
}
[class*="pg-recipe-split_magazine"] .pg-slot-guide>.pg-grid,
[class*="pg-recipe-split_magazine"] .pg-slot-guide>.pg-fixtures,
[class*="pg-recipe-split_magazine"] .pg-slot-guide>.pg-fixtures-pair,
[class*="pg-recipe-split_magazine"] .pg-slot-guide>.pg-cta-row,
[class*="pg-recipe-split_magazine"] .pg-slot-guide>details.pg-faq{
  column-span:all;
  width:100%;
  max-width:100%;
}
[class*="pg-"] .pg-card,
[class*="pg-"] .pg-panel--light:has(.pg-game-icon),
[class*="pg-"] .pg-panel--light:has(.pg-sector-img),
[class*="pg-"] .pg-grid>div:has(.pg-game-icon):not(.pg-grid),
[class*="pg-"] .pg-grid>div:has(.pg-sector-img):not(.pg-grid){
  display:flex;
  flex-direction:column;
  height:100%;
  min-width:0;
  box-sizing:border-box;
  overflow:hidden;
}
[class*="pg-"] .pg-card-media{
  flex:0 0 auto;
  width:100%;
  aspect-ratio:16/10;
  overflow:hidden;
  border-radius:8px;
  margin:0 0 .75rem;
  background:rgba(0,0,0,.18);
}
[class*="pg-"] .pg-card-media .pg-game-icon,
[class*="pg-"] .pg-card-media>img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center;
  display:block;
}
[class*="pg-"] .pg-card>.pg-game-icon,
[class*="pg-"] .pg-card>.pg-sector-img,
[class*="pg-"] .pg-card>img:first-of-type:not(.pg-payment-icon),
[class*="pg-"] .pg-panel--light>.pg-game-icon,
[class*="pg-"] .pg-panel--light .pg-game-icon,
[class*="pg-"] .pg-panel--light>.pg-sector-img,
[class*="pg-"] .pg-panel--light .pg-sector-img,
[class*="pg-"] .pg-grid .pg-game-icon,
[class*="pg-"] .pg-grid .pg-sector-img,
[class*="pg-"] .pg-grid>div:has(.pg-game-icon)>img:first-of-type,
[class*="pg-"] .pg-grid>div:has(.pg-sector-img)>img:first-of-type{
  width:100%!important;
  max-width:100%!important;
  height:clamp(140px,28vw,180px)!important;
  max-height:180px!important;
  object-fit:cover!important;
  object-position:center;
  display:block;
  margin:0 0 .75rem;
  border-radius:8px;
  flex:0 0 auto;
}
[class*="pg-"] .pg-payment-grid .pg-payment-icon,
[class*="pg-"] .pg-card>.pg-payment-icon{
  width:44px!important;
  height:44px!important;
  max-width:44px!important;
  max-height:44px!important;
  min-height:0!important;
  object-fit:contain!important;
  object-position:center;
  display:block;
  margin:0 auto .45rem!important;
  border-radius:4px;
  flex:0 0 auto;
}
[class*="pg-"] .pg-payment-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(130px,160px));
  justify-content:center;
  justify-items:stretch;
  gap:.75rem;
  max-width:100%;
  margin:0 auto;
}
[class*="pg-"] .pg-payment-grid .pg-card--light{
  text-align:center;
  padding:.65rem .55rem;
}
[class*="pg-"] .pg-payment-grid .pg-card--light h3{
  font-size:.95rem;
  margin:0 0 .25rem;
}
[class*="pg-"] .pg-payment-grid .pg-card--light p{
  font-size:.82rem;
  line-height:1.45;
  margin:0;
}
[class*="pg-"] .pg-match-highlights{
  margin:1.5rem 0;
}
[class*="pg-"] .pg-match-highlights>h2{
  margin:0 0 1rem;
}
[class*="pg-"] .pg-match-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:1rem;
  max-width:100%;
}
[class*="pg-"] .pg-match-card{
  position:relative;
  padding-top:2rem;
}
[class*="pg-"] .pg-match-badge{
  position:absolute;
  top:.65rem;
  right:.65rem;
  font-size:.7rem;
  font-weight:600;
  letter-spacing:.02em;
  text-transform:uppercase;
  padding:.2rem .5rem;
  border-radius:4px;
  line-height:1.2;
}
[class*="pg-"] .pg-match-badge--preview{
  background:#e8f4fd;
  color:#0b5cab;
}
[class*="pg-"] .pg-match-badge--recap{
  background:#eef8ee;
  color:#1a6b1a;
}
[class*="pg-"] .pg-match-league{
  font-size:.85rem;
  margin:-.25rem 0 .5rem;
  font-weight:600;
}
[class*="pg-"] .pg-card>h3,
[class*="pg-"] .pg-card>h4,
[class*="pg-"] .pg-panel--light:has(.pg-game-icon)>h3,
[class*="pg-"] .pg-panel--light:has(.pg-game-icon)>h4,
[class*="pg-"] .pg-grid>div:has(.pg-game-icon)>h3,
[class*="pg-"] .pg-grid>div:has(.pg-game-icon)>h4{
  margin:0 0 .35rem;
}
[class*="pg-"] .pg-card>p,
[class*="pg-"] .pg-panel--light:has(.pg-game-icon)>p,
[class*="pg-"] .pg-grid>div:has(.pg-game-icon)>p{
  margin:0 0 .5rem;
  flex:1 1 auto;
}
[class*="pg-"] .pg-card>.pg-btn,
[class*="pg-"] .pg-card>a.pg-btn,
[class*="pg-"] .pg-card>a[href="/vip"],
[class*="pg-"] .pg-card>a[href="/Login"],
[class*="pg-"] .pg-card>a[href="/register"],
[class*="pg-"] .pg-card>a[href="/game"],
[class*="pg-"] .pg-card>a[href="/Login.php"],
[class*="pg-"] .pg-card>a[href*="/vip"]:last-of-type,
[class*="pg-"] .pg-card>a[href*="/Login"]:last-of-type,
[class*="pg-"] .pg-card>a[href*="/register"]:last-of-type,
[class*="pg-"] .pg-card>a[href*="/game"]:last-of-type,
[class*="pg-"] .pg-card>a[href*="Login.php"]:last-of-type,
[class*="pg-"] .pg-card>button:last-of-type,
[class*="pg-"] .pg-panel--light:has(.pg-game-icon)>a[href="/vip"],
[class*="pg-"] .pg-panel--light:has(.pg-game-icon)>a[href="/Login"],
[class*="pg-"] .pg-panel--light:has(.pg-game-icon)>a[href="/register"],
[class*="pg-"] .pg-panel--light:has(.pg-game-icon)>a[href="/game"],
[class*="pg-"] .pg-panel--light:has(.pg-game-icon)>a[href="/Login.php"],
[class*="pg-"] .pg-panel--light:has(.pg-game-icon)>a[href*="/vip"]:last-of-type,
[class*="pg-"] .pg-panel--light:has(.pg-game-icon)>a[href*="/Login"]:last-of-type,
[class*="pg-"] .pg-panel--light:has(.pg-game-icon)>a[href*="/register"]:last-of-type,
[class*="pg-"] .pg-panel--light:has(.pg-game-icon)>a[href*="/game"]:last-of-type,
[class*="pg-"] .pg-panel--light:has(.pg-game-icon)>a[href*="Login.php"]:last-of-type,
[class*="pg-"] .pg-grid>div:has(.pg-game-icon)>a[href="/vip"],
[class*="pg-"] .pg-grid>div:has(.pg-game-icon)>a[href="/Login"],
[class*="pg-"] .pg-grid>div:has(.pg-game-icon)>a[href="/register"],
[class*="pg-"] .pg-grid>div:has(.pg-game-icon)>a[href="/game"],
[class*="pg-"] .pg-grid>div:has(.pg-game-icon)>a[href="/Login.php"],
[class*="pg-"] .pg-grid>div:has(.pg-game-icon)>a[href*="/vip"]:last-of-type,
[class*="pg-"] .pg-grid>div:has(.pg-game-icon)>a[href*="/Login"]:last-of-type,
[class*="pg-"] .pg-grid>div:has(.pg-game-icon)>a[href*="/register"]:last-of-type,
[class*="pg-"] .pg-grid>div:has(.pg-game-icon)>a[href*="/game"]:last-of-type,
[class*="pg-"] .pg-grid>div:has(.pg-game-icon)>a[href*="Login.php"]:last-of-type,
[class*="pg-"] .pg-grid>div:has(.pg-game-icon)>button:last-of-type{
  margin-top:auto!important;
  align-self:flex-start;
}
@media (max-width:768px){
  [class*="pg-"] .pg-grid:not(.pg-payment-grid){grid-template-columns:1fr}
  [class*="pg-"] .pg-payment-grid{
    grid-template-columns:repeat(auto-fit,minmax(130px,160px));
  }
  [class*="pg-"] .pg-hero-title-wrap:has(.pg-fixtures){
    flex-direction:column;
    justify-content:center;
    padding-top:1.25rem;
    padding-bottom:1.25rem;
  }
  [class*="pg-"] .pg-hero-title-wrap:has(.pg-fixtures) .pg-hero-title{
    max-width:100%;
    flex-basis:auto;
  }
  [class*="pg-"] .pg-hero-title-wrap .pg-fixtures{
    width:min(100%,560px)!important;
    max-height:220px!important;
    height:auto!important;
  }
  [class*="pg-"] .pg-hero-title-wrap .pg-fixtures-wrap{max-height:calc(220px - 2.2rem)}
}

/* sb-carousel-height */
.sn-home-html-root .hero-slide img,
.sn-home-html-root .pg-hero-slide img,
.sn-home-html-root .pg-hero-gallery__img,
.sn-home-html-root .pg-topic-carousel img,
.article-content .hero-slide img,
.article-content .pg-hero-slide img,
.article-content .pg-hero-gallery__img,
.article-content .pg-topic-carousel img,
.page-content .hero-slide img,
.page-content .pg-hero-slide img,
.page-content .pg-topic-carousel img{
  width:100%!important;
  height:100%!important;
  min-height:clamp(320px,40vw,500px)!important;
  object-fit:cover!important;
  display:block;
}
.sn-home-html-root .pg-topic-carousel__thumb img,
.article-content .pg-topic-carousel__thumb img,
.page-content .pg-topic-carousel__thumb img,
.sn-home-html-root .pg-hero-gallery__cell--thumb .pg-hero-gallery__img,
.article-content .pg-hero-gallery__cell--thumb .pg-hero-gallery__img,
.sn-home-html-root .pg-hero-gallery__cell--sub .pg-hero-gallery__img,
.article-content .pg-hero-gallery__cell--sub .pg-hero-gallery__img,
.sn-home-html-root .pg-hero-gallery__cell--aside .pg-hero-gallery__img,
.article-content .pg-hero-gallery__cell--aside .pg-hero-gallery__img{
  min-height:0!important;
  height:100%!important;
}
.hero-slides{
  min-height:clamp(360px,46vw,540px)!important;
}
.hero-slide img{
  height:clamp(360px,46vw,540px)!important;
  min-height:clamp(360px,46vw,540px)!important;
  object-fit:cover!important;
}
.hero-slider--stack .hero-slide img,
.hero-slider--blurfade .hero-slide img,
.hero-slider--kenburns .hero-slide img{
  height:100%!important;
  min-height:clamp(360px,46vw,540px)!important;
}
.hero-slider--vertical .hero-slide img{
  height:clamp(300px,36vw,440px)!important;
  min-height:clamp(300px,36vw,440px)!important;
}
.hero-slider--grid .hero-slide img{
  height:clamp(280px,32vw,400px)!important;
  min-height:clamp(280px,32vw,400px)!important;
}
.pg-home-root .pg-hero,
.pg-home-root .pg-hero--slider{
  min-height:clamp(380px,46vw,540px)!important;
}
.pg-home-root .pg-hero-gallery__duo,
.pg-home-root .pg-hero-gallery__mosaic,
.pg-home-root .pg-hero-gallery__strip,
.pg-home-root .pg-hero-gallery__triptych,
.pg-home-root .pg-hero-gallery__filmstrip,
.pg-home-root .pg-hero-gallery__grid,
.pg-home-root .pg-hero-gallery__spotlight,
.pg-home-root .pg-hero-gallery__wide,
.pg-home-root .pg-hero-gallery__magazine,
.pg-home-root .pg-hero-gallery__pillar,
.pg-home-root .pg-hero-gallery__offset,
.pg-home-root .pg-hero-gallery__quad,
.pg-home-root .pg-hero-gallery__pano,
.pg-home-root .pg-hero-gallery__peek{
  min-height:clamp(360px,42vw,520px)!important;
}
.pg-topic-carousel--banner,
.pg-topic-carousel--banner .pg-topic-carousel__slide img{
  min-height:clamp(320px,42vw,500px)!important;
}
.pg-topic-carousel--strip .pg-topic-carousel__main,
.pg-topic-carousel--strip .pg-topic-carousel__main img{
  min-height:clamp(300px,38vw,460px)!important;
}
.pg-topic-carousel--duo,
.pg-topic-carousel--duo .pg-topic-carousel__cell,
.pg-topic-carousel--duo .pg-topic-carousel__cell img{
  min-height:clamp(280px,36vw,440px)!important;
}
.pg-topic-carousel--film .pg-topic-carousel__cell,
.pg-topic-carousel--film .pg-topic-carousel__cell img{
  min-height:clamp(280px,34vw,420px)!important;
}
@media (max-width:768px){
  .pg-home-root .pg-hero,
  .pg-home-root .pg-hero--slider{
    min-height:340px!important;
  }
  .hero-slides{
    min-height:320px!important;
  }
  .hero-slide img{
    height:clamp(280px,52vw,380px)!important;
    min-height:320px!important;
  }
}
/* sb-carousel-height-end */

/* sb-fullwidth */
:root{--container:100%}
.container{
  max-width:100%!important;
  width:100%!important;
  padding-left:clamp(16px,2.2vw,32px)!important;
  padding-right:clamp(16px,2.2vw,32px)!important;
}
.intro-section-ag:has(.pg-home-root)>.container,
.intro-section-ag:has(.sn-home-html-root)>.container,
main.container:has(.page-content),
main.container:has(.article-content){
  max-width:100%!important;
  width:100%!important;
}
.sn-home-html-root,
.sn-home-html-root .pg-home-root,
.page-content.content,
.page-content.content>[class*="pg-"],
.article-content.content>[class*="pg-"]{
  max-width:100%!important;
  width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
}
.tips-section-ag .container,
.tips-layout-horizontal,
body .agsbobet-homepage .tips-section-ag>.container.more-nav-wrap{
  max-width:100%!important;
  width:100%!important;
}
.sb-site-nav__inner,
.header-inner,
.footer-inner,
.footer-cta-nav-inner{
  max-width:100%!important;
}
body.sn-page-full main.container,
body.sn-page-full .article.main,
body.sn-page-full .article-content,
body.sn-page-full .breadcrumbs,
body.sn-page-full .article-head{
  max-width:100%!important;
  width:100%!important;
}
/* sb-fullwidth-end */

/* sb-topic-carousel */
.pg-topic-carousel{margin:0 0 1.25rem;border-radius:14px;overflow:hidden}
.pg-topic-carousel img{width:100%;height:100%;object-fit:cover;display:block}
.pg-topic-carousel--banner{position:relative;min-height:clamp(320px,42vw,500px)}
.pg-topic-carousel--banner .pg-topic-carousel__slides{position:relative;min-height:inherit}
.pg-topic-carousel--banner .pg-topic-carousel__slide{display:none;min-height:inherit}
.pg-topic-carousel--banner .pg-topic-carousel__slide.active{display:block}
.pg-topic-carousel--banner .pg-topic-carousel__slide img{height:100%;min-height:clamp(320px,42vw,500px);object-fit:cover}
.pg-topic-carousel--banner .pg-topic-carousel__dots{position:absolute;left:0;right:0;bottom:10px;display:flex;justify-content:center;gap:7px;z-index:2}
.pg-topic-carousel--banner .pg-topic-carousel__dot{width:8px;height:8px;border-radius:50%;border:none;padding:0;background:rgba(255,255,255,.45);cursor:pointer}
.pg-topic-carousel--banner .pg-topic-carousel__dot.active{background:#fff}
.pg-topic-carousel--strip{display:flex;flex-direction:column;gap:.55rem}
.pg-topic-carousel--strip .pg-topic-carousel__main{min-height:clamp(300px,38vw,460px);border-radius:12px;overflow:hidden}
.pg-topic-carousel--strip .pg-topic-carousel__thumbs{display:grid;gap:.5rem}
.pg-topic-carousel--strip-thumbs-1 .pg-topic-carousel__thumbs{grid-template-columns:1fr}
.pg-topic-carousel--strip-thumbs-2 .pg-topic-carousel__thumbs{grid-template-columns:repeat(2,minmax(0,1fr))}
.pg-topic-carousel--strip-thumbs-3 .pg-topic-carousel__thumbs{grid-template-columns:repeat(3,minmax(0,1fr))}
.pg-topic-carousel--strip .pg-topic-carousel__thumb{height:clamp(88px,14vw,130px);max-height:130px;border-radius:8px;overflow:hidden;opacity:.88}
.pg-topic-carousel--duo{display:grid;gap:.65rem;min-height:clamp(280px,36vw,440px)}
.pg-topic-carousel--duo-1{grid-template-columns:1fr}
.pg-topic-carousel--duo-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.pg-topic-carousel--duo .pg-topic-carousel__cell{border-radius:12px;overflow:hidden;min-height:clamp(280px,36vw,440px)}
.pg-topic-carousel--film{display:flex;gap:.65rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:.25rem}
.pg-topic-carousel--film .pg-topic-carousel__cell{flex:0 0 min(78vw,420px);scroll-snap-align:start;border-radius:12px;overflow:hidden;min-height:clamp(280px,34vw,420px)}
.pg-topic-carousel--film-2,.pg-topic-carousel--film-3,.pg-topic-carousel--film-4{display:grid;overflow:hidden;padding-bottom:0;scroll-snap-type:none}
.pg-topic-carousel--film-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.pg-topic-carousel--film-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.pg-topic-carousel--film-4{grid-template-columns:repeat(2,minmax(0,1fr))}
.pg-topic-carousel--film-2 .pg-topic-carousel__cell,.pg-topic-carousel--film-3 .pg-topic-carousel__cell,.pg-topic-carousel--film-4 .pg-topic-carousel__cell{flex:unset;min-width:0;scroll-snap-align:unset}
@media (max-width:640px){
.pg-topic-carousel--duo-2{grid-template-columns:1fr}
.pg-topic-carousel--duo-2 .pg-topic-carousel__cell:not(:first-child),
.pg-topic-carousel--film-3 .pg-topic-carousel__cell:not(:first-child),
.pg-topic-carousel--film-4 .pg-topic-carousel__cell:not(:first-child){display:none}
.pg-topic-carousel--film-3{grid-template-columns:1fr}
.pg-topic-carousel--film-4{grid-template-columns:1fr}
}
/* sb-topic-carousel-end */

/* sb-site-nav */
.sb-site-nav{
  --sb-nav-accent:#ea580c;
  --sb-nav-hover-text:#fff;
  --sb-nav-bg:linear-gradient(90deg,#0c0a09 0%,#1c1917 50%,#0c0a09 100%);
  --sb-nav-track:#292524;
  width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;
  background:var(--sb-nav-bg);
  border-bottom:2px solid var(--sb-nav-accent);
  box-shadow:0 8px 28px rgba(0,0,0,.35);
  z-index:50;
}
.sb-site-nav__inner{
  max-width:100%;margin:0 auto;padding:.55rem clamp(16px,2vw,32px);
  display:flex;align-items:center;justify-content:center;gap:.65rem;overflow-x:auto;
  scrollbar-width:thin;scrollbar-color:var(--sb-nav-accent) var(--sb-nav-track);
  -webkit-overflow-scrolling:touch;
}
.sb-site-nav__inner::-webkit-scrollbar{height:6px}
.sb-site-nav__inner::-webkit-scrollbar-thumb{background:var(--sb-nav-accent);border-radius:99px}
.sb-nav__link{
  flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;
  padding:.52rem 1rem;border-radius:999px;font-weight:800;font-size:.82rem;
  text-decoration:none!important;white-space:nowrap;
  color:#fff!important;background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
  transition:transform .15s ease,background .15s ease,box-shadow .15s ease,color .15s ease;
}
.sb-nav__link:hover{
  background:var(--sb-nav-accent);border-color:var(--sb-nav-accent);
  transform:translateY(-1px);box-shadow:0 6px 18px rgba(0,0,0,.25);
  color:var(--sb-nav-hover-text)!important;
}
.sb-nav__link--active{
  background:var(--sb-nav-accent);border-color:var(--sb-nav-accent);
  box-shadow:0 4px 14px rgba(0,0,0,.22);
  color:var(--sb-nav-hover-text)!important;
}
/* sb-site-nav-end */

/* Brand multilingual language button (appended at generate time) */
.lang-switch--dropdown{position:relative;display:inline-block;margin:0}
.lang-switch--dropdown>summary{list-style:none;cursor:pointer}
.lang-switch--dropdown>summary::-webkit-details-marker{display:none}
.lang-switch-btn{
  display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 10px 0 8px;
  border-radius:999px;background:#f3f4f7;border:1px solid #e1e3ea;color:#5c6170;
  font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase
}
.lang-switch--dropdown[open] .lang-switch-btn{border-color:#141414}
.lang-switch-caret{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #6a7080}
.lang-switch-menu{
  position:absolute;right:0;top:calc(100% + 8px);min-width:196px;padding:6px;
  background:#fff;border:1px solid #e1e3ea;border-radius:12px;
  box-shadow:0 16px 40px rgba(0,0,0,.18);z-index:50;display:flex;flex-direction:column;gap:2px
}
.lang-switch-menu .lang-switch-link{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  min-width:0;height:auto;padding:.55rem .7rem;border-radius:8px
}
.lang-switch-menu .lang-switch-code{font-size:11px;font-weight:800;letter-spacing:.06em;color:#6a7080}
.site-header .lang-switch-menu .lang-switch-link.is-current,
.site-header .lang-switch-menu .lang-switch-link[aria-current="true"]{background:#141414;color:#fff}
.site-header .lang-switch-menu .lang-switch-link.is-current .lang-switch-code{color:#fff}
.footer-lang-switch .lang-switch-menu{background:#1b1d24;border-color:rgba(255,255,255,.22)}
.footer-lang-switch .lang-switch-btn{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.22);color:#d7dce8}


/* ByBet app-shell lookalike from official.bybet.com snapshots */
:root {
  --bb-bg: #0d1716;
  --bb-bg-2: #091211;
  --bb-side: #0b1514;
  --bb-card: #12201e;
  --bb-line: rgba(255,255,255,.08);
  --bb-text: #e8eceb;
  --bb-muted: #9bb0ac;
  --bb-green: #00a66d;
  --bb-green-2: #12c48a;
  --bb-green-soft: #14352c;
  --bb-gold: #d7b56d;
  --brand: #00a66d;
  --brand-dark: #006341;
  --brand-fg: #fff;
  --text: #e8eceb;
  --muted: #9bb0ac;
  --font: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

html.bb-app, html.bb-app body, body.bb-app {
  background: var(--bb-bg) !important;
  color: var(--bb-text) !important;
  font-family: var(--font);
  margin: 0;
  min-height: 100%;
  overflow: hidden;
  height: 100%;
}

.bb-shell {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  grid-template-rows: 64px minmax(0, 1fr);
  height: 100dvh;
  background: var(--bb-bg);
}

.bb-top {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 64px;
  padding: 0 16px 0 12px;
  border-bottom: 1px solid var(--bb-line);
  background: var(--bb-bg-2);
  z-index: 30;
}
.bb-menu {
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 10px;
  background: #16302b;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}
.bb-menu span {
  display: block;
  width: 18px;
  height: 2px;
  background: #d7ece4;
  border-radius: 2px;
}
.bb-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--bb-text);
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: .02em;
}
.bb-logo img {
  height: 28px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  display: block;
}
.bb-logo img + .bb-wordmark { display: none; }
.bb-top-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.bb-btn-login, .bb-btn-signup {
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 999px;
  white-space: nowrap;
}
.bb-btn-login {
  color: #fff;
  background: #1a2c29;
  border: 1px solid rgba(255,255,255,.12);
}
.bb-btn-signup {
  color: #04150f;
  background: linear-gradient(180deg, #1adf8c, #00a66d);
  box-shadow: 0 0 16px rgba(0,166,109,.35);
}

.bb-sidebar {
  grid-row: 2;
  display: flex !important;
  flex-direction: column;
  gap: 6px;
  background: var(--bb-side) !important;
  border-right: 1px solid var(--bb-line);
  padding: 12px 10px 16px;
  overflow: auto;
  max-height: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  box-shadow: none !important;
  margin: 0 !important;
}
.bb-app-card {
  position: relative;
  display: block;
  min-height: 88px;
  margin: 0 2px 10px;
  padding: 12px 88px 12px 12px;
  border-radius: 14px;
  text-decoration: none;
  color: #d7ece4;
  background: linear-gradient(180deg, #12352c, #0c241f);
  overflow: hidden;
}
.bb-app-card-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 11px;
  line-height: 1.35;
}
.bb-app-card-copy strong { font-size: 13px; color: #fff; }
.bb-app-card-copy em {
  margin-top: 6px;
  font-style: normal;
  font-weight: 800;
  color: var(--bb-green-2);
  font-size: 12px;
}
.bb-app-card img {
  position: absolute;
  right: -4px;
  bottom: -8px;
  height: 92px;
  width: auto;
}
.bb-side-link {
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 10px 12px !important;
  border-radius: 12px !important;
  color: #c9d9d5 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  background: transparent !important;
  border: 0 !important;
}
.bb-side-link::after { display: none !important; }
.bb-side-link:hover,
.bb-side-link.is-active {
  background: #14352c !important;
  color: #fff !important;
}
.bb-side-link.is-active { box-shadow: inset 0 0 0 1px rgba(18,196,138,.35); }
.bb-ico {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  opacity: .9;
}
.bb-live {
  margin-left: auto;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  color: #fff;
  background: #e11d48;
  border-radius: 999px;
  padding: 2px 6px;
}
.bb-sidebar-foot { margin-top: auto; padding-top: 12px; }
.bb-theme-toggle {
  display: flex;
  gap: 6px;
  padding: 4px;
  border-radius: 999px;
  background: #0a1211;
  border: 1px solid var(--bb-line);
  font-size: 12px;
  font-weight: 700;
  color: var(--bb-muted);
}
.bb-theme-toggle span { padding: 6px 12px; border-radius: 999px; }
.bb-theme-toggle .is-on { background: #14352c; color: #fff; }

.bb-main {
  grid-row: 2;
  overflow: auto;
  padding: 16px 18px 28px;
  background:
    radial-gradient(900px 280px at 80% 0%, rgba(0,166,109,.12), transparent 55%),
    var(--bb-bg);
}

.bb-hero {
  position: relative;
  min-height: 220px;
  border-radius: 18px;
  overflow: hidden;
  background: #0b0f10;
  margin-bottom: 18px;
  border: 1px solid var(--bb-line);
}
.bb-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 78% center;
}
.bb-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8,14,13,.92) 0%, rgba(8,14,13,.55) 42%, transparent 70%);
}
.bb-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 34rem;
  padding: 28px 32px;
}
.bb-kicker {
  display: inline-block;
  color: var(--bb-green-2);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.bb-hero-copy h1 {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.2;
  color: #fff;
}
.bb-hero-copy p {
  margin: 0 0 16px;
  color: rgba(255,255,255,.78);
  max-width: 28rem;
  line-height: 1.55;
  font-size: 14px;
}
.bb-cta-green {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #1adf8c, #00a66d);
  color: #04150f;
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
}

.bb-hot { margin-bottom: 16px; }
.bb-hot-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.bb-hot-head h2 {
  margin: 0;
  color: var(--bb-green-2);
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.bb-hot-head a {
  color: var(--bb-gold);
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}
.bb-hot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.bb-hot-grid a {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 16 / 9;
  background: #12201e;
}
.bb-hot-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bb-spin-row {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(280px, 1fr);
  gap: 14px;
}
.bb-spin-card, .bb-recent {
  border-radius: 18px;
  border: 1px solid var(--bb-line);
  background: linear-gradient(180deg, #10211d, #0c1917);
  overflow: hidden;
  min-height: 280px;
}
.bb-spin-card { padding: 18px 18px 0; }
.bb-spin-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.bb-spin-card h2 {
  margin: 4px 0 0;
  font-size: 1.45rem;
  color: #fff;
}
.bb-tiers { display: flex; flex-wrap: wrap; gap: 6px; }
.bb-tier {
  border-radius: 999px;
  border: 1px solid rgba(205,127,50,.45);
  color: #cd7f32;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 6px 10px;
}
.bb-tier:nth-child(2) { border-color: #9aa4ae; color: #c5cdd4; }
.bb-tier:nth-child(3) { border-color: #d7b56d; color: #d7b56d; }
.bb-tier:nth-child(4) { border-color: #67e8f9; color: #67e8f9; }
.bb-wheel {
  display: block;
  width: min(360px, 100%);
  margin: 8px auto 0;
}
.bb-recent { padding: 18px 18px 20px; }
.bb-recent h2 { margin: 0 0 8px; font-size: 1.05rem; color: #fff; }
.bb-recent p { margin: 0 0 10px; color: var(--bb-muted); font-size: 13px; line-height: 1.55; }
.bb-recent a { color: var(--bb-green-2); }

.bb-article {
  max-width: 1100px;
}
.bb-article h1 {
  margin: 0 0 12px;
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  color: #fff;
}
.bb-article p, .bb-article li { color: var(--bb-muted); line-height: 1.65; }
.bb-article a { color: var(--bb-green-2); }
.bb-article h2 { color: #fff; font-size: 1.05rem; margin: 1.4rem 0 .5rem; }

.bb-app .lang-switch {
  position: relative;
}
.bb-app .lang-switch--pills {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  background: #16302b;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
}
.bb-app .lang-switch--pills .lang-switch-link {
  min-width: 34px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bb-muted);
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
  border-radius: 999px;
}
.bb-app .lang-switch--pills .lang-switch-link.is-current {
  background: var(--bb-green);
  color: #fff;
}
.bb-app .lang-switch-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: #16302b;
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}
.bb-app .lang-switch-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  min-width: 196px;
  padding: 6px;
  background: #12201e;
  border: 1px solid var(--bb-line);
  border-radius: 12px;
  z-index: 40;
  display: flex;
  flex-direction: column;
}
.bb-app .lang-switch-menu a {
  color: #fff;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 8px;
}
.bb-app .site-search, .bb-app .site-footer, .bb-app .footer-cta-nav,
.bb-app .games-section-ag, .bb-app .tips-section-ag, .bb-app .hero-section-ag,
.bb-app .sn-home-html-root { background: transparent; padding: 0; max-width: none; }
.bb-app .skip-link { position: absolute; left: -999px; }

@media (max-width: 980px) {
  .bb-hot-grid { grid-template-columns: 1fr 1fr; }
  .bb-spin-row { grid-template-columns: 1fr; }
  .bb-hero-copy { max-width: 90%; }
}
@media (max-width: 860px) {
  .bb-shell { grid-template-columns: 1fr; }
  .bb-menu { display: flex; }
  html.bb-app .nav.bb-sidebar {
    display: none !important;
    position: fixed;
    z-index: 40;
    left: 0;
    top: 64px;
    bottom: 0;
    width: min(85vw, 260px);
  }
  body.bb-app.nav-open .nav.bb-sidebar,
  html.bb-app body.nav-open .nav.bb-sidebar {
    display: flex !important;
    max-height: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

/* brand theme: 绿色 */
:root {
  --brand: #00a66d;
  --brand-dark: #006341;
  --brand-mid: #008f5d;
  --brand-deep: #047857;
  --brand-soft: #9ad4bf;
  --brand-fg: #ffffff;
  --bg: #232626;
  --bg-2: #1a1e1f;
  --panel: #2a3030;
  --text: #e8eceb;
  --muted: #c4ccc9;
  --border: rgba(255, 255, 255, 0.08);
  --theme-color: #00a66d;
}
html, body, #root {
  background: var(--bg) !important;
  color: var(--text);
}

