:root {
  --win-black: #030303;
  --win-panel: #080808;
  --win-red: #ef2d2d;
  --win-red-dark: #8c0808;
  --win-gold: #ffd34a;
  --win-orange: #ff9f1c;
  --win-white: #fff;
  --win-muted: #d8d8d8;
  --win-line: rgba(255,255,255,.14);
  --win-red-shadow: 0 0 0 3px rgba(239,45,45,.95), 0 0 28px rgba(255,255,255,.3), 0 22px 46px rgba(0,0,0,.74);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: #202020;
  color: var(--win-white);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

body.win789-body {
  background: #202020;
  overflow-x: hidden;
}

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

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

.win789-page {
  width: min(1080px, 100%);
  margin: 0 auto;
  overflow: hidden;
  background: var(--win-black);
}

.win789-wrap {
  width: min(984px, calc(100% - 56px));
  margin: 0 auto;
}

.win789-top {
  background: #010101;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

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

.win789-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--win-gold);
  font-size: 44px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 3px 0 var(--win-red-dark), 0 0 18px rgba(255,211,74,.34);
}

.win789-brand-mark {
  width: 58px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 2px solid var(--win-gold);
  border-radius: 10px;
  color: var(--win-white);
  background: radial-gradient(circle at 40% 30%, #ffec8a 0 7%, #e91515 8% 54%, #760000 100%);
  box-shadow: inset 0 -6px 0 rgba(0,0,0,.22), 0 0 16px rgba(239,45,45,.5);
  font-size: 20px;
  font-weight: 950;
}

.win789-top-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.win789-top-actions a {
  padding: 13px 0;
}

.win789-nav {
  background: #050505;
}

.win789-nav .win789-wrap {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 12px;
  padding: 10px 0;
  overflow-x: visible;
}

.win789-nav a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 2px solid transparent;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(255,255,255,.55);
  white-space: nowrap;
}

.win789-nav a.is-active {
  border-color: rgba(255,255,255,.82);
  box-shadow: 0 0 16px rgba(255,255,255,.22);
}

.win789-hero {
  min-height: 314px;
  background: #270000;
  border-top: 1px solid rgba(255,211,74,.18);
  border-bottom: 1px solid rgba(255,211,74,.18);
}

.win789-hero img {
  width: 100%;
  height: 314px;
  object-fit: cover;
  object-position: center;
}

.win789-content-shell {
  padding: 34px 0 46px;
  background:
    radial-gradient(circle at 20% 0%, rgba(239,45,45,.2), transparent 32%),
    radial-gradient(circle at 78% 18%, rgba(255,211,74,.12), transparent 30%),
    #020202;
}

.win789-intro-panel {
  padding: 22px 28px 30px;
  border: 4px solid var(--win-red);
  border-radius: 10px;
  background: rgba(0,0,0,.92);
  box-shadow: var(--win-red-shadow);
}

.win789-intro-panel h1 {
  margin: 0 0 16px;
  color: #ff4444;
  text-align: center;
  font-size: 31px;
  line-height: 1.2;
  font-weight: 950;
}

.win789-intro-panel p {
  margin: 0 0 16px;
  color: #fff;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 800;
}

.win789-intro-panel h2,
.win789-story h2,
.win789-steps h2,
.win789-section-head h2 {
  margin: 28px 0 14px;
  color: #ff3838;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 950;
}

.win789-story h2,
.win789-steps h2,
.win789-section-head h2 {
  margin-top: 0;
  font-size: 30px;
  line-height: 1.18;
}

.win789-story h2 span,
.win789-section-head h2 span {
  color: var(--win-gold);
}

.win789-promo-strip {
  display: grid;
  grid-template-columns: 66px 1fr auto;
  gap: 18px;
  align-items: center;
  margin: 24px 0 8px;
  padding: 18px;
  border: 1px solid rgba(255,211,74,.38);
  border-radius: 8px;
  background: linear-gradient(90deg, #170000, #350707 60%, #120000);
}

.win789-safe-icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #180000;
  background: linear-gradient(180deg, #fff4a3, var(--win-gold));
  font-size: 30px;
  font-weight: 950;
  box-shadow: 0 0 18px rgba(255,211,74,.36);
}

.win789-promo-strip h3 {
  margin: 0 0 5px;
  color: var(--win-gold);
  font-size: 23px;
  line-height: 1.2;
  font-weight: 950;
}

.win789-promo-strip p {
  margin: 0;
  color: var(--win-muted);
  font-size: 13px;
  line-height: 1.5;
}

.win789-btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 8px;
  color: #1a0000;
  background: linear-gradient(180deg, #fff4a3, var(--win-orange));
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(255,159,28,.22);
  white-space: nowrap;
}

.win789-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 30px;
}

.win789-category {
  min-height: 152px;
  padding: 18px 14px;
  text-align: center;
  border: 1px solid rgba(239,45,45,.52);
  border-radius: 8px;
  background: linear-gradient(180deg, #160303, #050505);
  box-shadow: 0 10px 24px rgba(0,0,0,.35);
}

.win789-cat-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 16px;
  color: #1a0000;
  background: linear-gradient(180deg, var(--win-gold), #d70b0b);
  font-size: 28px;
  font-weight: 950;
}

.win789-category h3 {
  margin: 0 0 8px;
  color: var(--win-gold);
  font-size: 18px;
  font-weight: 950;
  text-transform: uppercase;
}

.win789-category p {
  margin: 0;
  color: #dfdfdf;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
}

.win789-split {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 30px;
  margin-top: 36px;
  align-items: start;
}

.win789-story p {
  margin: 0 0 16px;
  color: #f2f2f2;
  font-size: 15px;
  line-height: 1.76;
  font-weight: 700;
}

.win789-story-image {
  overflow: hidden;
  margin-top: 18px;
  border: 2px solid rgba(239,45,45,.8);
  border-radius: 8px;
  background: #120000;
}

.win789-story-image img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center;
}

.win789-story-image strong {
  display: block;
  padding: 12px 14px;
  color: var(--win-gold);
  font-size: 13px;
  line-height: 1.35;
}

.win789-steps {
  display: grid;
  gap: 14px;
}

.win789-step-card {
  min-height: 96px;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(255,211,74,.34);
  border-radius: 8px;
  background: #0c0c0c;
}

.win789-step-no {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #220000;
  background: linear-gradient(180deg, #fff0a0, var(--win-orange));
  font-size: 16px;
  font-weight: 950;
}

.win789-step-card h3 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 17px;
  font-weight: 950;
}

.win789-step-card p {
  margin: 0;
  color: #cfcfcf;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}

.win789-table-card {
  overflow: hidden;
  margin-top: 36px;
  border: 1px solid rgba(239,45,45,.64);
  border-radius: 9px;
  background: #050505;
}

.win789-table-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  background: linear-gradient(90deg, #8e0606, #ef2d2d 58%, #6b0000);
}

.win789-table-title h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 950;
}

.win789-table-title small {
  color: var(--win-gold);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.win789-info-table {
  width: 100%;
  border-collapse: collapse;
}

.win789-info-table th,
.win789-info-table td {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255,255,255,.09);
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.55;
}

.win789-info-table th {
  width: 24%;
  color: var(--win-gold);
  background: #100303;
  font-weight: 950;
}

.win789-info-table td {
  color: #e0e0e0;
  font-weight: 700;
}

.win789-news {
  padding: 48px 0 52px;
  background: #070707;
  border-top: 1px solid rgba(239,45,45,.26);
}

.win789-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.win789-section-head a {
  color: var(--win-gold);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

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

.win789-post {
  overflow: hidden;
  border: 1px solid rgba(239,45,45,.56);
  border-radius: 8px;
  background: #0d0d0d;
}

.win789-post-media {
  position: relative;
  height: 160px;
  display: block;
  overflow: hidden;
  background: #2a0000 url("789win-hero.png") center / cover no-repeat;
}

.win789-post-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.win789-tag {
  position: absolute;
  left: 12px;
  bottom: 12px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 6px;
  color: #190000;
  background: linear-gradient(180deg, #fff0a0, var(--win-orange));
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.win789-post-body {
  padding: 18px 16px 20px;
}

.win789-post h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 950;
}

.win789-post p {
  margin: 0 0 16px;
  color: #cfcfcf;
  font-size: 13px;
  line-height: 1.58;
  font-weight: 700;
}

.win789-readmore {
  color: #ff4949;
  font-size: 13px;
  font-weight: 950;
}

.win789-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.win789-pagination li,
.win789-pagination a,
.win789-pagination span {
  min-width: 38px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(239,45,45,.45);
  border-radius: 8px;
  padding: 0 10px;
  background: #0d0d0d;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.win789-pagination a:hover,
.win789-pagination .thisclass,
.win789-pagination li.active a {
  background: var(--win-red);
  color: #fff;
  border-color: var(--win-red);
}

.win789-footer {
  padding: 42px 0 18px;
  background: #030303;
  border-top: 1px solid rgba(255,255,255,.1);
}

.win789-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 34px;
}

.win789-footer-logo {
  margin-bottom: 14px;
  color: var(--win-gold);
  font-size: 40px;
  font-weight: 950;
  line-height: 1;
  text-shadow: 0 2px 0 var(--win-red-dark);
}

.win789-footer p {
  margin: 0;
  color: #e4e4e4;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 700;
}

.win789-footer h3 {
  margin: 0 0 14px;
  color: #ff4444;
  font-size: 16px;
  font-weight: 950;
  text-transform: uppercase;
}

.win789-footer a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
  color: #f2f2f2;
  font-size: 13px;
  font-weight: 800;
}

.win789-copyright {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: #a8a8a8;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.win789-article-hero {
  padding: 58px 0 62px;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(0,0,0,.88), rgba(80,0,0,.58), rgba(0,0,0,.78)),
    url("789win-hero.png");
  background-size: cover;
  background-position: center;
  border-top: 1px solid rgba(255,211,74,.18);
  border-bottom: 1px solid rgba(239,45,45,.38);
}

.win789-article-hero h1 {
  max-width: 760px;
  margin: 0 0 14px;
  color: #fff;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 950;
  text-shadow: 0 5px 18px rgba(0,0,0,.6);
}

.win789-article-hero p {
  max-width: 650px;
  margin: 0;
  color: #f4f4f4;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 800;
}

.win789-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 28px;
  padding: 42px 0 54px;
  background: #070707;
}

.win789-article-card,
.win789-article-aside {
  border: 1px solid rgba(239,45,45,.52);
  border-radius: 8px;
  background: #0c0c0c;
  box-shadow: 0 16px 34px rgba(0,0,0,.38);
}

.win789-article-card {
  padding: 28px;
}

.win789-article-meta {
  margin-bottom: 20px;
  color: var(--win-gold);
  font-size: 13px;
  font-weight: 900;
}

.win789-article-body {
  color: #efefef;
  font-size: 16px;
  line-height: 1.82;
  font-weight: 500;
}

.win789-article-body h2,
.win789-article-body h3 {
  color: #ff4444;
  line-height: 1.25;
}

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

.win789-article-body img {
  height: auto;
  margin: 20px auto;
  border-radius: 8px;
}

.win789-article-aside {
  align-self: start;
  padding: 22px;
}

.win789-article-aside h2 {
  margin: 0 0 15px;
  color: #ff4444;
  font-size: 22px;
  font-weight: 950;
}

.win789-article-aside a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: #f3f3f3;
  font-size: 14px;
  font-weight: 850;
}

.win789-static-article h2 {
  margin-top: 0;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

@media (max-width: 920px) {
  .win789-category-grid,
  .win789-split,
  .win789-news-grid,
  .win789-footer-grid,
  .win789-article-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .win789-page {
    width: 100%;
    max-width: 100vw;
  }

  .win789-wrap {
    width: calc(100% - 28px);
    max-width: calc(100vw - 28px);
  }

  .win789-top .win789-wrap {
    min-height: auto;
    padding: 14px 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .win789-brand {
    width: 100%;
    justify-content: center;
    font-size: 30px;
  }

  .win789-brand-mark {
    width: 46px;
    height: 38px;
    font-size: 16px;
  }

  .win789-top-actions {
    width: 100%;
    justify-content: center;
    gap: 14px;
    font-size: 12px;
  }

  .win789-top-actions a {
    padding: 6px 0;
  }

  .win789-nav .win789-wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    padding: 8px 0;
    overflow-x: visible;
  }

  .win789-nav a {
    min-height: 32px;
    padding: 0 10px;
    font-size: 12px;
  }

  .win789-hero img {
    height: 270px;
    object-position: center;
  }

  .win789-promo-strip,
  .win789-table-title,
  .win789-section-head {
    align-items: stretch;
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .win789-btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .win789-intro-panel,
  .win789-category,
  .win789-step-card,
  .win789-table-card,
  .win789-post,
  .win789-article-card,
  .win789-article-aside {
    max-width: 100%;
  }

  .win789-intro-panel h1,
  .win789-intro-panel h2,
  .win789-story h2,
  .win789-steps h2,
  .win789-section-head h2,
  .win789-article-hero h1,
  .win789-post h3 {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .win789-intro-panel {
    padding: 18px 14px 22px;
  }

  .win789-intro-panel h1 {
    font-size: 25px;
    text-align: left;
  }

  .win789-intro-panel h2,
  .win789-story h2,
  .win789-steps h2,
  .win789-section-head h2,
  .win789-article-hero h1 {
    font-size: 24px;
  }

  .win789-info-table th,
  .win789-info-table td {
    display: block;
    width: 100%;
  }

  .win789-article-card {
    padding: 22px 18px;
  }
}
