@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/dm-sans-latin.woff2") format("woff2");
}

:root {
  color-scheme: dark;
  --black: #000000;
  --surface: #0b0c0f;
  --surface-raised: #121419;
  --surface-strong: #191c22;
  --text: #f5f3ee;
  --muted: #b7bac2;
  --faint: #8c919b;
  --line: #292d33;
  --line-strong: #4a505a;
  --primary: #d7ff4f;
  --primary-dark: #bde535;
  --primary-ink: #0a0d02;
  --secondary: #35d0ba;
  --tertiary: #ff8a5b;
  --font-body: "DM Sans", "Segoe UI", Arial, sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
  --radius: 10px;
  --s1: 4px;
  --s2: 8px;
  --s3: 12px;
  --s4: 16px;
  --s5: 24px;
  --s6: 32px;
  --s7: 48px;
  --s8: 64px;
  --s9: 96px;
  --wrap: 1200px;
  --reading: 68ch;
  --header: 72px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--black);
  scroll-padding-top: calc(var(--header) + var(--s4));
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  background: var(--black);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

button,
input,
textarea,
select {
  color: inherit;
  font: inherit;
}

a,
button,
summary {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: var(--primary);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--text);
}

:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 4px;
}

::selection {
  background: var(--primary);
  color: var(--primary-ink);
}

h1,
h2,
h3,
h4,
p,
ul,
ol,
dl,
figure,
blockquote {
  margin-top: 0;
}

h1,
h2 {
  color: var(--text);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

h1 {
  max-width: 14ch;
  margin-bottom: var(--s5);
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 0.98;
}

h2 {
  max-width: 25ch;
  margin-bottom: var(--s4);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
}

h3,
h4 {
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

h3 {
  margin-bottom: var(--s3);
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 1.25;
}

h4 {
  margin-bottom: var(--s2);
  font-size: 1.0625rem;
}

p,
li,
dd {
  color: var(--muted);
}

strong,
dt {
  color: var(--text);
}

.wrap {
  width: min(calc(100% - 32px), var(--wrap));
  margin-inline: auto;
}

.reading-width {
  max-width: var(--reading);
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: var(--s3);
  left: var(--s3);
  min-height: 48px;
  padding: var(--s3) var(--s4);
  border-radius: var(--radius);
  background: var(--primary);
  color: var(--primary-ink);
  font-weight: 700;
  translate: 0 -180%;
}

.skip-link:focus {
  translate: 0;
}

.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgb(0 0 0 / 0.96);
  backdrop-filter: blur(12px);
}

.site-header__inner {
  display: flex;
  min-height: var(--header);
  align-items: center;
  gap: var(--s6);
}

.site-brand {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-weight: 800;
  text-decoration: none;
}

.site-brand:hover {
  color: var(--text);
}

.site-brand__mark {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  color: var(--primary);
  place-items: center;
}

.site-brand__mark svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.site-brand__mark circle {
  fill: var(--tertiary);
  stroke: none;
}

.site-brand__name {
  font-size: 1.125rem;
  letter-spacing: -0.03em;
}

.site-brand__name span {
  color: var(--primary);
}

.site-brand__country {
  padding-left: 10px;
  border-left: 1px solid var(--line-strong);
  color: var(--faint);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.primary-nav {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: var(--s2);
}

.primary-nav a {
  display: inline-flex;
  min-height: 48px;
  padding-inline: var(--s3);
  align-items: center;
  color: var(--muted);
  font-size: 0.9375rem;
  font-weight: 650;
  text-decoration: none;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  color: var(--text);
}

.primary-nav a[aria-current="page"]::before {
  width: 6px;
  height: 6px;
  margin-right: var(--s2);
  border-radius: 50%;
  background: var(--primary);
  content: "";
}

.breadcrumbs {
  margin-bottom: var(--s5);
}

.breadcrumbs ol {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  gap: var(--s2) var(--s3);
  list-style: none;
  font-size: 0.8125rem;
}

.breadcrumbs li:not(:last-child)::after {
  margin-left: var(--s3);
  color: var(--line-strong);
  content: "/";
}

.breadcrumbs a {
  color: var(--muted);
}

.breadcrumbs [aria-current="page"] {
  color: var(--faint);
}

.page-hero {
  position: relative;
  padding-block: var(--s7);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--black);
}

.page-hero::before {
  position: absolute;
  top: 0;
  left: max(16px, calc((100vw - var(--wrap)) / 2));
  width: 96px;
  height: 3px;
  background: var(--primary);
  content: "";
}

.page-hero--network::before {
  background: var(--secondary);
}

.page-hero--blog::before {
  background: var(--tertiary);
}

.page-hero__grid {
  display: grid;
  gap: var(--s6);
  align-items: center;
}

.page-hero__copy {
  min-width: 0;
}

.page-hero h1 {
  max-width: 16ch;
  margin-bottom: var(--s4);
  font-size: clamp(2.5rem, 5vw, 4.25rem);
  line-height: 1;
}

.eyebrow,
.section-kicker,
.card-label,
.author-box__copy > span,
.profile-panel > div > span {
  margin-bottom: var(--s3);
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.page-hero--network .eyebrow,
.directory-card--network .card-label,
.profile-panel--network > div > span {
  color: var(--secondary);
}

.page-hero--blog .eyebrow,
.blog-card .card-label {
  color: var(--tertiary);
}

.page-hero__lead {
  max-width: 62ch;
  margin-bottom: var(--s4);
  color: var(--muted);
  font-size: clamp(1rem, 1.7vw, 1.125rem);
  line-height: 1.52;
}

.button-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--s3);
}

.button {
  display: inline-flex;
  min-height: 48px;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  align-items: center;
  justify-content: center;
  font-size: 0.9375rem;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}

.button--primary {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--primary-ink);
}

.button--primary:hover {
  border-color: var(--primary-dark);
  background: var(--primary-dark);
  color: var(--primary-ink);
}

.button--secondary {
  border-color: var(--line-strong);
  background: transparent;
  color: var(--text);
}

.button--secondary:hover {
  border-color: var(--text);
  background: var(--surface);
  color: var(--text);
}

.text-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: var(--s4);
  color: var(--text);
  font-weight: 700;
  text-decoration-color: var(--primary);
}

.text-link span:last-child {
  color: var(--primary);
}

.route-rail {
  border-top: 1px solid var(--line-strong);
}

.route-rail__label {
  margin: 0;
  padding-block: var(--s3);
  color: var(--faint);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.route-rail a {
  display: grid;
  min-height: 56px;
  padding-block: var(--s2);
  border-top: 1px solid var(--line);
  grid-template-columns: 40px minmax(0, 1fr) auto;
  align-items: center;
  gap: var(--s3);
  color: var(--text);
  text-decoration: none;
}

.route-rail a > span {
  color: var(--primary);
  font-variant-numeric: tabular-nums;
}

.route-rail a > i {
  color: var(--faint);
  font-style: normal;
}

.route-rail a:hover > i {
  color: var(--primary);
}

.hero-index {
  position: relative;
  min-height: 190px;
  padding: var(--s4);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.hero-index > span {
  display: block;
  margin-bottom: var(--s3);
  color: var(--faint);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-index svg {
  width: 100%;
  max-height: 120px;
  height: auto;
  color: var(--line-strong);
  fill: var(--primary);
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hero-index--network svg {
  fill: var(--secondary);
}

.hero-index--blog svg {
  fill: var(--tertiary);
}

.hero-index svg .hero-index__secondary {
  stroke: var(--secondary);
}

.hero-index b {
  display: inline-block;
  margin: var(--s3) var(--s4) 0 0;
  color: var(--muted);
  font-size: 0.75rem;
}

.profile-panel {
  display: grid;
  padding: var(--s4);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  gap: var(--s4);
}

.profile-panel__logo {
  display: grid;
  width: min(100%, 180px);
  aspect-ratio: 2 / 1;
  padding: var(--s3);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #050506;
  place-items: center;
}

.profile-panel--network .profile-panel__logo {
  background: var(--text);
}

.profile-panel__logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.profile-panel strong {
  display: block;
  margin-bottom: var(--s2);
  font-size: 1.35rem;
}

.profile-panel p:last-child {
  margin: 0;
}

.section {
  position: relative;
  padding-block: var(--s8);
  background: var(--black);
}

.page-hero + .section {
  padding-block: var(--s7);
}

.section + .section {
  border-top: 1px solid var(--line);
}

.section + .section::before {
  position: absolute;
  top: -2px;
  left: max(16px, calc((100vw - var(--wrap)) / 2));
  width: 48px;
  height: 3px;
  background: var(--section-accent, var(--primary));
  content: "";
}

.section--network {
  --section-accent: var(--secondary);
}

.section--editorial {
  --section-accent: var(--tertiary);
}

.section-heading {
  max-width: 78ch;
  margin-bottom: var(--s6);
}

.section-heading h2 {
  margin-bottom: var(--s4);
}

.section-heading > p:last-child {
  max-width: var(--reading);
  margin-bottom: 0;
  font-size: 1.0625rem;
}

.section--centred .section-heading {
  margin-inline: auto;
  text-align: center;
}

.section--centred .section-heading h2,
.section--centred .section-heading > p:last-child {
  margin-inline: auto;
}

.section--centred .lead-answer,
.section--centred .faq,
.section--centred .quote-line {
  margin-inline: auto;
}

.prose {
  width: 100%;
  max-width: var(--reading);
  font-size: 1.125rem;
  line-height: 1.65;
}

.prose > * + * {
  margin-top: var(--s5);
}

.prose h2 {
  margin-top: var(--s8);
}

.prose h3 {
  margin-top: var(--s6);
}

.prose p,
.prose li {
  text-align: left;
}

.lead-answer {
  max-width: var(--reading);
  margin-bottom: var(--s6);
  padding-left: var(--s5);
  border-left: 3px solid var(--primary);
  color: var(--text);
  font-size: 1.25rem;
  line-height: 1.55;
}

.section--network .lead-answer {
  border-color: var(--secondary);
}

.section--editorial .lead-answer {
  border-color: var(--tertiary);
}

.split-layout,
.article-layout {
  display: grid;
  gap: var(--s7);
  align-items: start;
}

.side-note,
.aside-note {
  padding-top: var(--s4);
  border-top: 3px solid var(--secondary);
}

.side-note h3,
.aside-note h3 {
  margin-bottom: var(--s3);
}

.side-note p:last-child,
.aside-note p:last-child {
  margin-bottom: 0;
}

.article-copy {
  width: 100%;
  max-width: var(--reading);
  font-size: 1.125rem;
  line-height: 1.65;
}

.article-copy > * + * {
  margin-top: var(--s5);
}

.article-copy p,
.article-copy li {
  text-align: left;
}

.section > .wrap > :where(.fact-strip, .table-wrap, .directory-grid) + .prose {
  margin-top: var(--s4);
}

.fact-strip {
  display: grid;
  border-block: 1px solid var(--line);
}

.fact-strip > div {
  padding: var(--s5) 0;
}

.fact-strip > div + div {
  border-top: 1px solid var(--line);
}

.fact-strip strong {
  display: block;
  margin-bottom: var(--s2);
}

.fact-strip p:last-child {
  margin: 0;
}

.casino-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--s2);
}

.casino-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  flex-direction: column;
}

.casino-card__top {
  display: flex;
  min-height: 32px;
  padding-inline: var(--s3);
  border-bottom: 1px solid var(--line);
  align-items: center;
  justify-content: space-between;
  color: var(--faint);
  font-size: 0.6875rem;
  font-weight: 700;
}

.casino-card__logo {
  display: grid;
  height: 76px;
  margin: var(--s2) var(--s2) 0;
  padding: var(--s2);
  border: 1px solid #1e2024;
  border-radius: var(--radius);
  background: #050506;
  place-items: center;
}

.casino-card__logo img {
  width: auto;
  height: auto;
  max-width: 88%;
  max-height: 52px;
  object-fit: contain;
}

.casino-card__body {
  display: flex;
  flex: 1;
  padding: var(--s3);
  flex-direction: column;
  gap: var(--s2);
}

.casino-card__title {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: var(--s2);
}

.casino-card__title h3 {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 1rem;
}

.rating {
  color: var(--primary);
  font-size: 0.8125rem;
  font-weight: 800;
}

.stars {
  position: relative;
  width: max-content;
  color: var(--line-strong);
  font-size: 0.75rem;
  letter-spacing: 1px;
}

.stars::before {
  position: absolute;
  width: var(--rating);
  overflow: hidden;
  color: var(--primary);
  content: "★★★★★";
  white-space: nowrap;
}

.casino-card__offer {
  min-height: 4.35em;
  margin: 0;
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.45;
}

.casino-card__facts {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--s1) var(--s2);
  list-style: none;
}

.casino-card__facts li {
  min-width: 0;
  padding-block: var(--s1);
  border-bottom: 1px solid var(--line);
  overflow-wrap: anywhere;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.35;
}

.payment-icons {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--s1);
}

.payment-icons img {
  width: 26px;
  height: 17px;
  padding: 2px;
  border-radius: 3px;
  background: #ffffff;
  object-fit: contain;
}

.casino-card__perk {
  min-height: 2.7em;
  margin: 0;
  color: var(--tertiary);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.35;
}

.casino-card .button {
  width: 100%;
  margin-top: auto;
  padding-inline: var(--s2);
  font-size: 0.75rem;
}

.directory-grid,
.blog-grid,
.decision-grid,
.link-grid {
  display: grid;
  gap: var(--s4);
}

.directory-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 320px));
  justify-content: center;
  gap: var(--s5);
}

.directory-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  flex-direction: column;
}

.directory-card__logo {
  display: grid;
  height: 104px;
  padding: var(--s4);
  border-bottom: 1px solid var(--line);
  background: #050506;
  place-items: center;
}

.directory-card--network .directory-card__logo {
  background: var(--text);
}

.directory-card__logo img {
  width: auto;
  height: auto;
  max-width: 176px;
  max-height: 56px;
  object-fit: contain;
}

.directory-card__body {
  display: flex;
  flex: 1;
  padding: var(--s5);
  flex-direction: column;
}

.directory-card h3 {
  margin-bottom: var(--s3);
  font-size: 1.25rem;
}

.directory-card p {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: var(--s4);
  font-size: 0.9375rem;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.directory-card .text-link {
  margin-top: auto;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
  white-space: nowrap;
}

.blog-card {
  min-width: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--black);
}

.blog-card__image {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card__body {
  display: flex;
  min-height: 300px;
  padding: var(--s5) 0;
  flex-direction: column;
}

.blog-card h3 a {
  color: var(--text);
  text-decoration: none;
}

.blog-card h3 a:hover {
  color: var(--primary);
}

.blog-card .text-link {
  margin-top: auto;
}

.screenshot-list {
  display: grid;
  max-width: 960px;
  margin-inline: auto;
  gap: var(--s8);
}

.screenshot-card {
  display: block;
  min-width: 0;
  padding-top: var(--s4);
  border-top: 1px solid var(--line);
}

.screenshot-card__heading {
  margin-bottom: var(--s5);
}

.screenshot-card__heading h3 {
  max-width: 30ch;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  line-height: 1.08;
}

.screenshot-card figure {
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.screenshot-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.screenshot-card__copy {
  max-width: var(--reading);
  margin-top: var(--s5);
}

.screenshot-card__copy p {
  text-align: left;
}

.screenshot-card__copy p + p {
  margin-top: var(--s3);
}

.screenshot-card__copy p:last-child {
  margin-bottom: 0;
}

.screenshot-card__summary {
  color: var(--text);
  font-size: 1.0625rem;
}

.decision-grid article,
.link-grid article {
  padding: var(--s5) 0;
  border-top: 1px solid var(--line);
}

.decision-grid article > span {
  display: block;
  margin-bottom: var(--s3);
  color: var(--secondary);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.decision-grid p:last-child,
.link-grid p:last-child {
  margin-bottom: 0;
}

.check-list,
.plain-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.plain-list li {
  display: grid;
  padding-block: var(--s4);
  border-top: 1px solid var(--line);
  gap: var(--s1);
}

.check-list li:last-child,
.plain-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.check-list strong,
.check-list span,
.plain-list strong,
.plain-list span {
  display: block;
}

.pros-cons {
  display: grid;
  gap: var(--s7);
}

.card-label--primary {
  color: var(--primary);
}

.card-label--tertiary {
  color: var(--tertiary);
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
  border-block: 1px solid var(--line);
}

table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  text-align: left;
}

caption {
  padding: var(--s4) 0;
  color: var(--text);
  font-weight: 700;
  text-align: left;
}

th,
td {
  padding: var(--s4);
  border-top: 1px solid var(--line);
  vertical-align: top;
}

thead th {
  color: var(--primary);
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

tbody th {
  width: 24%;
  color: var(--text);
}

td {
  color: var(--muted);
}

.callout {
  max-width: var(--reading);
  padding: var(--s5);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: var(--surface);
}

.callout h3 {
  margin-bottom: var(--s3);
}

.callout p:last-child {
  margin-bottom: 0;
}

.callout--promotion {
  border-color: color-mix(in srgb, var(--tertiary), var(--line) 58%);
}

.callout--network {
  border-color: color-mix(in srgb, var(--secondary), var(--line) 58%);
}

.quote-line {
  max-width: 34ch;
  margin: 0 auto;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.18;
  text-align: center;
}

.faq {
  max-width: 900px;
  margin-inline: auto;
}

.faq details {
  border-top: 1px solid var(--line);
}

.faq details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  display: flex;
  min-height: 64px;
  padding-block: var(--s4);
  align-items: center;
  justify-content: space-between;
  gap: var(--s4);
  color: var(--text);
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  color: var(--primary);
  content: "+";
  font-size: 1.5rem;
  font-weight: 400;
}

.faq details[open] {
  background: var(--surface);
}

.faq details[open] summary,
.faq details[open] p {
  padding-inline: var(--s4);
}

.faq details[open] summary::after {
  content: "−";
}

.faq details p {
  max-width: var(--reading);
  padding-bottom: var(--s5);
}

.author-box {
  display: grid;
  max-width: 960px;
  margin-inline: auto;
  padding: var(--s5);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  gap: var(--s5);
}

.author-box > img {
  width: 112px;
  height: 112px;
  border-radius: var(--radius);
  object-fit: cover;
}

.author-box__copy > strong {
  display: block;
  margin-bottom: var(--s2);
  font-size: 1.25rem;
}

.author-box__copy p:last-child {
  margin: 0;
}

.author-box__links {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: var(--s4);
}

.author-box__links a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  color: var(--text);
}

.author-grid {
  display: grid;
  gap: var(--s6);
}

.author-card {
  display: grid;
  padding-block: var(--s6);
  border-top: 1px solid var(--line);
  gap: var(--s5);
}

.author-card > img {
  width: 176px;
  height: 176px;
  border-radius: var(--radius);
  object-fit: cover;
}

.meta-line {
  display: flex;
  margin-bottom: var(--s5);
  flex-wrap: wrap;
  gap: var(--s2) var(--s4);
  color: var(--faint);
  font-size: 0.875rem;
}

.link-grid article a {
  color: var(--text);
}

.contact-form {
  display: grid;
  max-width: 720px;
  gap: var(--s5);
}

.field,
.form-field {
  display: grid;
  gap: var(--s2);
}

.field label,
.form-field label {
  color: var(--text);
  font-weight: 700;
}

.field input,
.field textarea,
.field select,
.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  min-height: 48px;
  padding: var(--s3) var(--s4);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: var(--surface);
}

.field textarea,
.form-field textarea {
  min-height: 180px;
  resize: vertical;
}

.contact-form button {
  width: max-content;
}

.site-footer {
  padding-top: var(--s8);
  border-top: 1px solid var(--line);
  background: var(--black);
}

.site-footer__grid {
  display: grid;
  gap: var(--s7);
}

.site-footer__intro {
  max-width: 38ch;
}

.site-footer__intro .site-brand {
  margin-bottom: var(--s4);
}

.footer-nav {
  display: grid;
  align-content: start;
  gap: var(--s2);
}

.footer-nav strong {
  margin-bottom: var(--s2);
}

.footer-nav a {
  display: flex;
  min-height: 48px;
  align-items: center;
  color: var(--muted);
  text-decoration: none;
}

.footer-nav a:hover {
  color: var(--primary);
}

.site-footer__bottom {
  display: flex;
  margin-top: var(--s7);
  padding-block: var(--s5);
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--s3);
  font-size: 0.8125rem;
}

.site-footer__bottom p {
  margin: 0;
}

@media (min-width: 640px) {
  .wrap {
    width: min(calc(100% - 48px), var(--wrap));
  }

  .fact-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fact-strip > div {
    padding: var(--s5);
  }

  .fact-strip > div + div {
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .blog-grid,
  .decision-grid,
  .link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pros-cons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .author-box {
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: center;
  }

  .author-box__links {
    grid-column: 2;
  }

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

  .site-footer__grid {
    grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(120px, 0.7fr));
  }
}

@media (min-width: 800px) {
  .page-hero__grid {
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
  }

  .profile-panel {
    grid-template-columns: 180px minmax(0, 1fr);
    align-items: center;
  }

  .profile-panel__logo {
    width: 180px;
  }

  .split-layout,
  .article-layout {
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  }

  .blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .blog-card__body {
    min-height: 350px;
  }

  .decision-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  .casino-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--s4);
  }

  .casino-card__body {
    padding: var(--s4);
  }

  .casino-card__offer {
    font-size: 0.86rem;
  }

  .casino-card__facts li {
    font-size: 0.75rem;
  }

  .casino-card .button {
    font-size: 0.8125rem;
  }

  .link-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .author-box {
    grid-template-columns: 112px minmax(0, 1fr) auto;
  }

  .author-box__links {
    grid-column: auto;
  }
}

@media (max-width: 639px) {
  :root {
    --header: 96px;
  }

  .site-header__inner {
    min-height: var(--header);
    flex-wrap: wrap;
    align-content: center;
    gap: 0 var(--s4);
  }

  .site-brand {
    min-height: 48px;
  }

  .primary-nav {
    width: 100%;
    order: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .primary-nav a {
    padding-inline: var(--s2);
    justify-content: center;
    border-top: 1px solid var(--line);
    font-size: 0.82rem;
  }

  .primary-nav a[aria-current="page"]::before {
    width: 5px;
    height: 5px;
    margin-right: 6px;
  }

  .section {
    padding-block: var(--s7);
  }

  .page-hero {
    padding-block: var(--s4);
  }

  .page-hero + .section {
    padding-block: var(--s5);
  }

  .page-hero + .section .section-heading {
    margin-bottom: var(--s4);
  }

  .breadcrumbs {
    margin-bottom: var(--s4);
  }

  .page-hero__grid {
    gap: var(--s4);
  }

  .page-hero h1 {
    max-width: 18ch;
    margin-bottom: var(--s3);
    font-size: 2.35rem;
  }

  .page-hero .eyebrow {
    margin-bottom: var(--s2);
  }

  .page-hero__lead {
    margin-bottom: var(--s3);
    font-size: 1rem;
    line-height: 1.45;
  }

  .route-rail__label {
    grid-column: 1 / -1;
    padding-block: var(--s2);
  }

  .route-rail {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .route-rail a {
    min-height: 64px;
    padding: var(--s2);
    border-right: 1px solid var(--line);
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    line-height: 1.25;
  }

  .route-rail a:last-child {
    border-right: 0;
  }

  .route-rail a > span,
  .route-rail a > i {
    display: none;
  }

  .hero-index {
    min-height: auto;
    padding: var(--s3);
  }

  .hero-index svg {
    max-height: 88px;
  }

  .profile-panel {
    padding: var(--s3);
    grid-template-columns: 88px minmax(0, 1fr);
    align-items: center;
    gap: var(--s3);
  }

  .profile-panel__logo {
    width: 88px;
    padding: var(--s2);
  }

  .profile-panel strong {
    margin-bottom: var(--s1);
    font-size: 1rem;
  }

  .profile-panel p {
    display: none;
  }

  .lead-answer {
    padding-left: var(--s4);
    font-size: 1.125rem;
  }

  .casino-card__logo {
    height: 66px;
  }

  .casino-card__logo img {
    max-height: 44px;
  }

  .casino-card__body {
    padding: var(--s3);
  }

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

  .directory-card__logo {
    height: 92px;
    padding: var(--s3);
  }

  .directory-card__logo img {
    max-width: 160px;
    max-height: 48px;
  }

  .directory-card__body {
    padding: var(--s4);
  }

  .directory-card h3 {
    font-size: 1.125rem;
  }

  .directory-card p,
  .directory-card .text-link {
    font-size: 0.875rem;
  }

  .screenshot-list {
    gap: var(--s7);
  }

  .screenshot-card__heading h3 {
    font-size: 1.6rem;
  }

  .site-footer__bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
