:root {
  --win-blue: #064fe1;
  --win-blue-2: #0a78ff;
  --win-blue-3: #002f9e;
  --win-red: #e5091b;
  --win-gold: #ffc735;
  --win-ink: #061944;
  --win-muted: #53627a;
  --win-line: #d7e1f7;
  --win-page: #ffffff;
  --win-soft: #f3f7ff;
  --win-footer: #002f9f;
  --win-shadow: 0 14px 34px rgba(6, 36, 102, .15);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.win-page {
  margin: 0;
  background: var(--win-page);
  color: var(--win-ink);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

.win-page a {
  color: inherit;
  text-decoration: none;
}

.win-shell {
  width: min(1100px, calc(100% - 34px));
  margin: 0 auto;
}

.win-top {
  background: #fff;
  border-bottom: 1px solid rgba(6, 79, 225, .12);
}

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

.win-logo {
  display: inline-flex;
  align-items: flex-end;
  gap: 10px;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  color: #111827;
  font-style: italic;
}

.win-logo span {
  color: var(--win-blue);
}

.win-logo small {
  display: block;
  margin-left: 3px;
  color: #6b7890;
  font-size: 10px;
  line-height: 1;
  font-style: normal;
  text-transform: uppercase;
}

.win-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.win-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 7px;
  padding: 0 22px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 9px 20px rgba(8, 45, 130, .22);
}

.win-button.red {
  background: linear-gradient(180deg, #ff2636, var(--win-red));
}

.win-button.blue {
  background: linear-gradient(180deg, #126bff, #0644c9);
}

.win-nav {
  background: linear-gradient(90deg, #0746d1, #035dff 55%, #043db8);
  box-shadow: 0 9px 18px rgba(2, 49, 150, .22);
}

.win-nav-list {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  scrollbar-width: none;
}

.win-nav-list::-webkit-scrollbar {
  display: none;
}

.win-nav-list a {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0 17px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  border-left: 1px solid rgba(255, 255, 255, .28);
}

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

.win-nav-list a.active,
.win-nav-list a:hover {
  background: rgba(255, 255, 255, .12);
}

.win-hero {
  position: relative;
  min-height: 350px;
  overflow: hidden;
  background: #002b8e;
}

.win-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.win-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 22, 82, .36), rgba(0, 35, 120, .16) 48%, rgba(0, 35, 120, .05));
  pointer-events: none;
}

.win-hero-content {
  position: relative;
  z-index: 1;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 650px;
  padding: 34px 0 38px;
  color: #fff;
}

.win-hero-content.win-shell {
  width: min(650px, calc(100% - 34px));
  margin-left: max(17px, calc((100vw - 1100px) / 2));
  margin-right: auto;
}

.win-hero h1 {
  margin: 0;
  font-size: clamp(40px, 5vw, 67px);
  line-height: .98;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 4px 0 rgba(0, 22, 88, .48), 0 11px 22px rgba(0, 0, 0, .24);
}

.win-hero h1 span {
  display: block;
  color: var(--win-gold);
  font-size: clamp(47px, 5.6vw, 78px);
}

.win-hero p {
  width: fit-content;
  max-width: 100%;
  margin: 22px 0 0;
  padding: 10px 22px;
  border: 2px solid rgba(255, 255, 255, .35);
  border-radius: 7px;
  background: rgba(7, 70, 209, .72);
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
  box-shadow: 0 8px 18px rgba(0, 31, 102, .22);
}

.win-intro {
  padding: 18px 0 12px;
}

.win-intro h2 {
  margin: 0 0 8px;
  color: var(--win-blue);
  font-size: 26px;
  line-height: 1.18;
  font-weight: 900;
}

.win-intro p {
  max-width: 980px;
  margin: 0;
  color: #23375b;
  font-size: 15px;
  line-height: 1.7;
}

.win-section {
  margin: 12px auto 0;
}

.win-section-title {
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  padding: 0 14px;
  border-radius: 5px;
  background: linear-gradient(90deg, #054cd6, #035cff);
  color: #fff;
  font-size: 21px;
  line-height: 1.15;
  font-weight: 900;
  text-transform: uppercase;
}

.win-section-title svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

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

.win-game-card {
  overflow: hidden;
  border: 2px solid #125aff;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 9px 20px rgba(6, 79, 225, .14);
}

.win-game-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.46;
  object-fit: cover;
}

.win-game-card strong {
  display: block;
  padding: 8px 8px 9px;
  background: linear-gradient(180deg, #075cff, #043db8);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

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

.win-news-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--win-line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(8, 45, 130, .08);
}

.win-news-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.48;
  object-fit: cover;
  background: #dce8ff;
}

.win-news-body {
  padding: 9px 9px 10px;
}

.win-news-body h3 {
  min-height: 42px;
  margin: 0;
  color: #08235d;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
}

.win-news-body p {
  margin: 6px 0 0;
  color: #5c6c86;
  font-size: 12px;
  line-height: 1.45;
}

.win-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  color: #53627a;
  font-size: 12px;
  line-height: 1;
}

.win-meta svg {
  width: 13px;
  height: 13px;
}

.win-footer {
  margin-top: 24px;
  background: linear-gradient(135deg, #0033a5, #004ee8 62%, #003083);
  color: #fff;
}

.win-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr);
  gap: 34px;
  padding: 28px 0 20px;
}

.win-footer .win-logo {
  color: #fff;
  font-size: 42px;
}

.win-footer .win-logo small {
  color: rgba(255, 255, 255, .75);
}

.win-footer p,
.win-footer a {
  color: rgba(255, 255, 255, .84);
  font-size: 13px;
  line-height: 1.6;
}

.win-footer h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.win-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.win-footer li + li {
  margin-top: 6px;
}

.win-copy {
  border-top: 1px solid rgba(255, 255, 255, .18);
  padding: 13px 0 18px;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  text-align: center;
}

.win-breadcrumb {
  margin: 16px auto 14px;
  padding: 10px 0;
  color: #466080;
  font-size: 14px;
  border-bottom: 1px solid var(--win-line);
}

.win-article-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: start;
  margin-bottom: 28px;
}

.win-article {
  overflow: hidden;
  border: 1px solid var(--win-line);
  border-radius: 7px;
  background: #fff;
  box-shadow: var(--win-shadow);
}

.win-article-head {
  padding: 28px 30px 18px;
  background: linear-gradient(180deg, #f5f9ff, #fff);
}

.win-article h1 {
  margin: 0;
  color: #061944;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.12;
  font-weight: 900;
}

.win-article .win-meta {
  margin-top: 14px;
  flex-wrap: wrap;
  color: #63728a;
  font-size: 13px;
}

.win-article-cover {
  display: block;
  width: calc(100% - 60px);
  margin: 0 30px 8px;
  aspect-ratio: 16 / 6.2;
  object-fit: cover;
  border-radius: 7px;
}

.win-article-body {
  padding: 18px 30px 34px;
  color: #26344d;
  font-size: 16px;
  line-height: 1.9;
}

.win-article-body h2,
.win-article-body h3 {
  color: #08235d;
  line-height: 1.25;
}

.win-article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 7px;
}

.win-side {
  border: 1px solid var(--win-line);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(8, 45, 130, .09);
}

.win-side h2 {
  margin: 0;
  padding: 14px 16px;
  border-bottom: 1px solid var(--win-line);
  color: #08235d;
  font-size: 18px;
  font-weight: 900;
}

.win-side-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.win-side-list a {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 11px;
  padding: 12px 14px;
  border-top: 1px solid var(--win-line);
}

.win-side-list li:first-child a {
  border-top: 0;
}

.win-side-list img {
  width: 54px;
  height: 54px;
  border-radius: 6px;
  object-fit: cover;
}

.win-side-list strong {
  color: #08235d;
  font-size: 13px;
  line-height: 1.35;
}

.win-side-list span {
  display: block;
  margin-top: 5px;
  color: #69778d;
  font-size: 12px;
}

@media (max-width: 1080px) {
  .win-shell {
    width: min(100% - 28px, 960px);
  }

  .win-games,
  .win-news {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .win-top-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }

  .win-logo,
  .win-footer .win-logo {
    font-size: 34px;
  }

  .win-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .win-button {
    width: 100%;
    padding: 0 12px;
  }

  .win-nav-list {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 12px;
  }

  .win-nav-list a {
    white-space: nowrap;
    padding: 0 13px;
  }

  .win-hero,
  .win-hero-content {
    min-height: 410px;
  }

  .win-hero img {
    object-position: 58% center;
  }

  .win-hero::after {
    background: linear-gradient(90deg, rgba(0, 22, 82, .8), rgba(0, 35, 120, .56) 58%, rgba(0, 35, 120, .18));
  }

  .win-hero-content {
    padding: 26px 0 30px;
  }

  .win-hero p {
    font-size: 16px;
  }

  .win-games,
  .win-news,
  .win-footer-grid,
  .win-article-shell {
    grid-template-columns: 1fr;
  }

  .win-news-body h3 {
    min-height: auto;
  }

  .win-article-cover {
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-right: 16px;
  }

  .win-article-head,
  .win-article-body {
    padding-left: 16px;
    padding-right: 16px;
  }
}
