/* BRAND-DERIVED EDITORIAL TEMPLATE */
@font-face {
  font-family: "Bricolage Grotesque";
  src: url("../fonts/bricolage-grotesque-latin-ext.woff2") format("woff2");
  font-style: normal; font-weight: 500 800; font-stretch: 75% 100%; font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Bricolage Grotesque";
  src: url("../fonts/bricolage-grotesque-latin.woff2") format("woff2");
  font-style: normal; font-weight: 500 800; font-stretch: 75% 100%; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin-ext.woff2") format("woff2");
  font-style: normal; font-weight: 500 800; font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin.woff2") format("woff2");
  font-style: normal; font-weight: 500 800; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --page: #070d15;
  --surface: #0d1826;
  --primary: #063f8d;
  --primary-hover: #295a9d;
  --title-accent: #5d82b5;
  --accent: #b0681c;
  --eyebrow-accent: #c08649;
  --action: #b0681c;
  --action-hover: #bb7d3c;
  --on-action: #111018;
  --text: #ffffff;
  --muted: #afb3b7;
  --line: rgba(176, 104, 28, 0.20);
  --font-heading: 'Bricolage Grotesque', sans-serif;
  --font-body: 'Manrope', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  margin: 0; min-width: 320px; overflow-x: hidden;
  background:
    radial-gradient(circle at 96% 4%, color-mix(in srgb, var(--primary) 22%, transparent), transparent 27rem),
    radial-gradient(circle at -8% 32%, color-mix(in srgb, var(--accent) 10%, transparent), transparent 24rem),
    var(--page);
  color: var(--text); font-family: var(--font-body); line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(100%, 1120px); margin: 0 auto; }

.site-header {
  position: sticky; z-index: 1000; top: 0; padding: 10px 10px 0;
  background: linear-gradient(180deg, color-mix(in srgb, var(--page) 97%, transparent), color-mix(in srgb, var(--page) 72%, transparent), transparent);
}
.header-inner {
  min-height: 66px; padding: 7px 8px 7px 9px; display: flex; align-items: center; gap: 8px;
  border: 1px solid var(--line); border-radius: 20px;
  background: color-mix(in srgb, var(--surface) 91%, transparent);
  box-shadow: 0 16px 40px rgba(0,0,0,.3); backdrop-filter: blur(18px);
}
.brand-mark {
  width: 72px; height: 52px; flex: 0 1 auto; display: flex; align-items: center;
  overflow: hidden; border-radius: 15px; color: var(--text);
  font-family: var(--font-heading); font-size: 16px; font-weight: 800; line-height: 1;
}
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-mark span { color: var(--action); }
.header-actions {
  margin-left: auto; display: flex; align-items: center; gap: 3px; padding: 3px;
  border: 1px solid color-mix(in srgb, var(--line) 70%, transparent); border-radius: 15px;
  background: rgba(255,255,255,.045);
}
.lg_2a5e81, .su_2a5e81, .menu-button {
  min-height: 42px; border: 0; border-radius: 11px; cursor: pointer; font-weight: 800;
}
.lg_2a5e81 { padding: 0 12px; background: transparent; }
.su_2a5e81 {
  padding: 0 13px; color: var(--on-action); background: linear-gradient(135deg, var(--action), var(--action-hover));
  box-shadow: 0 5px 18px color-mix(in srgb, var(--action) 22%, transparent);
  animation: register-button-breathe 4.8s ease-in-out infinite;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; will-change: transform, box-shadow;
}
.su_2a5e81:hover {
  animation-play-state: paused; transform: translateY(-1px) scale(1.025); filter: saturate(1.08);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--action) 42%, transparent), 0 0 26px color-mix(in srgb, var(--action) 30%, transparent);
}
.su_2a5e81:focus-visible { outline: 3px solid var(--text); outline-offset: 3px; }
@keyframes register-button-breathe {
  0%, 100% { transform: scale(1); box-shadow: 0 5px 18px color-mix(in srgb, var(--action) 22%, transparent), 0 0 0 color-mix(in srgb, var(--action) 0%, transparent); }
  50% { transform: scale(1.02); box-shadow: 0 7px 22px color-mix(in srgb, var(--action) 38%, transparent), 0 0 22px color-mix(in srgb, var(--action) 26%, transparent); }
}
.menu-button { width: 42px; margin-left: 2px; display: grid; place-content: center; background: rgba(255,255,255,.07); font-size: 0; }
.menu-button span, .menu-button::before, .menu-button::after {
  content: ""; width: 21px; height: 2px; display: block; border-radius: 2px; background: var(--text);
  transition: transform .2s ease, opacity .2s ease;
}
.menu-button span { margin: 5px 0; }
.menu-button[aria-expanded="true"] span { opacity: 0; }
.menu-button[aria-expanded="true"]::before { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"]::after { transform: translateY(-7px) rotate(-45deg); }
.site-menu {
  display: none; margin-top: 8px; padding: 8px; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px;
  border: 1px solid var(--line); border-radius: 16px; background: var(--surface);
}
.site-menu.open { display: grid; }
.site-menu a, .site-menu button {
  padding: 11px 12px; border: 1px solid var(--line); border-radius: 11px;
  color: var(--muted); background: rgba(255,255,255,.035); font-size: 12px; font-weight: 800; text-align: left; cursor: pointer;
}

.h_2a5e81 { padding: 24px 16px 0; }
.editorial-layout { display: flex; flex-direction: column; }
.hero-heading { order: 1; }
.hero-intro { order: 2; }
.hero-media { order: 3; }
.hero-eyebrow {
  display: flex; align-items: center; gap: 8px; margin: 0 0 11px;
  color: var(--eyebrow-accent); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase;
}
.hero-eyebrow::before { content: ""; width: 22px; height: 2px; border-radius: 2px; background: var(--eyebrow-accent); }
.hero-title {
  display: flex; align-items: baseline; flex-wrap: wrap; gap: 0 10px; margin: 0;
  font-family: var(--font-heading); font-size: clamp(42px, 12vw, 68px); font-weight: 800;
  line-height: .92; letter-spacing: -.055em;
}
.hero-title__brand { color: var(--text); }
.hero-title__casino {
  color: var(--title-accent);
  text-shadow: 0 0 24px color-mix(in srgb, var(--title-accent) 18%, transparent);
}
.hero-intro {
  max-width: 39rem; margin: 15px 0 20px; padding-left: 13px;
  border-left: 2px solid color-mix(in srgb, var(--primary) 72%, transparent);
  color: var(--muted); font-size: 15px; line-height: 1.55;
}
.hero-media {
  position: relative; min-height: 235px; overflow: hidden; display: block; isolation: isolate;
  border: 1px solid var(--line); border-radius: 30px; cursor: pointer;
  background: var(--surface); box-shadow: 0 28px 68px rgba(0,0,0,.42);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
  animation: hero-link-breathe 5.2s ease-in-out infinite;
  will-change: transform, box-shadow;
}
.hero-media::after {
  content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  border: 1px solid color-mix(in srgb, var(--action) 58%, transparent); border-radius: inherit;
  box-shadow: inset 0 0 24px color-mix(in srgb, var(--action) 12%, transparent);
  opacity: .46; animation: hero-link-ring 5.2s ease-in-out infinite;
}
.hero-media img {
  width: 100%; height: 100%; min-height: 235px; object-fit: contain; object-position: center;
  animation: hero-image-breathe 6.4s ease-in-out infinite; will-change: transform;
}
.hero-media:hover {
  animation-play-state: paused; transform: translateY(-3px) scale(1.008);
  border-color: var(--action); box-shadow: 0 32px 76px rgba(0,0,0,.48), 0 0 30px color-mix(in srgb, var(--action) 24%, transparent);
}
.hero-media:hover::after, .hero-media:hover img { animation-play-state: paused; }
.hero-media:hover img { transform: scale(1.016); }
.hero-media:focus-visible { outline: 3px solid var(--action); outline-offset: 4px; }

@keyframes hero-link-breathe {
  0%, 100% { transform: scale(1); box-shadow: 0 28px 68px rgba(0,0,0,.42), 0 0 0 color-mix(in srgb, var(--action) 0%, transparent); }
  50% { transform: scale(1.006); box-shadow: 0 30px 72px rgba(0,0,0,.46), 0 0 26px color-mix(in srgb, var(--action) 20%, transparent); }
}
@keyframes hero-link-ring { 0%, 100% { opacity: .38; } 50% { opacity: .82; } }
@keyframes hero-image-breathe { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.012); } }

.main-container { width: min(100%, 1120px); margin: 0 auto; padding: 24px 16px 48px; }
.slots-section { scroll-margin-top: 92px; }
.section-heading {
  margin: 0 0 16px; font-family: var(--font-heading); font-size: 31px; font-weight: 800;
  line-height: .98; letter-spacing: -.04em;
}
.category-nav { display: flex; gap: 7px; margin: 0 -16px 12px; padding: 2px 16px 7px; overflow-x: auto; scrollbar-width: none; }
.category-nav::-webkit-scrollbar { display: none; }
.cat-tab {
  flex: 0 0 auto; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px;
  color: var(--muted); background: rgba(255,255,255,.045); cursor: pointer; font-size: 11px; font-weight: 800;
}
.cat-tab.active { border-color: var(--action); color: var(--on-action); background: var(--action); }
.sg_2a5e81 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin-bottom: 34px; }
.slot-card {
  position: relative; min-width: 0; aspect-ratio: .78; overflow: hidden;
  border: 1px solid var(--line); border-radius: 18px; background: var(--surface);
  box-shadow: 0 12px 30px rgba(0,0,0,.22); cursor: pointer;
  transition: transform .18s ease, border-color .18s ease;
}
.slot-card:hover { transform: translateY(-3px); border-color: var(--primary); }
.slot-thumb, .slot-img { width: 100%; height: 100%; }
.slot-thumb { overflow: hidden; }
.slot-img { object-fit: cover; }
.slot-info { position: absolute; inset: auto 6px 6px; padding: 7px 8px; border: 1px solid var(--line); border-radius: 10px; background: color-mix(in srgb, var(--page) 80%, transparent); backdrop-filter: blur(9px); }
.slot-title { font-family: var(--font-body); font-size: 9px; font-weight: 800; line-height: 1.2; overflow-wrap: anywhere; }

.ps_2a5e81, .pay_2a5e81, .ab_2a5e81, .fb_2a5e81 {
  margin-bottom: 28px; padding: 24px 20px; border: 1px solid var(--line);
  border-radius: 28px 28px 68px 28px; background: color-mix(in srgb, var(--surface) 92%, transparent);
}
.article-context-block { margin: 30px -8px; padding: 22px 14px; }
.strip-title, .faq-title { margin: 0 0 18px; font-family: var(--font-heading); font-size: 24px; font-weight: 800; line-height: 1.05; }
.svg-logo-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.svg-logo-card { min-height: 72px; padding: 12px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; box-shadow: inset 0 0 0 1px rgba(15,9,19,.04); }
.svg-logo-card.logo-bg-light { background: #f5f3f8; }
.svg-logo-card.logo-bg-dark { background: #171722; }
.svg-logo-card img { width: 100%; max-width: 150px; height: 42px; object-fit: contain; }

.ab_2a5e81 { color: var(--muted); }
.ab_2a5e81 h2, .ab_2a5e81 h3 { font-family: var(--font-heading); color: var(--text); line-height: 1.15; }
.ab_2a5e81 h2 { margin: 30px 0 13px; font-size: 27px; }
.ab_2a5e81 h2:first-child { margin-top: 0; }
.ab_2a5e81 h3 { margin: 24px 0 10px; font-size: 20px; color: var(--action); }
.ab_2a5e81 .article-context-block .strip-title { margin: 0 0 18px; color: var(--text); font-size: 24px; line-height: 1.05; }
.ab_2a5e81 p, .ab_2a5e81 ul, .ab_2a5e81 ol { margin: 0 0 16px; font-family: var(--font-body); color: var(--muted); font-size: 16px; line-height: 1.68; }
.ab_2a5e81 ul, .ab_2a5e81 ol { padding-inline-start: 1.45rem; }
.ab_2a5e81 li { margin: .42rem 0; padding-inline-start: .2rem; font-family: var(--font-body); color: var(--muted); font-size: 16px; line-height: 1.68; }
.ab_2a5e81 li::marker { color: var(--action); }
.ab_2a5e81 a { color: var(--action); text-decoration: underline; text-underline-offset: 3px; }
.table-responsive { width: 100%; margin: 20px 0; overflow-x: auto; }
.lsi-table { width: 100%; min-width: 520px; border: 1px solid var(--line); border-collapse: separate; border-spacing: 0; font-size: 14px; }
.lsi-table th, .lsi-table td { padding: 12px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.lsi-table th { color: var(--on-action); background: var(--action); font-family: var(--font-heading); }
.lsi-table tr > *:last-child { border-right: 0; }
.lsi-table tr:last-child td { border-bottom: 0; }

.faq-item { margin-bottom: 9px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.025); }
.faq-q { width: 100%; padding: 14px; display: flex; justify-content: space-between; gap: 12px; border: 0; color: inherit; background: transparent; cursor: pointer; font-weight: 800; text-align: left; }
.faq-a { display: none; padding: 0 14px 14px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.faq-item.open .faq-a { display: block; }
.updated-block { display: flex; justify-content: center; margin: 4px 0 24px; }
.updated-block__box { padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: var(--surface); font-size: 11px; font-weight: 800; }

.site-footer { padding: 30px 16px 50px; border-top: 1px solid var(--line); background: color-mix(in srgb, var(--page) 84%, #000); text-align: center; }
.footer-trust-badges, .footer-official-badges { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 10px; }
.footer-trust-badges { margin-bottom: 18px; }
.trust-badge-item { padding: 5px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: var(--surface); font-size: 11px; font-weight: 800; }
.footer-official-badges { margin-bottom: 22px; }
.footer-official-badges a { min-width: 72px; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 7px; border-radius: 12px; background: rgba(255,255,255,.035); }
.footer-official-badges img { width: auto; max-width: 92px; height: 34px; object-fit: contain; opacity: .86; }
.footer-copy { color: var(--muted); font-size: 12px; }

.delayed-bonus-cta {
  position: fixed; z-index: 1200; left: 50%; bottom: max(12px, env(safe-area-inset-bottom));
  width: min(460px, calc(100% - 24px)); min-height: 78px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 10px 10px 10px 18px; border: 2px solid var(--page); border-radius: 22px;
  color: var(--on-action); background: linear-gradient(135deg, var(--action), var(--action-hover));
  box-shadow: 0 18px 46px rgba(0,0,0,.45), 0 0 28px color-mix(in srgb, var(--action) 22%, transparent);
  opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, calc(100% + 28px));
  transition: opacity .26s ease, transform .32s ease, visibility .32s; text-align: left;
}
.delayed-bonus-cta.visible { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.delayed-bonus-main {
  min-width: 0; flex: 1; padding: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px;
  border: 0; color: inherit; background: transparent; cursor: pointer; text-align: left;
}
.delayed-bonus-copy { min-width: 0; display: grid; gap: 2px; }
.delayed-bonus-copy small { font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; opacity: .64; }
.delayed-bonus-copy strong { font-family: var(--font-heading); font-size: 21px; line-height: 1.04; overflow-wrap: anywhere; }
.delayed-bonus-arrow { width: 50px; height: 50px; flex: 0 0 auto; display: grid; place-content: center; border-radius: 50%; color: var(--text); background: var(--page); font-size: 26px; }
.delayed-bonus-close {
  position: absolute; top: -9px; right: -7px; width: 28px; height: 28px; padding: 0;
  display: grid; place-content: center; border: 2px solid var(--page); border-radius: 50%;
  color: var(--text); background: var(--surface); box-shadow: 0 6px 18px rgba(0,0,0,.38);
  font-size: 20px; font-weight: 800; line-height: 1; cursor: pointer;
}

@media (min-width: 720px) {
  .site-header { padding: 14px 20px 0; }
  .header-inner { min-height: 74px; padding: 7px 9px 7px 11px; }
  .brand-mark { width: 105px; height: 58px; }
  .site-menu { grid-template-columns: repeat(5, minmax(0,1fr)); }
  .h_2a5e81 { padding: 48px 24px 0; }
  .editorial-layout { display: grid; grid-template-columns: .78fr 1.22fr; grid-template-rows: auto auto; align-items: start; gap: 0 52px; }
  .hero-heading { grid-column: 1; grid-row: 1; }
  .hero-intro { grid-column: 1; grid-row: 2; margin: 22px 0 0; }
  .hero-media { grid-column: 2; grid-row: 1 / span 2; min-height: 430px; }
  .hero-media img { min-height: 430px; object-fit: cover; object-position: 68% center; }
  .hero-title { display: block; font-size: clamp(58px, 6vw, 78px); }
  .hero-title span { display: block; }
  .main-container { padding: 50px 24px 68px; }
  .section-heading { font-size: 42px; }
  .category-nav { margin-inline: 0; padding-inline: 0; }
  .sg_2a5e81 { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
  .slot-info { inset: auto 10px 10px; padding: 9px 10px; }
  .slot-title { font-size: 12px; }
  .svg-logo-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .ps_2a5e81, .pay_2a5e81, .ab_2a5e81, .fb_2a5e81 { padding: 34px 38px; }
  .strip-title, .faq-title { font-size: 31px; }
  .delayed-bonus-cta { bottom: 24px; }
}

@media (max-width: 360px) {
  .site-header { padding-inline: 6px; }
  .header-inner { padding-inline: 7px; gap: 5px; }
  .brand-mark { width: 60px; height: 48px; }
  .lg_2a5e81, .su_2a5e81 { padding-inline: 9px; font-size: 12px; }
  .hero-title { font-size: 39px; }
  .hero-intro { font-size: 14px; }
  .hero-media, .hero-media img { min-height: 220px; }
  .main-container, .h_2a5e81 { padding-inline: 12px; }
  .category-nav { margin-inline: -12px; padding-inline: 12px; }
  .sg_2a5e81 { gap: 8px; }
  .delayed-bonus-copy strong { font-size: 19px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .su_2a5e81, .hero-media, .hero-media::after, .hero-media img { animation: none !important; transform: none; }
}
