:root {
  --bg: #060509;
  --bg-soft: #0a0710;
  --panel: #111014;
  --panel-soft: #151218;
  --line: #3b2454;
  --line-strong: #8e45d6;
  --purple: #a84cff;
  --purple-2: #d241ff;
  --lilac: #d8b4ff;
  --text: #f8f3ff;
  --muted: #a39aad;
  --faint: #786f82;
  --wrap: 1130px;
  --radius: 14px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(900px 260px at 50% 58px, rgba(128, 42, 214, .34), transparent 70%),
    linear-gradient(180deg, #050506 0, #090610 35%, #07050b 100%);
  color: var(--text);
  font-size: 14px;
  line-height: 1.58;
}

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

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

:focus-visible {
  outline: 2px solid var(--purple);
  outline-offset: 3px;
}

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

h1,
h2,
h3 {
  margin: 0;
  color: var(--text);
  font-family: "Inter Tight", Inter, system-ui, sans-serif;
  letter-spacing: 0;
  line-height: 1.08;
}

h1 {
  font-size: clamp(42px, 6vw, 76px);
}

h2 {
  font-size: clamp(24px, 2.8vw, 34px);
}

h3 {
  font-size: 15px;
}

h1 span,
h2 span,
.brand span {
  color: var(--lilac);
  text-shadow: 0 0 22px rgba(168, 76, 255, .7);
}

p {
  margin: 0;
  color: var(--muted);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-height: 54px;
  padding: 0 max(22px, calc((100vw - var(--wrap)) / 2));
  background: rgba(8, 8, 9, .91);
  border-bottom: 1px solid rgba(171, 71, 255, .82);
  box-shadow: 0 0 18px rgba(172, 72, 255, .45);
  backdrop-filter: blur(18px);
}

.brand {
  flex: 0 0 auto;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: #cbc3d7;
  font-size: 12px;
}

.site-header nav a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.nav-caret {
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}

main {
  min-height: 70vh;
}

.button,
.home-cta,
.home-visit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(95deg, #873cff, #d23cff);
  color: #fff;
  font-weight: 900;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

.button {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 8px;
}

.button.ghost,
.home-cta.secondary {
  background: rgba(10, 8, 13, .9);
  border: 1px solid rgba(179, 83, 255, .65);
  color: #fff;
}

.button.primary:hover,
.home-cta:hover,
.home-visit:hover {
  color: #fff;
  transform: translateY(-1px);
}

.home-hero {
  min-height: 255px;
  padding: 54px 0 44px;
  text-align: center;
  background:
    radial-gradient(650px 210px at 50% 10px, rgba(145, 50, 255, .48), transparent 74%),
    linear-gradient(180deg, rgba(255, 255, 255, .015), transparent);
}

.home-hero h1 {
  margin-bottom: 18px;
  line-height: .96;
  text-shadow: 0 0 32px rgba(169, 87, 255, .72);
}

.home-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: #a9a1b3;
  font-size: 15px;
}

.home-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 25px;
}

.home-cta {
  padding: 0 22px;
  box-shadow: 0 10px 34px rgba(162, 63, 255, .34);
}

.home-section {
  padding: 52px 0;
}

.casino-board {
  padding-top: 22px;
}

.casino-board h2 {
  margin-bottom: 28px;
  font-size: 28px;
}

.home-section-head {
  margin-bottom: 28px;
}

.home-section-head p:not(.home-kicker),
.home-intro {
  max-width: 780px;
  margin: 0 0 26px;
  color: #92899d;
}

.home-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #c990ff;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 10px;
  font-weight: 800;
}

.home-kicker::before {
  content: "";
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, #7d2eff, #d141ff);
  box-shadow: 0 0 18px rgba(199, 73, 255, .85);
}

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

.home-casino-card {
  position: relative;
  min-height: 430px;
  padding: 30px 16px 15px;
  background: linear-gradient(180deg, rgba(18, 17, 22, .96), rgba(8, 7, 11, .98));
  border: 1px solid rgba(113, 76, 142, .58);
  border-radius: var(--radius);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035), 0 0 0 1px rgba(0, 0, 0, .45);
  text-align: center;
}

.home-casino-card:hover {
  border-color: rgba(183, 80, 255, .9);
  box-shadow: 0 0 30px rgba(112, 39, 194, .2);
}

.home-rank {
  position: absolute;
  top: -12px;
  left: 16px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid #a74fff;
  border-radius: 50%;
  background: #13091f;
  color: #d8b4ff;
  font-size: 11px;
  font-weight: 900;
}

.home-tier {
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  padding: 2px 10px;
  border: 1px solid #a84cff;
  border-radius: 999px;
  background: #12091b;
  color: #e7d4ff;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 800;
  white-space: nowrap;
}

.home-logo-box {
  display: grid;
  place-items: center;
  height: 105px;
  margin-bottom: 17px;
  background: #050506;
  border-radius: 2px;
  overflow: hidden;
}

.home-logo-box img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  padding: 12px;
}

.home-casino-card h3 {
  margin-bottom: 6px;
  font-size: 12px;
}

.home-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #c990ff;
  font-size: 10px;
  line-height: 1;
}

.home-rating b {
  color: #fff;
  font-size: 10px;
}

.home-bonus {
  min-height: 46px;
  margin: 9px 0 13px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.home-casino-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin: 0 0 10px;
}

.home-casino-stats div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 6px 8px;
  border: 1px solid rgba(120, 104, 139, .45);
  border-radius: 7px;
  background: #0b0a0e;
}

.home-casino-stats dt {
  color: #777082;
  font-size: 9px;
}

.home-casino-stats dd {
  margin: 0;
  color: #fff;
  text-align: right;
  font-size: 9px;
}

.home-methods {
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
  margin: 9px 0;
}

.home-methods span {
  min-width: 25px;
  padding: 3px 5px;
  border: 1px solid rgba(112, 101, 128, .55);
  border-radius: 5px;
  color: #b9b1c6;
  font-size: 8px;
}

.home-terms,
.home-small {
  margin-top: 10px;
  color: #807687;
  font-size: 9px;
}

.home-visit {
  min-height: 34px;
  width: 100%;
  margin-top: 14px;
  border-radius: 8px;
}

.directory-hero {
  min-height: 320px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(170, 69, 255, .74);
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
    radial-gradient(780px 290px at 50% 0, rgba(130, 60, 218, .58), transparent 73%),
    linear-gradient(180deg, #09070d 0, #07050a 100%);
  background-size: 72px 72px, 72px 72px, auto, auto;
}

.directory-hero .wrap {
  padding-top: 18px;
}

.directory-hero h1 {
  max-width: 870px;
  margin-bottom: 20px;
  font-size: clamp(44px, 5.2vw, 70px);
  text-shadow: 0 0 30px rgba(180, 97, 255, .62);
}

.directory-hero p:not(.home-kicker) {
  max-width: 620px;
  padding-left: 18px;
  border-left: 1px solid rgba(120, 94, 145, .55);
  color: #b5acbf;
  font-size: 18px;
  line-height: 1.55;
}

.list-hero h1 {
  max-width: 820px;
}

.directory-section {
  padding: 58px 0;
}

.directory-section h2 {
  margin-bottom: 34px;
  font-size: clamp(26px, 3vw, 34px);
}

.directory-grid {
  display: grid;
  grid-template-columns: minmax(0, 320px);
  gap: 24px;
}

.directory-card {
  display: grid;
  min-height: 375px;
  overflow: hidden;
  border: 1px solid rgba(126, 79, 164, .7);
  background: linear-gradient(180deg, rgba(19, 18, 22, .96), rgba(9, 8, 12, .99));
  color: var(--text);
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.directory-card:hover {
  color: var(--text);
  border-color: rgba(192, 82, 255, .95);
  box-shadow: 0 0 34px rgba(153, 58, 255, .22);
  transform: translateY(-2px);
}

.directory-card-art {
  position: relative;
  min-height: 145px;
  background:
    radial-gradient(120px 80px at 78% 24%, rgba(220, 51, 255, .64), transparent 70%),
    radial-gradient(210px 130px at 18% 15%, rgba(84, 34, 255, .62), transparent 72%),
    linear-gradient(140deg, rgba(81, 35, 179, .88), rgba(24, 9, 60, .75) 52%, rgba(189, 33, 255, .78));
}

.directory-card-art::before,
.directory-card-art::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 62px;
  background:
    radial-gradient(circle at 68% 45%, rgba(202, 110, 255, .8) 0 3px, transparent 4px),
    radial-gradient(circle at 73% 34%, rgba(202, 110, 255, .55) 0 2px, transparent 3px),
    linear-gradient(17deg, transparent 45%, rgba(157, 72, 255, .3) 46%, transparent 48%),
    linear-gradient(164deg, transparent 42%, rgba(157, 72, 255, .26) 43%, transparent 46%);
}

.directory-card-art::after {
  inset: auto -20px 0 0;
  height: 92px;
  opacity: .4;
  transform: skewY(-9deg);
}

.image-art {
  background: #0a0810;
}

.image-art::before,
.image-art::after {
  content: none;
}

.image-art img,
.image-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.payment-card-art {
  background:
    radial-gradient(130px 90px at 82% 22%, rgba(220, 51, 255, .6), transparent 70%),
    radial-gradient(200px 110px at 18% 72%, rgba(105, 39, 255, .64), transparent 70%),
    linear-gradient(145deg, rgba(10, 8, 14, .95), rgba(34, 15, 76, .78) 58%, rgba(125, 29, 198, .68));
}

.directory-card-body {
  position: relative;
  display: grid;
  gap: 20px;
  padding: 28px 22px 25px;
}

.directory-card-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #c990ff;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 10px;
  font-weight: 900;
}

.directory-card-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, #7d2eff, #d141ff);
  box-shadow: 0 0 18px rgba(199, 73, 255, .85);
}

.directory-card-arrow {
  position: absolute;
  top: 20px;
  right: 22px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(141, 111, 165, .75);
  border-radius: 50%;
}

.directory-card-arrow::before {
  content: ">";
  color: #cda4ff;
  font-size: 14px;
  font-weight: 900;
}

.directory-card strong {
  display: block;
  font-size: 21px;
  line-height: 1.15;
}

.directory-card span,
.directory-card em {
  color: #b3aabe;
  font-style: normal;
}

.directory-card em {
  color: #bf72ff;
  font-weight: 800;
}

.casino-list-section {
  padding-top: 42px;
}

.casino-list-section .home-casino-grid {
  row-gap: 36px;
}

.directory-fact-card {
  max-width: 1000px;
  margin-inline: auto;
}

.about-section {
  padding-top: 64px;
}

.about-intro-panel {
  align-items: start;
}

.about-intro-panel p + p {
  margin-top: 12px;
}

.about-verification {
  align-self: stretch;
  padding: 22px;
  border: 1px solid rgba(146, 130, 160, .42);
  border-radius: 16px;
  background: rgba(8, 7, 11, .42);
}

.about-verification h3 {
  margin: 14px 0 8px;
  font-size: 15px;
}

.about-verification p {
  font-size: 12px;
}

.about-icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(183, 101, 255, .54);
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 50%, rgba(192, 104, 255, .7), rgba(124, 60, 255, .2) 46%, transparent 47%),
    rgba(124, 60, 255, .12);
  box-shadow: 0 0 22px rgba(164, 74, 255, .22);
}

.about-criteria-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.about-criteria-card {
  padding: 24px;
}

.about-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.about-card-top strong {
  display: inline-flex;
  min-width: 48px;
  justify-content: center;
  padding: 6px 10px;
  border: 1px solid rgba(183, 101, 255, .5);
  border-radius: 999px;
  background: rgba(124, 60, 255, .13);
  color: var(--lilac);
  font-size: 12px;
}

.about-criteria-card h3 {
  margin-top: 18px;
  font-size: 16px;
}

.about-criteria-card p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
}

.about-author-stack {
  display: grid;
  gap: 20px;
  max-width: 960px;
}

.about-author-box {
  margin: 0;
  padding: 26px;
}

.about-author-box .avatar {
  width: 64px;
  height: 64px;
  border-radius: 14px;
}

.about-author-box h3 {
  margin-top: 2px;
  font-size: 18px;
}

.about-author-box p:not(.eyebrow):not(.role):not(.home-small) {
  max-width: 720px;
  color: var(--muted);
  font-size: 13px;
}

.about-tags {
  margin-top: 14px;
}

.about-tags span {
  display: inline-flex;
  margin: 0 8px 8px 0;
  padding: 5px 11px;
  border: 1px solid rgba(146, 130, 160, .55);
  border-radius: 999px;
  color: #b9b1c4;
  text-transform: uppercase;
  font-size: 9px;
}

.directory-faq .wrap {
  max-width: 820px;
}

.payment-list-section {
  padding-top: 30px;
}

.payment-comparison-grid {
  gap: 20px;
}

.payment-compare-card {
  min-height: 250px;
  display: grid;
  align-content: start;
  padding: 16px;
  border-radius: 0;
  background:
    linear-gradient(rgba(104, 48, 178, .16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104, 48, 178, .16) 1px, transparent 1px),
    linear-gradient(180deg, rgba(25, 17, 38, .96), rgba(12, 11, 14, .98));
  background-size: 28px 28px, 28px 28px, auto;
}

.payment-card-copy {
  min-height: 78px;
  padding: 14px;
  border: 1px solid rgba(104, 83, 122, .55);
  border-radius: 9px;
  background: rgba(10, 9, 13, .76);
}

.payment-card-copy h3 {
  margin-bottom: 6px;
  font-size: 13px;
}

.payment-card-copy p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #a79daf;
  font-size: 11px;
}

.payment-token-row {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  min-height: 45px;
  align-items: center;
  margin: 15px 0 12px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(114, 99, 132, .38);
}

.payment-token-row span {
  display: inline-grid;
  place-items: center;
  min-width: 32px;
  height: 26px;
  padding: 0 9px;
  border: 1px solid rgba(174, 86, 255, .75);
  border-radius: 999px;
  background: rgba(98, 45, 185, .42);
  color: #d4afff;
  letter-spacing: 0;
  font-size: 8px;
  font-weight: 900;
}

.payment-compare-card dl {
  margin: 0;
}

.payment-compare-card dt {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 9px;
}

.payment-compare-card dd {
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.payment-compare-card dd:first-of-type {
  color: #c04aff;
}

.trust-grid,
.home-feature-grid,
.payment-grid,
.editorial-grid,
.author-grid {
  display: grid;
  gap: 18px;
}

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

.home-feature-grid,
.payment-grid,
.editorial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-grid {
  max-width: 890px;
}

.trust-card,
.home-feature,
.payment-card,
.editorial-card,
.author-card,
.fact-card,
.home-copy-panel,
.panel,
.author-box,
.casino-card {
  background: linear-gradient(160deg, rgba(22, 21, 25, .95), rgba(9, 8, 12, .98));
  border: 1px solid rgba(135, 82, 171, .58);
  border-radius: var(--radius);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

.trust-card {
  min-height: 142px;
  padding: 22px;
}

.trust-card span {
  display: block;
  width: 18px;
  height: 18px;
  margin-bottom: 18px;
  border: 1px solid #d3b3ff;
  border-radius: 50%;
}

.trust-card h3,
.home-feature h3,
.payment-card h3 {
  margin-bottom: 8px;
  font-size: 13px;
}

.trust-card p,
.home-feature p,
.payment-card p,
.editorial-card p,
.author-card p,
.fact-card p {
  color: #a69dae;
  font-size: 12px;
}

.home-copy-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  padding: 42px 46px;
}

.home-copy-panel article {
  align-self: center;
}

.home-copy-panel h2 {
  margin-bottom: 16px;
  font-size: 24px;
}

.home-copy-panel p {
  font-size: 13px;
}

.legal-panel,
.home-rg .home-copy-panel {
  grid-template-columns: 1fr;
}

.home-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(142, 86, 179, .72);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(19, 18, 22, .95), rgba(10, 9, 13, .98));
}

table {
  width: 100%;
  border-collapse: collapse;
}

.home-compare-table {
  min-width: 940px;
  background: transparent;
}

.home-compare-table th,
.home-compare-table td {
  padding: 20px 24px;
  border: 0;
  color: #c8c0d1;
  text-align: left;
  vertical-align: top;
  font-size: 12px;
}

.home-compare-table th {
  color: #d9cced;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 9px;
}

.home-compare-table th:nth-child(2),
.home-compare-table td:nth-child(2) {
  background: linear-gradient(180deg, rgba(117, 51, 169, .72), rgba(55, 24, 80, .72));
  color: #fff;
}

.home-compare-table tbody tr + tr td {
  border-top: 1px solid rgba(70, 58, 83, .38);
}

.home-note {
  margin-top: 18px;
  padding-left: 12px;
  border-left: 1px solid #9b42ff;
  color: #91879d;
  font-size: 12px;
}

.home-feature {
  min-height: 180px;
  padding: 24px;
}

.home-checks {
  display: grid;
  gap: 16px;
  counter-reset: steps;
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
}

.home-checks li {
  counter-increment: steps;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 16px;
  min-height: 66px;
  padding: 14px 20px;
  border: 1px solid rgba(145, 78, 187, .66);
  border-radius: 13px;
  background: #0b090f;
  color: #b8afc1;
  font-size: 12px;
}

.home-checks li::before {
  content: counter(steps);
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8846ff, #cf45ff);
  color: #fff;
  font-weight: 900;
}

.payment-card {
  min-height: 235px;
  padding: 24px;
}

.payment-card > span,
.editorial-card > span {
  display: block;
  margin-bottom: 12px;
  color: #bb83ff;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 9px;
  font-weight: 800;
}

.payment-card dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 7px 12px;
  margin: 18px 0;
}

.payment-card dt {
  color: #8d8399;
  font-size: 11px;
}

.payment-card dd {
  margin: 0;
  color: #fff;
  text-align: right;
  font-size: 11px;
}

.home-text-link {
  display: inline-flex;
  margin-top: 24px;
  color: #d8a8ff;
  font-weight: 800;
  font-size: 12px;
}

.editorial-card {
  display: block;
  overflow: hidden;
  min-height: 310px;
  color: #fff;
}

.editorial-visual {
  display: block;
  height: 145px;
  margin-bottom: 18px;
  background: #141019;
}

.image-visual {
  overflow: hidden;
}

.visual-0 { background: radial-gradient(circle at 25% 30%, #c22 0 8%, transparent 18%), radial-gradient(circle at 70% 45%, #733 0 10%, transparent 20%), linear-gradient(135deg, #3b1014, #171015); }
.visual-1 { background: radial-gradient(circle at 50% 55%, #df2525 0 9%, transparent 18%), radial-gradient(circle at 65% 40%, #f1cf63 0 4%, transparent 10%), linear-gradient(135deg, #42120e, #09080a); }
.visual-2 { background: radial-gradient(circle at 35% 40%, #be1b2b 0 7%, transparent 15%), radial-gradient(circle at 70% 52%, #f4f4ff 0 5%, transparent 13%), linear-gradient(135deg, #270d1a, #09080b); }
.visual-3 { background: radial-gradient(circle at 28% 60%, #b61c24 0 8%, transparent 18%), radial-gradient(circle at 65% 35%, #f7d37a 0 6%, transparent 14%), linear-gradient(135deg, #24100f, #111); }
.visual-4 { background: radial-gradient(circle at 45% 45%, #bd2028 0 6%, transparent 14%), radial-gradient(circle at 68% 40%, #e7c66b 0 7%, transparent 16%), linear-gradient(135deg, #351c12, #09080a); }
.visual-5 { background: radial-gradient(circle at 72% 34%, #d0a650 0 7%, transparent 15%), radial-gradient(circle at 35% 58%, #b71e29 0 5%, transparent 13%), linear-gradient(135deg, #111, #321512); }

.editorial-card h3,
.editorial-card p,
.editorial-card b,
.editorial-card time {
  display: block;
  margin-left: 18px;
  margin-right: 18px;
}

.editorial-card h3 {
  margin-bottom: 9px;
  font-size: 14px;
}

.editorial-card p {
  margin-bottom: 18px;
}

.editorial-card b,
.editorial-card time {
  margin-bottom: 18px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.author-grid {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 86px;
}

.author-card {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  padding: 28px;
}

.author-photo {
  overflow: hidden;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(135deg, #d29d4b, #7c3cff);
  color: #fff;
  font-weight: 900;
}

.author-photo img,
.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-photo.euan {
  background: linear-gradient(135deg, #f4f0ed, #a64dff);
  color: #24152f;
}

.author-card h3,
.fact-card h3 {
  font-size: 15px;
}

.role {
  margin: 1px 0 14px;
  color: #fff;
  font-size: 12px;
}

.author-card span,
.fact-card span {
  display: inline-flex;
  margin: 8px 6px 0 0;
  padding: 4px 10px;
  border: 1px solid rgba(146, 130, 160, .55);
  border-radius: 999px;
  color: #b9b1c4;
  text-transform: uppercase;
  font-size: 9px;
}

.fact-card {
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 36px;
}

.fact-card .author-photo {
  float: left;
  margin: 2px 18px 14px 0;
}

.home-faq {
  padding-top: 30px;
}

.home-faq-list,
.home-faq .home-section-head {
  max-width: 820px;
  margin-inline: auto;
}

.home-faq .home-section-head {
  margin-bottom: 24px;
}

.home-faq-list details {
  margin-bottom: 13px;
  border: 1px solid rgba(148, 83, 190, .74);
  border-radius: 13px;
  background: #0c0a0f;
  overflow: hidden;
}

.home-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 58px;
  padding: 0 20px 0 24px;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
}

.home-faq-list summary span {
  display: grid;
  place-items: center;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8a48ff, #d243ff);
}

.home-faq-list summary span::before {
  content: "+";
}

.home-faq-list details[open] summary span::before {
  content: "-";
}

.home-faq-list details p {
  padding: 0 24px 20px;
  font-size: 12px;
}

.page-hero {
  padding: 72px 0 38px;
  background: radial-gradient(650px 210px at 50% 0, rgba(145, 50, 255, .36), transparent 74%);
}

.page-hero h1 {
  margin-top: 8px;
  font-size: clamp(36px, 5vw, 58px);
}

.page-hero p {
  max-width: 780px;
  margin-top: 14px;
}

.section {
  padding: 52px 0;
}

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

.mini-card,
.panel,
.author-box,
.casino-card {
  padding: 24px;
}

.mini-card {
  display: block;
  min-height: 170px;
}

.mini-card span,
.eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #bb83ff;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 10px;
  font-weight: 800;
}

.casino-card {
  display: grid;
  grid-template-columns: 64px 150px 1fr 170px;
  gap: 20px;
  align-items: center;
  margin-bottom: 16px;
}

.casino-rank {
  color: var(--lilac);
  font-weight: 900;
}

.casino-logo {
  width: 150px;
  height: 74px;
  padding: 10px;
  object-fit: contain;
  background: #050506;
  border-radius: 4px;
}

.casino-bonus {
  margin-top: 6px;
  color: #fff;
  font-weight: 800;
}

.casino-payments,
.badges,
.rg-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.casino-payments {
  margin-top: 10px;
}

.casino-payments span,
.badges span {
  padding: 4px 9px;
  border: 1px solid rgba(112, 101, 128, .55);
  border-radius: 999px;
  color: #b9b1c6;
  font-size: 10px;
}

.casino-card details {
  margin-top: 12px;
  color: var(--muted);
}

.casino-score {
  text-align: right;
}

.casino-score strong {
  display: block;
  font-size: 28px;
}

.casino-score span {
  color: var(--muted);
}

.single {
  padding: 52px 0;
}

.single-hero-image {
  overflow: hidden;
  margin: 26px 0 30px;
  padding: 0;
}

.single-hero-image img {
  width: 100%;
  height: min(360px, 48vw);
  object-fit: cover;
}

.gc-breadcrumb {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 12px;
}

.review-date {
  margin: 14px 0 0;
  color: var(--lilac);
  font-weight: 800;
}

.author-box {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin: 24px 0;
}

.avatar {
  overflow: hidden;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(95deg, #873cff, #d23cff);
  font-weight: 900;
}

.review-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  align-items: center;
  margin: 28px 0;
}

.review-summary span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.review-summary strong {
  font-size: 19px;
}

.entry-content {
  color: #e9e2f1;
}

.entry-content p {
  margin-bottom: 1.15em;
}

.entry-content h2 {
  margin: 2em 0 .7em;
  font-size: 25px;
}

.entry-content a,
.text-link {
  color: var(--lilac);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.related {
  margin-top: 42px;
}

.faq details {
  margin-bottom: 10px;
  padding: 16px;
  border: 1px solid rgba(148, 83, 190, .74);
  border-radius: 13px;
  background: #0c0a0f;
}

.faq summary {
  color: #fff;
  cursor: pointer;
  font-weight: 900;
}

.rg .panel {
  border-color: rgba(217, 70, 239, .42);
}

.rg-links {
  margin-top: 18px;
}

.rg-links a {
  color: var(--lilac);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(142, 86, 179, .72);
  border-radius: var(--radius);
}

.table-wrap table {
  min-width: 760px;
  background: rgba(12, 10, 15, .95);
}

.table-wrap th,
.table-wrap td {
  padding: 15px;
  border-bottom: 1px solid rgba(70, 58, 83, .46);
  text-align: left;
  vertical-align: top;
}

.table-wrap th {
  color: var(--lilac);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 11px;
}

.casino-filters {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
  padding: 16px;
  border: 1px solid rgba(135, 82, 171, .58);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .035);
}

.casino-filters label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
}

.casino-filters select {
  width: 100%;
  min-height: 44px;
  padding: 9px 10px;
  border: 1px solid rgba(112, 101, 128, .55);
  border-radius: 8px;
  background: #111014;
  color: var(--text);
}

.site-footer {
  padding: 42px 0 22px;
  border-top: 1px solid var(--line);
  background: #050506;
  color: var(--muted);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) minmax(150px, .65fr) minmax(260px, 1.1fr);
  gap: 92px;
}

.site-footer h2,
.site-footer h3 {
  margin-bottom: 12px;
  font-size: 15px;
}

.site-footer h2 span,
.site-footer h3 {
  color: var(--lilac);
}

.site-footer h3 {
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
}

.site-footer p {
  max-width: 340px;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 13px;
}

.site-footer a {
  display: inline;
  margin: .35em 0;
  color: var(--muted);
}

.footer-grid > div:nth-child(2) a {
  display: block;
  width: fit-content;
}

.archive-directory {
  padding-top: 54px;
}

.archive-group {
  margin-bottom: 64px;
}

.archive-blurb {
  max-width: 720px;
  margin: 12px 0 24px;
  color: #a79daf;
  font-size: 14px;
}

.archive-card {
  border-radius: var(--radius);
}

.archive-article-grid {
  max-width: 1000px;
}

.cookie-banner {
  position: fixed;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(720px, calc(100% - 32px));
  margin: auto;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #111014;
  box-shadow: 0 20px 80px rgba(0, 0, 0, .45);
}

.cookie-banner.is-visible {
  display: flex;
}

.cookie-banner button {
  border: 0;
  border-radius: 8px;
  padding: 10px 14px;
  background: var(--purple);
  color: #080808;
  font-weight: 900;
}

.gc-calculator {
  display: grid;
  gap: 20px;
  max-width: 760px;
  padding: 24px;
  border: 1px solid rgba(168, 85, 247, .35);
  border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(22, 21, 25, .95), rgba(9, 8, 12, .98));
}

.gc-control label {
  display: flex;
  justify-content: space-between;
  font-weight: 800;
}

.gc-control input {
  width: 100%;
  accent-color: var(--purple);
}

.gc-segment {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.gc-segment button {
  border: 1px solid rgba(112, 101, 128, .55);
  border-radius: 8px;
  padding: 10px 12px;
  background: #141218;
  color: #fff;
}

.gc-segment button[aria-pressed=true] {
  background: linear-gradient(95deg, #873cff, #d23cff);
  border: 0;
}

.gc-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.gc-results p {
  padding: 18px;
  border: 1px solid rgba(112, 101, 128, .55);
  border-radius: var(--radius);
}

.gc-results span {
  display: block;
  color: var(--muted);
}

.gc-results strong {
  color: #fff;
  font-size: 26px;
}

.screen-reader-text {
  position: absolute;
  left: -9999px;
}

@media (max-width: 1100px) {
  .home-casino-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .trust-grid,
  .home-feature-grid,
  .payment-grid,
  .editorial-grid,
  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .wrap {
    width: min(100% - 28px, var(--wrap));
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 12px 18px;
  }

  .site-header nav {
    gap: 12px;
    flex-wrap: wrap;
  }

  .home-hero {
    padding-top: 44px;
  }

  .directory-hero {
    min-height: 285px;
  }

  .directory-hero h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .directory-hero p:not(.home-kicker) {
    font-size: 15px;
  }

  .home-casino-grid,
  .trust-grid,
  .home-feature-grid,
  .payment-grid,
  .editorial-grid,
  .article-grid,
  .author-grid,
  .home-copy-panel,
  .about-criteria-grid,
  .card-grid,
  .casino-card,
  .review-summary,
  .footer-grid,
  .gc-results,
  .casino-filters {
    grid-template-columns: 1fr;
  }

  .home-copy-panel,
  .panel,
  .author-box,
  .casino-card {
    padding: 24px;
  }

  .home-casino-card {
    min-height: auto;
    padding: 30px 16px 18px;
  }

  .home-logo-box {
    height: clamp(132px, 34vw, 168px);
    margin: 12px 0 18px;
  }

  .home-logo-box img {
    max-width: 86%;
    max-height: 86%;
    padding: 0;
  }

  .casino-logo {
    width: 100%;
    height: clamp(120px, 32vw, 156px);
    padding: 18px;
  }

  .casino-score {
    text-align: left;
  }

  .home-section,
  .section,
  .directory-section {
    padding: 36px 0;
  }

  .directory-grid {
    grid-template-columns: 1fr;
  }
}

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