
:root {
  --bg: #080a18;
  --panel: #14182b;
  --panel-soft: #202847;
  --text: #f8fafc;
  --muted: #a8b0c2;
  --gold: #ffcf3b;
  --gold-2: #ff8a1f;
  --green: #35d6ff;
  --deep: #10142a;
  --line: rgba(255, 255, 255, .1);
  --content: #14182b;
  --body: #e7ebf5;
  --max: 1360px;
  --radius: 8px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--body);
  background: #080a18;
  line-height: 1.65;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 76% 10%, rgba(255, 126, 31, .18), transparent 28%),
    radial-gradient(circle at 22% 22%, rgba(31, 147, 255, .2), transparent 34%),
    linear-gradient(145deg, rgba(255, 196, 43, .1), transparent 32%),
    #080a18;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.rlsn-site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(9, 12, 27, .96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(0,0,0,.34);
  backdrop-filter: blur(12px);
}
.rlsn-header-inner {
  min-height: 78px; width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 26px;
}
.rlsn-logo { flex: 0 0 auto; }
.rlsn-logo img { width: 150px; max-height: 64px; object-fit: contain; }
.rlsn-site-nav { display: flex; align-items: center; gap: 22px; font-size: 15px; font-weight: 800; text-transform: none; color: #fff; flex: 1 1 auto; flex-wrap: nowrap; justify-content: flex-end; min-width: 0; }
.rlsn-site-nav a { text-decoration: none; white-space: nowrap; padding: 0; border-radius: 0; background: transparent; border: 0; }
.rlsn-site-nav a:hover, .rlsn-site-nav a.is-active { background: transparent; color: var(--slot-yellow); }
.rlsn-header-actions { display: flex; gap: 10px; flex: 0 0 auto; }
.rlsn-btn, .rlsn-header-actions a {
  display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 20px;
  border-radius: 8px; border: 1px solid rgba(255,255,255,.18); background: linear-gradient(180deg, #ffb13b, #f36b20 55%, #d84814);
  color: #fff; font-weight: 900; line-height: 1; text-decoration: none; box-shadow: 0 12px 26px rgba(255,111,31,.28);
}
.rlsn-btn-dark { background: #252c40 !important; color: #fff !important; border-color: rgba(255,255,255,.18) !important; box-shadow: none !important; }
.rlsn-menu-toggle,
.rlsn-nav-toggle { display: none; min-width: 44px; height: 44px; border: 0; border-radius: 8px; background: #252c40; color: #fff; font: 800 13px/1 var(--font, inherit); padding: 0 12px; }
.rlsn-menu-toggle span { display: block; height: 3px; margin: 7px 6px; background: currentColor; }
.rlsn-hero { color: #fff; border-bottom: 1px solid var(--line); background: #0f1420; background-size: cover; background-position: center; }
.rlsn-hero-inner { min-height: 430px; padding: 74px max(24px, calc((100vw - var(--max)) / 2)) 70px; display: grid; grid-template-columns: minmax(300px, 590px) 1fr; align-items: center; gap: 30px; background: linear-gradient(90deg, rgba(9,11,18,.92), rgba(18,31,68,.74) 48%, rgba(255,230,0,.08)); }
.rlsn-hero-kicker { color: #ffe600; font-weight: 900; text-transform: uppercase; letter-spacing: .02em; }
h1,h2,h3 { margin: 0 0 18px; color: var(--text); line-height: 1.15; }
.rlsn-hero h1 { color: #fff; font-size: clamp(34px, 3vw, 54px); max-width: 720px; text-shadow: 0 3px 18px rgba(0,0,0,.75); }
.rlsn-hero p { max-width: 640px; margin: 0 0 26px; color: rgba(255,255,255,.9); font-size: 18px; }
.rlsn-section { padding: 64px 20px; }
.rlsn-container { width: 100%; max-width: var(--max); margin: 0 auto; }
.rlsn-content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 28px; align-items: start; }
.rlsn-review-content, .rlsn-side-box { background: rgba(23,27,39,.96); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 18px 42px rgba(0,0,0,.28); }
.rlsn-review-content { padding: 30px; min-width: 0; }
.rlsn-review-content p { margin: 0 0 18px; }
.rlsn-review-content h2 { margin-top: 34px; font-size: 28px; color: var(--gold); }
.rlsn-review-content h3 { margin-top: 24px; font-size: 21px; color: #ffffff; }
.rlsn-review-content ul, .rlsn-review-content ol { padding-left: 22px; margin: 0 0 22px; }
.rlsn-review-content li { margin: 7px 0; }
.rlsn-review-content table { display: block; width: 100%; max-width: 100%; border-collapse: collapse; margin: 22px 0; overflow-x: auto; border-radius: 8px; }
.rlsn-review-content thead, .rlsn-review-content tbody { display: table; width: 100%; min-width: 620px; table-layout: fixed; }
.rlsn-review-content th, .rlsn-review-content td { border: 1px solid rgba(255,255,255,.1); padding: 11px 12px; vertical-align: top; }
.rlsn-review-content th { background: #252c40; color: #fff; text-align: left; }
.rlsn-review-content tr:nth-child(even) td { background: rgba(255,255,255,.035); }
.rlsn-article-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 22px; color: var(--muted); font-size: 14px; }
.rlsn-article-meta span { background: rgba(255,230,0,.1); border: 1px solid rgba(255,230,0,.2); padding: 7px 10px; border-radius: 999px; }
.rlsn-article-figure { margin: 26px 0; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #111622; }
.rlsn-article-figure img { width: 100%; aspect-ratio: 16/7.5; object-fit: cover; }
.rlsn-article-figure figcaption { padding: 10px 12px; color: var(--muted); font-size: 13px; }
.rlsn-author-box { display: grid; grid-template-columns: 96px 1fr; gap: 18px; margin-top: 34px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #111622; }
.rlsn-author-avatar { width: 96px; height: 96px; border-radius: 50%; object-fit: contain; background: #090b12 url('/assets/img/buffalo-fav.webp') center / cover no-repeat; border: 2px solid var(--gold); }
.rlsn-author-body p { margin: 6px 0 10px; color: var(--muted); }
.rlsn-author-body strong { color: var(--gold); font-size: 18px; }
.rlsn-author-links { display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: 13px; }
.rlsn-sidebar { position: sticky; top: 84px; }
.rlsn-side-box { padding: 18px; }
.rlsn-side-box strong { display: block; margin-bottom: 12px; color: var(--gold); font-size: 18px; }
.rlsn-toc-nav { display: grid; gap: 6px; margin-bottom: 18px; max-height: 62vh; overflow: auto; padding-right: 4px; }
.rlsn-toc-nav a { text-decoration: none; padding: 8px 9px; border-radius: 8px; background: rgba(255,255,255,.06); color: var(--body); font-size: 13px; line-height: 1.25; }
.rlsn-toc-nav a:hover { background: rgba(255,230,0,.16); color: #fff; }
.rlsn-toc-sub { margin-left: 12px; opacity: .9; }
.rlsn-site-footer { background: #0f1420; border-top: 1px solid rgba(255,255,255,.14); }
.rlsn-footer-main { padding: 38px 20px; display: grid; grid-template-columns: minmax(180px, .8fr) minmax(260px, 1.2fr) minmax(260px, 1.2fr) minmax(170px, .7fr); gap: 24px; align-items: start; }
.rlsn-footer-badges { display: grid; gap: 14px; align-content: start; justify-items: start; }
.rlsn-footer-badge { display: flex; gap: 10px; align-items: center; color: #fff; }
.rlsn-footer-badge img { max-width: 160px; object-fit: contain; }
.rlsn-footer-badge-text { width: 76px; height: 54px; border-radius: 8px; border: 1px solid rgba(255,255,255,.24); justify-content: center; flex-direction: column; font-weight: 900; color: #ffcf75; }
.rlsn-footer-badge-text small { color: rgba(255,255,255,.74); font-size: 10px; }
.rlsn-footer-copy-block p { margin: 0 0 16px; color: rgba(255,255,255,.78); }
.rlsn-footer-menu { display: grid; gap: 10px; align-content: start; }
.rlsn-footer-menu a { color: #ffe600; text-decoration: none; }
.rlsn-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 20px; }
.rlsn-footer-bottom .rlsn-container { display: flex; justify-content: space-between; gap: 20px; color: #fff; }
.buffalo-footer { background: #060816; border-top: 1px solid rgba(53,214,255,.14); }
.buffalo-footer .rlsn-footer-main { max-width: 1180px; grid-template-columns: .85fr 1.45fr 1.25fr .8fr; gap: 28px; padding: 42px 20px; }
.license-logos { display: flex; flex-wrap: wrap; gap: 12px; align-content: start; }
.license-logos a { display: inline-flex; align-items: center; justify-content: center; width: 132px; min-height: 50px; padding: 8px; border-radius: 6px; background: #10142a; border: 1px solid rgba(53,214,255,.16); }
.license-logos img { max-width: 100%; max-height: 34px; object-fit: contain; }
.responsible-gambling-text p { margin: 0 0 14px; color: rgba(255,255,255,.76); font-size: 14px; line-height: 1.65; }
.responsible-gambling-text strong { color: #fff; }
.responsible-gambling-text a { color: var(--slot-yellow); text-decoration: none; }
.buffalo-footer .rlsn-footer-menu { gap: 8px; }
.buffalo-footer .rlsn-footer-menu a { color: rgba(255,255,255,.84); font-size: 14px; text-decoration: none; }
.buffalo-footer .rlsn-footer-menu a:hover { color: var(--slot-yellow); }
.buffalo-footer .rlsn-footer-bottom { background: #0b0b0c; text-align: center; }
.buffalo-footer .rlsn-footer-bottom .rlsn-container { justify-content: center; color: rgba(255,255,255,.78); }
.site-footer {
  margin-top: 70px;
  background: #060816;
  border-top: 1px solid rgba(53,214,255,.14);
  color: rgba(255,255,255,.78);
}
.footer-shell {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  padding: 42px 0 0;
}
.footer-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-logos img {
  max-width: 156px;
  max-height: 42px;
  object-fit: contain;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 6px;
  background: #10142a;
}
.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  padding: 36px 0 26px;
}
.footer-columns h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  text-transform: none;
}
.footer-columns p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.7;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.1);
}
.footer-links a {
  color: rgba(255,255,255,.84);
  font-size: 14px;
  text-decoration: none;
}
.footer-links a:hover { color: var(--slot-yellow); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.64);
  font-size: 13px;
}
@media (max-width: 1100px) {
  .rlsn-header-inner { flex-wrap: wrap; padding: 10px 16px; }
  .rlsn-site-nav { order: 3; width: 100%; flex-basis: 100%; flex-wrap: wrap; justify-content: flex-start; }
  .rlsn-content-layout, .rlsn-footer-main { grid-template-columns: 1fr; }
  .buffalo-footer .rlsn-footer-main { grid-template-columns: 1fr 1fr; }
  .rlsn-sidebar { position: static; width: min(100%, 520px); }
}
@media (max-width: 760px) {
  .rlsn-menu-toggle,
  .rlsn-nav-toggle { display: block; }
  .rlsn-site-nav { display: none; }
  .rlsn-site-nav.rlsn-is-open { display: grid; grid-template-columns: 1fr 1fr; }
  .rlsn-header-actions { width: 100%; }
  .rlsn-header-actions a { flex: 1; }
  .rlsn-hero-inner { min-height: 360px; grid-template-columns: 1fr; padding: 54px 20px; }
  .rlsn-review-content { padding: 20px; }
  .rlsn-author-box { grid-template-columns: 1fr; }
  .rlsn-footer-bottom .rlsn-container { flex-direction: column; }
  .buffalo-footer .rlsn-footer-main { grid-template-columns: 1fr; }
  .license-logos a { width: calc(50% - 6px); }
  .footer-shell { width: min(100% - 28px, 1180px); }
  .footer-columns { grid-template-columns: 1fr; gap: 22px; }
  .footer-bottom { flex-direction: column; }
  .footer-logos img { max-width: calc(50% - 7px); }
}

/* Slot review visual layer */
:root {
  --slot-bg: #080a18;
  --slot-panel: #171126;
  --slot-panel-2: #10142a;
  --slot-red: #f36b20;
  --slot-yellow: #ffcf3b;
  --slot-blue: #35d6ff;
}
body { background: var(--slot-bg); }
body::before {
  background:
    radial-gradient(circle at 70% 6%, rgba(255,126,31,.18), transparent 28%),
    radial-gradient(circle at 18% 20%, rgba(53,214,255,.16), transparent 34%),
    linear-gradient(180deg, #090b1a, #080a18 46%, #070713);
}
.rlsn-site-header { background: rgba(8,10,24,.96); box-shadow: none; }
.rlsn-header-inner { max-width: 1180px; min-height: 70px; }
.slot-logo { display: inline-flex; align-items: center; width: 220px; text-decoration: none; transform: none; }
.slot-logo img { width: 100%; max-height: 54px; object-fit: contain; }
.slot-nav { justify-content: flex-end; gap: 22px; text-transform: none; font-size: 15px; }
.slot-nav a { background: transparent; border: 0; border-radius: 0; padding: 0; }
.slot-nav a:hover { color: var(--slot-yellow); background: transparent; }
.rlsn-btn, .rlsn-header-actions a { min-height: 54px; border-radius: 999px; border: 0; background: linear-gradient(180deg, #ff9e35, #f36b20 55%, #d84a16); color: #fff; box-shadow: 0 14px 30px rgba(243,107,32,.34); padding: 14px 28px; text-transform: none; }
.rlsn-btn-dark { background: #263354 !important; color: #eaf6ff !important; }
.slot-hero { background: linear-gradient(135deg, #171126, #101a34 55%, #241226); border-bottom: 1px solid rgba(53,214,255,.18); }
.slot-hero-inner { width: min(100% - 40px, 1180px); min-height: 545px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 520px); gap: 48px; align-items: center; padding: 58px 0; }
.slot-hero h1 { font-size: clamp(42px, 5vw, 72px); max-width: 720px; margin-bottom: 22px; color: #fff; font-weight: 500; }
.slot-rating { display: flex; align-items: center; gap: 18px; margin-bottom: 28px; }
.slot-rating span { color: var(--slot-yellow); letter-spacing: 2px; }
.slot-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 32px; }
.slot-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; max-width: 610px; }
.slot-facts div { min-height: 92px; display: grid; place-items: center; padding: 18px; background: rgba(5,10,28,.72); border: 1px solid rgba(53,214,255,.14); border-radius: 8px; text-align: center; }
.slot-facts span { color: #7edfff; text-transform: uppercase; font-weight: 900; letter-spacing: .08em; }
.slot-facts strong { color: #fff; }
.slot-hero-art img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 8px; box-shadow: 0 22px 50px rgba(0,0,0,.35); }
.slot-hero-art img[src*="buffalo-power-2"] {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #080a18;
}
.rlsn-section { padding: 58px 20px; }
.rlsn-container { max-width: 1180px; }
.rlsn-content-layout { display: block; }
.rlsn-review-content { max-width: 1180px; margin: 0 auto; background: transparent; border: 0; box-shadow: none; padding: 0; font-size: 20px; color: #c8c8ca; }
.rlsn-review-content h2 { color: #fff; font-size: clamp(32px, 4vw, 58px); font-weight: 500; margin-top: 64px; }
.rlsn-review-content h3 { color: #fff; }
.rlsn-review-content table { background: #12182b; border-radius: 8px; }
.rlsn-review-content th { background: #1f2a49; }
.rlsn-review-content th, .rlsn-review-content td { border-color: rgba(255,255,255,.1); }
.rlsn-sidebar { display: none; }
.slot-author-line {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  margin: 60px 0 0;
  padding: 24px;
  border: 1px solid rgba(53,214,255,.16);
  border-radius: 8px;
  background: rgba(14,18,38,.94);
  color: #fff;
  box-shadow: 0 18px 42px rgba(0,0,0,.24);
}
.slot-faq + .slot-author-line { margin-top: 46px; }
.slot-author-line img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255,207,59,.75);
  box-shadow: 0 10px 24px rgba(0,0,0,.28);
}
.slot-author-line strong {
  display: block;
  margin: 0 0 4px;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}
.slot-author-line p {
  max-width: 940px;
  margin: 0 0 9px;
  color: #d6d6d8;
  font-size: 15px;
  line-height: 1.6;
}
.slot-author-line p[itemprop="jobTitle"] {
  color: var(--slot-yellow);
  font-weight: 800;
}
.slot-author-line p:last-child {
  margin-bottom: 0;
  color: #a8a8ab;
  font-size: 14px;
}
.slot-editor-note { margin: 0 0 28px; padding: 24px 28px; border-left: 5px solid var(--slot-yellow); border-radius: 8px; background: #14182b; color: #d7e2f6; font-style: italic; box-shadow: 0 20px 50px rgba(0,0,0,.22); }
.slot-editor-note strong { color: var(--slot-yellow); }
.slot-toc { margin: 0 0 54px; border: 1px solid rgba(53,214,255,.16); border-radius: 8px; background: rgba(10,14,31,.88); overflow: hidden; }
.slot-toc summary { display: flex; align-items: center; justify-content: space-between; cursor: pointer; padding: 18px 22px; color: #fff; font-weight: 800; list-style: none; }
.slot-toc summary::-webkit-details-marker { display: none; }
.slot-toc[open] summary b { transform: rotate(45deg); }
.slot-toc nav { display: grid; padding: 8px 22px 18px; }
.slot-toc a { padding: 12px 0; text-decoration: none; border-top: 1px solid rgba(53,214,255,.1); color: #e7e7e8; font-weight: 700; }
.slot-section-kicker { color: var(--slot-yellow); text-transform: uppercase; font-weight: 900; letter-spacing: .08em; }
.slot-casinos { margin: 54px 0; }
.slot-casino-list { display: grid; gap: 18px; margin-top: 24px; }
.slot-casino-card { position: relative; display: grid; grid-template-columns: 120px 1fr 280px; gap: 28px; align-items: center; min-height: 170px; padding: 28px; border-radius: 8px; background: linear-gradient(135deg, rgba(20,24,43,.96), rgba(18,24,48,.96)); border: 1px solid rgba(53,214,255,.14); overflow: hidden; }
.slot-casino-card.is-top { border-color: var(--slot-yellow); }
.slot-ribbon { position: absolute; left: -36px; top: 16px; width: 138px; transform: rotate(-45deg); background: linear-gradient(180deg, #ffd966, #f49b24); color: #101010; text-align: center; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.slot-casino-logo { width: 92px; height: 92px; display: grid; place-items: center; border-radius: 8px; background: #090b12; color: #fff; font-weight: 900; text-align: center; }
.slot-casino-card h3 { margin: 0 0 8px; }
.slot-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.slot-tags span { padding: 3px 8px; border: 1px solid rgba(53,214,255,.18); border-radius: 4px; color: #9da6bb; font-size: 13px; }
.slot-casino-offer { display: grid; justify-items: end; gap: 8px; text-align: right; }
.slot-casino-offer span, .slot-casino-offer small { color: #8690a6; text-transform: uppercase; font-size: 12px; font-weight: 800; }
.slot-casino-offer strong { color: #fff; font-size: 23px; }
.slot-card-grid, .slot-review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.slot-game-card, .slot-review-grid article { display: block; padding: 20px; border-radius: 8px; background: #14182b; border: 1px solid rgba(53,214,255,.12); text-decoration: none; }
.slot-game-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 6px; margin-bottom: 18px; }
.slot-game-card strong, .slot-review-grid h3 { color: var(--slot-yellow); font-size: 24px; }
.slot-game-card span, .slot-review-grid p { color: #e4e4e5; }
.slot-review-grid article span { color: var(--slot-yellow); font-weight: 800; }
.slot-faq details { margin: 12px 0; padding: 18px 22px; border: 1px solid rgba(53,214,255,.14); border-radius: 8px; background: #14182b; }
.slot-faq summary { color: var(--slot-yellow); cursor: pointer; font-weight: 900; }
.slot-demo-page { padding: 70px 20px 34px; background: #080a18; }
.slot-demo-wrap { width: min(100%, 1180px); margin: 0 auto; }
.slot-demo-wrap h1 { font-size: clamp(42px, 5vw, 72px); font-weight: 500; color: #fff; margin-bottom: 18px; }
.slot-demo-wrap > p { max-width: 620px; color: #c8c8ca; font-size: 20px; }
.slot-demo-frame { position: relative; min-height: 520px; aspect-ratio: 16 / 9; margin-top: 28px; border: 1px solid rgba(53,214,255,.16); border-radius: 8px; overflow: hidden; background: #10142a; box-shadow: 0 22px 50px rgba(0,0,0,.36); }
.slot-demo-frame iframe { width: 100%; height: 100%; min-height: inherit; border: 0; background: #080a18; display: block; }
.slot-demo-frame img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.5); }
.slot-demo-iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: #080a18; opacity: 0; pointer-events: none; }
.slot-demo-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 20px; }
.slot-demo-frame-active .slot-demo-iframe { opacity: 1; pointer-events: auto; }
.slot-demo-frame-active img,
.slot-demo-frame-active .slot-demo-overlay { display: none; }
.slot-demo-message { margin: 18px 0 0; color: var(--slot-yellow) !important; }
.slot-demo-cta { display: flex; justify-content: center; margin-top: 28px; }
.home-review-head { background: #0a0d1e; border-bottom: 1px solid rgba(53,214,255,.12); }
.home-review-head .page-content { padding-bottom: 20px; }
.page-toc-wrap {
  width: min(100% - 40px, 1180px);
  margin: 34px auto 0;
}
.page-toc-wrap + .rlsn-section {
  padding-top: 24px;
}
.home-review-head,
.page-toc-wrap,
.page-content,
.where-play,
.related-slots,
.site-footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 900px;
}
.where-play { margin: 46px 0 54px; }
.where-play .section-kicker { color: var(--slot-yellow); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 10px; }
.casino-list { display: grid; gap: 18px; margin-top: 24px; }
.casino-card {
  position: relative;
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 190px;
  gap: 24px;
  align-items: center;
  min-height: 128px;
  padding: 20px 26px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(20,24,43,.96), rgba(18,24,48,.96));
  border: 1px solid rgba(53,214,255,.14);
  overflow: hidden;
}
.casino-card.is-top { border-color: var(--slot-yellow); }
.casino-rank { position: absolute; left: -34px; top: 18px; width: 136px; transform: rotate(-45deg); background: linear-gradient(180deg, #ffd966, #f49b24); color: #101010; text-align: center; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.casino-ribbon { position: absolute; left: -34px; top: 18px; width: 136px; transform: rotate(-45deg); background: linear-gradient(180deg, #ffd966, #f49b24); color: #101010; text-align: center; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.casino-logo-box { width: 190px; height: 78px; display: flex; align-items: center; justify-content: center; padding: 12px 18px; border-radius: 8px; background: rgba(4,7,18,.92); border: 1px solid rgba(53,214,255,.08); }
.casino-logo-box img { width: 100%; max-width: 168px; max-height: 54px; object-fit: contain; }
.casino-copy {
  align-self: center;
  display: flex;
  min-height: 78px;
  flex-direction: column;
  justify-content: center;
}
.casino-main { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 28px; align-items: center; }
.casino-logo { width: 190px; min-height: 84px; display: flex; align-items: center; justify-content: flex-start; }
.casino-logo img { display: block; width: 170px; max-width: 100%; height: auto; object-fit: contain; }
.casino-card h3 { margin: 0 0 8px; color: var(--slot-yellow); font-size: 28px; line-height: 1.1; }
.casino-card strong { display: block; color: #fff; font-size: 22px; margin-bottom: 8px; }
.casino-card p { margin: 0; color: #c8d3ea; line-height: 1.35; }
.casino-card > div:last-child { align-self: center; display: grid; justify-items: end; align-items: center; gap: 10px; text-align: right; }
.casino-card > div:last-child a { display: inline-flex; align-items: center; justify-content: center; width: 154px; min-height: 46px; padding: 12px 18px; border-radius: 999px; background: var(--slot-red); color: #fff; font-weight: 900; text-decoration: none; }
.casino-card > div:last-child .casino-review-btn {
  width: 154px;
  min-height: 38px;
  padding: 9px 18px;
  background: transparent;
  color: #bfeeff;
  border: 1px solid rgba(53,214,255,.28);
  box-shadow: none;
  font-size: 14px;
}
.casino-card > div:last-child .casino-review-btn:hover {
  color: #fff;
  border-color: rgba(53,214,255,.55);
}
.related-slots { margin: 58px 0 12px; }
.related-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.related-card { display: block; padding: 18px; border-radius: 8px; background: #14182b; border: 1px solid rgba(53,214,255,.12); text-decoration: none; }
.related-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; margin: 0 0 14px; }
.related-card strong { color: var(--slot-yellow); font-size: 20px; }
.subpage-hero { background: linear-gradient(135deg, #171126, #101a34 55%, #241226); border-bottom: 1px solid rgba(53,214,255,.18); }
.subpage-hero-inner { width: min(100% - 40px, 1180px); min-height: 430px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 520px); gap: 44px; align-items: center; padding: 58px 0; }
.subpage-hero h1 { font-size: clamp(40px, 5vw, 70px); font-weight: 500; color: #fff; margin-bottom: 18px; }
.subpage-hero p { max-width: 650px; color: #c8c8ca; font-size: 19px; margin-bottom: 24px; }
.subpage-hero img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 8px; box-shadow: 0 22px 50px rgba(0,0,0,.35); }
.page-content h2:first-child { margin-top: 0; }
.page-content figure.rlsn-article-figure { margin: 30px 0; }
.page-content figure.rlsn-article-figure img { width: 100%; aspect-ratio: auto; object-fit: contain; background: #080a18; }
.page-content figure.rlsn-article-figure figcaption,
.screenshot-grid figcaption {
  padding: 10px 12px;
  color: rgba(255,255,255,.68);
  font-size: 14px;
}
.symbol-cell {
  display: flex;
  align-items: center;
  gap: 10px;
}
.symbol-cell img {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  object-fit: contain;
}
.symbol-cell-ranks {
  flex-wrap: wrap;
}
.symbol-cell-ranks img {
  width: 34px;
  height: 34px;
}
.screenshot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0 36px;
}
.screenshot-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: #080a18;
}
.screenshot-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.page-content blockquote { margin: 24px 0; padding: 22px 26px; border-left: 4px solid var(--slot-yellow); border-radius: 8px; background: #14182b; color: #e7e7e8; }
.page-content a { color: var(--slot-yellow); }
.page-content .slot-author-line { margin-top: 54px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); }
.compact-demo { padding-top: 34px; }
@media (max-width: 900px) {
  .slot-hero-inner, .slot-casino-card, .subpage-hero-inner { grid-template-columns: 1fr; }
  .slot-casino-offer { justify-items: start; text-align: left; }
  .slot-card-grid, .slot-review-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .rlsn-header-actions { width: auto; }
  .slot-nav.rlsn-is-open { grid-template-columns: 1fr; width: 100%; background: #10142a; padding: 14px; border-radius: 8px; }
  .slot-hero-inner { width: min(100% - 28px, 1180px); min-height: auto; padding: 42px 0; }
  .slot-facts { grid-template-columns: 1fr; }
  .rlsn-review-content { font-size: 17px; }
  .slot-demo-page { padding: 34px 0 28px; }
  .slot-demo-wrap { width: 100%; padding: 0 14px; }
  .slot-demo-wrap h1 { font-size: 42px; line-height: 1.04; }
  .slot-demo-wrap > p { font-size: 18px; line-height: 1.55; }
  .slot-demo-frame { width: calc(100% + 28px); height: min(72vh, 520px); min-height: 420px; aspect-ratio: auto; margin-left: -14px; margin-right: -14px; border-left: 0; border-right: 0; border-radius: 0; }
  .slot-demo-message { padding: 0 14px; font-size: 18px !important; line-height: 1.55; }
  .slot-demo-cta { margin-top: 22px; }
  .slot-demo-overlay { flex-direction: column; }
  .subpage-hero-inner { width: min(100% - 28px, 1180px); min-height: auto; padding: 42px 0; }
}

/* Imported page helpers */
.rlsn-site-nav .nav-dropdown { position: relative; }
.rlsn-site-nav .nav-dropdown > button {
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-transform: inherit;
  white-space: nowrap;
}
.rlsn-site-nav .nav-dropdown > button::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  transform: translateY(-1px);
}
.rlsn-site-nav .nav-dropdown:hover > button,
.rlsn-site-nav .nav-dropdown:focus-within > button,
.rlsn-site-nav .nav-dropdown.is-active > button {
  background: transparent;
  color: var(--slot-yellow);
}
.nav-dropdown-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 30;
  min-width: 230px;
  display: none;
  gap: 2px;
  padding: 10px;
  border: 1px solid rgba(53, 214, 255, .16);
  border-radius: 8px;
  background: #10142a;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .42);
}
.rlsn-site-nav .nav-dropdown:hover .nav-dropdown-panel,
.rlsn-site-nav .nav-dropdown:focus-within .nav-dropdown-panel {
  display: grid;
}
.rlsn-site-nav .nav-dropdown-panel a {
  display: block;
  padding: 11px 12px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #f4f4f4;
  white-space: nowrap;
}
.rlsn-site-nav .nav-dropdown-panel a:hover {
  background: rgba(53, 214, 255, .1);
  color: var(--slot-yellow);
}
.rlsn-site-nav .rlsn-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 30px;
  border-radius: 999px;
  background: var(--slot-red);
  color: #fff;
  box-shadow: 0 14px 28px rgba(243, 107, 32, .34);
}
.rlsn-site-nav .rlsn-nav-cta:hover {
  background: #ff7e1f;
  color: #fff;
}

.page-content {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  padding: 58px 0;
  color: #d9e3f7;
}
.page-content h1,
.page-content h2,
.page-content h3 {
  color: #fff;
  line-height: 1.1;
  letter-spacing: 0;
  margin: 42px 0 18px;
}
.page-content h2 { font-size: clamp(30px, 3.2vw, 46px); }
.page-content h3 { font-size: clamp(22px, 2vw, 30px); color: var(--slot-yellow); }
.page-content p,
.page-content li {
  color: #cfd8ea;
  font-size: 18px;
  line-height: 1.75;
}
.page-content ul,
.page-content ol {
  margin: 18px 0 28px;
  padding-left: 24px;
}
.page-content > p > img,
.page-content img {
  max-width: 100%;
  height: auto;
  margin: 18px 0 28px;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0,0,0,.28);
}
.page-content table {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 24px 0 34px;
  overflow-x: auto;
  border: 1px solid rgba(53, 214, 255, .14);
  border-radius: 8px;
  border-collapse: collapse;
  background: #12182b;
}
.page-content thead,
.page-content tbody {
  display: table;
  width: 100%;
  min-width: 620px;
  table-layout: fixed;
}
.page-content th,
.page-content td {
  padding: 15px 18px;
  border-bottom: 1px solid rgba(53, 214, 255, .12);
  text-align: left;
  vertical-align: top;
}
.page-content th,
.page-content tr:first-child td {
  background: #1f2a49;
  color: #fff;
  font-weight: 800;
}
.page-content tr:last-child td { border-bottom: 0; }
@media (max-width: 760px) {
  .rlsn-site-nav.rlsn-is-open { grid-template-columns: 1fr; }
  .rlsn-site-nav .nav-dropdown,
  .nav-dropdown-panel { position: static; }
  .nav-dropdown-panel {
    display: grid;
    min-width: 0;
    padding: 4px 0 4px 12px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .rlsn-site-nav .nav-dropdown > button {
    width: 100%;
    text-align: left;
  }
  .page-content {
    width: min(100% - 28px, 1180px);
    padding: 42px 0;
  }
  .page-content p,
  .page-content li {
    font-size: 16px;
    line-height: 1.65;
  }
  .slot-author-line {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .slot-author-line img {
    width: 76px;
    height: 76px;
  }
  .casino-card,
  .related-grid {
    grid-template-columns: 1fr;
  }
  .casino-logo-box {
    width: 100%;
    max-width: 260px;
    justify-content: center;
  }
  .casino-copy {
    min-height: 0;
  }
  .casino-main {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .casino-card > div:last-child {
    justify-items: start;
    text-align: left;
  }
}
