
    :root {
      --bg: #050403;
      --panel: #0d0907;
      --panel-2: #15100c;
      --line: rgba(255, 151, 43, 0.24);
      --text: #fff8ef;
      --muted: #cdbbab;
      --soft: #8d7665;
      --orange: #ff7a1a;
      --gold: #ffbe45;
      --green: #42ff68;
      --red: #ff3838;
      --radius: 8px;
      --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
      font-family: "Inter", "Arial", sans-serif;
    }

    * { box-sizing: border-box; }

    body {
      margin: 0;
      background:
        radial-gradient(circle at 82% 12%, rgba(255, 111, 17, 0.20), transparent 31rem),
        radial-gradient(circle at 20% 38%, rgba(68, 255, 104, 0.07), transparent 24rem),
        var(--bg);
      color: var(--text);
      overflow-x: hidden;
    }

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

    .topbar {
      background: #030303;
      border-bottom: 1px solid rgba(255, 255, 255, 0.06);
      position: sticky;
      top: 0;
      z-index: 20;
    }

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

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

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

    .brand-mark {
      width: 54px;
      height: 54px;
      border-radius: 7px;
      display: grid;
      place-items: center;
      background: linear-gradient(145deg, #ff5b16, #140b05 58%, #ffd15a);
      border: 1px solid rgba(255, 190, 69, 0.52);
      box-shadow: 0 0 26px rgba(255, 109, 24, 0.32);
      font-weight: 1000;
      font-size: 22px;
      letter-spacing: 0;
    }

    .brand-title {
      display: grid;
      gap: 2px;
    }

    .brand-title strong {
      font-size: 31px;
      line-height: 1;
      font-weight: 1000;
      letter-spacing: 0;
    }

    .brand-title span {
      color: var(--gold);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .auth {
      display: flex;
      gap: 12px;
      flex-shrink: 0;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 0 20px;
      border-radius: 6px;
      border: 1px solid rgba(255, 255, 255, 0.12);
      font-size: 13px;
      font-weight: 950;
      text-transform: uppercase;
      box-shadow: 0 9px 22px rgba(0, 0, 0, 0.28);
    }

    .btn.ghost { background: #151515; color: #fff; }

    .btn.primary {
      background: linear-gradient(180deg, #ffe070, #ff8a1c 52%, #ce3f08);
      color: #1b0700;
      border-color: rgba(255, 218, 110, 0.75);
    }

    .nav {
      background: linear-gradient(180deg, #160502, #0a0302);
      border-top: 1px solid rgba(255, 122, 26, 0.15);
      border-bottom: 1px solid rgba(255, 122, 26, 0.26);
    }

    .nav .wrap {
      display: flex;
      justify-content: center;
      gap: 26px;
      min-height: 52px;
      align-items: center;
      overflow-x: auto;
      scrollbar-width: none;
    }

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

    .nav a {
      white-space: nowrap;
      color: var(--green);
      font-size: 14px;
      font-weight: 950;
      text-transform: uppercase;
      text-shadow: 0 0 13px rgba(66, 255, 104, 0.32);
      padding: 18px 0 14px;
      border-bottom: 3px solid transparent;
    }

    .nav a.active {
      color: #fff;
      border-bottom-color: var(--orange);
    }

    .hero {
      min-height: 540px;
      display: grid;
      align-items: stretch;
      border-bottom: 1px solid var(--line);
      background:
        linear-gradient(90deg, rgba(5, 4, 3, 0.95) 0%, rgba(5, 4, 3, 0.80) 36%, rgba(5, 4, 3, 0.12) 70%, rgba(5, 4, 3, 0.42) 100%),
        url("/assets/v8win-hero.png") center right / cover no-repeat;
    }

    .hero .wrap {
      display: grid;
      grid-template-columns: minmax(0, 600px) 1fr;
      align-items: center;
      min-height: 540px;
    }

    .hero h1 {
      margin: 0;
      max-width: 620px;
      font-size: clamp(48px, 7vw, 92px);
      line-height: 0.91;
      font-weight: 1000;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .hero h1 span { color: var(--gold); }

    .hero p {
      max-width: 560px;
      color: #f5dfcf;
      font-size: 18px;
      line-height: 1.78;
      font-weight: 700;
      margin: 26px 0 28px;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-bottom: 24px;
    }

    .quick-stats {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      max-width: 530px;
    }

    .stat {
      background: rgba(15, 11, 8, 0.86);
      border: 1px solid rgba(255, 151, 43, 0.26);
      border-radius: var(--radius);
      padding: 17px 18px;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
    }

    .stat b {
      display: block;
      color: var(--gold);
      font-size: 28px;
      line-height: 1;
      margin-bottom: 7px;
    }

    .stat span {
      display: block;
      color: #fff;
      font-size: 12px;
      font-weight: 950;
      text-transform: uppercase;
    }

    .category-strip {
      transform: translateY(-28px);
      margin-bottom: 28px;
    }

    .category-grid {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 12px;
    }

    .category {
      min-height: 72px;
      border-radius: var(--radius);
      border: 1px solid rgba(255, 151, 43, 0.26);
      background: linear-gradient(180deg, rgba(31, 21, 14, 0.94), rgba(15, 9, 6, 0.98));
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      box-shadow: var(--shadow);
      font-weight: 950;
      text-transform: uppercase;
      font-size: 13px;
    }

    .category i {
      width: 26px;
      height: 26px;
      border-radius: 6px;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, #ffdd67, #ff7a1a);
      color: #240900;
      font-style: normal;
      font-weight: 1000;
    }

    .section {
      padding: 76px 0;
    }

    .intro {
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
      gap: 28px;
      align-items: stretch;
    }

    .content-box {
      background:
        linear-gradient(180deg, rgba(255, 122, 26, 0.08), rgba(255, 122, 26, 0.02)),
        var(--panel);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 34px;
      box-shadow: var(--shadow);
    }

    .content-box h2,
    .section-title h2 {
      margin: 0;
      color: #fff;
      font-size: clamp(34px, 4.5vw, 56px);
      line-height: 1.02;
      font-weight: 1000;
      letter-spacing: 0;
    }

    .content-box h2 span,
    .section-title h2 span { color: var(--gold); }

    .lead {
      color: var(--muted);
      font-size: 16px;
      line-height: 1.85;
      margin: 20px 0 26px;
      font-weight: 650;
    }

    .check-list {
      display: grid;
      gap: 13px;
      margin-top: 24px;
    }

    .check {
      display: grid;
      grid-template-columns: 44px 1fr;
      gap: 14px;
      align-items: center;
      background: rgba(255, 255, 255, 0.045);
      border: 1px solid rgba(255, 255, 255, 0.07);
      border-radius: 7px;
      padding: 13px;
    }

    .check b {
      width: 44px;
      height: 44px;
      border-radius: 7px;
      display: grid;
      place-items: center;
      color: #230a00;
      background: linear-gradient(135deg, var(--gold), var(--orange));
      font-weight: 1000;
    }

    .check strong {
      display: block;
      font-size: 16px;
      margin-bottom: 4px;
    }

    .check span {
      display: block;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.5;
      font-weight: 650;
    }

    .media-frame {
      overflow: hidden;
      min-height: 100%;
      border-radius: var(--radius);
      border: 1px solid var(--line);
      background: #0a0705;
      box-shadow: var(--shadow);
    }

    .media-frame img {
      width: 100%;
      height: 100%;
      min-height: 410px;
      object-fit: cover;
      display: block;
    }

    .split-note {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.65fr);
      gap: 72px;
      align-items: end;
      margin-bottom: 26px;
    }

    .section-title p {
      color: var(--muted);
      line-height: 1.75;
      max-width: 580px;
      font-weight: 650;
      margin: 18px 0 0;
    }

    .small-note {
      color: var(--muted);
      line-height: 1.75;
      font-weight: 700;
      border-left: 3px solid var(--orange);
      padding-left: 18px;
    }

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

    .game-card {
      min-height: 186px;
      border-radius: var(--radius);
      padding: 24px;
      border: 1px solid rgba(255, 151, 43, 0.22);
      background:
        linear-gradient(140deg, rgba(255, 122, 26, 0.22), rgba(255, 56, 56, 0.04) 48%, rgba(66, 255, 104, 0.04)),
        #100b08;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      position: relative;
      overflow: hidden;
    }

    .game-card::before {
      content: "";
      position: absolute;
      width: 110px;
      height: 110px;
      right: -24px;
      top: -22px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255, 190, 69, 0.46), transparent 70%);
    }

    .game-card:nth-child(2) {
      background:
        linear-gradient(140deg, rgba(66, 255, 104, 0.14), rgba(255, 122, 26, 0.10) 50%, rgba(255, 56, 56, 0.08)),
        #0d0d08;
    }

    .game-card:nth-child(3) {
      background:
        linear-gradient(140deg, rgba(255, 56, 56, 0.20), rgba(255, 122, 26, 0.13) 50%, rgba(255, 190, 69, 0.06)),
        #120806;
    }

    .game-card:nth-child(4) {
      background:
        linear-gradient(140deg, rgba(255, 190, 69, 0.20), rgba(66, 255, 104, 0.08) 50%, rgba(255, 122, 26, 0.06)),
        #0f0d08;
    }

    .game-card h3 {
      margin: 0 0 10px;
      font-size: 23px;
      line-height: 1.05;
      font-weight: 1000;
      position: relative;
    }

    .game-card p {
      margin: 0;
      color: #f1d8c3;
      line-height: 1.55;
      font-size: 14px;
      font-weight: 650;
      position: relative;
    }

    .steps-band {
      background:
        linear-gradient(180deg, rgba(255, 122, 26, 0.09), rgba(5, 4, 3, 0)),
        #090605;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }

    .steps {
      display: grid;
      grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
      gap: 40px;
      align-items: center;
    }

    .timeline {
      display: grid;
      gap: 14px;
    }

    .step {
      display: grid;
      grid-template-columns: 58px 1fr;
      gap: 18px;
      align-items: center;
      padding: 18px;
      background: rgba(255, 255, 255, 0.055);
      border: 1px solid rgba(255, 151, 43, 0.20);
      border-radius: var(--radius);
    }

    .step b {
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      border-radius: 7px;
      background: #fff6e4;
      color: #280b00;
      font-size: 22px;
      font-weight: 1000;
    }

    .step strong {
      display: block;
      font-size: 18px;
      margin-bottom: 5px;
    }

    .step span {
      display: block;
      color: var(--muted);
      line-height: 1.45;
      font-size: 14px;
      font-weight: 650;
    }

    .news-section {
      background: #f5efe7;
      color: #24110a;
    }

    .news-section .section-title h2 { color: #24110a; }

    .news-section .section-title p { color: #735a4b; }

    .news-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
      gap: 24px;
      margin-top: 30px;
    }

    .featured-news {
      min-height: 365px;
      border-radius: var(--radius);
      overflow: hidden;
      position: relative;
      background: #120a07;
      box-shadow: 0 22px 46px rgba(70, 37, 16, 0.18);
    }

    .featured-news img {
      width: 100%;
      height: 100%;
      min-height: 365px;
      object-fit: cover;
      display: block;
    }

    .featured-news::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 26%, rgba(0, 0, 0, 0.86));
    }

    .featured-copy {
      position: absolute;
      left: 28px;
      right: 28px;
      bottom: 26px;
      z-index: 2;
      color: #fff;
    }

    .featured-copy h3 {
      margin: 0 0 10px;
      font-size: 30px;
      line-height: 1.08;
      font-weight: 1000;
    }

    .featured-copy p {
      margin: 0;
      color: #f4d6bd;
      line-height: 1.55;
      font-weight: 700;
    }

    .news-list {
      display: grid;
      gap: 14px;
    }

    .news-item {
      display: grid;
      grid-template-columns: 104px 1fr;
      gap: 16px;
      align-items: center;
      padding: 13px;
      background: #fff;
      border: 1px solid rgba(85, 46, 24, 0.10);
      border-radius: var(--radius);
      box-shadow: 0 14px 28px rgba(75, 42, 24, 0.08);
    }

    .thumb {
      height: 78px;
      border-radius: 6px;
      background:
        linear-gradient(135deg, rgba(255, 122, 26, 0.82), rgba(19, 9, 4, 0.92)),
        url("/assets/v8win-news.png") center / cover no-repeat;
      border: 1px solid rgba(255, 122, 26, 0.24);
    }

    .news-item:nth-child(2) .thumb {
      background:
        linear-gradient(135deg, rgba(17, 7, 4, 0.35), rgba(66, 255, 104, 0.35)),
        url("/assets/v8win-panel.png") center / cover no-repeat;
    }

    .news-item h4 {
      margin: 0 0 7px;
      color: #321207;
      font-size: 17px;
      line-height: 1.25;
      font-weight: 1000;
    }

    .news-item p {
      margin: 0;
      color: #7e6557;
      line-height: 1.42;
      font-size: 13px;
      font-weight: 650;
    }

    footer {
      padding: 38px 0;
      background: #050403;
      border-top: 1px solid rgba(255, 151, 43, 0.20);
      color: var(--muted);
      font-size: 13px;
      font-weight: 650;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 24px;
      align-items: center;
    }

    footer strong {
      display: block;
      color: #fff;
      font-size: 17px;
      margin-bottom: 6px;
    }

    @media (max-width: 900px) {
      .header-main {
        min-height: auto;
        padding: 16px 0;
        flex-direction: column;
        align-items: flex-start;
      }

      .auth { width: 100%; }
      .auth .btn { flex: 1; padding: 0 12px; }
      .nav .wrap { justify-content: flex-start; }
      .hero { min-height: auto; }
      .hero .wrap {
        grid-template-columns: 1fr;
        min-height: 640px;
        align-items: end;
        padding: 84px 0 52px;
      }
      .hero h1 { font-size: clamp(43px, 15vw, 72px); }
      .hero p { font-size: 16px; }
      .quick-stats,
      .category-grid,
      .intro,
      .split-note,
      .game-grid,
      .steps,
      .news-grid,
      .footer-grid {
        grid-template-columns: 1fr;
      }
      .category-strip { transform: none; margin: 22px 0 0; }
      .section { padding: 58px 0; }
      .content-box { padding: 24px; }
      .media-frame img { min-height: 280px; }
      .news-item { grid-template-columns: 86px 1fr; }
      .featured-copy h3 { font-size: 24px; }
    }

    @media (max-width: 520px) {
      .wrap { width: min(100% - 28px, 1180px); }
      .brand-title strong { font-size: 26px; }
      .brand-mark { width: 48px; height: 48px; }
      .hero-actions .btn { width: 100%; }
      .quick-stats { grid-template-columns: 1fr; }
      .category { justify-content: flex-start; padding: 0 16px; }
      .news-item { grid-template-columns: 1fr; }
      .thumb { height: 130px; }
    }
  

.article-shell {
  background: #050403;
  padding: 76px 0;
}

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

.article-card,
.article-side {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 122, 26, 0.08), rgba(255, 122, 26, 0.02)),
    var(--panel);
  box-shadow: var(--shadow);
}

.article-card {
  padding: 36px;
}

.article-card h1 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.08;
  letter-spacing: 0;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 850;
}

.article-body {
  color: #f1ddcd;
  font-size: 17px;
  line-height: 1.82;
  font-weight: 650;
}

.article-body h2,
.article-body h3 {
  color: #fff;
  line-height: 1.18;
  margin: 30px 0 12px;
}

.article-body a {
  color: var(--gold);
  font-weight: 900;
}

.article-body img {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius);
}

.article-prevnext {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-weight: 750;
}

.article-side {
  overflow: hidden;
}

.article-side img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

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

.article-side h2 {
  margin: 0 0 12px;
  font-size: 25px;
  color: #fff;
}

.article-side p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  font-weight: 650;
}

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

  .article-card {
    padding: 24px;
  }
}
