
    :root {
      --ink: #090714;
      --ink-2: #12091e;
      --violet: #6f16d8;
      --magenta: #d512c8;
      --cyan: #15d9ff;
      --gold: #ffc94a;
      --green: #18b85b;
      --paper: #ffffff;
      --soft: #f5f7fb;
      --text: #141725;
      --muted: #687085;
      --line: rgba(20, 23, 37, .12);
      --shadow: 0 22px 60px rgba(34, 17, 61, .18);
      --radius: 8px;
      font-family: Arial, "Helvetica Neue", sans-serif;
    }

    * {
      box-sizing: border-box;
    }

    html,
    body {
      margin: 0;
      min-width: 320px;
      background: var(--ink);
      color: var(--text);
      overflow-x: hidden;
    }

    body {
      line-height: 1.6;
    }

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

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

    .site {
      width: 100%;
      background: var(--paper);
    }

    .topbar {
      background:
        radial-gradient(circle at 22% -40%, rgba(21, 217, 255, .18), transparent 32%),
        linear-gradient(90deg, #06050d, #160822 52%, #05050b);
      color: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    .wrap {
      width: min(1180px, calc(100% - 48px));
      margin: 0 auto;
    }

    .topbar-inner {
      min-height: 74px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      font-weight: 900;
      letter-spacing: 0;
    }

    .brand-mark {
      width: 52px;
      height: 38px;
      display: grid;
      place-items: center;
      transform: skew(-10deg);
      border-radius: 8px;
      color: #080710;
      background: linear-gradient(135deg, var(--gold), #fff174);
      box-shadow: 0 10px 24px rgba(255, 201, 74, .36);
      font-size: 14px;
      font-weight: 900;
    }

    .brand-name {
      font-size: 34px;
      line-height: 1;
      color: var(--cyan);
      text-shadow: 0 0 18px rgba(21, 217, 255, .28);
    }

    .brand-name span {
      color: var(--gold);
    }

    .header-actions {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 46px;
      padding: 0 22px;
      border-radius: 8px;
      border: 1px solid transparent;
      font-size: 14px;
      font-weight: 900;
      letter-spacing: 0;
      text-transform: uppercase;
      white-space: nowrap;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }

    .btn svg {
      width: 17px;
      height: 17px;
      flex: 0 0 auto;
    }

    .btn:hover {
      transform: translateY(-2px);
    }

    .btn-primary {
      background: linear-gradient(135deg, var(--gold), #ffe97a);
      color: #111018;
      box-shadow: 0 14px 28px rgba(255, 201, 74, .28);
    }

    .btn-outline {
      color: #fff;
      border-color: rgba(255, 201, 74, .7);
      background: rgba(255, 255, 255, .04);
    }

    .nav {
      background: linear-gradient(90deg, #7d17dc, #e112cc 52%, #7610cb);
      color: #fff;
      box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .15);
    }

    .nav-inner {
      display: flex;
      align-items: center;
      min-height: 52px;
      overflow-x: auto;
      scrollbar-width: none;
    }

    .nav-inner::-webkit-scrollbar {
      display: none;
    }

    .nav a {
      min-height: 52px;
      padding: 0 24px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      position: relative;
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
      white-space: nowrap;
      border-left: 1px solid rgba(255, 255, 255, .12);
    }

    .nav a:first-child {
      border-left: 0;
    }

    .nav a.is-active::after {
      content: "";
      position: absolute;
      left: 22px;
      right: 22px;
      bottom: 0;
      height: 4px;
      background: var(--gold);
      border-radius: 999px 999px 0 0;
    }

    .hero {
      position: relative;
      min-height: 610px;
      color: #fff;
      isolation: isolate;
      background:
        linear-gradient(90deg, rgba(6, 5, 13, .97) 0%, rgba(7, 7, 17, .82) 39%, rgba(7, 7, 17, .25) 66%, rgba(7, 7, 17, .04) 100%),
        url("td88-hero-asset.png") center / cover no-repeat;
      overflow: hidden;
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 110px;
      background: linear-gradient(0deg, rgba(8, 7, 20, 1), transparent);
      z-index: -1;
    }

    .hero-inner {
      min-height: 610px;
      display: grid;
      grid-template-columns: minmax(0, 560px) 1fr;
      align-items: center;
      padding: 72px 0 82px;
    }

    .hero h1 {
      margin: 0;
      font-size: clamp(42px, 6.1vw, 78px);
      line-height: .98;
      letter-spacing: 0;
      font-weight: 900;
      text-transform: uppercase;
    }

    .hero h1 span {
      color: var(--cyan);
      text-shadow: 0 0 28px rgba(21, 217, 255, .36);
    }

    .hero-copy {
      width: min(560px, 100%);
      margin: 26px 0 0;
      color: rgba(255, 255, 255, .86);
      font-size: 18px;
      font-weight: 700;
    }

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

    .official {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-top: 30px;
      color: rgba(255, 255, 255, .88);
      font-size: 15px;
      font-weight: 800;
    }

    .official svg {
      width: 20px;
      height: 20px;
      color: var(--gold);
    }

    .official strong {
      color: #9dff77;
    }

    .section-dark {
      background: linear-gradient(180deg, #080714, #10091d);
      color: #fff;
      padding: 54px 0;
    }

    .link-card {
      display: grid;
      grid-template-columns: 86px 1fr auto;
      gap: 26px;
      align-items: center;
      padding: 24px;
      border-radius: var(--radius);
      border: 1px solid rgba(21, 217, 255, .25);
      background:
        linear-gradient(100deg, rgba(21, 217, 255, .14), rgba(213, 18, 200, .16)),
        rgba(255, 255, 255, .06);
      box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
    }

    .shield {
      width: 74px;
      height: 74px;
      display: grid;
      place-items: center;
      border-radius: 8px;
      color: var(--cyan);
      border: 1px solid rgba(21, 217, 255, .35);
      background: rgba(21, 217, 255, .08);
    }

    .shield svg {
      width: 38px;
      height: 38px;
    }

    .link-card h2 {
      margin: 0 0 8px;
      font-size: clamp(24px, 3vw, 34px);
      line-height: 1.18;
      color: var(--cyan);
      text-transform: uppercase;
    }

    .link-card p {
      margin: 0;
      color: rgba(255, 255, 255, .78);
      font-weight: 700;
    }

    .section-light {
      background: var(--paper);
      padding: 56px 0;
    }

    .section-soft {
      background:
        radial-gradient(circle at 8% 8%, rgba(21, 217, 255, .12), transparent 28%),
        linear-gradient(180deg, #f9fbff, #ffffff);
      padding: 64px 0;
    }

    .section-title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
      margin-bottom: 28px;
    }

    .section-title h2 {
      margin: 0;
      font-size: clamp(28px, 4vw, 42px);
      line-height: 1.15;
      color: #121320;
      text-transform: uppercase;
    }

    .section-title h2 span {
      color: var(--violet);
    }

    .section-title a {
      color: var(--violet);
      font-weight: 900;
      text-transform: uppercase;
      font-size: 13px;
      white-space: nowrap;
    }

    .game-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 16px;
    }

    .game-card {
      min-height: 292px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: #fff;
      overflow: hidden;
      box-shadow: 0 14px 34px rgba(31, 35, 52, .08);
      display: flex;
      flex-direction: column;
    }

    .thumb {
      display: block;
      height: 124px;
      background-image: url("td88-card-sprite.png");
      background-size: 300% 300%;
      background-repeat: no-repeat;
      position: relative;
    }

    .thumb::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 45%, rgba(8, 7, 20, .45));
    }

    .p1 { background-position: 0% 0%; }
    .p2 { background-position: 50% 0%; }
    .p3 { background-position: 100% 0%; }
    .p4 { background-position: 0% 50%; }
    .p5 { background-position: 50% 50%; }
    .p6 { background-position: 100% 50%; }
    .p7 { background-position: 0% 100%; }
    .p8 { background-position: 50% 100%; }
    .p9 { background-position: 100% 100%; }

    .game-body {
      padding: 20px 18px 18px;
      display: flex;
      flex-direction: column;
      flex: 1;
    }

    .game-body h3 {
      margin: 0 0 8px;
      color: #121320;
      font-size: 18px;
      line-height: 1.18;
      text-transform: uppercase;
    }

    .game-body p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
    }

    .game-body .more {
      margin-top: auto;
      padding-top: 18px;
      color: var(--green);
      font-size: 13px;
      font-weight: 900;
    }

    .story-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
      gap: 36px;
      align-items: center;
    }

    .story-copy h2 {
      margin: 0 0 18px;
      font-size: clamp(32px, 5vw, 50px);
      line-height: 1.08;
      color: #10131f;
    }

    .story-copy h2 span {
      color: var(--violet);
    }

    .story-copy p {
      margin: 0 0 20px;
      color: #41485b;
      font-size: 17px;
      font-weight: 700;
    }

    .check-list {
      display: grid;
      gap: 13px;
      margin: 24px 0 0;
      padding: 0;
      list-style: none;
    }

    .check-list li {
      display: flex;
      gap: 12px;
      align-items: flex-start;
      color: #283045;
      font-weight: 800;
    }

    .check-list svg {
      width: 20px;
      height: 20px;
      color: var(--green);
      flex: 0 0 auto;
      margin-top: 3px;
    }

    .steps {
      display: grid;
      gap: 16px;
    }

    .step {
      display: grid;
      grid-template-columns: 64px 1fr 72px;
      gap: 16px;
      align-items: center;
      padding: 18px;
      border: 1px solid rgba(111, 22, 216, .24);
      border-radius: var(--radius);
      background: #fff;
      box-shadow: 0 12px 30px rgba(31, 35, 52, .08);
    }

    .num {
      width: 48px;
      height: 48px;
      display: grid;
      place-items: center;
      border-radius: 8px;
      background: linear-gradient(135deg, var(--violet), var(--magenta));
      color: #fff;
      font-size: 18px;
      font-weight: 900;
    }

    .step h3 {
      margin: 0 0 4px;
      font-size: 19px;
      color: #10131f;
    }

    .step p {
      margin: 0;
      color: var(--muted);
      font-weight: 700;
      font-size: 14px;
    }

    .step-icon {
      width: 64px;
      height: 64px;
      display: grid;
      place-items: center;
      color: var(--violet);
      border-radius: 8px;
      background: rgba(111, 22, 216, .08);
    }

    .step-icon svg {
      width: 34px;
      height: 34px;
    }

    .feature-band {
      color: #fff;
      background:
        linear-gradient(90deg, rgba(9, 7, 20, .92), rgba(31, 8, 53, .82), rgba(9, 7, 20, .72)),
        url("td88-hero-asset.png") center / cover no-repeat;
      padding: 68px 0;
      overflow: hidden;
    }

    .feature-layout {
      display: grid;
      grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
      gap: 40px;
      align-items: center;
    }

    .feature-image {
      min-height: 330px;
      border-radius: var(--radius);
      background-image: url("td88-card-sprite.png");
      background-size: 300% 300%;
      background-position: 100% 100%;
      box-shadow: 0 28px 80px rgba(0, 0, 0, .38);
      border: 1px solid rgba(255, 255, 255, .16);
    }

    .feature-text h2 {
      margin: 0 0 18px;
      font-size: clamp(30px, 4vw, 46px);
      line-height: 1.1;
      text-transform: uppercase;
    }

    .feature-text p {
      margin: 0 0 20px;
      color: rgba(255, 255, 255, .8);
      font-size: 17px;
      font-weight: 700;
    }

    .mini-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 28px;
    }

    .mini {
      border: 1px solid rgba(255, 255, 255, .16);
      background: rgba(255, 255, 255, .08);
      border-radius: var(--radius);
      padding: 15px;
    }

    .mini strong {
      display: block;
      color: var(--gold);
      margin-bottom: 5px;
      font-size: 15px;
    }

    .mini span {
      display: block;
      color: rgba(255, 255, 255, .74);
      font-size: 13px;
      font-weight: 700;
      line-height: 1.45;
    }

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

    .article-card {
      overflow: hidden;
      border-radius: var(--radius);
      border: 1px solid var(--line);
      background: #fff;
      box-shadow: 0 18px 40px rgba(31, 35, 52, .1);
    }

    .article-card .thumb {
      height: 188px;
    }

    .article-body {
      padding: 22px;
    }

    .tag {
      display: inline-flex;
      margin-bottom: 13px;
      padding: 5px 10px;
      border-radius: 6px;
      background: linear-gradient(135deg, var(--violet), var(--magenta));
      color: #fff;
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .article-body h3 {
      margin: 0 0 12px;
      font-size: 22px;
      line-height: 1.22;
      color: #121320;
    }

    .article-body p {
      margin: 0 0 18px;
      color: var(--muted);
      font-weight: 700;
    }

    .readmore {
      color: var(--green);
      font-weight: 900;
      font-size: 14px;
    }

    .footer {
      background:
        radial-gradient(circle at 18% 10%, rgba(255, 201, 74, .14), transparent 28%),
        linear-gradient(180deg, #561070, #270735);
      color: #fff;
      padding: 52px 0 0;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.2fr repeat(3, minmax(0, .8fr));
      gap: 42px;
      padding-bottom: 44px;
    }

    .footer .brand {
      margin-bottom: 16px;
    }

    .footer p {
      margin: 0;
      color: rgba(255, 255, 255, .72);
      font-weight: 700;
    }

    .footer h3 {
      margin: 0 0 14px;
      color: var(--gold);
      font-size: 16px;
      text-transform: uppercase;
    }

    .footer ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 9px;
      color: rgba(255, 255, 255, .76);
      font-weight: 700;
      font-size: 14px;
    }

    .copyright {
      padding: 18px 0;
      text-align: center;
      color: rgba(255, 255, 255, .58);
      font-size: 13px;
      border-top: 1px solid rgba(255, 255, 255, .1);
      background: rgba(0, 0, 0, .16);
    }

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

      .topbar-inner {
        align-items: flex-start;
        flex-direction: column;
        padding: 18px 0;
      }

      .hero,
      .hero-inner {
        min-height: auto;
      }

      .hero {
        background:
          linear-gradient(180deg, rgba(6, 5, 13, .98) 0%, rgba(6, 5, 13, .78) 52%, rgba(6, 5, 13, .32) 100%),
          url("td88-hero-asset.png") center bottom / cover no-repeat;
      }

      .hero-inner {
        display: block;
        padding: 76px 0 220px;
      }

      .link-card,
      .story-grid,
      .feature-layout,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      .link-card {
        align-items: start;
      }

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

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

    @media (max-width: 620px) {
      .wrap {
        width: min(100% - 24px, 480px);
      }

      .brand-name {
        font-size: 30px;
      }

      .header-actions,
      .hero-actions {
        width: 100%;
      }

      .btn {
        flex: 1 1 180px;
        padding: 0 16px;
      }

      .nav a {
        padding: 0 18px;
        font-size: 12px;
      }

      .hero h1 {
        font-size: 42px;
      }

      .hero-copy {
        font-size: 16px;
      }

      .link-card {
        padding: 18px;
        gap: 16px;
      }

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

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

      .step {
        grid-template-columns: 52px 1fr;
      }

      .step-icon {
        display: none;
      }

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

/* Production additions */
.news-grid.dede-news .article-card:nth-child(3n + 1) .thumb { background-position: 100% 50%; }
.news-grid.dede-news .article-card:nth-child(3n + 2) .thumb { background-position: 0% 100%; }
.news-grid.dede-news .article-card:nth-child(3n) .thumb { background-position: 50% 100%; }

.td88-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 30px 0 0;
  margin: 0;
  list-style: none;
}

.td88-pagination li,
.td88-pagination a,
.td88-pagination span {
  display: inline-flex;
  min-width: 38px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  color: #171827;
  font-size: 14px;
  font-weight: 800;
}

.td88-pagination .thisclass,
.td88-pagination li:hover,
.td88-pagination a:hover {
  border-color: var(--violet);
  background: linear-gradient(135deg, var(--violet), var(--magenta));
  color: #fff;
}

.article-hero {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6, 5, 13, .96), rgba(19, 8, 33, .82), rgba(6, 5, 13, .42)),
    url("td88-hero-asset.png") center / cover no-repeat;
  padding: 86px 0;
}

.article-hero h1 {
  width: min(850px, 100%);
  margin: 0;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.05;
  font-weight: 900;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 20px;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  font-weight: 800;
}

.article-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.breadcrumb-lite {
  padding: 18px 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.breadcrumb-lite a {
  color: var(--violet);
}

.article-section {
  background: linear-gradient(180deg, #f7f9ff, #fff);
  padding: 54px 0 68px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: start;
}

.article-shell,
.article-side-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 42px rgba(31, 35, 52, .08);
}

.article-shell {
  padding: clamp(24px, 4vw, 42px);
}

.article-content {
  color: #242b3f;
  font-size: 17px;
  font-weight: 650;
}

.article-content h2,
.article-content h3 {
  margin: 30px 0 14px;
  color: #10131f;
  line-height: 1.2;
}

.article-content h2 {
  font-size: clamp(26px, 3.4vw, 36px);
}

.article-content h3 {
  font-size: 23px;
}

.article-content p {
  margin: 0 0 18px;
}

.article-content ul,
.article-content ol {
  margin: 0 0 22px;
  padding-left: 22px;
}

.article-content li {
  margin: 8px 0;
}

.article-content img {
  border-radius: var(--radius);
  margin: 24px auto;
}

.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  overflow: hidden;
  border-radius: var(--radius);
}

.article-content th,
.article-content td {
  border: 1px solid var(--line);
  padding: 13px 14px;
  text-align: left;
}

.article-content th {
  background: rgba(111, 22, 216, .08);
  color: #10131f;
}

.article-footer-tools {
  display: grid;
  gap: 14px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-weight: 800;
}

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

.article-prenext div {
  padding: 14px;
  border-radius: var(--radius);
  background: var(--soft);
}

.article-side {
  display: grid;
  gap: 18px;
}

.article-side-card {
  padding: 22px;
}

.article-side-card h3 {
  margin: 0 0 12px;
  color: #10131f;
  font-size: 20px;
}

.article-side-card p {
  margin: 0 0 16px;
  color: var(--muted);
  font-weight: 700;
}

.side-visual {
  min-height: 190px;
  border-radius: var(--radius);
  background-image: url("td88-card-sprite.png");
  background-size: 300% 300%;
  background-position: 50% 100%;
  margin-bottom: 16px;
}

@media (max-width: 980px) {
  .article-layout,
  .article-prenext {
    grid-template-columns: 1fr;
  }

  .article-hero {
    padding: 64px 0 180px;
    background:
      linear-gradient(180deg, rgba(6, 5, 13, .98), rgba(6, 5, 13, .72), rgba(6, 5, 13, .3)),
      url("td88-hero-asset.png") center bottom / cover no-repeat;
  }
}

/* codex-topic-layout-fix:start */
body.td88-topic-page .hero{padding:56px 0 46px}
body.td88-topic-page .section-light,
body.td88-topic-page .section-soft{padding:44px 0}
body.td88-topic-page .story-grid{display:block}
body.td88-topic-page .story-copy{max-width:860px}
body.td88-topic-page .steps{display:grid;gap:18px}
body.td88-topic-page .step{grid-template-columns:64px minmax(0,1fr);align-items:start;min-height:0}
body.td88-topic-page .step h3{grid-column:2;margin-top:4px}
body.td88-topic-page .step p{grid-column:2;max-width:820px;color:#4b5565;font-size:15px;line-height:1.7;font-weight:600}
body.td88-topic-page .game-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.td88-topic-page .game-card{min-width:0}
@media (max-width:760px){
  body.td88-topic-page{overflow-x:hidden}
  body.td88-topic-page,
  body.td88-topic-page *{box-sizing:border-box}
  body.td88-topic-page .container{width:calc(100% - 24px);max-width:1180px}
  body.td88-topic-page .topbar-inner{display:grid;grid-template-columns:1fr;gap:14px}
  body.td88-topic-page .header-actions{display:grid;grid-template-columns:1fr;gap:10px;width:100%}
  body.td88-topic-page .header-actions .btn,
  body.td88-topic-page .hero-actions .btn{width:100%;justify-content:center}
  body.td88-topic-page .nav-inner{justify-content:center;overflow:visible;flex-wrap:wrap}
  body.td88-topic-page .nav-inner a{white-space:nowrap}
  body.td88-topic-page .hero{padding:46px 0 42px}
  body.td88-topic-page .hero-inner{display:block}
  body.td88-topic-page .hero-copy,
  body.td88-topic-page .story-copy,
  body.td88-topic-page .step h3,
  body.td88-topic-page .step p{min-width:0;max-width:100%;overflow-wrap:break-word}
  body.td88-topic-page .hero-copy h1{font-size:clamp(34px,13vw,56px);line-height:1.04}
  body.td88-topic-page .hero-actions{display:grid;grid-template-columns:1fr;gap:10px}
  body.td88-topic-page .step{grid-template-columns:52px minmax(0,1fr);padding:16px}
  body.td88-topic-page .game-grid{grid-template-columns:1fr}
}
/* codex-topic-layout-fix:end */
