/* =============================================================
   mono-03 (Verde) — light theme + verde-green accent.
   Inspired by verde-casino-italia.com: clean white background,
   green primary, premium editorial feel for Italian/EU casino sites.
   ============================================================= */

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter',system-ui,-apple-system,Segoe UI,sans-serif;
  font-size:16px;line-height:1.6;
  color:var(--text);
  background:var(--bg);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{max-width:100%;display:block;height:auto}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}
h1,h2,h3,h4,h5{font-family:'Manrope','Inter',sans-serif;font-weight:700;letter-spacing:-.01em;margin:0;color:var(--ink)}
h1{font-size:2.4rem;line-height:1.15}
h2{font-size:1.8rem;line-height:1.2;margin-bottom:1rem}
h3{font-size:1.3rem;line-height:1.3}
h4{font-size:1.1rem;line-height:1.35}
p{margin:0 0 1rem;color:var(--text)}
ul,ol{margin:0 0 1rem;padding-left:1.4rem;color:var(--text)}
li{margin-bottom:.35rem}

:root{
  --bg:#f7f9f6;
  --surface:#ffffff;
  --surface-alt:#f0f5ee;
  --border:#e1e9dd;
  --border-strong:#cad9c1;
  --text:#1f2a24;
  --text-muted:#5b6b62;
  --ink:#0e1f17;
  --accent:#0fad7f;
  --accent-rgb:15,173,127; /* accent channels for rgba() glows — kept in sync with --accent by the overlay */
  --accent-2:#0a8d65;
  --accent-soft:#e6f6ee;
  --accent-ring:rgba(var(--accent-rgb),.18);
  /* Contrast tokens — defaults for the verde base; the per-site palette overlay
     recomputes these from the brand colours so text stays legible on ANY accent.
     --on-accent / --on-accent-2: fg on solid accent fills; --accent-text: accent
     made legible as text on light surfaces (= --accent-2 for mid-tone palettes). */
  --on-accent:#ffffff;
  --on-accent-2:#ffffff;
  --accent-text:var(--accent-2);
  /* Chrome tokens — defaults reproduce the historical LIGHT look; the per-site
     palette overlay recomputes them so a dark brand background re-skins the
     header, footer and hero veil with appropriate contrast. */
  --header-bg:rgba(255,255,255,.94);
  --footer-bg:#0e1f17;
  --footer-text:#c2cfc7;
  --footer-muted:#a4b3a9;
  --footer-dim:#7c8b82;
  --footer-border:#1f3329;
  --footer-heading:#ffffff;
  --hero-veil-top:rgba(247,249,246,.84);
  --hero-veil-bottom:rgba(247,249,246,.90);
  --warn:#d97706;
  --radius:14px;
  --radius-lg:20px;
  --radius-pill:999px;
  --shadow-sm:0 1px 2px rgba(14,31,23,.04), 0 1px 1px rgba(14,31,23,.02);
  --shadow:0 8px 24px rgba(14,31,23,.06), 0 2px 6px rgba(14,31,23,.04);
  --shadow-lg:0 24px 60px rgba(14,31,23,.12), 0 6px 16px rgba(14,31,23,.06);
  --container:1180px;
  --container-narrow:880px;
  --header-h:74px;
}

.chunk-823g{
  width:100%;max-width:var(--container);
  margin:0 auto;padding:0 24px;
}
.stack-o7dk{max-width:var(--container-narrow)}

/* ============== BUTTONS ============== */
.frame-1gzz{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:12px 22px;border-radius:var(--radius-pill);
  font-family:'Manrope','Inter',sans-serif;font-weight:600;font-size:15px;
  letter-spacing:.005em;
  transition:transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  white-space:nowrap;cursor:pointer;
  border:1px solid transparent;
}
.wrapper-17fq{
  background:var(--accent);
  color:var(--on-accent);
  box-shadow:0 6px 14px rgba(var(--accent-rgb),.28);
}
.wrapper-17fq:hover{background:var(--accent-2);color:var(--on-accent-2);box-shadow:0 10px 22px rgba(var(--accent-rgb),.36);transform:translateY(-1px)}
.wrapper-17fq:active{transform:translateY(0);box-shadow:0 4px 10px rgba(var(--accent-rgb),.24)}
.slot-1rw4{color:var(--ink);background:transparent}
.slot-1rw4:hover{background:var(--surface-alt)}
.btn--outline{
  background:transparent;
  color:var(--accent-text);
  border-color:var(--accent);
}
.btn--outline:hover{background:var(--accent-soft);color:var(--accent-text)}
.segment-10rb{padding:15px 28px;font-size:16px}
.segment-12ek{width:100%}

/* ============== HEADER ============== */
.col-17sb{
  position:sticky;top:0;z-index:50;
  background:var(--header-bg);
  backdrop-filter:saturate(160%) blur(14px);
  -webkit-backdrop-filter:saturate(160%) blur(14px);
  border-bottom:1px solid var(--border);
}
.field-1h6k{
  display:flex;align-items:center;gap:28px;
  height:var(--header-h);
}
.widget-dlk4{
  display:inline-flex;align-items:center;gap:10px;
  font-family:'Manrope','Inter',sans-serif;font-weight:800;
  font-size:21px;color:var(--ink);letter-spacing:-.02em;
  flex-shrink:0;
}
.crate-is2y{
  width:38px;height:38px;border-radius:11px;
  display:inline-flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,var(--accent) 0%,var(--accent-2) 100%);
  color:var(--on-accent);
  box-shadow:0 6px 14px rgba(var(--accent-rgb),.32);
  flex-shrink:0;
}
.brand__name{line-height:1;color:var(--ink)}

/* Logo chip — overrides the SVG-fallback .crate-is2y gradient box. Sizing lives
   in CSS (not inline) so it can scale responsively at small breakpoints. The image
   uses max-height + max-width + object-fit:contain so non-square / wide wordmark
   logos scale to fit the chip without distortion or horizontal overflow. */
.holder-gflr{
  width:56px;height:56px;
  background:#fff; /* always a white plate so any brand logo stays legible, incl. on a dark theme */
  box-shadow:0 2px 8px rgba(14,31,23,.06);
  padding:4px;
}
.field-1h38{
  max-height:46px;max-width:100%;width:auto;height:auto;
  display:block;object-fit:contain;
}
.shell-hoji{width:48px;height:48px;box-shadow:none}
.card-1ygd{max-height:40px}
/* Smaller phones: shrink the header logo chip so a long brand name keeps room. */
@media (max-width:560px){
  .holder-gflr{width:46px;height:46px}
  .field-1h38{max-height:38px}
}

.primary-nav{
  display:flex;align-items:center;gap:4px;
  margin-left:8px;flex:1;
}
.primary-nav>a{
  padding:9px 14px;border-radius:8px;
  font-weight:500;font-size:15px;color:var(--text);
  transition:color .15s ease, background .15s ease;
}
.primary-nav>a:hover{color:var(--accent-text);background:var(--surface-alt)}
.primary-nav>.is-active,
.primary-nav>.current-page{color:var(--accent-text);background:var(--accent-soft);font-weight:600}

/* margin-left:auto keeps the auth cluster pinned right even when there is no
   .primary-nav (single-page sites) — without it the buttons collapse left.
   Harmless when nav IS present (nav's flex:1 already consumes the free space). */
.section-1lkd{display:flex;align-items:center;gap:10px;margin-left:auto}

/* Auth CTAs that live inside the mobile drawer. Hidden on desktop, where the
   horizontal nav + header CTAs already cover login/register. */
.nav-drawer-cta{display:none}

.nav-toggle{
  display:none;
  width:44px;height:44px;border-radius:11px;
  background:var(--surface-alt);
  border:1px solid var(--border);
  color:var(--ink);
  align-items:center;justify-content:center;
}
.nav-toggle .icon--close{display:none}
[data-nav-toggle][aria-expanded="true"] .icon--burger{display:none}
[data-nav-toggle][aria-expanded="true"] .icon--close{display:block}

@media (max-width:960px){
  /* Let the brand flex/ellipsis so long names never push the CTAs off-screen.
     The header CTAs stay a fixed-size cluster. */
  .field-1h6k{gap:12px}
  .widget-dlk4{flex:1 1 auto;min-width:0}
  .crate-is2y{flex-shrink:0}
  .brand__name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}

  /* Mobile nav drawer. NOTE: .col-17sb has backdrop-filter, which makes it
     the containing block for position:fixed descendants — a fixed drawer would
     collapse against the 74px header instead of the viewport. So the drawer is
     position:absolute, hung below the (sticky, z-index:50) header and sized to
     the remaining viewport height. dvh avoids the iOS URL-bar jump; vh is the
     fallback for older engines. */
  .primary-nav{
    position:absolute;top:100%;left:0;right:0;
    height:calc(100vh - var(--header-h));
    height:calc(100dvh - var(--header-h));
    flex-direction:column;align-items:stretch;gap:0;margin:0;
    padding:18px;
    background:var(--surface);
    border-top:1px solid var(--border);
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    transform:translateY(-8px);opacity:0;pointer-events:none;
    transition:opacity .2s ease, transform .2s ease;
  }
  .primary-nav.is-open{transform:none;opacity:1;pointer-events:auto}
  .primary-nav>a{padding:14px 16px;font-size:16px;border-radius:10px}
  .nav-toggle{display:inline-flex}

  /* Auth CTAs stay reachable on mobile. Compact them so they fit beside the
     brand. */
  .section-1lkd{flex-shrink:0;gap:8px}
  .section-1lkd .frame-1gzz{padding:8px 13px;font-size:13px}
  /* When a burger menu exists the drawer carries login (+register); the header
     keeps only the primary Register CTA visible to avoid crowding the burger.
     Single-page sites (no .header-inner--nav) keep both buttons in the header. */
  .header-inner--nav .section-1lkd .slot-1rw4{display:none}

  /* Auth CTAs inside the open drawer. */
  .nav-drawer-cta{
    display:flex;flex-direction:column;gap:10px;
    margin-top:10px;padding-top:18px;
    border-top:1px solid var(--border);
  }
  .nav-drawer-cta .frame-1gzz{padding:13px 18px;font-size:15px}
}

/* ============== HERO ============== */
.grid-1nt6{
  position:relative;
  padding:60px 0 80px;
  background:
    radial-gradient(900px 500px at 100% 0%, rgba(var(--accent-rgb),.10), transparent 60%),
    radial-gradient(700px 400px at 0% 80%, rgba(var(--accent-rgb),.06), transparent 70%),
    var(--bg);
  overflow:hidden;
}
/* Hero featured image (brand featured image / per-site override). Rendered as
   a real <picture>/<img> in intro.eta (so we can ship a desktop + mobile crop
   via <source media>), absolutely positioned behind the hero copy and cover-
   cropped. NO background-attachment:fixed anywhere (breaks on iOS). */
.group-174i{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
}
.group-174i img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}
/* Theme veil so the hero copy stays legible over any photo (light veil on a
   light theme, dark veil on a dark theme — driven by the palette). */
.pane-wtlb::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(var(--hero-veil-top), var(--hero-veil-bottom));
  pointer-events:none;
}
.wrap-c08j{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:48px;align-items:center;
}
.mark-j2qd .eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-family:'Manrope','Inter',sans-serif;
  font-weight:700;font-size:12.5px;letter-spacing:.10em;
  color:var(--accent-text);text-transform:uppercase;
  padding:6px 12px;border-radius:var(--radius-pill);
  background:var(--accent-soft);
  margin-bottom:18px;
}
.eyebrow__dot{
  width:6px;height:6px;border-radius:50%;background:var(--accent);
  box-shadow:0 0 0 3px rgba(var(--accent-rgb),.18);
}
.band-mbrx{font-size:3rem;line-height:1.08;margin-bottom:18px}
.band-mbrx .amount{
  color:var(--accent-text);
  background:linear-gradient(135deg,var(--accent) 0%,var(--accent-2) 100%);
  -webkit-background-clip:text;background-clip:text;
  -webkit-text-fill-color:transparent;
}
.wrap-m4l4{
  font-size:1.1rem;line-height:1.55;color:var(--text-muted);
  max-width:54ch;margin-bottom:28px;
}
.wrapper-1h9q{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:24px}

.hero__bullets{
  display:flex;gap:24px;flex-wrap:wrap;
  list-style:none;padding:0;margin:0;
  font-size:14px;color:var(--text-muted);
}
.hero__bullets li{
  display:inline-flex;align-items:center;gap:8px;margin:0;
}
.hero__bullets svg{color:var(--accent);flex-shrink:0}

/* hero bonus card (right side) */
.frame-1k6f{position:relative}
.face-fw9f{
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  padding:28px;
  box-shadow:var(--shadow-lg);
  position:relative;
  overflow:hidden;
}
.face-fw9f::before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(400px 200px at 100% 0%, rgba(var(--accent-rgb),.12), transparent 60%);
  pointer-events:none;
}
.module-e2a6{
  display:flex;align-items:center;justify-content:space-between;
  margin-bottom:14px;position:relative;
}
.plate-1qoo{
  display:inline-block;padding:5px 12px;border-radius:var(--radius-pill);
  background:var(--accent);color:var(--on-accent);
  font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
}
.bar-1i31{font-size:1rem;color:var(--text-muted);font-weight:500;margin-bottom:6px;position:relative}
.pane-192g{
  display:flex;align-items:baseline;gap:4px;
  font-family:'Manrope','Inter',sans-serif;font-weight:800;
  color:var(--ink);position:relative;
  margin-bottom:14px;
}
.segment-1h3m{font-size:2.6rem;line-height:1;color:var(--accent-text)}
.piece-twdi{font-size:14.5px;color:var(--text-muted);margin-bottom:18px;position:relative}

.body-153j{
  list-style:none;padding:0;margin:0 0 20px;position:relative;
}
.body-153j li{
  display:flex;align-items:center;justify-content:space-between;
  padding:11px 0;
  border-top:1px solid var(--border);
  font-size:14px;
  margin:0;
}
.body-153j li:first-child{border-top:0}
.body-153j span{color:var(--text-muted)}
.body-153j strong{color:var(--ink);font-weight:700}
.bonus-card__terms{
  font-size:12.5px;color:var(--text-muted);margin:14px 0 0;text-align:center;position:relative;
}
.bonus-card__terms a{color:var(--accent-text);text-decoration:underline}

@media (max-width:880px){
  .grid-1nt6{padding:40px 0 56px}
  .wrap-c08j{grid-template-columns:1fr;gap:36px}
  .band-mbrx{font-size:2.2rem}
}

/* ============== INFO STRIP (license / trust) ============== */
.info-strip{
  background:var(--surface);
  border-block:1px solid var(--border);
  padding:24px 0;
}
.info-strip__inner{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  text-align:center;
}
.info-item{
  display:flex;flex-direction:column;gap:4px;
  padding:0 8px;
}
.info-item__num{
  font-family:'Manrope','Inter',sans-serif;font-weight:800;
  font-size:1.6rem;color:var(--accent-text);line-height:1.15;
}
.info-item__lbl{font-size:13px;color:var(--text-muted)}

@media (max-width:720px){
  .info-strip__inner{grid-template-columns:repeat(2,1fr);gap:18px}
}

/* ============== SECTION HEAD ============== */
.cluster-1sd6{padding:64px 0}
.grid-1o25{
  display:flex;align-items:flex-end;justify-content:space-between;
  gap:24px;margin-bottom:36px;flex-wrap:wrap;
}
.area-1yd5{text-align:center;flex-direction:column;align-items:center}
.grid-1o25 .eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-family:'Manrope','Inter',sans-serif;
  font-weight:700;font-size:12px;letter-spacing:.10em;
  color:var(--accent-text);text-transform:uppercase;
  margin-bottom:8px;
}
.face-1s2v{font-size:1.9rem;line-height:1.15;margin:0}
.section-lede{font-size:1.05rem;color:var(--text-muted);max-width:60ch;margin-top:10px}

/* ============== BRIEF SECTIONS (from content) ============== */
.segment-e2ms{padding:56px 0;background:var(--surface);border-block:1px solid var(--border)}
.unit-bsxv{
  margin-bottom:48px;
}
.unit-bsxv:last-child{margin-bottom:0}
.unit-13nt{
  font-size:1.6rem;color:var(--ink);margin-bottom:14px;
  position:relative;padding-left:18px;
}
.unit-13nt::before{
  content:"";position:absolute;left:0;top:.4em;bottom:.4em;
  width:4px;border-radius:2px;
  background:linear-gradient(180deg,var(--accent) 0%,var(--accent-2) 100%);
}
.item-1wog{font-size:16.5px;line-height:1.7;color:var(--text)}
.brief-section__body--with-image{
  display:flow-root; /* contain the float so the text wraps around the image */
}
/* Floated SIDE image. Fixed display size so every block image is predictable and
   reserves its space (no layout shift) regardless of the source file's dimensions:
   40% of the 880px text column (max 400px wide), locked to a 4:3 card via
   aspect-ratio, object-fit:cover crops overflow without distortion.
   Recommended source: landscape, >= 800px wide (e.g. 800x600). */
.brief-section__img{
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  width:40%;max-width:400px;
  aspect-ratio:4 / 3;height:auto;
  object-fit:cover;
  float:right;margin:4px 0 18px 28px; /* image right, text wraps on the left */
}
.brief-section__img--left{
  float:left;margin:4px 28px 18px 0; /* image left, text wraps on the right */
}
/* Images embedded INSIDE the body copy (markdown / LLM HTML) — distinct from the
   floated side image above. Kept in-flow, centered and capped so a large source
   never overflows the text column or dominates the section. Scoped to the prose
   wrapper so it never clobbers the higher-specificity-sensitive side image. */
.chunk-1xqx img{
  display:block;
  max-width:100%;max-height:520px;
  width:auto;height:auto;
  margin:20px auto;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  object-fit:contain;
}
.item-1wog p{margin-bottom:.9rem}
.item-1wog h3{font-size:1.2rem;margin:1.5rem 0 .6rem;color:var(--ink)}
.item-1wog h4{font-size:1.05rem;margin:1.2rem 0 .5rem;color:var(--ink)}
.item-1wog a{color:var(--accent-text);text-decoration:underline}
.item-1wog ul li::marker{color:var(--accent)}
.item-1wog table{
  width:100%;border-collapse:collapse;margin:1rem 0;
  background:var(--surface-alt);
  border-radius:var(--radius);overflow:hidden;
  font-size:15px;
}
.item-1wog th,
.item-1wog td{
  padding:11px 14px;text-align:left;
  border-bottom:1px solid var(--border);
}
.item-1wog th{background:var(--accent-soft);color:var(--ink);font-weight:600}

@media (max-width:720px){
  .brief-section__img,
  .brief-section__img--left{float:none;width:100%;max-width:none;margin:0 0 16px}
}

/* ============== KEY FEATURES GRID (icon cards) ============== */
.features{background:var(--bg)}
.features__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.feature{
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:24px;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.feature:hover{
  transform:translateY(-2px);
  box-shadow:var(--shadow);
  border-color:var(--border-strong);
}
.feature__icon{
  width:48px;height:48px;border-radius:12px;
  display:inline-flex;align-items:center;justify-content:center;
  background:var(--accent-soft);
  color:var(--accent-text);
  margin-bottom:14px;
}
.feature__title{font-size:1.05rem;font-weight:700;margin-bottom:6px;color:var(--ink)}
.feature__text{font-size:14.5px;color:var(--text-muted);margin:0}

@media (max-width:880px){.features__grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.features__grid{grid-template-columns:1fr}}

/* ============== PAYMENTS TABLE ============== */
.deck-19mw{background:var(--surface);border-block:1px solid var(--border)}
.col-8sxt{
  width:100%;border-collapse:collapse;
  font-size:15px;
}
.col-8sxt th,
.col-8sxt td{
  padding:14px 16px;text-align:left;
  border-bottom:1px solid var(--border);
}
.col-8sxt th{
  background:var(--surface-alt);color:var(--ink);
  font-weight:600;font-size:13.5px;
  text-transform:uppercase;letter-spacing:.04em;
}
.col-8sxt tbody tr:hover{background:var(--accent-soft)}
.col-8sxt td:first-child{font-weight:600;color:var(--ink)}
.payments__grid-fallback{
  display:grid;grid-template-columns:repeat(6,1fr);gap:12px;
  margin-top:12px;
}
.payments__grid-fallback .pay__card{
  display:flex;align-items:center;justify-content:center;
  height:64px;border-radius:var(--radius);
  background:var(--surface);border:1px solid var(--border);
  font-family:'Manrope','Inter',sans-serif;font-weight:700;font-size:14px;
  color:var(--ink);
}
@media (max-width:720px){.payments__grid-fallback{grid-template-columns:repeat(3,1fr)}}

/* ============== HOW IT WORKS ============== */
.how{background:var(--bg)}
.how__steps{
  list-style:none;padding:0;margin:0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  counter-reset:step;
}
.how__step{
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:28px 24px;
  position:relative;
}
.how__num{
  display:inline-flex;align-items:center;justify-content:center;
  width:42px;height:42px;border-radius:50%;
  background:var(--accent-soft);
  color:var(--accent-text);
  font-family:'Manrope','Inter',sans-serif;font-weight:800;font-size:18px;
  margin-bottom:14px;
}
.how__step h4{font-size:1.1rem;margin-bottom:6px;color:var(--ink)}
.how__step p{font-size:14.5px;color:var(--text-muted);margin:0}

@media (max-width:760px){.how__steps{grid-template-columns:1fr}}

/* ============== FAQ ============== */
.grid-1oml{background:var(--surface);border-top:1px solid var(--border)}
.bit-1dne{
  max-width:760px;margin:0 auto;
}
.faq__item{
  border-bottom:1px solid var(--border);
}
.faq__item:first-child{border-top:1px solid var(--border)}
.faq__item summary{
  list-style:none;
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:20px 4px;cursor:pointer;
  font-family:'Manrope','Inter',sans-serif;
  font-weight:600;font-size:1rem;color:var(--ink);
}
.faq__item summary::-webkit-details-marker{display:none}
.faq__item summary:hover{color:var(--accent-text)}
.wrap-1f65{
  position:relative;width:18px;height:18px;flex-shrink:0;
  transition:transform .2s ease;
}
.wrap-1f65::before,
.wrap-1f65::after{
  content:"";position:absolute;background:var(--accent);
  border-radius:1px;
}
.wrap-1f65::before{left:0;right:0;top:50%;height:2px;margin-top:-1px}
.wrap-1f65::after{top:0;bottom:0;left:50%;width:2px;margin-left:-1px}
.faq__item[open] .wrap-1f65{transform:rotate(45deg)}
.tile-k4bz{
  padding:0 4px 22px;
  font-size:15.5px;line-height:1.65;color:var(--text);
}

/* ============== CTA STRIP ============== */
.rail-1x5d{
  padding:48px 0;
  background:linear-gradient(135deg,var(--accent) 0%,var(--accent-2) 100%);
  color:var(--on-accent);
}
.crate-1pt4{
  display:flex;align-items:center;justify-content:space-between;
  gap:28px;flex-wrap:wrap;
}
.rail-1x5d h3{
  color:var(--on-accent);font-size:1.7rem;margin-bottom:6px;
}
.rail-1x5d p{color:var(--on-accent);opacity:.9;margin:0}
.rail-1x5d .wrapper-17fq{
  background:var(--surface);color:var(--accent-text);
  box-shadow:0 8px 18px rgba(0,0,0,.18);
}
.rail-1x5d .wrapper-17fq:hover{background:var(--accent-soft);color:var(--accent-text)}

/* ============== FOOTER ============== */
.node-15d5{
  background:var(--footer-bg);
  color:var(--footer-text);
  padding:56px 0 0;
}
.block-bm8v{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:36px;
  padding-bottom:36px;
}
.rail-rtj5{
  grid-template-columns:1fr auto;
  align-items:center;
  gap:32px;
}
.section-1iqa{
  display:flex;flex-wrap:wrap;gap:8px 22px;
  justify-content:flex-end;
}
.section-1iqa a{
  font-size:14.5px;color:var(--footer-muted);padding:4px 0;
  transition:color .15s ease;
}
.section-1iqa a:hover{color:var(--footer-heading)}
.tray-1uwu h5{
  color:var(--footer-heading);font-size:14px;font-weight:700;
  text-transform:uppercase;letter-spacing:.06em;
  margin-bottom:14px;
}
.tray-1uwu a{
  display:block;padding:4px 0;font-size:14.5px;color:var(--footer-muted);
  transition:color .15s ease;
}
.tray-1uwu a:hover{color:var(--footer-heading)}
.frame-1uhl p{font-size:14px;color:var(--footer-muted);margin:14px 0 18px;max-width:36ch}
.node-15d5 .widget-dlk4{color:var(--footer-heading);font-size:20px}
.node-15d5 .brand__name{color:var(--footer-heading)}
.spot-czow{
  display:flex;align-items:center;gap:14px;flex-wrap:wrap;
  font-size:12px;color:var(--footer-dim);
}
.group-1sv2{
  display:inline-flex;align-items:center;justify-content:center;
  padding:5px 9px;border:1px solid var(--footer-border);border-radius:6px;
  font-weight:700;color:var(--footer-heading);letter-spacing:.04em;
}

.wrap-5im3{
  border-top:1px solid var(--footer-border);
  padding:28px 0 6px;
}
.box-16s5 + .box-16s5{margin-top:22px}
.tile-1jhl{
  text-align:center;font-size:11px;font-weight:700;
  letter-spacing:.18em;text-transform:uppercase;
  color:var(--footer-dim);margin-bottom:14px;
}
.module-8v7c{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:center;
  gap:10px 12px;max-width:760px;margin:0 auto;
}
.holder-2i1q{
  display:inline-flex;align-items:center;justify-content:center;
  background:var(--surface);border-radius:8px;padding:7px 10px;
  box-shadow:0 1px 2px rgba(0,0,0,.25);
}
.holder-2i1q img{height:22px;width:auto;object-fit:contain;display:block}

/* Factual brand legal line (licence / operator / established) — dark footer. */
.zone-1098{
  text-align:center;font-size:12px;line-height:1.5;
  color:var(--footer-dim);padding:14px 0 2px;
}

/* Verbatim game stats / providers under the games heading (light section). */
.bar-opfn,.widget-ocup{
  text-align:center;margin:0 0 16px;font-size:14px;
  color:inherit;opacity:.72;
}
.widget-ocup{font-size:13px;margin-top:-8px}

/* Operator bonus terms small-print under the bonuses grid (light section). */
.frame-1ffe{
  margin:18px auto 0;max-width:760px;text-align:center;
  font-size:12px;line-height:1.55;color:inherit;opacity:.62;
}

.band-15sk{
  border-top:1px solid var(--footer-border);
  padding:18px 0;
}
.layout-19ac{
  display:flex;align-items:center;justify-content:space-between;
  gap:18px;flex-wrap:wrap;
  font-size:13px;color:var(--footer-dim);
}

@media (max-width:880px){
  .block-bm8v{grid-template-columns:1fr 1fr;gap:28px}
}
@media (max-width:560px){
  .block-bm8v{grid-template-columns:1fr}
}

/* ============== TYPED BLOCKS ============== */

/* hero: single-column variant (when no bonus card aside) */
.hero__inner--single{grid-template-columns:1fr;text-align:left;max-width:780px}
.hero__inner--single .wrap-m4l4{margin-inline:0}
.hero__image{
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-lg);
  width:100%;height:auto;
  margin:6px 0 6px;
}
.frame-1k6f .hero__image{margin:0}

/* bonuses block */
.panel-cxvj{padding:64px 0;background:var(--bg)}
.group-1cuj{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:20px;
}
.stack-1h8y{
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  padding:24px;
  display:flex;flex-direction:column;gap:14px;
  box-shadow:var(--shadow-sm);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.stack-1h8y:hover{
  transform:translateY(-2px);
  box-shadow:var(--shadow);
  border-color:var(--border-strong);
}
.stack-wqxf{display:flex;flex-direction:column;gap:6px}
.panel-1dx2{
  font-family:'Manrope','Inter',sans-serif;font-weight:700;
  font-size:1.05rem;color:var(--ink);margin:0;
}
.piece-kfgs{
  display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;
  font-family:'Manrope','Inter',sans-serif;font-weight:800;margin:0;
}
.col-1u2j{
  font-size:2rem;line-height:1;
  background:linear-gradient(135deg,var(--accent) 0%,var(--accent-2) 100%);
  -webkit-background-clip:text;background-clip:text;
  -webkit-text-fill-color:transparent;color:var(--accent-text);
}
.body-1o4x{font-size:14px;font-weight:500;color:var(--text-muted);text-transform:lowercase}
.module-efm7{font-size:1.4rem;color:var(--ink);line-height:1}
.card-1xbr{font-size:14.5px;color:var(--text-muted);line-height:1.55}
.strip-gomu{
  list-style:none;padding:0;margin:0;
  display:flex;flex-direction:column;gap:0;
  border-top:1px solid var(--border);
}
.strip-gomu li{
  display:flex;align-items:center;justify-content:space-between;
  padding:10px 0;border-bottom:1px solid var(--border);
  font-size:14px;margin:0;
}
.strip-gomu li:last-child{border-bottom:0}
.strip-gomu span{color:var(--text-muted)}
.strip-gomu strong{color:var(--ink);font-weight:700}
.bonus-tile__code{
  font-family:'Manrope','Inter',sans-serif;letter-spacing:.08em;
  padding:4px 10px;background:var(--accent-soft);color:var(--accent-text);
  border-radius:6px;font-size:13px;
}

/* games block */
.holder-hss4{padding:64px 0;background:var(--surface);border-block:1px solid var(--border)}
.layout-bpsx{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(180px,1fr));
  gap:16px;
}
.slot-i4hj{
  display:flex;flex-direction:column;
  border-radius:var(--radius);
  background:var(--surface-alt);
  border:1px solid var(--border);
  overflow:hidden;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  color:var(--ink);
}
.slot-i4hj:hover{
  transform:translateY(-3px);
  box-shadow:var(--shadow);
  border-color:var(--accent);
}
.part-1u3h{
  aspect-ratio:4/3;
  background:linear-gradient(135deg, var(--accent-soft) 0%, var(--surface-alt) 100%);
  display:flex;align-items:center;justify-content:center;
  overflow:hidden;
}
.part-1u3h img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .3s ease;
}
.slot-i4hj:hover .part-1u3h img{transform:scale(1.05)}
.game-tile__placeholder{
  font-family:'Manrope','Inter',sans-serif;font-weight:800;
  font-size:2.4rem;color:var(--accent-text);
}
.unit-yb5z{
  padding:12px 14px;
  display:flex;flex-direction:column;gap:2px;
}
.region-15qw{
  font-weight:600;font-size:14.5px;color:var(--ink);
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.holder-gy3f{font-size:12.5px;color:var(--text-muted)}

/* payment block — extends .deck-19mw table */
.deck-19mw{padding:64px 0}
.body-1g0n{overflow-x:auto;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface)}
.body-1g0n .col-8sxt{margin:0}
.payments__icon{
  width:22px;height:22px;display:inline-block;vertical-align:middle;
  margin-right:8px;border-radius:4px;object-fit:contain;
}

@media (max-width:560px){
  .group-1cuj{grid-template-columns:1fr}
  .layout-bpsx{grid-template-columns:repeat(2,1fr)}
}

/* ============== UTILITY ============== */
.text-center{text-align:center}
.mt-0{margin-top:0}
.mb-0{margin-bottom:0}

/* Per-site footer disclaimer (it.vars.footerText) */
.footer__disclaimer{font-size:.8rem;line-height:1.55;opacity:.7;padding-top:14px;padding-bottom:14px;}
.footer__disclaimer a{color:inherit;text-decoration:underline;}

/* ============== TABLE OF CONTENTS (#6) ============== */
/* Rendered between the hero and the first content section when the showToc
   toggle is on. Links jump to per-section anchor ids assigned in
   buildMonoContent. scroll-margin offsets the sticky header. */
.toc-band{padding:18px 0;}
.toc{
  background:var(--surface-alt);
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  padding:18px 22px;
  box-shadow:var(--shadow-sm);
}
.toc__title{
  margin:0 0 10px;
  font-weight:700;
  font-size:.95rem;
  letter-spacing:.02em;
  color:var(--ink);
}
.toc__list{
  margin:0;
  padding:0 0 0 1.2em;
  display:grid;
  gap:6px;
}
.toc__item{color:var(--text-muted);}
.toc__link{
  color:var(--accent);
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:border-color .15s ease;
}
.toc__link:hover{border-bottom-color:var(--accent);}
/* Sticky-header-aware scroll offset for every anchored section. */
.unit-bsxv,.panel-cxvj,.holder-hss4,.deck-19mw,.grid-1oml{scroll-margin-top:calc(var(--header-h) + 16px);}

/* per-site palette overlay (mono-03) :: custom */
:root{
  --bg:#f3f3f3;
  --surface:#ffffff;
  --surface-alt:#ebecec;
  --border:#dadbdb;
  --border-strong:#c0c0c1;
  --text:#1f272a;
  --text-muted:#787d7e;
  --ink:#14191b;
  --accent:#0b0c10;
  --accent-rgb:11,12,16;
  --accent-2:#5d2618;
  --accent-soft:#e2e2e2;
  --accent-ring:rgba(11,12,16,.18);
  --on-accent:#ffffff;
  --on-accent-2:#ffffff;
  --accent-text:#5d2618;
  --footer-bg:#0e1f17;
  --footer-text:#c2cfc7;
  --footer-muted:#a4b3a9;
  --footer-dim:#7c8b82;
  --footer-border:#1f3329;
  --footer-heading:#ffffff;
  --header-bg:rgba(255,255,255,.94);
  --hero-veil-top:rgba(247,249,246,.84);
  --hero-veil-bottom:rgba(247,249,246,.90);
}

/* i7u6rh */
