/* Casino Help UX mock chrome + 8-block homepage. Loaded after child style.css. */
body.ch-ux,
body.ch-ux button,
body.ch-ux input,
body.ch-ux select,
body.ch-ux textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif !important;
}
body.ch-ux.home .site-content,
body.ch-ux.page-id-2 .site-content,
body.ch-ux.home .content-area,
body.ch-ux.page-id-2 .content-area,
body.ch-ux.home .site-main,
body.ch-ux.page-id-2 .site-main,
body.ch-ux.home .inside-article,
body.ch-ux.page-id-2 .inside-article,
body.ch-ux.home .entry-header,
body.ch-ux.page-id-2 .entry-header {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}
body.ch-ux #site-navigation,
body.ch-ux .gen-sidebar-nav,
body.ch-ux .menu-toggle,
body.ch-ux .slideout-toggle,
body.ch-ux #generate-slideout-menu,
body.ch-ux .slideout-navigation,
body.ch-ux .mobile-menu-control-wrapper,
body.ch-ux .site-header:not(.ch-mock-header),
body.ch-ux footer.site-footer:not(.ch-mock-footer),
body.ch-ux .footer-widgets {
  display: none !important;
}

body.ch-ux.home .ch-mock-footer ~ .wp-block-group,
body.ch-ux.page-id-2 .ch-mock-footer ~ .wp-block-group,
body.ch-ux .ch-mock-footer ~ .wp-block-group.has-background {
  display: none !important;
}

body.ch-ux .ch-site-chrome { position: relative; z-index: auto; }
body.ch-ux .ch-mock-header form.search { margin: 0; }
body.ch-ux form.search { position: relative; }
body.ch-ux .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

:root {
      --ch-ink: #16221f;
      --ch-muted: #60706b;
      --ch-line: #dfe8e4;
      --ch-panel: #f7faf8;
      --ch-panel-strong: #eef7f4;
      --ch-dark: #14231f;
      --ch-accent: #0c7a63;
      --ch-accent-dark: #075542;
      --ch-gold: #d9a441;
      --ch-bg: #fbfcfb;
      --ch-white: #ffffff;
      --ch-shadow: 0 1px 2px rgba(20, 35, 31, 0.04), 0 8px 24px rgba(20, 35, 31, 0.05);
      --ch-shadow-hover: 0 8px 28px rgba(20, 35, 31, 0.10);
      --header-max: 1240px;
      --content-max: 1120px;
      --radius: 8px;
    }
body.ch-ux *, body.ch-ux *::before, body.ch-ux *::after { box-sizing: border-box; }
html {
      scroll-behavior: smooth;
    }
body.ch-ux {
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
      font-size: 17px;
      line-height: 1.68;
      color: var(--ch-ink);
      background: var(--ch-bg);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
    }
body.ch-ux img { max-width: 100%; height: auto; display: block; }
body.ch-ux a { color: var(--ch-accent); }
body.ch-ux a:hover { color: var(--ch-accent-dark); }
body.ch-ux .ch-home-ux h1, body.ch-ux .ch-home-ux h2, body.ch-ux .ch-home-ux h3, body.ch-ux .ch-home-ux h4, body.ch-ux .ch-mock-header h1, body.ch-ux .ch-mock-footer h3 {
      line-height: 1.2;
      letter-spacing: -0.02em;
      color: var(--ch-ink);
      margin: 0;
    }
body.ch-ux .ch-home-ux p, body.ch-ux .ch-mock-header p, body.ch-ux .ch-mock-footer p, body.ch-ux .trust-bar p { margin: 0; }
body.ch-ux .skip {
      position: absolute;
      left: -9999px;
      top: 8px;
      z-index: 200;
      background: var(--ch-white);
      color: var(--ch-ink);
      font-weight: 800;
      padding: 10px 14px;
      border-radius: var(--radius);
      border: 2px solid var(--ch-accent);
      text-decoration: none;
    }
body.ch-ux .skip:focus {
      left: 12px;
    }
body.ch-ux :focus-visible {
      outline: 2px solid var(--ch-accent);
      outline-offset: 3px;
    }
body.ch-ux .ch-wrap {
      width: min(100% - 48px, var(--content-max));
      margin-inline: auto;
    }
body.ch-ux .ch-wrap-header {
      width: min(100% - 48px, var(--header-max));
      margin-inline: auto;
    }
body.ch-ux .ch-site-chrome {
      position: relative;
      z-index: auto;
    }
body.ch-ux .trust-bar {
      background: var(--ch-dark);
      color: #c5d0cb;
      font-size: 13px;
      line-height: 1.3;
      border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }
body.ch-ux .trust-bar-inner {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      gap: 8px 22px;
      min-height: 44px;
    }
body.ch-ux .trust-bar-inner > * {
      flex: 0 0 auto;
    }
body.ch-ux .age-pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 34px;
      height: 22px;
      padding: 0 7px;
      border: 1px solid rgba(240, 220, 158, 0.55);
      border-radius: 999px;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.03em;
      color: #f0dc9e;
      line-height: 1;
    }
body.ch-ux .trust-bar a {
      display: inline-flex;
      align-items: center;
      min-height: 44px;
      color: #dce6e2;
      text-decoration: underline;
      text-decoration-color: rgba(220, 230, 226, 0.38);
      text-underline-offset: 3px;
    }
body.ch-ux .trust-bar a:hover {
      color: #fff;
      text-decoration-color: rgba(255, 255, 255, 0.7);
    }
body.ch-ux .ch-mock-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(255, 255, 255, 0.92);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--ch-line);
      overflow: visible;
    }
body.ch-ux .header-row {
      display: flex;
      align-items: center;
      gap: 28px;
      min-height: 68px;
    }
body.ch-ux .logo {
      flex: 0 0 auto;
      display: flex;
      align-items: center;
      text-decoration: none;
    }
body.ch-ux .logo img {
      height: 42px;
      width: auto;
      max-height: 42px;
    }
body.ch-ux .search {
      position: relative;
      flex: 0 0 210px;
    }
body.ch-ux .search input {
      width: 100%;
      height: 40px;
      border: 1px solid var(--ch-line);
      border-radius: var(--radius);
      background: var(--ch-panel);
      color: var(--ch-ink);
      font: inherit;
      font-size: 14px;
      padding: 0 12px 0 38px;
    }
body.ch-ux .search input::placeholder { color: #8a9893; }
body.ch-ux .search input:focus {
      outline: none;
      border-color: var(--ch-accent);
      background: var(--ch-white);
      box-shadow: 0 0 0 3px rgba(12, 122, 99, 0.12);
    }
body.ch-ux .search::before {
      content: "";
      position: absolute;
      left: 13px;
      top: 12px;
      width: 12px;
      height: 12px;
      border: 2px solid var(--ch-muted);
      border-radius: 50%;
      pointer-events: none;
    }
body.ch-ux .search::after {
      content: "";
      position: absolute;
      left: 25px;
      top: 24px;
      width: 7px;
      height: 2px;
      background: var(--ch-muted);
      transform: rotate(45deg);
      pointer-events: none;
    }
body.ch-ux .nav-desktop {
      margin-left: auto;
      display: flex;
      align-items: center;
      gap: 4px;
    }
body.ch-ux .nav-desktop .nav-link {
      color: var(--ch-ink);
      text-decoration: none;
      font-size: 14.5px;
      font-weight: 600;
      padding: 8px 10px;
      border-radius: 6px;
      white-space: nowrap;
    }
body.ch-ux .nav-desktop .nav-link:hover, body.ch-ux .nav-desktop .has-menu:hover > .nav-link, body.ch-ux .nav-desktop .has-menu:focus-within > .nav-link {
      color: var(--ch-accent);
      background: var(--ch-panel-strong);
    }
body.ch-ux .has-menu {
      position: relative;
    }
body.ch-ux .has-menu::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      height: 10px;
      display: none;
    }
body.ch-ux .has-menu:hover::after, body.ch-ux .has-menu:focus-within::after {
      display: block;
    }
body.ch-ux .dropdown {
      display: none;
      position: absolute;
      top: calc(100% + 6px);
      left: 0;
      z-index: 70;
      min-width: 240px;
      width: max-content;
      max-width: min(280px, calc(100vw - 24px));
      max-height: min(70vh, 420px);
      overflow: auto;
      background: var(--ch-white);
      border: 1px solid var(--ch-line);
      border-radius: var(--radius);
      box-shadow: var(--ch-shadow-hover);
      padding: 8px 0;
    }
body.ch-ux .has-menu:hover > .dropdown, body.ch-ux .has-menu:focus-within > .dropdown {
      display: flex;
      flex-direction: column;
    }
body.ch-ux .has-menu-end .dropdown {
      left: auto;
      right: 0;
    }
body.ch-ux .dropdown a {
      display: flex;
      align-items: center;
      min-height: 40px;
      padding: 8px 14px;
      color: var(--ch-ink);
      text-decoration: none;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.3;
      white-space: nowrap;
    }
body.ch-ux .dropdown a:hover, body.ch-ux .dropdown a:focus-visible {
      color: var(--ch-accent);
      background: var(--ch-panel-strong);
    }
body.ch-ux .dropdown-quiet {
      font-weight: 500;
      font-size: 13px;
      color: var(--ch-muted);
      border-top: 1px solid var(--ch-line);
      margin-top: 4px;
    }
body.ch-ux .nav-mobile { display: none; }
body.ch-ux .nav-mobile > summary {
      list-style: none;
      cursor: pointer;
      font-weight: 800;
      font-size: 14px;
      color: var(--ch-ink);
      border: 1px solid var(--ch-line);
      background: var(--ch-white);
      border-radius: var(--radius);
      padding: 8px 14px;
      min-height: 40px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      user-select: none;
    }
body.ch-ux .nav-mobile > summary::-webkit-details-marker { display: none; }
body.ch-ux .nav-mobile > summary::before {
      content: "";
      width: 16px;
      height: 10px;
      background:
        linear-gradient(var(--ch-ink), var(--ch-ink)) 0 0 / 16px 2px no-repeat,
        linear-gradient(var(--ch-ink), var(--ch-ink)) 0 4px / 16px 2px no-repeat,
        linear-gradient(var(--ch-ink), var(--ch-ink)) 0 8px / 16px 2px no-repeat;
    }
body.ch-ux .nav-mobile[open] > summary {
      border-color: var(--ch-accent);
      color: var(--ch-accent);
    }
body.ch-ux .mobile-panel {
      background: var(--ch-white);
      border: 1px solid var(--ch-line);
      padding: 16px 24px 20px;
      display: flex;
      flex-direction: column;
      gap: 6px;
      z-index: 60;
    }
body.ch-ux .mobile-panel .search {
      flex: none;
      width: 100%;
      margin-bottom: 8px;
    }
body.ch-ux .mobile-panel nav {
      display: flex;
      flex-direction: column;
    }
body.ch-ux .mobile-group-label {
      margin: 14px 0 4px;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--ch-muted);
    }
body.ch-ux .mobile-group-label:first-child { margin-top: 4px; }
body.ch-ux .mobile-panel a {
      display: flex;
      align-items: center;
      flex-shrink: 0;
      min-height: 44px;
      color: var(--ch-ink);
      text-decoration: none;
      font-weight: 700;
      font-size: 16px;
      line-height: 1.2;
      padding: 0 8px;
      border-bottom: 1px solid var(--ch-line);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
body.ch-ux .mobile-panel a.dropdown-quiet {
      font-weight: 500;
      font-size: 14px;
      color: var(--ch-muted);
    }
body.ch-ux .mobile-panel a:last-of-type { border-bottom: 0; }
body.ch-ux .mobile-panel a:hover { color: var(--ch-accent); }
body.ch-ux .ch-mock-header:has(.nav-mobile[open]) {
      background: var(--ch-white);
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
    }
body.ch-ux /* Buttons */
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 12px 18px;
      border-radius: var(--radius);
      font-weight: 800;
      font-size: 16px;
      line-height: 1;
      text-decoration: none;
      white-space: nowrap;
      border: 2px solid transparent;
      cursor: pointer;
    }
body.ch-ux .btn-primary {
      background: var(--ch-accent);
      color: var(--ch-white);
      border-color: var(--ch-accent);
    }
body.ch-ux .btn-primary:hover {
      background: var(--ch-accent-dark);
      border-color: var(--ch-accent-dark);
      color: var(--ch-white);
    }
body.ch-ux .btn-secondary {
      background: var(--ch-white);
      color: var(--ch-accent);
      border: 2px solid var(--ch-accent);
    }
body.ch-ux .btn-secondary:hover {
      background: var(--ch-panel-strong);
      color: var(--ch-accent-dark);
      border-color: var(--ch-accent-dark);
    }
body.ch-ux .btn-ghost-dark {
      background: transparent;
      color: var(--ch-white);
      border: 2px solid rgba(255, 255, 255, 0.28);
      font-size: 15px;
    }
body.ch-ux .btn-ghost-dark:hover {
      background: var(--ch-gold);
      border-color: var(--ch-gold);
      color: var(--ch-dark);
    }
body.ch-ux /* Shared section bits */
    .section {
      padding: 72px 0;
    }
body.ch-ux #content section[id], body.ch-ux #odds {
      scroll-margin-top: 128px;
    }
body.ch-ux .section-kicker {
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--ch-muted);
      margin-bottom: 10px;
    }
body.ch-ux .section-h {
      font-size: clamp(1.6rem, 2.4vw, 2rem);
      font-weight: 800;
      letter-spacing: -0.025em;
    }
body.ch-ux .section-h::after {
      content: "";
      display: block;
      width: 40px;
      height: 3px;
      background: var(--ch-gold);
      margin-top: 14px;
      border-radius: 2px;
    }
body.ch-ux .section-lead {
      color: var(--ch-muted);
      max-width: 62ch;
      margin-top: 16px;
    }
body.ch-ux .card {
      position: relative;
      display: flex;
      flex-direction: column;
      background: var(--ch-white);
      border: 1px solid var(--ch-line);
      border-radius: var(--radius);
      box-shadow: var(--ch-shadow);
      padding: 22px 22px 20px;
      text-decoration: none;
      color: inherit;
      min-height: 100%;
      transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
    }
body.ch-ux .card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      border-radius: 8px 8px 0 0;
      background: linear-gradient(90deg, var(--ch-accent) 0 58%, var(--ch-gold) 58% 100%);
    }
body.ch-ux .card:hover {
      transform: translateY(-2px);
      border-color: #c5d9d2;
      box-shadow: var(--ch-shadow-hover);
    }
body.ch-ux .card h3 {
      font-size: 1.05rem;
      font-weight: 800;
      letter-spacing: -0.015em;
      margin-bottom: 8px;
    }
body.ch-ux .card:hover h3 { color: var(--ch-accent); }
body.ch-ux .card p {
      color: var(--ch-muted);
      font-size: 15.5px;
      line-height: 1.55;
    }
body.ch-ux .grid-4 {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }
body.ch-ux .grid-3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
    }
body.ch-ux .grid-2 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }
body.ch-ux /* Hero */
    .hero {
      padding: 64px 0 72px;
      background:
        radial-gradient(900px 380px at 88% -10%, rgba(12, 122, 99, 0.08), transparent 55%),
        radial-gradient(700px 280px at 0% 100%, rgba(217, 164, 65, 0.08), transparent 50%),
        var(--ch-panel);
      border-bottom: 1px solid var(--ch-line);
    }
body.ch-ux .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
      gap: 56px;
      align-items: center;
    }
body.ch-ux .hero-kicker {
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--ch-accent-dark);
      margin-bottom: 12px;
    }
body.ch-ux .hero h1 {
      font-size: clamp(2.35rem, 4.4vw, 3.35rem);
      font-weight: 800;
      letter-spacing: -0.035em;
      line-height: 1.08;
    }
body.ch-ux .hero-sub {
      margin-top: 16px;
      font-size: 1.12rem;
      font-weight: 500;
      color: var(--ch-ink);
      max-width: 46ch;
    }
body.ch-ux .hero-body {
      margin-top: 12px;
      color: var(--ch-muted);
      max-width: 50ch;
    }
body.ch-ux .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }
body.ch-ux .hero-trust {
      margin-top: 18px;
      font-size: 14px;
      color: var(--ch-muted);
      max-width: 48ch;
      padding-left: 12px;
      border-left: 3px solid var(--ch-gold);
    }
body.ch-ux .featured {
      position: relative;
      background: var(--ch-white);
      border: 1px solid var(--ch-line);
      border-radius: 12px;
      box-shadow: 0 10px 40px rgba(20, 35, 31, 0.08);
      padding: 28px 28px 24px;
      text-decoration: none;
      color: inherit;
      display: block;
      overflow: hidden;
    }
body.ch-ux .featured:hover { border-color: #c5d9d2; }
body.ch-ux .featured:hover .featured-title { color: var(--ch-accent); }
body.ch-ux .featured-deco {
      position: absolute;
      top: -28px;
      right: -28px;
      width: 110px;
      height: 110px;
      border-radius: 50%;
      background: radial-gradient(circle at 40% 40%, rgba(12, 122, 99, 0.16), rgba(12, 122, 99, 0.04) 70%);
      pointer-events: none;
    }
body.ch-ux .featured-bar {
      position: absolute;
      right: 24px;
      bottom: 0;
      width: 72px;
      height: 4px;
      background: linear-gradient(90deg, var(--ch-accent), var(--ch-gold));
      border-radius: 4px 4px 0 0;
    }
body.ch-ux .featured-label {
      display: inline-block;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--ch-accent-dark);
      background: var(--ch-panel-strong);
      border-radius: 999px;
      padding: 6px 10px;
      margin-bottom: 16px;
    }
body.ch-ux .featured-title {
      font-size: 1.55rem;
      font-weight: 800;
      letter-spacing: -0.03em;
      margin-bottom: 10px;
    }
body.ch-ux .featured-text {
      color: var(--ch-muted);
      font-size: 15.5px;
    }
body.ch-ux .stat-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      margin: 20px 0 18px;
    }
body.ch-ux .stat {
      background: var(--ch-panel);
      border: 1px solid var(--ch-line);
      border-radius: var(--radius);
      padding: 12px 14px;
    }
body.ch-ux .stat-label {
      display: block;
      font-size: 12px;
      font-weight: 700;
      color: var(--ch-muted);
      letter-spacing: 0.02em;
    }
body.ch-ux .stat-value {
      display: block;
      margin-top: 2px;
      font-size: 1.35rem;
      font-weight: 800;
      letter-spacing: -0.03em;
      color: var(--ch-ink);
    }
body.ch-ux .featured-link {
      font-weight: 800;
      font-size: 15px;
      color: var(--ch-accent);
    }
body.ch-ux .featured-link::after {
      content: " \203A";
    }
body.ch-ux /* Paths */
    .paths { background: var(--ch-bg); }
body.ch-ux .paths .section-h { margin-bottom: 28px; }
body.ch-ux /* Guides */
    .guides {
      background: var(--ch-panel);
      border-top: 1px solid var(--ch-line);
      border-bottom: 1px solid var(--ch-line);
    }
body.ch-ux .guides .section-h { margin-bottom: 28px; }
body.ch-ux /* Systems */
    .systems { background: var(--ch-bg); }
body.ch-ux .systems-panel {
      background: var(--ch-white);
      border: 1px solid var(--ch-line);
      border-left: 5px solid var(--ch-accent);
      border-radius: var(--radius);
      box-shadow: var(--ch-shadow);
      padding: 36px 40px;
      max-width: 800px;
    }
body.ch-ux .systems-panel .section-h::after { margin-top: 12px; }
body.ch-ux .systems-panel p {
      margin: 16px 0 24px;
      color: var(--ch-muted);
      max-width: 62ch;
    }
body.ch-ux /* Rules */
    .rules {
      background: var(--ch-panel);
      border-top: 1px solid var(--ch-line);
    }
body.ch-ux .chip-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 24px;
    }
body.ch-ux .chip {
      display: inline-flex;
      align-items: center;
      min-height: 44px;
      padding: 8px 16px;
      background: var(--ch-white);
      border: 1px solid var(--ch-line);
      border-radius: 999px;
      color: var(--ch-ink);
      text-decoration: none;
      font-weight: 700;
      font-size: 14.5px;
      box-shadow: 0 1px 2px rgba(20, 35, 31, 0.04);
      white-space: nowrap;
    }
body.ch-ux .chip:hover {
      border-color: var(--ch-accent);
      color: var(--ch-accent);
      background: var(--ch-panel-strong);
    }
body.ch-ux /* Safer */
    .safer {
      background: var(--ch-dark);
      color: #e7eeeb;
      padding: 72px 0;
    }
body.ch-ux .safer .section-h { color: #fff; }
body.ch-ux .safer-lead {
      margin-top: 16px;
      max-width: 62ch;
      color: #c5d0cb;
    }
body.ch-ux .safer-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }
body.ch-ux .safer-help {
      margin-top: 16px;
      font-size: 14px;
      line-height: 1.5;
      color: #b7c4bf;
      max-width: 62ch;
    }
body.ch-ux .safer-help a {
      color: #e7eeeb;
      text-underline-offset: 2px;
    }
body.ch-ux .safer-help a:hover { color: #fff; }
body.ch-ux /* Updates */
    .updates { background: var(--ch-bg); }
body.ch-ux .updates .section-h { margin-bottom: 28px; }
body.ch-ux .update {
      padding: 22px 24px;
    }
body.ch-ux .update h3 {
      font-size: 1.12rem;
      margin-bottom: 8px;
    }
body.ch-ux .update-meta {
      color: var(--ch-muted);
      font-size: 14px;
      font-weight: 600;
    }
body.ch-ux /* Trust */
    .trust {
      background: var(--ch-panel-strong);
      border-top: 1px solid var(--ch-line);
    }
body.ch-ux .trust-grid {
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 48px;
      align-items: start;
      margin-top: 8px;
    }
body.ch-ux .trust-list {
      list-style: none;
      margin: 24px 0 0;
      padding: 0;
    }
body.ch-ux .trust-list li {
      position: relative;
      padding: 10px 0 10px 22px;
      border-bottom: 1px solid rgba(223, 232, 228, 0.9);
      font-size: 16.5px;
    }
body.ch-ux .trust-list li:last-child { border-bottom: 0; }
body.ch-ux .trust-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 18px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--ch-gold);
    }
body.ch-ux .trust-links {
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin-top: 28px;
    }
body.ch-ux .trust-links a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: var(--ch-white);
      border: 1px solid var(--ch-line);
      border-radius: var(--radius);
      padding: 12px 16px;
      text-decoration: none;
      color: var(--ch-ink);
      font-weight: 700;
      font-size: 15px;
      box-shadow: var(--ch-shadow);
    }
body.ch-ux .trust-links a::after {
      content: "\203A";
      color: var(--ch-accent);
      font-weight: 800;
    }
body.ch-ux .trust-links a:hover {
      border-color: #c5d9d2;
      color: var(--ch-accent);
    }
body.ch-ux /* Footer */
    .ch-mock-footer {
      background: var(--ch-dark);
      color: #d7e0dc;
      border-top: 5px solid var(--ch-gold);
      padding: 56px 0 28px;
    }
body.ch-ux .footer-grid {
      display: grid;
      grid-template-columns: 1.4fr 0.8fr 0.8fr 0.8fr;
      gap: 40px 32px;
    }
body.ch-ux .footer-brand-name {
      color: #fff;
      font-size: 1.35rem;
      font-weight: 800;
      letter-spacing: -0.02em;
      margin-bottom: 12px;
    }
body.ch-ux .footer-blurb {
      color: #c5d0cb;
      font-size: 15px;
      max-width: 42ch;
    }
body.ch-ux .footer-warning {
      margin-top: 16px;
      font-size: 14px;
      font-weight: 500;
      color: #f0dc9e;
      max-width: 42ch;
    }
body.ch-ux .footer-trust {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 4px 18px;
      margin-top: 14px;
      font-size: 13.5px;
    }
body.ch-ux .footer-trust a {
      display: inline-flex;
      align-items: center;
      min-height: 44px;
      color: #d7e0dc;
      text-decoration: underline;
      text-decoration-color: rgba(215, 224, 220, 0.4);
      text-underline-offset: 3px;
    }
body.ch-ux .footer-trust a:hover { color: #fff; }
body.ch-ux .footer-col h3 {
      color: #fff;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      margin-bottom: 14px;
    }
body.ch-ux .footer-col a {
      display: block;
      color: #c5d0cb;
      text-decoration: none;
      font-size: 15px;
      padding: 5px 0;
    }
body.ch-ux .footer-col a:hover { color: #fff; }
body.ch-ux .footer-bottom {
      margin-top: 40px;
      padding-top: 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      font-size: 13.5px;
      color: #9aaba5;
    }


    /* Responsive */
    
@media (max-width: 1080px) {
body.ch-ux .search-desktop, body.ch-ux .nav-desktop { display: none; }
body.ch-ux .header-row {
        position: relative;
        flex-wrap: wrap;
        gap: 16px;
      }
body.ch-ux .nav-mobile {
        display: block;
        margin-left: auto;
        flex: 0 0 auto;
      }
body.ch-ux .nav-mobile[open] {
        flex: 1 0 100%;
        width: 100%;
      }
body.ch-ux .nav-mobile[open] > summary {
        position: absolute;
        top: 14px;
        right: 0;
        z-index: 61;
      }
body.ch-ux .mobile-panel {
        position: relative;
        left: 50%;
        width: 100vw;
        max-width: 100vw;
        margin-left: -50vw;
        box-sizing: border-box;
        background: var(--ch-white);
        border: 1px solid var(--ch-line);
        padding: 16px 24px 20px;
        z-index: 60;
      }
body.ch-ux .ch-mock-header {
        overflow-x: clip;
      }
}

@media (max-width: 900px) {
body.ch-ux .trust-bar {
        font-size: 11px;
        line-height: 1.2;
      }
body.ch-ux .trust-bar-inner {
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
        gap: 6px 8px;
        min-height: 28px;
        height: 28px;
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 0;
      }
body.ch-ux .trust-bar-inner > * {
        flex: 0 1 auto;
        min-width: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
body.ch-ux .trust-bar-inner > .age-pill {
        flex: 0 0 auto;
        min-width: 28px;
        height: 18px;
        font-size: 10px;
      }
body.ch-ux .trust-bar a {
        min-height: 0;
        display: inline-block;
        line-height: 28px;
        max-width: 34%;
      }
body.ch-ux .hero-grid {
        grid-template-columns: 1fr;
        gap: 32px;
      }
body.ch-ux .grid-4, body.ch-ux .grid-3 { grid-template-columns: 1fr 1fr; }
body.ch-ux .trust-grid, body.ch-ux .footer-grid {
        grid-template-columns: 1fr 1fr;
      }
body.ch-ux .footer-brand { grid-column: 1 / -1; }
body.ch-ux .systems-panel { padding: 28px 24px; }
}

@media (max-width: 640px) {
body.ch-ux .trust-bar-inner {
        width: min(100% - 16px, var(--header-max));
      }
body.ch-ux .trust-bar a[href*="affiliate-disclosure"] {
        font-size: 0;
        max-width: none;
        line-height: 28px;
      }
body.ch-ux .trust-bar a[href*="affiliate-disclosure"]::after {
        content: "Commission";
        font-size: 11px;
        text-decoration: underline;
        text-decoration-color: rgba(220, 230, 226, 0.38);
      }
body.ch-ux .trust-bar a[href*="begambleaware"] {
        font-size: 0;
        max-width: none;
        line-height: 28px;
      }
body.ch-ux .trust-bar a[href*="begambleaware"]::after {
        content: "BeGambleAware.org";
        font-size: 11px;
        text-decoration: underline;
        text-decoration-color: rgba(220, 230, 226, 0.38);
      }
body.ch-ux .ch-wrap, body.ch-ux .ch-wrap-header { width: min(100% - 32px, var(--content-max)); }
body.ch-ux .trust-bar .ch-wrap-header {
        width: min(100% - 16px, var(--header-max));
      }
body.ch-ux .section { padding: 52px 0; }
body.ch-ux .hero { padding: 40px 0 48px; }
body.ch-ux .safer { padding: 52px 0; }
body.ch-ux .grid-4, body.ch-ux .grid-3, body.ch-ux .grid-2, body.ch-ux .trust-grid, body.ch-ux .footer-grid { grid-template-columns: 1fr; }
body.ch-ux .hero-actions {
        flex-direction: column;
        align-items: stretch;
      }
body.ch-ux .hero-actions .btn {
        width: 100%;
      }
body.ch-ux .safer-actions {
        flex-direction: column;
      }
body.ch-ux .safer-actions .btn {
        width: 100%;
      }
body.ch-ux .header-row { min-height: 60px; }
body.ch-ux .nav-mobile[open] > summary { top: 10px; }
body.ch-ux #content section[id], body.ch-ux #odds {
        scroll-margin-top: 168px;
      }
body.ch-ux .stat-row { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 420px) {
body.ch-ux .btn {
        font-size: 15px;
        padding: 12px 14px;
      }
body.ch-ux .chip { font-size: 14px; }
}
