.jjtc-page {
  --jj-bg: #000d16;
  --jj-card-start: #050b10;
  --jj-card-end: #073247;
  --jj-heading: #ecf2f8;
  --jj-copy: #9ac4d9;
  --jj-placeholder: #234053;
  --jj-gold: #ffc857;
  --jj-gold-dark: #997437;
  --jj-gold-light: #fcc66d;
  --jj-blue: #01abfe;
  --jj-blue-dark: #046a9a;
  --jj-blue-light: #01adfe;
  --jj-card-stroke: #03acfd;
  --jj-line: rgb(3 172 253 / 42%);
  --jj-heading-font: "Antonio", sans-serif;
  --jj-body-font: "Sansation", sans-serif;
  min-height: 100vh;
  padding: 64px 0 96px;
  color: var(--jj-copy);
  background:
    radial-gradient(circle at 50% -5%, rgb(1 171 254 / 9%), transparent 34rem),
    var(--jj-bg);
  font-family: var(--jj-body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

/*
 * Shared Jackpot Jock panel treatment.
 * Matches the rounded cyan-outline boxes used across the live site.
 */
.jjtc-toc,
.jjtc-table-wrap,
.jjtc-info-card,
.jjtc-method-grid article,
.jjtc-casino-header,
.jjtc-casino-body,
.jjtc-facts,
.jjtc-pros,
.jjtc-cons,
.jjtc-methodology,
.jjtc-faqs details {
  border: 1px solid rgb(1 171 254 / 78%);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 8%, rgb(1 171 254 / 9%), transparent 42%),
    linear-gradient(135deg, #020b12 0%, #041923 52%, #062b3d 100%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 2%),
    0 14px 34px rgb(0 0 0 / 13%);
}

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

.jjtc-shell {
  width: min(100% - 48px, 1210px);
  margin-inline: auto;
}

.jjtc-page h1,
.jjtc-page h2,
.jjtc-page h3,
.jjtc-page h4,
.jjtc-page h5,
.jjtc-page h6 {
  margin-top: 0;
  color: var(--jj-heading);
  font-family: var(--jj-heading-font) !important;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.jjtc-page h1 {
  max-width: 1040px;
  margin-bottom: 22px;
  font-size: 52px;
}

.jjtc-page h2 {
  margin-bottom: 18px;
  font-size: 40px;
}

.jjtc-page h3 {
  margin-bottom: 14px;
  font-size: 28px;
}

.jjtc-page h4 {
  margin-bottom: 16px;
  font-size: 24px;
}

.jjtc-page p,
.jjtc-page li,
.jjtc-page dd,
.jjtc-page td {
  color: var(--jj-copy);
  font-family: var(--jj-body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.jjtc-page a {
  color: var(--jj-blue);
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.jjtc-page a:hover,
.jjtc-page a:focus-visible {
  color: #69cbfa;
}

.jjtc-page a:focus-visible,
.jjtc-page summary:focus-visible {
  outline: 2px solid var(--jj-gold);
  outline-offset: 4px;
}

.jjtc-article-header {
  max-width: 1060px;
  margin-bottom: 32px;
}

.jjtc-eyebrow,
.jjtc-review-label {
  margin: 0 0 10px;
  color: var(--jj-blue) !important;
  font-family: var(--jj-heading-font) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0;
  line-height: 1.1 !important;
  text-transform: uppercase;
}

.jjtc-lead {
  max-width: 930px;
}

.jjtc-lead p,
.jjtc-lead {
  font-size: 20px;
  line-height: 1.35;
}

.jjtc-rich-text {
  color: var(--jj-copy);
}

.jjtc-rich-text > :first-child {
  margin-top: 0;
}

.jjtc-rich-text > :last-child {
  margin-bottom: 0;
}

.jjtc-rich-text p {
  margin: 0 0 18px;
}

.jjtc-rich-text ul,
.jjtc-rich-text ol {
  margin: 0 0 20px;
  padding-left: 22px;
}

.jjtc-rich-text img {
  max-width: 100%;
  height: auto;
  border: 1px solid var(--jj-line);
  border-radius: 8px;
}

.jjtc-meta {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  gap: 8px;
}

.jjtc-meta span {
  color: var(--jj-copy);
  font-size: 14px;
  opacity: 0.85;
}

.jjtc-responsible-note {
  margin: 32px 0;
  padding: 20px 24px;
  border: 1px solid var(--jj-gold);
  border-radius: 10px;
  color: var(--jj-copy);
  background: linear-gradient(135deg, rgb(153 116 55 / 18%), rgb(252 198 109 / 7%));
}

.jjtc-responsible-note strong {
  color: var(--jj-gold);
}

.jjtc-toc {
  max-width: 860px;
  margin: 38px 0 76px;
  padding: 28px 30px;
}

.jjtc-toc h2 {
  margin-bottom: 16px;
  font-size: 24px;
}

.jjtc-toc ol {
  display: grid;
  margin: 0;
  padding-left: 22px;
  gap: 7px;
}

.jjtc-toc a {
  color: var(--jj-blue);
  font-family: var(--jj-heading-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.jjtc-section {
  margin: 88px 0;
  scroll-margin-top: 28px;
}

.jjtc-section-heading {
  max-width: 950px;
  margin-bottom: 34px;
}

.jjtc-table-wrap {
  overflow-x: auto;
  scrollbar-color: var(--jj-blue-dark) var(--jj-bg);
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.jjtc-table {
  width: 100%;
  min-width: 940px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  color: var(--jj-copy);
  background: transparent;
}

.jjtc-table th,
.jjtc-table td {
  padding: 18px 16px;
  border: 0;
  border-bottom: 1px solid rgb(3 172 253 / 24%);
  color: var(--jj-copy);
  background: transparent;
  text-align: left;
  vertical-align: middle;
}

.jjtc-table thead th {
  color: var(--jj-heading);
  background: linear-gradient(135deg, #062638, #073247);
  font-family: var(--jj-heading-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.jjtc-table tbody tr:last-child > * {
  border-bottom: 0;
}

.jjtc-table tbody tr:hover {
  background: rgb(1 171 254 / 7%);
}

.jjtc-table tbody th {
  min-width: 210px;
  color: var(--jj-heading);
  font-family: var(--jj-heading-font);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.jjtc-rank-badge {
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  place-items: center;
  border: 1px solid var(--jj-gold);
  border-radius: 50%;
  color: var(--jj-bg);
  background: linear-gradient(90deg, var(--jj-gold-dark), var(--jj-gold-light));
}

.jjtc-button {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid var(--jj-gold);
  border-radius: 10px;
  color: var(--jj-bg) !important;
  background: linear-gradient(90deg, var(--jj-gold-dark), var(--jj-gold-light));
  box-shadow: inset 0 0 18px rgb(255 200 87 / 12%);
  gap: 10px;
  font-family: var(--jj-heading-font) !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  transition:
    color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease,
    background-position 350ms ease;
  background-size: 200% 100%;
  background-position: 0 0;
}

.jjtc-button::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgb(255 255 255 / 38%) 48%, transparent 76%);
  content: "";
  transform: translateX(-125%);
  transition: transform 500ms ease;
}

.jjtc-button:hover,
.jjtc-button:focus-visible {
  color: var(--jj-bg) !important;
  border-color: #ffdc8e;
  background-position: 100% 0;
  box-shadow: 0 10px 26px rgb(255 200 87 / 28%), 0 0 18px rgb(255 200 87 / 16%);
  transform: translateY(-2px);
}

.jjtc-button:hover::before,
.jjtc-button:focus-visible::before {
  transform: translateX(125%);
}

.jjtc-button:active {
  box-shadow: 0 5px 14px rgb(255 200 87 / 20%);
  transform: translateY(0);
}

.jjtc-button:focus-visible,
.jjtc-category-pill:focus-visible {
  outline: 2px solid var(--jj-heading);
  outline-offset: 3px;
}

.jjtc-button-small {
  min-height: 40px;
  padding: 9px 16px;
  font-size: 14px;
  white-space: nowrap;
}

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

.jjtc-info-card,
.jjtc-method-grid article {
  padding: 26px;
}

.jjtc-info-card h3,
.jjtc-method-grid h3 {
  color: var(--jj-heading);
}

.jjtc-casino-review {
  margin: 34px 0 64px;
  scroll-margin-top: 28px;
}

.jjtc-casino-header {
  position: relative;
  display: grid;
  align-items: center;
  padding: 28px 30px;
  gap: 24px;
  grid-template-columns: 132px minmax(0, 1fr) auto;
}

.jjtc-casino-header-no-logo {
  grid-template-columns: minmax(0, 1fr) auto;
}

.jjtc-casino-header-no-actions:not(.jjtc-casino-header-no-logo) {
  grid-template-columns: 132px minmax(0, 1fr);
}

.jjtc-casino-header-no-actions.jjtc-casino-header-no-logo {
  grid-template-columns: minmax(0, 1fr);
}

.jjtc-casino-rank {
  position: absolute;
  top: -14px;
  left: -14px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--jj-gold);
  border-radius: 50%;
  color: var(--jj-bg);
  background: linear-gradient(90deg, var(--jj-gold-dark), var(--jj-gold-light));
  font-family: var(--jj-heading-font);
  font-size: 18px;
  font-weight: 700;
}

.jjtc-logo {
  display: grid;
  width: 132px;
  min-height: 112px;
  padding: 12px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--jj-card-stroke);
  border-radius: 10px;
  background: var(--jj-bg);
}

.jjtc-logo img {
  width: 100%;
  max-height: 88px;
  object-fit: contain;
}

.jjtc-casino-heading {
  min-width: 0;
}

.jjtc-casino-heading h3 {
  margin-bottom: 10px;
  color: var(--jj-heading);
  font-size: 28px;
}

.jjtc-casino-excerpt {
  max-width: 780px;
  margin: 12px 0 0;
  color: var(--jj-copy) !important;
}

.jjtc-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.jjtc-stars {
  display: inline-flex;
  color: var(--jj-gold);
  gap: 3px;
  font-family: sans-serif;
  font-size: 21px;
  line-height: 1;
}

.jjtc-rating-number {
  color: var(--jj-copy);
  font-size: 14px;
}

.jjtc-casino-actions {
  display: flex;
  min-width: 170px;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  gap: 28px;
}

.jjtc-category-pill {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid var(--jj-card-stroke);
  border-radius: 7px;
  color: var(--jj-blue);
  background: linear-gradient(135deg, var(--jj-card-start), var(--jj-card-end));
  font-family: var(--jj-heading-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  transition:
    color 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.jjtc-category-pill:hover,
.jjtc-category-pill:focus-visible {
  border-color: var(--jj-blue);
  color: var(--jj-heading);
  background: linear-gradient(135deg, #046a9a, #01adfe);
  box-shadow: 0 8px 22px rgb(1 171 254 / 24%), inset 0 0 18px rgb(255 255 255 / 8%);
  transform: translateY(-2px);
}

.jjtc-casino-body {
  margin-top: 34px;
  padding: 32px 30px;
}

.jjtc-casino-body > h4 {
  margin-bottom: 20px;
}

.jjtc-facts {
  display: grid;
  margin: 0 0 32px;
  padding: 0;
  overflow: hidden;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jjtc-facts > div {
  min-width: 0;
  padding: 18px 20px;
  border-right: 1px solid rgb(3 172 253 / 22%);
  border-bottom: 1px solid rgb(3 172 253 / 22%);
}

.jjtc-facts > div:nth-child(3n) {
  border-right: 0;
}

.jjtc-facts > div:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.jjtc-facts dt {
  margin-bottom: 6px;
  color: var(--jj-blue);
  font-family: var(--jj-heading-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.jjtc-facts dd {
  margin: 0;
  color: var(--jj-copy);
  overflow-wrap: anywhere;
}

.jjtc-review-copy {
  max-width: 1050px;
  margin-bottom: 30px;
}

.jjtc-review-copy h2 {
  font-size: 28px;
}

.jjtc-review-copy h3 {
  font-size: 24px;
}

.jjtc-review-copy h4 {
  font-size: 20px;
}

.jjtc-pros-cons-title {
  margin-top: 30px;
}

.jjtc-pros-cons {
  display: grid;
  margin: 0 0 30px;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jjtc-pros,
.jjtc-cons {
  padding: 24px;
}

.jjtc-pros h4,
.jjtc-cons h4 {
  margin-bottom: 16px;
  color: var(--jj-copy);
  font-size: 20px;
}

.jjtc-pros ul,
.jjtc-cons ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 9px;
}

.jjtc-pros li,
.jjtc-cons li {
  position: relative;
  padding-left: 20px;
}

.jjtc-pros li::before,
.jjtc-cons li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: sans-serif;
  font-weight: 700;
}

.jjtc-pros li::before {
  color: var(--jj-blue);
  content: "✓";
}

.jjtc-cons li::before {
  color: var(--jj-gold);
  content: "×";
}

.jjtc-casino-footer {
  margin-top: 26px;
}

.jjtc-methodology {
  padding: 36px;
}

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

.jjtc-method-number {
  display: block;
  margin-bottom: 12px;
  color: var(--jj-blue);
  font-family: var(--jj-heading-font);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.jjtc-callout {
  padding: 28px;
  border: 1px solid var(--jj-gold);
  border-radius: 10px;
  background: linear-gradient(135deg, rgb(153 116 55 / 17%), rgb(252 198 109 / 6%));
}

.jjtc-callout ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 10px;
}

.jjtc-callout li {
  position: relative;
  padding-left: 24px;
}

.jjtc-callout li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--jj-gold);
  content: "✓";
  font-weight: 700;
}

.jjtc-faqs details {
  margin-bottom: 14px;
  overflow: hidden;
}

.jjtc-faqs summary {
  position: relative;
  padding: 20px 58px 20px 22px;
  color: var(--jj-heading);
  cursor: pointer;
  font-family: var(--jj-heading-font);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  list-style: none;
  text-transform: uppercase;
}

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

.jjtc-faqs summary::after {
  position: absolute;
  top: 50%;
  right: 22px;
  color: var(--jj-blue);
  content: "+";
  font-family: var(--jj-body-font);
  font-size: 26px;
  transform: translateY(-50%);
}

.jjtc-faqs details[open] summary::after {
  content: "−";
}

.jjtc-faqs details .jjtc-rich-text {
  padding: 0 22px 22px;
}

.jjtc-article-footer {
  margin-top: 60px;
  padding: 22px 24px;
  border-top: 1px solid var(--jj-line);
  border-bottom: 1px solid var(--jj-line);
}

.jjtc-article-footer strong {
  color: var(--jj-heading);
}

.jjtc-admin-warning {
  margin-top: 30px;
  padding: 16px 20px;
  border: 1px solid #d94d4d;
  border-radius: 8px;
  color: #ffd1d1 !important;
  background: #301719;
}

.jjtc-page ::selection {
  color: var(--jj-bg);
  background: var(--jj-gold);
}

@media (max-width: 960px) {
  .jjtc-info-grid,
  .jjtc-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jjtc-casino-header {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .jjtc-casino-header-no-logo,
  .jjtc-casino-header-no-actions.jjtc-casino-header-no-logo {
    grid-template-columns: minmax(0, 1fr);
  }

  .jjtc-logo {
    width: 112px;
  }

  .jjtc-casino-actions {
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    grid-column: 1 / -1;
  }

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

  .jjtc-facts > div:nth-child(3n) {
    border-right: 1px solid rgb(3 172 253 / 22%);
  }

  .jjtc-facts > div:nth-child(2n) {
    border-right: 0;
  }

  .jjtc-facts > div:nth-last-child(-n + 3) {
    border-bottom: 1px solid rgb(3 172 253 / 22%);
  }

  .jjtc-facts > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .jjtc-page {
    padding: 42px 0 68px;
  }

  .jjtc-shell {
    width: min(100% - 30px, 1210px);
  }

  .jjtc-page h1 {
    font-size: 36px;
  }

  .jjtc-page h2 {
    font-size: 28px;
  }

  .jjtc-page h3 {
    font-size: 24px;
  }

  .jjtc-page h4 {
    font-size: 16px;
  }

  .jjtc-lead,
  .jjtc-lead p {
    font-size: 18px;
  }

  .jjtc-section {
    margin: 62px 0;
  }

  .jjtc-toc,
  .jjtc-methodology {
    padding: 22px 20px;
  }

  .jjtc-info-grid,
  .jjtc-method-grid,
  .jjtc-pros-cons {
    grid-template-columns: 1fr;
  }

  .jjtc-casino-review {
    margin-bottom: 54px;
  }

  .jjtc-casino-header {
    padding: 24px 20px;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 16px;
  }

  .jjtc-casino-header-no-logo,
  .jjtc-casino-header-no-actions.jjtc-casino-header-no-logo {
    grid-template-columns: minmax(0, 1fr);
  }

  .jjtc-casino-rank {
    top: -12px;
    left: -9px;
    width: 32px;
    height: 32px;
    font-size: 15px;
  }

  .jjtc-logo {
    width: 82px;
    min-height: 82px;
    padding: 8px;
  }

  .jjtc-casino-heading h3 {
    font-size: 24px;
  }

  .jjtc-stars {
    font-size: 17px;
  }

  .jjtc-casino-excerpt {
    grid-column: 1 / -1;
  }

  .jjtc-casino-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .jjtc-category-pill,
  .jjtc-button {
    width: 100%;
  }

  .jjtc-casino-body {
    margin-top: 22px;
    padding: 24px 20px;
  }

  .jjtc-facts {
    grid-template-columns: 1fr;
  }

  .jjtc-facts > div,
  .jjtc-facts > div:nth-child(2n),
  .jjtc-facts > div:nth-child(3n),
  .jjtc-facts > div:nth-last-child(-n + 2),
  .jjtc-facts > div:nth-last-child(-n + 3) {
    border-right: 0;
    border-bottom: 1px solid rgb(3 172 253 / 22%);
  }

  .jjtc-facts > div:last-child {
    border-bottom: 0;
  }

  .jjtc-pros,
  .jjtc-cons {
    padding: 20px;
  }

  .jjtc-faqs summary {
    padding: 18px 52px 18px 18px;
    font-size: 17px;
  }
}

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