
    :root {
      --blue: #14258f;
      --blue-2: #071356;
      --blue-3: #1f43d8;
      --orange: #e59b2a;
      --orange-2: #ffb13c;
      --gold: #ffd665;
      --ink: #0b173f;
      --paper: #fff7ea;
      --white: #ffffff;
      --muted: #6d6680;
      --line: rgba(20, 37, 143, 0.16);
      --max: 1180px;
    }

    * { box-sizing: border-box; }

    html,
    body {
      margin: 0;
      min-height: 100%;
      overflow-x: hidden;
    }

    body {
      min-width: 320px;
      color: var(--ink);
      background: var(--paper);
      font-family: Arial, "Segoe UI", sans-serif;
      letter-spacing: 0;
    }

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

    .container {
      width: min(var(--max), calc(100% - 40px));
      margin: 0 auto;
    }

    .top {
      background: #fff8ec;
      border-bottom: 1px solid rgba(20, 37, 143, 0.08);
    }

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

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    .brand-mark {
      width: 60px;
      aspect-ratio: 1;
      border-radius: 12px;
      display: grid;
      place-items: center;
      color: #fff;
      background:
        radial-gradient(circle at 28% 24%, rgba(255,255,255,0.55), transparent 24%),
        linear-gradient(135deg, var(--blue-3), var(--blue) 52%, var(--orange));
      box-shadow: 0 18px 40px rgba(20, 37, 143, 0.28), inset 0 1px 0 rgba(255,255,255,0.42);
      font-size: 18px;
      font-weight: 950;
    }

    .brand-name {
      display: block;
      color: var(--blue);
      font-size: 38px;
      line-height: 0.9;
      font-weight: 950;
      text-transform: uppercase;
      letter-spacing: 0;
    }

    .brand-sub {
      display: block;
      margin-top: 5px;
      color: #1742a7;
      font-size: 12px;
      line-height: 1.2;
      font-weight: 850;
      text-transform: uppercase;
    }

    .top-actions {
      display: flex;
      align-items: center;
      gap: 12px;
      flex: 0 0 auto;
    }

    .btn {
      min-height: 42px;
      border: 1px solid rgba(255, 255, 255, 0.28);
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      padding: 0 20px;
      color: #fff;
      background: linear-gradient(135deg, #2f72e8, var(--blue));
      box-shadow: 0 16px 36px rgba(20, 37, 143, 0.22), inset 0 1px 0 rgba(255,255,255,0.2);
      font-size: 13px;
      font-weight: 950;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .btn.gold {
      color: #10154b;
      background: linear-gradient(135deg, #ffe98e, var(--orange-2));
      box-shadow: 0 16px 34px rgba(229, 155, 42, 0.25), inset 0 1px 0 rgba(255,255,255,0.62);
    }

    .btn.ghost {
      color: #fff8d2;
      background: rgba(7, 19, 86, 0.44);
      border-color: rgba(255, 214, 101, 0.32);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
    }

    .arrow {
      width: 18px;
      aspect-ratio: 1;
      border-radius: 50%;
      display: grid;
      place-items: center;
      color: #12236e;
      background: rgba(255,255,255,0.52);
      font-size: 14px;
      line-height: 1;
    }

    .nav-band {
      background: var(--blue);
      color: #fff;
      box-shadow: 0 14px 35px rgba(7, 19, 86, 0.2);
    }

    .nav-inner {
      min-height: 66px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 28px;
      font-size: 13px;
      font-weight: 950;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .nav-inner a:first-child {
      border: 2px solid rgba(255,255,255,0.9);
      border-radius: 999px;
      padding: 10px 18px;
      color: #fff;
    }

    .hero-wrap {
      padding: 48px 0 62px;
      color: #fff;
      background:
        radial-gradient(circle at 18% 14%, rgba(255,255,255,0.28), transparent 23%),
        linear-gradient(180deg, var(--orange) 0%, #dd9223 72%, #fff7ea 72%, #fff7ea 100%);
    }

    .hero-frame {
      position: relative;
      min-height: 520px;
      border: 1px solid rgba(255,255,255,0.32);
      border-radius: 8px;
      overflow: hidden;
      background: #071356;
      box-shadow: 0 32px 80px rgba(7, 19, 86, 0.28);
      isolation: isolate;
    }

    .hero-frame::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -2;
      background: url("/assets/888p-hero-arena.png") center right / cover no-repeat;
    }

    .hero-frame::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background:
        linear-gradient(90deg, rgba(7, 19, 86, 0.96) 0%, rgba(7, 19, 86, 0.86) 34%, rgba(7, 19, 86, 0.44) 58%, rgba(7, 19, 86, 0.04) 100%),
        linear-gradient(180deg, rgba(7, 19, 86, 0) 55%, rgba(7, 19, 86, 0.32) 100%);
    }

    .hero-copy {
      width: min(610px, 100%);
      padding: 74px 54px;
    }

    .hero-copy h1 {
      margin: 0;
      color: #fff;
      font-size: clamp(48px, 6vw, 82px);
      line-height: 0.92;
      font-weight: 950;
      text-transform: uppercase;
      text-shadow: 0 4px 0 rgba(3, 9, 46, 0.74), 0 0 34px rgba(255,255,255,0.18);
    }

    .hero-copy h1 span {
      display: block;
      margin-top: 12px;
      color: var(--gold);
      font-size: clamp(30px, 3vw, 45px);
      line-height: 1.08;
    }

    .hero-text {
      width: min(540px, 100%);
      margin: 24px 0 0;
      color: #e7edff;
      font-size: 18px;
      line-height: 1.74;
    }

    .cta-row {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 30px;
    }

    .hero-stats {
      width: min(560px, 100%);
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 32px;
    }

    .stat {
      min-height: 86px;
      border: 1px solid rgba(255,255,255,0.16);
      border-radius: 8px;
      padding: 16px;
      background: rgba(7, 19, 86, 0.58);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
    }

    .stat strong {
      display: block;
      color: var(--gold);
      font-size: 24px;
      font-weight: 950;
    }

    .stat span {
      display: block;
      margin-top: 4px;
      color: #dbe5ff;
      font-size: 12px;
      line-height: 1.36;
      font-weight: 800;
    }

    .game-strip {
      position: relative;
      z-index: 2;
      margin-top: -32px;
    }

    .game-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 12px;
      border-radius: 8px;
      padding: 12px;
      background: var(--blue);
      box-shadow: 0 20px 55px rgba(20, 37, 143, 0.26);
    }

    .game-card {
      min-height: 116px;
      border: 1px solid rgba(255,255,255,0.14);
      border-radius: 8px;
      padding: 16px;
      color: #fff;
      background: rgba(6, 17, 77, 0.36);
    }

    .game-card small {
      display: block;
      color: var(--gold);
      font-size: 11px;
      font-weight: 950;
      text-transform: uppercase;
    }

    .game-card h3 {
      margin: 9px 0 7px;
      font-size: 19px;
      line-height: 1.15;
    }

    .game-card p {
      margin: 0;
      color: #dce5ff;
      font-size: 13px;
      line-height: 1.48;
    }

    .section {
      padding: 84px 0;
    }

    .split {
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
      gap: 56px;
      align-items: center;
    }

    .section-title {
      margin: 0;
      color: var(--ink);
      font-size: clamp(34px, 4vw, 52px);
      line-height: 1.04;
      font-weight: 950;
    }

    .section-copy {
      color: #56516f;
      font-size: 16px;
      line-height: 1.85;
    }

    .feature-list {
      display: grid;
      gap: 12px;
    }

    .feature-item {
      display: grid;
      grid-template-columns: 44px 1fr;
      gap: 14px;
      align-items: start;
      border: 1px solid rgba(20,37,143,0.12);
      border-radius: 8px;
      padding: 16px;
      background: #fff;
      box-shadow: 0 18px 48px rgba(20, 37, 143, 0.06);
    }

    .feature-index {
      width: 44px;
      aspect-ratio: 1;
      border-radius: 8px;
      display: grid;
      place-items: center;
      color: #fff;
      background: linear-gradient(135deg, var(--blue-3), var(--orange));
      font-weight: 950;
    }

    .feature-item strong {
      display: block;
      color: var(--ink);
      font-size: 17px;
      line-height: 1.25;
    }

    .feature-item span {
      display: block;
      margin-top: 6px;
      color: #5c5970;
      font-size: 14px;
      line-height: 1.62;
    }

    .visual-panel {
      margin-top: 40px;
      min-height: 410px;
      border-radius: 8px;
      overflow: hidden;
      border: 1px solid rgba(20,37,143,0.15);
      background:
        linear-gradient(90deg, rgba(7, 19, 86, 0.92), rgba(7, 19, 86, 0.1)),
        url("/assets/888p-hero-arena.png") center right / cover no-repeat;
      box-shadow: 0 28px 70px rgba(20, 37, 143, 0.16);
      position: relative;
    }

    .visual-caption {
      position: absolute;
      left: 24px;
      bottom: 24px;
      width: min(330px, calc(100% - 48px));
      border: 1px solid rgba(255,214,101,0.28);
      border-radius: 8px;
      padding: 18px;
      color: #fff;
      background: rgba(7, 19, 86, 0.78);
      backdrop-filter: blur(12px);
    }

    .visual-caption strong {
      color: var(--gold);
      font-size: 22px;
      line-height: 1.15;
    }

    .visual-caption p {
      margin: 8px 0 0;
      color: #e4ebff;
      font-size: 14px;
      line-height: 1.58;
    }

    .dark-band {
      color: #fff;
      background:
        linear-gradient(180deg, #071356 0%, #14258f 62%, #081253 100%);
    }

    .band-head {
      display: grid;
      grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
      gap: 44px;
      align-items: end;
      margin-bottom: 32px;
    }

    .band-head h2 {
      color: #fff;
    }

    .band-head p {
      margin: 0;
      color: #dbe5ff;
      font-size: 16px;
      line-height: 1.78;
    }

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

    .step {
      min-height: 220px;
      border: 1px solid rgba(255,255,255,0.14);
      border-radius: 8px;
      padding: 24px;
      background: rgba(255,255,255,0.06);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
    }

    .step-number {
      width: 42px;
      aspect-ratio: 1;
      border-radius: 8px;
      display: grid;
      place-items: center;
      color: #0b173f;
      background: var(--gold);
      font-weight: 950;
    }

    .step h3 {
      margin: 18px 0 10px;
      color: #fff;
      font-size: 22px;
      line-height: 1.16;
    }

    .step p {
      margin: 0;
      color: #dbe5ff;
      font-size: 14px;
      line-height: 1.64;
    }

    .seo-block {
      display: grid;
      grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
      gap: 26px;
      align-items: start;
    }

    .article-copy,
    .side-panel {
      border: 1px solid rgba(20,37,143,0.13);
      border-radius: 8px;
      background: #fff;
      box-shadow: 0 18px 52px rgba(20, 37, 143, 0.07);
    }

    .article-copy {
      padding: 34px;
    }

    .article-copy h2 {
      margin: 0;
      color: var(--ink);
      font-size: 38px;
      line-height: 1.08;
    }

    .article-copy h3 {
      margin: 28px 0 10px;
      color: var(--ink);
      font-size: 24px;
    }

    .article-copy p,
    .article-copy li {
      color: #5f596e;
      font-size: 16px;
      line-height: 1.82;
    }

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

    .article-copy ul {
      margin: 14px 0 0;
      padding-left: 20px;
    }

    .side-panel {
      padding: 26px;
      position: sticky;
      top: 98px;
    }

    .side-panel h3 {
      margin: 0 0 18px;
      color: var(--ink);
      font-size: 25px;
      line-height: 1.14;
    }

    .side-row {
      display: grid;
      grid-template-columns: 12px 1fr;
      gap: 13px;
      padding: 16px 0;
      border-top: 1px solid rgba(20,37,143,0.12);
    }

    .side-dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      margin-top: 6px;
      background: linear-gradient(135deg, var(--blue-3), var(--orange));
    }

    .side-row strong {
      display: block;
      color: var(--ink);
      font-size: 16px;
    }

    .side-row span {
      display: block;
      margin-top: 6px;
      color: #625d70;
      font-size: 14px;
      line-height: 1.62;
    }

    .news-section {
      padding-top: 0;
    }

    .news-head {
      display: grid;
      grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
      gap: 40px;
      align-items: end;
      margin-bottom: 28px;
    }

    .news-head p {
      margin: 0;
      color: #5f596e;
      font-size: 16px;
      line-height: 1.75;
    }

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

    .news-card {
      min-height: 324px;
      border: 1px solid rgba(20,37,143,0.13);
      border-radius: 8px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 18px 48px rgba(20, 37, 143, 0.08);
    }

    .news-thumb {
      min-height: 132px;
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      padding: 18px;
      color: #fff;
      background:
        linear-gradient(135deg, rgba(20,37,143,0.92), rgba(229,155,42,0.82)),
        url("/assets/888p-hero-arena.png") center / cover no-repeat;
    }

    .news-thumb span {
      font-size: 12px;
      font-weight: 950;
      text-transform: uppercase;
    }

    .news-thumb strong {
      color: var(--gold);
      font-size: 42px;
      line-height: 0.82;
      font-weight: 950;
    }

    .news-body {
      padding: 22px;
    }

    .news-body time {
      color: #d68c20;
      font-size: 12px;
      font-weight: 950;
      text-transform: uppercase;
    }

    .news-body h3 {
      margin: 10px 0 11px;
      color: var(--ink);
      font-size: 22px;
      line-height: 1.16;
    }

    .news-body p {
      margin: 0;
      color: #625d70;
      font-size: 14px;
      line-height: 1.65;
    }

    .footer {
      color: #dbe5ff;
      background: #071356;
    }

    .footer-inner {
      min-height: 96px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }

    .footer strong {
      color: var(--gold);
      font-size: 30px;
      font-weight: 950;
    }

    .footer span {
      color: #bfcaf8;
      font-size: 14px;
    }

    @media (max-width: 1120px) {
      .nav-inner {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 2px;
      }

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

      .split,
      .band-head,
      .seo-block,
      .news-head {
        grid-template-columns: 1fr;
      }

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

      .side-panel {
        position: static;
      }
    }

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

      .top-inner {
        min-height: 72px;
        gap: 12px;
      }

      .brand-mark {
        width: 44px;
        border-radius: 9px;
      }

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

      .brand-sub {
        display: none;
      }

      .top-actions .btn:first-child {
        display: none;
      }

      .top-actions .btn {
        min-height: 38px;
        padding: 0 14px;
        font-size: 12px;
      }

      .nav-band {
        display: none;
      }

      .hero-wrap {
        padding: 28px 0 44px;
        background: linear-gradient(180deg, var(--orange) 0%, #dd9223 50%, #fff7ea 50%, #fff7ea 100%);
      }

      .hero-frame {
        min-height: auto;
      }

      .hero-frame::before {
        background-position: 62% center;
        opacity: 0.7;
      }

      .hero-frame::after {
        background:
          linear-gradient(180deg, rgba(7, 19, 86, 0.96), rgba(7, 19, 86, 0.84) 56%, rgba(7, 19, 86, 0.97)),
          linear-gradient(90deg, rgba(7,19,86,0.96), rgba(7,19,86,0.22));
      }

      .hero-copy {
        padding: 46px 22px;
      }

      .hero-copy h1 {
        font-size: 54px;
      }

      .hero-copy h1 span {
        font-size: 29px;
      }

      .hero-text {
        font-size: 16px;
        line-height: 1.68;
      }

      .cta-row {
        display: grid;
        grid-template-columns: 1fr;
      }

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

      .game-strip {
        margin-top: 0;
        padding-top: 20px;
        background: #fff7ea;
      }

      .section {
        padding: 58px 0;
      }

      .article-copy {
        padding: 24px;
      }

      .article-copy h2 {
        font-size: 30px;
      }

      .visual-panel {
        min-height: 350px;
      }

      .footer-inner {
        min-height: 116px;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
      }
    }
  

.article-main {
  color: var(--ink);
  background: var(--paper);
}

.article-hero {
  position: relative;
  isolation: isolate;
  color: #fff;
  padding: 72px 0 66px;
  background:
    linear-gradient(90deg, rgba(7, 19, 86, 0.98), rgba(7, 19, 86, 0.62)),
    url("/assets/888p-hero-arena.png") center right / cover no-repeat;
}

.article-hero h1 {
  width: min(850px, 100%);
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.03;
  font-weight: 950;
  text-transform: uppercase;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
  color: #e4ebff;
  font-size: 13px;
  font-weight: 800;
}

.article-meta span {
  border: 1px solid rgba(255, 214, 101, 0.26);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(7, 19, 86, 0.62);
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  padding: 54px 0 86px;
}

.article-card,
.article-aside {
  border: 1px solid rgba(20,37,143,0.13);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(20, 37, 143, 0.07);
}

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

.article-card .column {
  color: #d68c20;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.article-card .body {
  color: #56516f;
  font-size: 17px;
  line-height: 1.86;
}

.article-card .body h2,
.article-card .body h3,
.article-card .body h4 {
  color: var(--ink);
  line-height: 1.18;
}

.article-card .body img {
  height: auto;
  border-radius: 8px;
  margin: 22px auto;
  max-width: 100%;
}

.article-card .edit,
.article-card .page,
.article-card .column-page {
  color: #625d70;
  border-top: 1px solid rgba(20,37,143,0.12);
  margin-top: 24px;
  padding-top: 20px;
  font-size: 14px;
}

.article-card a {
  color: var(--blue);
  font-weight: 850;
}

.action-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.action-list a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border: 1px solid rgba(20,37,143,0.14);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--ink);
  background: #fff7ea;
}

.article-aside {
  overflow: hidden;
  align-self: start;
  position: sticky;
  top: 98px;
}

.aside-media {
  min-height: 160px;
  background:
    linear-gradient(135deg, rgba(20,37,143,0.88), rgba(229,155,42,0.82)),
    url("/assets/888p-hero-arena.png") center / cover no-repeat;
}

.aside-body {
  padding: 24px;
}

.aside-body h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 24px;
}

.aside-body p,
.aside-body li {
  color: #625d70;
  font-size: 14px;
  line-height: 1.65;
}

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

  .article-aside {
    position: static;
  }
}
