:root {
  --ink: #121416;
  --muted: #5c6570;
  --paper: #fbfaf6;
  --panel: #ffffff;
  --line: #d9dde2;
  --line-dark: #858b94;
  --blue: #3a7ca5;
  --blue-dark: #23506f;
  --blue-ink: #123a55;
  --blue-soft: #e8f1f6;
  --gold: #c79b3b;
  --gold-soft: #f2e5bf;
  --green: #52735f;
  --rose: #a43b4a;
  --shadow: 0 18px 50px rgba(20, 25, 30, 0.12);
  --soft-shadow: 0 8px 22px rgba(20, 25, 30, 0.08);
  --radius: 8px;
  --header: 68px;
  --display: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header) + 24px);
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
}

body[data-page="home"] {
  background:
    linear-gradient(90deg, rgba(58, 124, 165, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(58, 124, 165, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(35, 80, 111, 0.16), rgba(242, 229, 191, 0.13) 34%, rgba(251, 250, 246, 0) 74%),
    var(--paper);
  background-size: 78px 78px, 78px 78px, auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.wrap {
  margin-inline: auto;
  max-width: 1180px;
  padding-inline: 24px;
  width: 100%;
}

.skip-link {
  background: var(--ink);
  color: #fff;
  left: 16px;
  padding: 10px 14px;
  position: fixed;
  top: 16px;
  transform: translateY(-140%);
  z-index: 1000;
}

.skip-link:focus {
  transform: translateY(0);
}

.age-badge {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 800;
  height: 28px;
  justify-content: center;
  letter-spacing: 0;
  width: 28px;
}

.site-header {
  background: linear-gradient(90deg, rgba(232, 241, 246, 0.96), rgba(251, 250, 246, 0.96) 42%, rgba(232, 241, 246, 0.96));
  border-bottom: 1px solid color-mix(in srgb, var(--blue) 30%, var(--line));
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
}

.nav-shell {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-inline: auto;
  max-width: 1180px;
  min-height: var(--header);
  padding: 9px 24px;
  width: 100%;
}

.brand-link,
.footer-brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  min-width: 0;
}

.brand-link {
  align-items: center;
  gap: 6px;
  min-height: 48px;
}

.footer-brand {
  gap: 10px;
}

.brand-logo,
.footer-logo,
.brand-mark-img,
.footer-mark-img {
  display: block;
  flex: 0 0 auto;
  height: auto;
}

.brand-logo {
  max-height: 48px;
  width: 180px;
}

.footer-logo {
  max-height: 54px;
  width: 180px;
}

.brand-mark-img {
  filter: drop-shadow(0 8px 16px rgba(18, 20, 22, 0.12));
  width: 42px;
}

.footer-mark-img {
  width: 36px;
}

.brand-mark {
  align-items: center;
  background: linear-gradient(135deg, #111315, var(--blue-ink) 58%, #111315);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(199, 155, 59, 0.28), 0 8px 18px rgba(18, 20, 22, 0.12);
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: var(--display);
  font-size: 21px;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  width: 42px;
}

.brand-mark span {
  color: var(--gold);
  font-size: 18px;
  margin-left: 1px;
}

.brand-mark.small {
  font-size: 18px;
  height: 36px;
  width: 36px;
}

.brand-word {
  font-family: var(--display);
  font-size: clamp(21px, 2.1vw, 28px);
  line-height: 1.05;
  padding-top: 1px;
  white-space: nowrap;
}

.brand-word strong {
  color: var(--blue-dark);
  font-weight: 700;
}

.footer-brand strong {
  color: #6bb8d7;
  font-weight: 700;
}

.nav-links {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 4px 20px;
  justify-content: flex-end;
}

.nav-links a {
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
  padding: 11px 0;
  position: relative;
  white-space: nowrap;
}

.nav-links a::after {
  background: linear-gradient(90deg, var(--blue-dark), var(--gold), var(--blue));
  bottom: 4px;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transform: scaleX(0.4);
  transition: opacity 160ms ease, transform 160ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="page"] {
  color: var(--blue-dark);
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after,
.nav-links a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.search-open {
  align-items: center;
  background: var(--blue-soft);
  border: 1px solid color-mix(in srgb, var(--blue) 42%, var(--line-dark));
  border-radius: var(--radius);
  display: inline-flex;
  flex: 0 0 auto;
  height: 42px;
  justify-content: center;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  width: 42px;
}

.search-open:hover,
.search-open:focus-visible {
  background: #fff;
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(58, 124, 165, 0.16);
}

.search-icon {
  border: 2px solid var(--ink);
  border-radius: 50%;
  display: block;
  height: 15px;
  position: relative;
  transform: translate(-2px, -2px);
  width: 15px;
}

.search-icon::after {
  background: var(--ink);
  border-radius: 2px;
  content: "";
  height: 2px;
  position: absolute;
  right: -7px;
  top: 11px;
  transform: rotate(45deg);
  width: 8px;
}

.hero {
  overflow: hidden;
  position: relative;
}

.hero::before {
  background:
    repeating-linear-gradient(90deg, rgba(18, 20, 22, 0.032) 0 1px, transparent 1px 78px),
    linear-gradient(120deg, rgba(35, 80, 111, 0.24), rgba(232, 241, 246, 0.52) 34%, rgba(199, 155, 59, 0.16));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero::after {
  color: rgba(35, 80, 111, 0.11);
  content: "\2660";
  font-family: var(--display);
  font-size: min(58vw, 620px);
  line-height: 0.7;
  pointer-events: none;
  position: absolute;
  right: -90px;
  top: 26px;
}

.hero-inner {
  display: block;
  min-height: 360px;
  padding-block: 64px 28px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h1,
.page-title {
  font-family: var(--display);
  font-size: clamp(44px, 8vw, 94px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.95;
  margin: 0;
  max-width: 860px;
}

.hero h1 {
  max-width: none;
  position: relative;
  z-index: 1;
}

.hero h1::before {
  color: rgba(58, 124, 165, 0.105);
  content: "\2660";
  font-family: var(--display);
  font-size: clamp(210px, 30vw, 430px);
  font-weight: 400;
  left: -22px;
  line-height: 0.7;
  pointer-events: none;
  position: absolute;
  top: -76px;
  transform: rotate(-2deg);
  z-index: -1;
}

.hero-copy {
  color: #263845;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
  margin: 24px 0 0;
  max-width: none;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  align-items: center;
  border-radius: var(--radius);
  display: inline-flex;
  font-size: 15px;
  font-weight: 850;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
}

.btn.primary {
  background: linear-gradient(135deg, var(--blue-ink), var(--blue-dark));
  color: #fff;
}

.btn.secondary {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid color-mix(in srgb, var(--blue) 48%, var(--line-dark));
  color: var(--blue-ink);
}

.section-head h2,
.text-page h2,
.card h2 {
  font-family: var(--display);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.05;
  margin: 0;
}

.section-head h2 {
  flex: 1 1 auto;
  max-width: none;
  position: relative;
}

.section-head:not(:has(p)) h2 {
  white-space: nowrap;
  width: 100%;
}

.search-band {
  background: linear-gradient(135deg, var(--blue-ink), var(--blue-dark));
  border-bottom: 1px solid color-mix(in srgb, var(--blue) 52%, var(--line));
  border-top: 1px solid color-mix(in srgb, var(--blue) 52%, var(--line));
  padding-block: 18px;
}

.search-inline {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.search-field {
  align-items: center;
  display: grid;
  position: relative;
}

.search-field .search-icon {
  display: none;
}

.search-inline span:first-child {
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.search-inline input,
.search-field input {
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--blue) 48%, var(--line-dark));
  border-radius: var(--radius);
  color: var(--ink);
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

.section {
  padding-block: 60px;
}

.section.compact {
  padding-block: 38px;
}

body[data-page="blog"] main + .section.compact {
  padding-top: 0;
}

body[data-page="blog"] main > .section:last-child {
  padding-bottom: 10px;
}

body[data-page="sister-sites"] main + .section.compact {
  padding-top: 12px;
}

.section-head {
  align-items: end;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.section-head p {
  color: var(--muted);
  margin: 0;
  max-width: 560px;
}

.casino-list {
  display: grid;
  gap: 16px;
}

.casino-card {
  align-items: center;
  background: #f6f4ec;
  border: 1px solid rgba(199, 155, 59, 0.58);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(18, 20, 22, 0.08);
  display: grid;
  gap: 16px;
  grid-template-columns: 44px minmax(260px, 1fr) minmax(260px, 0.9fr) minmax(230px, 0.75fr) 132px;
  min-height: 186px;
  padding: 22px 24px;
}

.rank {
  align-items: center;
  background: transparent;
  border-radius: var(--radius);
  display: flex;
  font-size: 20px;
  font-weight: 850;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.casino-main {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 88px minmax(0, 1fr);
}

.casino-logo {
  aspect-ratio: 1;
  background: #050505;
  border: 1px solid rgba(18, 20, 22, 0.16);
  border-radius: var(--radius);
  display: block;
  height: 88px;
  margin-left: -10px;
  object-fit: contain;
  width: 88px;
}

.casino-logo[src*="shelbywin"] {
  object-position: center 25%;
}

.casino-main h3 {
  font-family: var(--display);
  font-size: 25px;
  line-height: 1.1;
  margin: 0;
}

.casino-main p,
.mini-note p {
  color: var(--muted);
  margin: 7px 0 0;
}

.chips,
.support-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
}

.chip {
  background: #f5f2e9;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #343a42;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
  padding: 7px 10px;
}

.chip.blue {
  background: rgba(58, 124, 165, 0.12);
  border-color: rgba(58, 124, 165, 0.28);
  color: var(--blue-dark);
}

.operator-line {
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 4px;
  line-height: 20px;
  margin-top: 2px;
}

.operator-line a {
  color: var(--blue-dark);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.operator-line span::before {
  content: "· ";
}

.payment-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 8px;
}

.payment-methods span {
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 4px;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  min-width: 38px;
  padding: 3px 6px;
}

.payment-methods img {
  display: block;
  height: 100%;
  max-width: 54px;
  object-fit: contain;
  width: auto;
}

.offer-block strong {
  color: var(--ink);
  display: block;
  font-size: 16px;
  font-weight: 850;
  line-height: 24px;
}

.offer-block p {
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 750;
  line-height: 20px;
  margin: 8px 0 0;
}

.facts {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
}

.facts div {
  border-radius: var(--radius);
  display: grid;
  gap: 4px;
  min-height: 52px;
  padding: 8px 10px;
}

.facts dt {
  color: var(--muted);
  display: block;
  font-size: 14px;
  font-weight: 850;
  line-height: 20px;
}

.facts dd {
  color: var(--ink);
  font-size: 16px;
  font-weight: 850;
  line-height: 24px;
  margin: 0;
}

.rating-actions {
  display: grid;
  gap: 7px;
  justify-items: stretch;
}

.rating {
  color: var(--muted);
  line-height: 1;
  margin: 0;
  text-align: right;
}

.rating strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 24px;
}

.rating span {
  font-size: 11px;
  margin-left: 3px;
}

.button-primary,
.button-secondary {
  align-items: center;
  border-radius: var(--radius);
  display: inline-flex;
  font-size: 15px;
  font-weight: 850;
  justify-content: center;
  line-height: 22px;
  min-height: 42px;
  padding: 9px 14px;
  text-align: center;
  white-space: nowrap;
}

.button-primary {
  background: var(--ink);
  border: 1px solid var(--ink);
  color: #fff;
}

.button-secondary {
  background: var(--panel);
  border: 1px solid var(--line-dark);
  color: var(--ink);
}

.rating-actions .button-secondary {
  min-width: 132px;
}

.card-link {
  align-items: center;
  background: #111315;
  border-radius: var(--radius);
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  min-height: 42px;
  padding: 10px 13px;
  white-space: nowrap;
}

.info-grid,
.method-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.mini-note {
  background: var(--panel);
  border: 1px solid #cfdce5;
  border-radius: var(--radius);
  box-shadow: none;
  padding: 20px;
}

.network-grid,
.sister-card-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.network-card,
.sister-card {
  background: linear-gradient(180deg, #fff, var(--blue-soft));
  border: 1px solid color-mix(in srgb, var(--blue) 38%, var(--line));
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(18, 20, 22, 0.08);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  height: 316px;
  overflow: hidden;
}

.sister-card {
  display: grid;
  grid-template-rows: 216px 82px;
  height: 298px;
}

.network-card:hover,
.network-card:focus-visible,
.sister-card:hover,
.sister-card:focus-visible {
  box-shadow: var(--shadow);
  transform: translateY(-1px);
}

.network-card-top,
.sister-card-top {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(232, 241, 246, 0.96), rgba(242, 229, 191, 0.46)),
    #f3f1e8;
  display: flex;
  flex: 0 0 196px;
  height: 196px;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
  padding: 26px;
  position: relative;
}

.sister-card-top {
  flex-basis: 216px;
  height: 216px;
}

.network-card-top::after,
.sister-card-top::after {
  color: rgba(35, 80, 111, 0.11);
  content: "\2660";
  font-family: var(--display);
  font-size: 118px;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 18px;
}

.sister-card-top.has-logo {
  background: #050505;
  padding: 0;
}

.network-card-top.has-logo {
  background: #050505;
  padding: 0;
}

.network-card-top.has-logo::after,
.sister-card-top.has-logo::after {
  display: none;
}

.network-card-bottom,
.sister-card-bottom {
  align-items: center;
  background: linear-gradient(135deg, var(--blue-ink), var(--blue-dark));
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  text-align: center;
}

.network-card-bottom {
  flex: 0 0 120px;
}

.sister-card-bottom {
  flex: 0 0 82px;
  height: 82px;
  min-height: 82px;
  padding: 14px 16px;
}

.network-symbol,
.sister-card-mark {
  align-items: center;
  color: #111315;
  display: inline-flex;
  font-family: var(--display);
  font-size: clamp(34px, 3.1vw, 46px);
  justify-content: center;
  height: 72px;
  line-height: 1;
  max-width: 100%;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.sister-card-mark {
  font-size: clamp(30px, 2.8vw, 42px);
}

.sister-card-logo {
  background: transparent;
  border: 0;
  border-radius: 0;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.network-card-logo {
  background: transparent;
  border: 0;
  border-radius: 0;
  display: block;
  height: 100%;
  object-fit: cover;
  padding: 0;
  width: 100%;
}

.sister-card-logo[src*="shelbywin"] {
  object-position: center 25%;
}

.network-card h3,
.sister-card h3 {
  color: #fff;
  font-family: var(--sans);
  font-size: 19px;
  line-height: 1.15;
  margin: 0;
}

.sister-card h3 {
  font-size: 17px;
  max-width: 100%;
}

.network-card p,
.sister-card p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 1.3;
  margin: 8px 0 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.network-label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  margin-top: 8px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.directory-research {
  padding-top: 8px;
}

.research-layout,
.research-columns {
  display: grid;
  align-items: stretch;
  gap: 22px;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
}

.research-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.reference-table-wrap,
.table-scroll {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin: 22px 0 26px;
  overflow-x: auto;
}

.research-layout > .reference-table-wrap,
.research-layout > .table-scroll {
  height: 100%;
  margin: 0;
}

.prose .research-layout + h2,
.prose .reference-table-wrap + h2,
.prose .table-scroll + h2 {
  margin-top: 34px;
}

.reference-table,
.table-scroll table {
  border-collapse: collapse;
  min-width: 720px;
  width: 100%;
}

.reference-table th,
.reference-table td,
.table-scroll th,
.table-scroll td {
  padding: 15px 16px;
  text-align: left;
  vertical-align: top;
}

.reference-table th,
.table-scroll th {
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reference-table td,
.table-scroll td {
  background: #fff;
  border-top: 1px solid var(--line);
  color: #28313b;
  font-size: 14px;
  line-height: 1.5;
}

.reference-table tr:nth-child(even) td,
.table-scroll tr:nth-child(even) td {
  background: #f6f4ec;
}

.reference-table a,
.table-scroll a {
  color: var(--blue-dark);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.checklist-panel,
.research-columns > div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
}

.checklist-panel {
  background: #fff;
  height: 100%;
}

.research-columns > div {
  background: #f6f4ec;
}

.checklist-panel h3,
.research-columns h3 {
  font-family: var(--display);
  font-size: 26px;
  line-height: 1.1;
  margin: 0 0 14px;
}

.bullet-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.bullet-list li {
  color: #333b44;
  font-size: 15px;
  line-height: 1.55;
  padding-left: 4px;
}

.faq-heading {
  font-family: var(--sans);
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 900;
  line-height: 1.05;
  margin: 44px 0 22px;
}

.section.compact > details,
.prose details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-top: 10px;
  overflow: hidden;
}

.section.compact > details summary,
.prose details summary {
  color: var(--ink);
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
  list-style-position: inside;
  padding: 15px 18px;
}

.section.compact > details p,
.prose details p {
  border-top: 1px solid color-mix(in srgb, var(--line) 72%, transparent);
  color: #3d444d;
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
  padding: 0 18px 17px 36px;
}

.section.compact > details[open] summary,
.prose details[open] summary {
  padding-bottom: 12px;
}

.post-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.post-card {
  background:
    linear-gradient(180deg, rgba(232, 241, 246, 0.92), rgba(243, 241, 232, 0.96)),
    #f3f1e8;
  border: 1px solid color-mix(in srgb, var(--blue) 32%, var(--line));
  border-radius: var(--radius);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  min-height: 230px;
  padding: 24px;
  position: relative;
}

.post-card:hover,
.post-card:focus-visible {
  background: linear-gradient(180deg, #fff, var(--blue-soft));
  box-shadow: var(--soft-shadow);
  transform: translateY(-1px);
}

.post-meta {
  color: var(--blue-dark);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 850;
  gap: 8px;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.post-card h3 {
  font-family: var(--display);
  font-size: 30px;
  line-height: 1.05;
  margin: 0;
}

.post-card p {
  color: #3d444d;
  font-size: 15px;
  line-height: 1.5;
  margin: 12px 0 0;
}

.post-date {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  margin-top: auto;
  padding-top: 20px;
}

.page-hero {
  background: linear-gradient(180deg, #eef4f6, rgba(238, 244, 246, 0.62));
  border-bottom: 1px solid #c9dce8;
  padding-block: 56px 38px;
  position: relative;
}

body[data-page="sister-sites"] .page-hero,
body[data-page="networks"] .page-hero,
body[data-page="blog"] .page-hero {
  background:
    repeating-linear-gradient(90deg, rgba(18, 20, 22, 0.026) 0 1px, transparent 1px 78px),
    linear-gradient(120deg, rgba(232, 241, 246, 0.84), rgba(251, 250, 246, 0.86) 52%, rgba(199, 155, 59, 0.14));
  overflow: hidden;
}

body[data-page="sister-sites"] .page-hero::after,
body[data-page="networks"] .page-hero::after,
body[data-page="blog"] .page-hero::after {
  color: rgba(35, 80, 111, 0.095);
  content: "\2660";
  display: block;
  font-family: var(--display);
  font-size: clamp(150px, 28vw, 320px);
  line-height: 0.75;
  pointer-events: none;
  position: absolute;
  right: clamp(-44px, -4vw, -18px);
  top: clamp(26px, 5vw, 48px);
  transform: rotate(1.5deg);
}

body[data-page="sister-sites"] .page-hero .wrap,
body[data-page="networks"] .page-hero .wrap,
body[data-page="blog"] .page-hero .wrap {
  position: relative;
  z-index: 1;
}

.page-hero::after {
  display: none;
}

.page-hero p {
  color: #2d3d4a;
  font-size: clamp(18px, 1.8vw, 21px);
  line-height: 1.55;
  margin: 18px 0 0;
  max-width: 820px;
}

.text-page {
  align-items: start;
  display: block;
  max-width: 1180px;
}

.prose {
  max-width: 100%;
}

.prose h2 {
  font-family: var(--display);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 56px 0 14px;
}

.prose h2:first-child {
  margin-top: 0;
}

.prose p,
.prose li {
  color: #3a4651;
  font-size: 18px;
  line-height: 1.65;
}

.prose ul {
  margin: 14px 0 24px;
  padding-left: 22px;
}

.prose li + li {
  margin-top: 8px;
}

.prose a {
  color: var(--blue-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.prose code {
  background: var(--blue-soft);
  border: 1px solid color-mix(in srgb, var(--blue) 22%, var(--line));
  border-radius: 5px;
  color: var(--blue-ink);
  font-size: 0.9em;
  padding: 1px 5px;
}

.side-rail {
  display: none;
  gap: 14px;
  height: max-content;
  position: sticky;
  top: 100px;
}

.support-card {
  background: linear-gradient(135deg, #0d283a, #10161d);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
  color: #fff;
  padding: 24px;
}

.support-card h2 {
  font-family: var(--display);
  font-size: clamp(24px, 2.5vw, 30px);
  line-height: 1.05;
  margin: 0 0 12px;
}

.support-card p {
  color: #dce5ec;
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
}

.support-links a {
  background: #fff;
  border-radius: var(--radius);
  color: #111315;
  font-size: 13px;
  font-weight: 850;
  padding: 8px 10px;
}

.editorial-signoff {
  display: grid;
  gap: 16px;
  max-width: 100%;
  padding-block: 0 56px;
  width: 100%;
}

.editorial-signoff [id] {
  scroll-margin-top: calc(var(--header) + 24px);
}

.editorial-signoff.wrap {
  margin-top: 8px;
  max-width: 1180px;
}

.faq-block + .editorial-signoff {
  margin-top: 16px;
}

.editorial-signoff:has(+ .site-footer),
main:has(+ .editorial-signoff) + .editorial-signoff,
.detail-content > .editorial-signoff:last-child {
  padding-bottom: 24px;
}

.editorial-signoff + .site-footer,
body:has(.detail-content > .editorial-signoff:last-child) .site-footer {
  margin-top: 0;
}

.author-box,
.editorial-signoff .responsible-note {
  background: #f6f7f8;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 2px 8px rgba(18, 20, 22, 0.04);
  color: var(--ink);
}

.author-box {
  display: grid;
  column-gap: 16px;
  grid-template-columns: 112px minmax(0, 1fr);
  padding: 24px;
  row-gap: 0;
}

.author-box > div:not(.author-avatar) {
  display: contents;
}

.author-avatar {
  align-items: center;
  aspect-ratio: 1;
  background: var(--blue-dark);
  border-radius: 4px;
  color: #fff;
  display: flex;
  font-family: var(--display);
  font-size: 34px;
  font-weight: 700;
  grid-column: 1;
  grid-row: 1 / span 4;
  justify-content: center;
  line-height: 1;
  object-fit: cover;
  width: 112px;
}

.author-kicker {
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 800;
  grid-column: 2;
  letter-spacing: 0.08em;
  line-height: 1.25;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.author-name {
  color: var(--ink);
  font-size: 24px;
  font-weight: 850;
  grid-column: 2;
  line-height: 1.2;
  margin: 0 0 4px;
}

.author-role {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  grid-column: 2;
  letter-spacing: 0.06em;
  line-height: 1.3;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.author-social {
  align-items: center;
  color: var(--ink);
  display: flex;
  font-size: 14px;
  gap: 6px;
  grid-column: 2;
  line-height: 1.4;
  margin: 6px 0 0;
}

.author-social svg {
  color: var(--blue-dark);
  display: block;
  flex: 0 0 auto;
  height: 14px;
  width: 14px;
}

.author-social a,
.editorial-signoff .responsible-note a {
  color: var(--blue-dark);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.author-bio {
  color: var(--muted);
  font-size: 15px;
  grid-column: 1 / -1;
  line-height: 1.6;
  margin: 16px 0 0;
}

.editorial-signoff .responsible-note {
  padding: 20px;
}

.editorial-signoff .responsible-note h2 {
  color: var(--ink);
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.25;
  margin: 0 0 8px;
}

.editorial-signoff .responsible-note p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.header-search-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: none;
  overflow: hidden;
  position: fixed;
  right: max(16px, calc((100vw - 1180px) / 2 + 24px));
  top: calc(100% + 8px);
  width: min(760px, calc(100vw - 32px));
  z-index: 80;
}

.header-search-panel.is-open {
  display: block;
}

.header-search-panel.inline-search-results {
  border-top: 0;
  border-radius: 0 0 var(--radius) var(--radius);
}

.search-field.search-active input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.header-search-row {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 12px;
  grid-template-columns: 28px 1fr;
  padding: 10px 14px;
}

.header-search-row .search-icon {
  border-color: #77808b;
  justify-self: center;
  transform: translate(-2px, -2px);
}

.header-search-row .search-icon::after {
  background: #77808b;
}

.header-search-row input {
  background: transparent;
  border: 0;
  color: var(--ink);
  font: inherit;
  font-size: 18px;
  height: 34px;
  min-width: 0;
  outline: 0;
}

.header-search-row input::placeholder {
  color: #626a75;
}

.dropdown-results {
  display: grid;
  max-height: 360px;
  overflow: auto;
}

.dropdown-result {
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) minmax(190px, auto);
  min-height: 40px;
  padding: 10px 12px;
}

.dropdown-result:last-child {
  border-bottom: 0;
}

.dropdown-result:hover,
.dropdown-result:focus-visible {
  background: var(--gold-soft);
}

.dropdown-title {
  font-size: 14px;
  font-weight: 650;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown-meta {
  color: var(--muted);
  font-size: 12px;
  justify-self: end;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.empty {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
  padding: 14px;
}

.site-footer {
  background:
    repeating-linear-gradient(90deg, rgba(58, 124, 165, 0.18) 0 1px, transparent 1px 78px),
    linear-gradient(135deg, #0b1720, var(--blue-ink));
  color: #d3dbe4;
  margin-top: 50px;
}

.footer-line {
  background: linear-gradient(90deg, var(--gold), var(--blue), var(--gold));
  height: 3px;
}

.footer-inner {
  display: grid;
  gap: 32px;
  grid-template-columns: 1.3fr repeat(3, minmax(0, 1fr));
  padding-block: 46px;
}

.footer-intro {
  display: grid;
  gap: 14px;
}

.footer-section {
  align-content: start;
  display: block;
}

.footer-section h2 {
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.footer-section h2::after {
  content: none;
}

.footer-links {
  display: grid;
  gap: 9px;
}

.footer-wide {
  grid-column: auto;
}

.footer-intro p,
.footer-bottom {
  color: #b9c5d1;
  font-size: 14px;
  line-height: 1.55;
}

.footer-intro p {
  margin: 0;
  max-width: 410px;
}

.footer-links a {
  color: #cbd5e1;
  display: block;
  font-size: 14px;
  line-height: 1.35;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-support a:hover,
.footer-support a:focus-visible {
  color: var(--gold);
}

.footer-social {
  display: none;
}

.footer-social span {
  align-items: center;
  background: #173f7a;
  border: 1px solid rgba(75, 122, 187, 0.38);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  height: 28px;
  justify-content: center;
  line-height: 1;
  text-transform: lowercase;
  width: 28px;
}

.footer-support {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: none;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-support {
  gap: 10px;
  padding-block: 24px;
}

.footer-support a {
  border: 1px solid rgba(67, 122, 204, 0.56);
  border-radius: 999px;
  color: #cbd5e1;
  font-size: 12px;
  line-height: 1.2;
  padding: 7px 14px;
}

.footer-brand {
  color: #fff;
  font-family: var(--display);
  font-size: 24px;
  line-height: 1;
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  gap: 10px;
  padding-block: 18px 26px;
  text-align: left;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom p:first-child {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.footer-bottom p:nth-child(n+2) {
  display: none;
}

.footer-bottom .age-badge {
  color: #dbe6ef;
  font-size: 11px;
  height: 24px;
  order: -1;
  width: 24px;
}

@media (max-width: 980px) {
  .hero-inner,
  .text-page {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: auto;
    padding-block: 44px 24px;
  }

  .casino-card {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .offer-block,
  .facts,
  .rating-actions {
    grid-column: 1 / -1;
  }

  .rating-actions {
    align-items: center;
    grid-template-columns: minmax(80px, auto) repeat(2, minmax(120px, 1fr));
  }

  .rating {
    text-align: left;
  }

  .network-grid,
  .sister-card-grid,
  .post-grid,
  .info-grid,
  .method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-wide {
    grid-column: auto;
  }

  .side-rail {
    position: static;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 16px;
  }

  .wrap,
  .nav-shell {
    padding-inline: 16px;
  }

  .nav-shell {
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px;
    min-height: 64px;
  }

  .brand-word {
    font-size: clamp(16px, 5vw, 20px);
  }

  .brand-logo {
    width: clamp(132px, 42vw, 166px);
  }

  .footer-logo {
    width: 168px;
  }

  .brand-mark-img {
    width: 34px;
  }

  .footer-mark-img {
    width: 30px;
  }

  .brand-mark {
    font-size: 18px;
    height: 34px;
    width: 34px;
  }

  .nav-links {
    align-content: center;
    flex: 1 1 auto;
    gap: 2px 12px;
    justify-content: flex-end;
    min-width: 0;
  }

  .nav-links a {
    font-size: 12px;
    padding-block: 5px;
  }

  .search-open {
    display: none;
  }

  .header-search-panel {
    display: none;
    right: 16px;
    top: 70px;
    width: calc(100vw - 32px);
  }

  .dropdown-result {
    align-items: start;
    gap: 3px;
    grid-template-columns: 1fr;
    min-height: 52px;
    padding: 9px 12px;
  }

  .dropdown-meta {
    justify-self: start;
    text-align: left;
  }

  h1,
  .page-title {
    font-size: clamp(42px, 15vw, 62px);
  }

  .hero::after {
    right: -28px;
  }

  .hero-copy,
  .page-hero p {
    font-size: 18px;
  }

  .search-inline {
    grid-template-columns: 1fr;
  }

  .search-field .search-icon {
    border-color: var(--muted);
    display: block;
    left: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .search-field .search-icon::after {
    background: var(--muted);
  }

  .search-field input {
    padding-left: 42px;
  }

  .search-inline .btn {
    display: none;
  }

  .editorial-signoff {
    padding-block: 0 42px;
  }

  .author-box {
    column-gap: 14px;
    grid-template-columns: 88px minmax(0, 1fr);
    padding: 18px;
    row-gap: 0;
  }

  .author-avatar {
    font-size: 30px;
    grid-column: 1;
    grid-row: 1 / span 4;
    width: 88px;
  }

  .author-kicker,
  .author-name,
  .author-role,
  .author-social {
    grid-column: 2;
  }

  .author-bio {
    grid-column: 1 / -1;
    margin-top: 14px;
  }

  .editorial-signoff .responsible-note {
    padding: 20px;
  }

  .section {
    padding-block: 42px;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
  }

  .section-head:not(:has(p)) h2 {
    white-space: normal;
  }

  .post-grid,
  .info-grid,
  .method-grid {
    grid-template-columns: 1fr;
  }

  .research-layout,
  .research-columns {
    grid-template-columns: 1fr;
  }

  .network-grid,
  .sister-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .directory-research {
    padding-top: 0;
  }

  .research-layout,
  .research-columns {
    gap: 14px;
  }

  .reference-table {
    min-width: 640px;
  }

  .reference-table th,
  .reference-table td {
    padding: 12px;
  }

  .checklist-panel,
  .research-columns > div {
    padding: 16px;
  }

  .checklist-panel h3,
  .research-columns h3 {
    font-size: 22px;
  }

  .bullet-list li {
    font-size: 14px;
  }

  .casino-list {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .casino-card {
    align-items: start;
    gap: 8px;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 10px;
    position: relative;
  }

  .rank {
    font-size: 13px;
    height: 24px;
    left: 8px;
    position: absolute;
    top: 8px;
    width: 24px;
    z-index: 1;
  }

  .casino-main {
    gap: 7px;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-top: 4px;
    text-align: center;
  }

  .casino-logo {
    height: 56px;
    margin-left: 0;
    width: 56px;
  }

  .casino-main h3 {
    font-size: 18px;
    overflow-wrap: anywhere;
  }

  .operator-line {
    font-size: 11px;
    gap: 2px 4px;
    justify-content: center;
    line-height: 15px;
  }

  .payment-methods {
    gap: 2px;
    justify-content: center;
    margin-top: 6px;
  }

  .payment-methods span {
    height: 18px;
    min-width: 25px;
    padding: 2px 3px;
  }

  .payment-methods span:nth-child(n + 5) {
    display: none;
  }

  .payment-methods img {
    max-width: 30px;
  }

  .offer-block {
    text-align: center;
  }

  .offer-block strong {
    font-size: 12px;
    line-height: 17px;
  }

  .offer-block p {
    font-size: 11px;
    line-height: 15px;
    margin-top: 5px;
  }

  .rating-actions {
    grid-template-columns: 1fr;
  }

  .facts {
    gap: 4px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .facts div {
    min-height: 0;
    padding: 3px 0;
    text-align: center;
  }

  .facts dt {
    font-size: 10px;
    line-height: 14px;
  }

  .facts dd {
    font-size: 12px;
    line-height: 17px;
  }

  .rating {
    text-align: center;
  }

  .rating strong {
    font-size: 14px;
    line-height: 18px;
  }

  .button-primary,
  .button-secondary {
    font-size: 12px;
    line-height: 16px;
    min-height: 34px;
    padding: 7px 8px;
    white-space: normal;
  }

  .site-footer {
    background:
      repeating-linear-gradient(90deg, rgba(108, 162, 196, 0.15) 0 1px, transparent 1px 58px),
      #081321;
    margin-top: 36px;
  }

  .footer-inner {
    gap: 26px;
    padding-block: 38px 28px;
  }

  .footer-intro {
    gap: 12px;
  }

  .footer-brand {
    font-size: 23px;
  }

  .footer-brand .brand-mark.small {
    height: 30px;
    width: 30px;
  }

  .footer-intro p {
    font-size: 13px;
    line-height: 1.65;
    max-width: 320px;
  }

  .footer-social {
    display: flex;
    gap: 9px;
    margin-top: 2px;
  }

  .footer-section {
    display: grid;
    gap: 9px;
  }

  .footer-section h2 {
    align-items: center;
    display: flex;
    gap: 12px;
    font-size: 11px;
    letter-spacing: 0.18em;
    margin: 0;
  }

  .footer-section h2::after {
    background: rgba(199, 155, 59, 0.46);
    content: "";
    flex: 1 1 auto;
    height: 1px;
  }

  .footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 18px;
  }

  .footer-links a {
    font-size: 13px;
    line-height: 1.45;
  }

  .footer-support {
    display: flex;
    gap: 8px;
    padding-block: 21px 22px;
  }

  .footer-support a {
    font-size: 11px;
    padding: 6px 12px;
  }

  .footer-bottom {
    border-top: 1px solid rgba(67, 122, 204, 0.35);
    display: grid;
    gap: 6px;
    justify-items: center;
    padding-block: 20px 32px;
    text-align: center;
  }

  .footer-bottom p {
    display: block;
    font-size: 12px;
    line-height: 1.45;
  }

  .footer-bottom p:first-child {
    display: inline-flex;
  }

  .footer-bottom .age-badge {
    font-size: 11px;
    height: 24px;
    order: 0;
    width: 24px;
  }
}
