﻿:root {
  color-scheme: dark;
  --bg: #090c0b;
  --panel: #121314;
  --panel-strong: #1b1d20;
  --text: #f4f4f1;
  --muted: #b8bdc3;
  --line: rgba(244, 244, 241, 0.14);
  --accent: #9f1714;
  --accent-strong: #d42a22;
  --accent-deep: #5c0808;
  --green: #70d07d;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

/* Support switch, final seam pass */
.support-selector .support-switch::after {
  content: "";
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: var(--left);
  width: 144px;
  transform: translateX(-50%);
  background: radial-gradient(
    ellipse at center,
    rgba(9, 11, 12, 0.48) 0%,
    rgba(9, 11, 12, 0.28) 38%,
    rgba(9, 11, 12, 0.12) 58%,
    rgba(9, 11, 12, 0) 78%
  );
  filter: blur(12px);
  opacity: 0.92;
  cursor: pointer;
  z-index: 2;
}

.support-selector .support-switch-option[data-support-target="1pp"]::after,
.support-selector .support-switch-option[data-support-target="3pp"]::after {
  width: 112px;
  z-index: 1;
}

.support-selector .support-switch-option[data-support-target="1pp"]::after {
  right: 0;
  background: linear-gradient(90deg, rgba(5, 6, 7, 0), rgba(5, 6, 7, 0.1) 26%, rgba(5, 6, 7, 0.24) 58%, rgba(5, 6, 7, 0.46));
}

.support-selector .support-switch-option[data-support-target="3pp"]::after {
  left: 0;
  background: linear-gradient(90deg, rgba(5, 6, 7, 0.46), rgba(5, 6, 7, 0.24) 42%, rgba(5, 6, 7, 0.1) 74%, rgba(5, 6, 7, 0));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  overflow-x: hidden;
  background: var(--bg);
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 6%, rgba(159, 23, 20, 0.18), transparent 32%),
    linear-gradient(180deg, #111315 0%, var(--bg) 42%);
  color: var(--text);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
  max-width: 100%;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 90px 1fr 90px;
  align-items: center;
  gap: 0;
  min-height: 74px;
  padding: 0 clamp(18px, 4vw, 56px);
  background: rgba(5, 6, 7, 0.97);
  border-bottom: 0;
  backdrop-filter: blur(18px);
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    96% 100%,
    95.2% 92%,
    94.5% 100%,
    90% 100%,
    88.8% 94%,
    87.8% 100%,
    81% 100%,
    79.7% 91%,
    78.6% 100%,
    75.4% 100%,
    74.8% 88%,
    74.2% 100%,
    66% 100%,
    65.2% 95%,
    64.2% 100%,
    59% 100%,
    58.4% 86%,
    57.8% 100%,
    51% 100%,
    49.8% 94%,
    48.8% 100%,
    43% 100%,
    42.2% 91%,
    41.6% 100%,
    35% 100%,
    34.4% 89%,
    33.8% 100%,
    29% 100%,
    28.4% 95%,
    27.6% 100%,
    22% 100%,
    20.8% 93%,
    19.8% 100%,
    14% 100%,
    13.4% 91%,
    12.8% 100%,
    7% 100%,
    6.4% 96%,
    5.8% 100%,
    0 100%
  );
}

.site-header::before {
  content: none;
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
  opacity: 0.8;
  pointer-events: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 90px;
  min-width: 0;
  height: 74px;
}

.brand-mark {
  display: block;
  width: 52px;
  height: 52px;
  border: 0;
  background: transparent;
  object-fit: cover;
  filter:
    drop-shadow(0 0 12px rgba(212, 42, 34, 0.58))
    drop-shadow(0 0 30px rgba(159, 23, 20, 0.42));
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  gap: 0;
  color: var(--muted);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.main-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-self: stretch;
  padding: 0 clamp(18px, 3vw, 34px);
  isolation: isolate;
}

.main-nav a:hover,
.main-nav a.is-active {
  color: var(--text);
}

.main-nav a.is-active {
  color: #ff1f1f;
  text-shadow: 0 0 18px rgba(212, 42, 34, 0.52);
}

.main-nav a.is-active::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(159, 23, 20, 0.34), rgba(159, 23, 20, 0.14) 52%, rgba(159, 23, 20, 0.02)),
    radial-gradient(ellipse at center, rgba(212, 42, 34, 0.34), transparent 68%);
}

.main-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 22%;
  right: 22%;
  bottom: 13px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 50, 46, 0.95), transparent);
  box-shadow:
    0 0 14px rgba(212, 42, 34, 0.84),
    0 0 28px rgba(159, 23, 20, 0.48);
}

.mobile-nav-toggle {
  display: none;
}

.language-switch {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  justify-self: end;
  align-self: center;
  width: 82px;
  height: 34px;
  padding: 3px;
  border: 1px solid rgba(244, 244, 241, 0.12);
  background: rgba(244, 244, 241, 0.035);
  cursor: pointer;
}

.language-switch button {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.language-switch button.is-active {
  color: var(--text);
}

.language-switch button.is-active {
  background: rgba(159, 23, 20, 0.62);
  box-shadow: 0 0 14px rgba(159, 23, 20, 0.32);
}

.home-screen {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 118px clamp(18px, 4vw, 56px) 112px;
  overflow: hidden;
}

.home-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("assets/hero-placeholder.webp");
  background-size: cover;
  background-position: center 42%;
  transform: scale(1.02);
  filter: saturate(0.68) contrast(1.04) brightness(0.82);
}

.home-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(92, 8, 8, 0.48) 0%, rgba(28, 8, 8, 0.32) 36%, rgba(5, 6, 7, 0.66) 100%),
    linear-gradient(0deg, rgba(9, 12, 11, 0.9) 0%, rgba(9, 12, 11, 0.5) 48%, rgba(9, 12, 11, 0.34) 100%),
    radial-gradient(circle at 18% 42%, rgba(159, 23, 20, 0.34), transparent 40%),
    radial-gradient(circle at 78% 30%, rgba(159, 23, 20, 0.2), transparent 36%);
}

.home-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(5, 6, 7, 0.08) 0%, rgba(5, 6, 7, 0.3) 58%, rgba(5, 6, 7, 0.76) 82%, rgba(5, 6, 7, 0.98) 100%);
  pointer-events: none;
}

.home-layout {
  position: relative;
  z-index: 3;
  display: grid;
  min-height: calc(100vh - 226px);
  align-content: center;
  width: min(980px, 100%);
  margin: 0 auto;
}

.home-intro {
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
  width: min(980px, 100%);
}

.home-intro p {
  width: min(680px, 100%);
  max-width: 680px;
  margin-bottom: 0;
  color: #dedad5;
  font-size: 18px;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(36px, 5.5vh, 68px);
  justify-content: center;
}

.scroll-teaser {
  position: absolute;
  left: 50%;
  bottom: 28px;
  display: grid;
  gap: 5px;
  justify-items: center;
  color: var(--accent-strong);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: translateX(-50%);
  z-index: 4;
}

.scroll-teaser::after {
  content: "";
  width: 1px;
  height: 34px;
  margin-top: 8px;
  background: linear-gradient(var(--accent-strong), transparent);
}

.panel-heading {
  display: grid;
  justify-items: center;
  margin-bottom: 12px;
  text-align: center;
}

.panel-heading .eyebrow {
  margin-bottom: 5px;
}

.panel-heading h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 3vw, 44px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  width: min(920px, 100%);
  max-width: 100%;
  margin: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  display: grid;
  place-items: center;
}

.hero-logo {
  display: block;
  width: 100%;
  max-width: min(820px, 92vw);
  height: auto;
  max-height: none;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 20px 55px rgba(0, 0, 0, 0.7));
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.15;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-copy {
  max-width: 660px;
  color: #ddd6cc;
  font-size: 18px;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button,
.copy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 2px;
  font: inherit;
  font-weight: 800;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.button-primary,
.copy-button {
  background: var(--accent);
  color: #fff;
}

.button-primary:hover,
.copy-button:hover {
  background: var(--accent-strong);
}

.button-ghost {
  border-color: var(--line);
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0 8px, transparent 8px 16px),
    rgba(244, 244, 241, 0.04);
  color: var(--text);
}

.button-ghost:hover {
  border-color: rgba(242, 238, 231, 0.34);
}

.hero-play-button {
  position: relative;
  min-width: 178px;
  min-height: 58px;
  padding: 0 46px;
  border-color: rgba(212, 42, 34, 0.9);
  background:
    linear-gradient(90deg, rgba(159, 23, 20, 0.18), rgba(212, 42, 34, 0.08) 48%, rgba(159, 23, 20, 0.18)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 8px, transparent 8px 16px);
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow:
    0 0 18px rgba(212, 42, 34, 0.34),
    0 0 54px rgba(159, 23, 20, 0.26),
    inset 0 0 24px rgba(212, 42, 34, 0.1);
  isolation: isolate;
}

.hero-play-button::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -18px -30px;
  background: radial-gradient(ellipse at center, rgba(212, 42, 34, 0.34), transparent 68%);
  opacity: 0.78;
  pointer-events: none;
}

.hero-play-button::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: -10px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 42, 34, 0.9), transparent);
  box-shadow: 0 0 14px rgba(212, 42, 34, 0.8);
}

.hero-play-button:hover {
  border-color: rgba(255, 66, 58, 0.98);
  background:
    linear-gradient(90deg, rgba(159, 23, 20, 0.26), rgba(212, 42, 34, 0.12) 48%, rgba(159, 23, 20, 0.26)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 8px, transparent 8px 16px);
  box-shadow:
    0 0 24px rgba(212, 42, 34, 0.44),
    0 0 72px rgba(159, 23, 20, 0.34),
    inset 0 0 28px rgba(212, 42, 34, 0.14);
}

.update-change-button {
  min-width: 236px;
  min-height: 54px;
  margin: 54px auto 0;
  padding-inline: 34px;
  font-size: 16px;
  line-height: 1;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(760px, 100%);
  margin-top: 44px;
  border: 1px solid var(--line);
  background: rgba(244, 244, 241, 0.1);
}

.hero-stats div {
  min-height: 86px;
  padding: 18px;
  background: rgba(11, 12, 13, 0.82);
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  margin-bottom: 8px;
  font-size: 24px;
}

.hero-stats span {
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding: 88px clamp(18px, 4vw, 56px);
}

.section-tight {
  padding-top: 76px;
}

.section-heading {
  width: min(820px, 100%);
  margin: 0 auto 36px;
  text-align: center;
}

.server-grid,
.feature-grid,
.update-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.compact-server-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: min(1120px, 100%);
}

.servers-section {
  position: relative;
  padding-top: 76px;
  padding-bottom: 68px;
  background:
    linear-gradient(180deg, rgba(9, 12, 11, 0.98), rgba(9, 12, 11, 0.92)),
    radial-gradient(circle at 18% 0%, rgba(159, 23, 20, 0.16), transparent 34%);
}

.servers-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(920px, calc(100% - 36px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 42, 34, 0.58), transparent);
  transform: translateX(-50%);
}

.servers-section::after {
  content: none;
}

.servers-section .panel-heading {
  margin-bottom: 34px;
}

.servers-section .panel-heading h2 {
  color: var(--accent-strong);
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.server-card,
.feature-grid article,
.update-list article {
  border: 1px solid var(--line);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    linear-gradient(135deg, rgba(159, 23, 20, 0.08), transparent 42%);
  box-shadow: var(--shadow);
}

.server-card {
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: 22px;
  padding-top: 0;
  background: rgba(0, 0, 0, 0.84);
}

.server-card.is-compact {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto minmax(68px, auto) 1fr;
  min-height: 0;
  padding: 16px;
  padding-top: 0;
  border-color: transparent;
  background:
    linear-gradient(180deg, rgba(28, 22, 22, 0.94), rgba(14, 17, 17, 0.94) 56%, rgba(7, 10, 10, 0.96)),
    rgba(15, 17, 18, 0.94);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.46);
  clip-path: polygon(
    1.4% 0,
    28% 0,
    30% 1.8%,
    34% 0,
    64% 0,
    66% 1.5%,
    70% 0,
    98.8% 0,
    100% 2.6%,
    100% 36%,
    98.2% 39.2%,
    100% 43%,
    100% 96.4%,
    98.4% 98.8%,
    72% 98.8%,
    69.8% 97.2%,
    65.8% 98.8%,
    31% 98.8%,
    29% 97.1%,
    25.4% 98.8%,
    1.8% 98.8%,
    0 96.4%,
    0 62%,
    1.7% 58.8%,
    0 55.6%,
    0 3%
  );
}

.server-card.is-compact .server-visual {
  height: clamp(104px, 12vh, 132px);
  margin: 0 -16px 16px;
}

.server-card.is-compact h3 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 12px;
  min-height: 34px;
  margin-bottom: 10px;
  font-size: clamp(18px, 1.4vw, 22px);
}

.server-card.is-compact h3 strong {
  color: var(--text);
  font-size: 13px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.server-monitor {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.server-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid rgba(85, 214, 130, 0.22);
  background: rgba(85, 214, 130, 0.08);
  color: #d8ffe4;
}

.server-status::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #55d682;
  box-shadow: 0 0 12px rgba(85, 214, 130, 0.72);
}

.server-status.is-loading {
  border-color: rgba(244, 244, 241, 0.16);
  background: rgba(244, 244, 241, 0.045);
  color: rgba(244, 244, 241, 0.72);
}

.server-status.is-loading::before {
  background: rgba(244, 244, 241, 0.42);
  box-shadow: none;
}

.server-status.is-offline,
.server-status.is-error {
  border-color: rgba(212, 42, 34, 0.34);
  background: rgba(159, 23, 20, 0.13);
  color: #ffd4d1;
}

.server-status.is-offline::before,
.server-status.is-error::before {
  background: var(--accent-strong);
  box-shadow: 0 0 12px rgba(212, 42, 34, 0.62);
}

.server-queue {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid rgba(245, 182, 83, 0.34);
  background: rgba(245, 182, 83, 0.12);
  color: #ffe3b2;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.server-queue[hidden] {
  display: none;
}

.server-card.is-compact p {
  min-height: 58px;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.55;
}

.server-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 24px;
  margin-bottom: 12px;
}

.server-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid rgba(244, 244, 241, 0.12);
  background: rgba(244, 244, 241, 0.035);
  color: #d8d3cc;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.server-card.is-compact .server-meta {
  gap: 10px;
  margin-top: 0;
  margin-bottom: 0;
  align-self: end;
}

.server-card.is-compact .server-meta div {
  padding-top: 10px;
}

.server-card.is-compact .copy-button {
  align-self: end;
}

.news-card {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(0, 0, 0, 0.78);
  padding: 20px;
}

.news-card.is-main {
  border-color: rgba(212, 42, 34, 0.5);
  background:
    linear-gradient(180deg, rgba(159, 23, 20, 0.18), rgba(255, 255, 255, 0.025)),
    rgba(0, 0, 0, 0.82);
}

.news-card h3 {
  margin-top: 8px;
  margin-bottom: 10px;
}

.news-card p {
  font-size: 14px;
  line-height: 1.55;
}

.news-card a {
  display: inline-flex;
  margin-top: 10px;
  color: var(--accent-strong);
  font-weight: 800;
}

.server-visual {
  position: relative;
  display: grid;
  place-items: center;
  height: 190px;
  margin: 0 -22px 22px;
  overflow: hidden;
  background-image: url("assets/server-classic-1pp.webp");
  background-size: cover;
  background-position: center;
}

.visual-classic {
  background-image: url("assets/server-classic-3pp.webp");
  background-position: center;
}

.visual-3pp {
  background-image: url("assets/server-classic-1pp.webp");
  background-position: center;
}

.visual-vanilla {
  background-image: url("assets/server-vanilla.webp");
  background-position: center;
}

.server-meta {
  display: grid;
  gap: 10px;
  margin: auto 0 22px;
}

.server-meta div {
  display: grid;
  gap: 4px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--text);
  font-weight: 800;
}

.server-meta dd {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.server-meta dd span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.server-meta div:first-child dd span {
  display: -webkit-box;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.icon-copy {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid rgba(244, 244, 241, 0.12);
  background: rgba(244, 244, 241, 0.035);
  color: rgba(244, 244, 241, 0.56);
  font: inherit;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
}

.icon-copy:hover {
  border-color: rgba(212, 42, 34, 0.48);
  background: rgba(159, 23, 20, 0.16);
  color: var(--accent-strong);
}

.copy-button {
  width: 100%;
}

.split-section,
.cta-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.split-section {
  margin-top: 44px;
}

#start.split-section {
  margin-top: 0;
  padding-top: 70px;
  padding-bottom: 78px;
  border-top: 1px solid rgba(244, 244, 241, 0.08);
}

.split-section > div > p {
  color: var(--accent-strong);
}

.step-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.step-list li {
  counter-increment: steps;
  position: relative;
  min-height: 82px;
  padding: 18px 18px 18px 74px;
  border: 1px solid var(--line);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(159, 23, 20, 0.14), transparent 46%),
    var(--panel);
}

.step-list li::before {
  content: counter(steps);
  position: absolute;
  top: 18px;
  left: 18px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(212, 42, 34, 0.56);
  color: var(--accent-strong);
  font-weight: 900;
}

.step-list strong,
.step-list span {
  display: inline;
}

.step-list strong::after {
  content: " / ";
  color: var(--accent-strong);
}

.step-list span {
  color: var(--muted);
  line-height: 1.55;
}

.feature-band {
  background:
    linear-gradient(90deg, rgba(159, 23, 20, 0.2), transparent 36%),
    #111315;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.feature-band .section-heading {
  margin-bottom: 40px;
}

.feature-band .section-heading h2 {
  color: var(--text);
}

.feature-grid article {
  padding: 0 0 26px;
  overflow: hidden;
  border: 0;
  background:
    linear-gradient(135deg, rgba(52, 21, 22, 0.64) 0%, rgba(25, 27, 29, 0.94) 42%, rgba(17, 19, 21, 0.96) 100%),
    radial-gradient(circle at 16% 0%, rgba(212, 42, 34, 0.22), transparent 46%),
    rgba(244, 244, 241, 0.04);
  box-shadow:
    0 26px 56px rgba(0, 0, 0, 0.48),
    0 6px 20px rgba(0, 0, 0, 0.36);
  transform: translateY(0) scale(1);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
  clip-path: polygon(
    0 3%,
    24% 0,
    27.5% 2.2%,
    52% 0,
    55.2% 1.8%,
    78% 0,
    100% 3%,
    100% 71%,
    98% 75%,
    100% 79%,
    100% 97%,
    95% 100%,
    71% 100%,
    68% 97.8%,
    43% 100%,
    40% 97.5%,
    10% 100%,
    0 96.5%,
    0 75%,
    2% 71%,
    0 67%
  );
}

.feature-grid article:hover {
  box-shadow:
    0 34px 74px rgba(0, 0, 0, 0.58),
    0 10px 30px rgba(0, 0, 0, 0.42),
    0 0 26px rgba(159, 23, 20, 0.16);
  transform: translateY(-6px) scale(1.025);
}

.feature-grid article img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.feature-grid article:nth-child(1) img {
  object-position: center 38%;
}

.feature-grid article:nth-child(2) img {
  object-position: center 42%;
}

.feature-grid article:nth-child(3) img {
  object-position: center 58%;
}

.feature-grid article h3 {
  margin: 0 0 12px;
  padding: 24px 24px 0;
  color: var(--text);
}

.feature-grid article p {
  margin: 0;
  padding: 0 24px;
  color: #c9c5bf;
  font-size: 15px;
  line-height: 1.65;
}

.update-list article {
  padding: 24px;
}

.updates {
  min-height: 100vh;
  display: grid;
  place-items: center;
  position: relative;
  padding-top: 76px;
  padding-bottom: 76px;
  background:
    linear-gradient(180deg, rgba(5, 6, 7, 0.96) 0%, rgba(24, 6, 6, 0.82) 10%, rgba(92, 8, 8, 0.5) 22%, rgba(9, 12, 11, 0.9) 100%),
    radial-gradient(circle at 50% 18%, rgba(159, 23, 20, 0.36), transparent 38%),
    radial-gradient(circle at 18% 22%, rgba(159, 23, 20, 0.22), transparent 34%),
    linear-gradient(90deg, rgba(92, 8, 8, 0.28), rgba(9, 12, 11, 0.94)),
    #050607;
}

.updates::before {
  content: none;
}

.inner-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background:
    radial-gradient(circle at 16% 0%, rgba(159, 23, 20, 0.22), transparent 30%),
    linear-gradient(180deg, #101214 0%, var(--bg) 42%, #050706 100%);
  background-attachment: fixed;
  background-size: 100% 100vh;
}

.page-shell {
  flex: 1 0 auto;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 150px 0 92px;
}

.page-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: end;
  padding-bottom: 54px;
  border-bottom: 1px solid rgba(244, 244, 241, 0.1);
}

.page-hero::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: min(520px, 70%);
  height: 1px;
  background: linear-gradient(90deg, rgba(212, 42, 34, 0.7), transparent);
}

.page-kicker {
  margin: 0 0 16px;
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.page-hero h1 {
  display: block;
  width: auto;
  margin-bottom: 22px;
  font-size: clamp(54px, 8vw, 106px);
  line-height: 0.92;
}

.page-hero p {
  max-width: 760px;
  color: #d9d4ce;
  font-size: 18px;
}

.page-hero .page-warning {
  max-width: 760px;
  margin-top: 20px;
  color: var(--accent-strong);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}

.page-side-note {
  padding: 22px;
  border: 1px solid rgba(244, 244, 241, 0.12);
  background:
    linear-gradient(135deg, rgba(159, 23, 20, 0.15), transparent 48%),
    rgba(16, 18, 19, 0.76);
}

.page-side-note strong {
  display: block;
  margin-bottom: 10px;
  color: var(--text);
  font-size: 18px;
}

.page-side-note span {
  display: block;
  color: var(--muted);
  line-height: 1.6;
}

.side-note-button {
  min-height: 42px;
  margin-top: 22px;
  padding-inline: 16px;
  font-size: 13px;
}

.template-section {
  padding-top: 58px;
}

.rules-section {
  padding-top: 46px;
}

.template-section h2 {
  margin-bottom: 28px;
  color: var(--text);
  font-size: clamp(28px, 3vw, 42px);
}

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

.template-card {
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(244, 244, 241, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.016)),
    rgba(13, 16, 16, 0.82);
}

.template-card h3 {
  margin-bottom: 14px;
  color: var(--text);
}

.template-card p,
.template-card li {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.template-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.template-wide {
  grid-column: span 2;
}

.support-section {
  padding-top: 54px;
}

.support-page {
  width: min(1180px, calc(100% - 36px));
  padding-top: 88px;
}

.support-selector {
  padding-top: 0;
  padding-bottom: 12px;
}

.support-selector-head {
  display: grid;
  gap: 6px;
  width: 100%;
  margin-bottom: 14px;
  justify-items: center;
  text-align: center;
}

.support-selector-kicker {
  margin: 0;
  color: var(--accent-strong);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.support-selector-head h1 {
  margin-bottom: 0;
  font-size: clamp(40px, 5vw, 66px);
  line-height: 0.98;
  white-space: nowrap;
}

.support-switch {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  width: min(1120px, 100%);
  min-height: clamp(160px, 18vw, 220px);
  margin: 0 auto;
  border: 1px solid rgba(244, 244, 241, 0.12);
  background: rgba(13, 16, 16, 0.92);
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 30px 78px rgba(0, 0, 0, 0.4);
}

.support-switch::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(5, 6, 7, 0.08), rgba(5, 6, 7, 0.28) 58%, rgba(5, 6, 7, 0.52)),
    linear-gradient(90deg, rgba(5, 6, 7, 0.08), rgba(5, 6, 7, 0.02) 30%, rgba(5, 6, 7, 0.02) 70%, rgba(5, 6, 7, 0.08));
  pointer-events: none;
}

.support-switch-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition:
    clip-path 360ms ease,
    opacity 360ms ease,
    filter 360ms ease,
    transform 360ms ease;
}

.support-switch-image-1pp {
  background-image: url("assets/hero-placeholder.webp");
}

.support-switch-image-3pp {
  background-image: url("assets/updates/winter-2026-cover-ru.webp");
}

.support-switch-blend {
  position: absolute;
  inset: 0 auto 0 50%;
  z-index: 1;
  width: 34%;
  transform: translateX(-50%);
  background:
    linear-gradient(90deg, rgba(159, 23, 20, 0.18), rgba(5, 6, 7, 0.02) 48%, rgba(5, 6, 7, 0.24)),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 68%);
  mix-blend-mode: screen;
  opacity: 0.86;
  pointer-events: none;
  transition: transform 360ms ease, width 360ms ease, opacity 360ms ease, background 360ms ease;
}

.support-switch[data-support-active="1pp"] .support-switch-image-1pp {
  clip-path: inset(0 20% 0 0);
  opacity: 1;
  filter: saturate(1.02) contrast(1.06) brightness(0.96);
  transform: scale(1.02);
}

.support-switch[data-support-active="1pp"] .support-switch-image-3pp {
  clip-path: inset(0 0 0 60%);
  opacity: 0.56;
  filter: saturate(0.52) contrast(0.94) brightness(0.42);
  transform: translateX(8%);
}

.support-switch[data-support-active="1pp"] .support-switch-blend {
  width: 30%;
  transform: translateX(-68%);
  background:
    linear-gradient(90deg, rgba(212, 42, 34, 0.32), rgba(212, 42, 34, 0.08) 44%, rgba(5, 6, 7, 0.18)),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 68%);
}

.support-switch[data-support-active="3pp"] .support-switch-image-1pp {
  clip-path: inset(0 60% 0 0);
  opacity: 0.56;
  filter: saturate(0.52) contrast(0.94) brightness(0.42);
  transform: translateX(-8%);
}

.support-switch[data-support-active="3pp"] .support-switch-image-3pp {
  clip-path: inset(0 0 0 20%);
  opacity: 1;
  filter: saturate(1.02) contrast(1.06) brightness(0.96);
  transform: scale(1.02);
}

.support-switch[data-support-active="3pp"] .support-switch-blend {
  width: 30%;
  transform: translateX(-2%);
  background:
    linear-gradient(90deg, rgba(5, 6, 7, 0.18), rgba(212, 42, 34, 0.08) 58%, rgba(212, 42, 34, 0.32)),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 68%);
}

.support-switch-option {
  position: relative;
  z-index: 3;
  display: grid;
  align-items: end;
  width: 100%;
  min-height: inherit;
  padding: clamp(18px, 2vw, 28px);
  border: 0;
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
  transition: transform 300ms ease;
}

.support-switch-copy {
  display: grid;
  align-content: end;
  gap: 6px;
  max-width: 70%;
  transition: transform 300ms ease, opacity 300ms ease, filter 300ms ease;
}

.support-switch-copy strong {
  color: var(--accent-strong);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.support-switch-copy span {
  font-size: clamp(32px, 4.8vw, 60px);
  font-weight: 900;
  line-height: 0.96;
}

.support-switch-copy em {
  color: #d7d2cb;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.support-switch[data-support-active="1pp"] .support-switch-option[data-support-target="3pp"] {
  transform: translateX(56px);
}

.support-switch[data-support-active="3pp"] .support-switch-option[data-support-target="1pp"] {
  transform: translateX(-56px);
}

.support-switch[data-support-active="1pp"] .support-switch-option[data-support-target="1pp"] .support-switch-copy,
.support-switch[data-support-active="3pp"] .support-switch-option[data-support-target="3pp"] .support-switch-copy {
  opacity: 1;
  filter: none;
}

.support-switch[data-support-active="1pp"] .support-switch-option[data-support-target="1pp"] .support-switch-copy {
  transform: translateX(-8px);
}

.support-switch[data-support-active="3pp"] .support-switch-option[data-support-target="3pp"] .support-switch-copy {
  transform: translateX(8px);
}

.support-switch[data-support-active="1pp"] .support-switch-option[data-support-target="3pp"] .support-switch-copy,
.support-switch[data-support-active="3pp"] .support-switch-option[data-support-target="1pp"] .support-switch-copy {
  opacity: 0.34;
  filter: grayscale(0.24);
}

.support-switch-option:hover .support-switch-copy,
.support-switch-option:focus-visible .support-switch-copy {
  opacity: 1;
  filter: none;
}

.support-switch {
  --split: 58%;
  grid-template-columns: var(--split) calc(100% - var(--split));
  min-height: clamp(160px, 18vw, 216px);
}

.support-switch[data-support-active="3pp"] {
  --split: 42%;
}

.support-switch-image {
  inset: auto;
  top: 0;
  bottom: 0;
}

.support-switch-image-1pp {
  left: 0;
  width: calc(var(--split) + 12%);
  background-position: center left;
}

.support-switch-image-3pp {
  left: calc(var(--split) - 12%);
  width: calc(100% - var(--split) + 12%);
  background-position: center center;
}

.support-switch[data-support-active="1pp"] .support-switch-image-1pp {
  opacity: 1;
  filter: saturate(1.04) contrast(1.06) brightness(0.96);
  transform: scale(1.02);
  clip-path: none;
}

.support-switch[data-support-active="1pp"] .support-switch-image-3pp {
  opacity: 0.52;
  filter: saturate(0.48) contrast(0.92) brightness(0.38);
  transform: translateX(1.5%) scale(1.01);
  clip-path: none;
}

.support-switch[data-support-active="3pp"] .support-switch-image-1pp {
  opacity: 0.52;
  filter: saturate(0.48) contrast(0.92) brightness(0.38);
  transform: translateX(-1.5%) scale(1.01);
  clip-path: none;
}

.support-switch[data-support-active="3pp"] .support-switch-image-3pp {
  opacity: 1;
  filter: saturate(1.04) contrast(1.06) brightness(0.96);
  transform: scale(1.02);
  clip-path: none;
}

.support-switch-blend {
  inset: 0 auto 0 var(--split);
  width: 28%;
  transform: translateX(-50%);
  opacity: 0.92;
}

.support-switch[data-support-active="1pp"] .support-switch-blend {
  width: 26%;
  transform: translateX(-50%);
}

.support-switch[data-support-active="3pp"] .support-switch-blend {
  width: 26%;
  transform: translateX(-50%);
}

.support-switch-option {
  width: auto;
  transition: opacity 300ms ease;
}

.support-switch-copy {
  max-width: min(420px, 78%);
}

.support-switch[data-support-active="1pp"] .support-switch-option[data-support-target="3pp"],
.support-switch[data-support-active="3pp"] .support-switch-option[data-support-target="1pp"] {
  transform: none;
}

.support-switch[data-support-active="1pp"] .support-switch-option[data-support-target="3pp"] .support-switch-copy,
.support-switch[data-support-active="3pp"] .support-switch-option[data-support-target="1pp"] .support-switch-copy {
  opacity: 0.42;
  filter: grayscale(0.2);
}

.support-detail-shell {
  display: grid;
  justify-items: center;
  padding-top: 8px;
}

.support-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(22px, 4vw, 40px);
  width: min(940px, 100%);
  padding: clamp(20px, 2.4vw, 28px);
  border: 1px solid rgba(244, 244, 241, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.016)),
    linear-gradient(135deg, rgba(159, 23, 20, 0.14), transparent 42%),
    rgba(13, 16, 16, 0.86);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.34);
  animation: supportReveal 220ms ease;
}

.support-detail[hidden] {
  display: none !important;
}

.support-detail-copy {
  display: grid;
  gap: 18px;
}

.support-detail-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.support-inline-link {
  color: #fff;
}

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

.support-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 20px;
  min-height: 100%;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(244, 244, 241, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.016)),
    linear-gradient(135deg, rgba(159, 23, 20, 0.14), transparent 42%),
    rgba(13, 16, 16, 0.86);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.34);
}

.support-card-head {
  display: grid;
  gap: 10px;
}

.support-card-head span {
  color: var(--accent-strong);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.support-card h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.02;
}

.support-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.support-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
}

.support-card li {
  color: #d1cbc4;
  font-size: 15px;
  line-height: 1.65;
}

.support-note {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border: 1px solid rgba(244, 244, 241, 0.12);
  background: rgba(244, 244, 241, 0.03);
}

.support-note strong {
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.support-note p {
  margin: 0;
  color: #e1dbd4;
  font-size: 15px;
  line-height: 1.6;
}

.support-note-warning {
  background:
    linear-gradient(135deg, rgba(159, 23, 20, 0.18), transparent 58%),
    rgba(244, 244, 241, 0.03);
  border-color: rgba(212, 42, 34, 0.22);
}

.support-actions {
  align-self: end;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
  padding-top: 8px;
}

.support-actions .button {
  min-width: 204px;
}

/* Support switch, simplified second pass */
.support-selector .support-switch {
  --left: 58%;
  position: relative;
  display: grid;
  grid-template-columns: var(--left) calc(100% - var(--left));
  width: min(1120px, 100%);
  min-height: clamp(160px, 18vw, 216px);
  margin: 0 auto;
  border: 1px solid rgba(244, 244, 241, 0.12);
  background: rgba(13, 16, 16, 0.92);
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 30px 78px rgba(0, 0, 0, 0.4);
}

.support-selector .support-switch[data-support-active="3pp"] {
  --left: 42%;
}

.support-selector .support-switch::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 6, 7, 0.08), rgba(5, 6, 7, 0.24) 56%, rgba(5, 6, 7, 0.46));
  pointer-events: none;
  z-index: 2;
}

.support-selector .support-switch::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--left);
  width: 24%;
  transform: translateX(-50%);
  background:
    linear-gradient(90deg, rgba(212, 42, 34, 0.28), rgba(212, 42, 34, 0.06) 46%, rgba(5, 6, 7, 0.22)),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 68%);
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 1;
  transition: left 320ms ease, width 320ms ease, background 320ms ease;
}

.support-selector .support-switch[data-support-active="3pp"]::after {
  background:
    linear-gradient(90deg, rgba(5, 6, 7, 0.22), rgba(212, 42, 34, 0.06) 54%, rgba(212, 42, 34, 0.28)),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 68%);
}

.support-selector .support-switch-option {
  position: relative;
  z-index: 3;
  display: grid;
  align-items: end;
  width: 100%;
  justify-self: stretch;
  min-height: inherit;
  padding: clamp(18px, 2vw, 28px);
  border: 0;
  color: #fff;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transition: filter 320ms ease, transform 320ms ease, opacity 320ms ease;
  background-size: cover;
  background-position: center;
}

.support-selector .support-switch-option::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 6, 7, 0.12), rgba(5, 6, 7, 0.52)),
    linear-gradient(90deg, rgba(5, 6, 7, 0.12), transparent 38%, rgba(5, 6, 7, 0.28));
  z-index: -1;
}

.support-selector .support-switch-option[data-support-target="1pp"] {
  background-image: url("assets/hero-placeholder.webp");
  background-position: center left;
}

.support-selector .support-switch-option[data-support-target="3pp"] {
  background-image: url("assets/updates/winter-2026-cover-ru.webp");
  background-position: center center;
}

.support-selector .support-switch-copy {
  display: grid;
  gap: 6px;
  max-width: min(420px, 82%);
  transition: transform 320ms ease, opacity 320ms ease, filter 320ms ease;
}

.support-selector .support-switch-option[data-support-target="3pp"] .support-switch-copy {
  justify-self: end;
  text-align: right;
}

.support-selector .support-switch-copy strong {
  color: var(--accent-strong);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.support-selector .support-switch-copy span {
  font-size: clamp(30px, 4.8vw, 58px);
  font-weight: 900;
  line-height: 0.96;
}

.support-selector .support-switch-copy em {
  color: #d7d2cb;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.support-selector .support-switch[data-support-active="1pp"] .support-switch-option[data-support-target="1pp"],
.support-selector .support-switch[data-support-active="3pp"] .support-switch-option[data-support-target="3pp"] {
  filter: none;
  opacity: 1;
}

.support-selector .support-switch[data-support-active="1pp"] .support-switch-option[data-support-target="1pp"] .support-switch-copy {
  transform: translateX(-6px);
}

.support-selector .support-switch[data-support-active="3pp"] .support-switch-option[data-support-target="3pp"] .support-switch-copy {
  transform: translateX(6px);
}

.support-selector .support-switch[data-support-active="1pp"] .support-switch-option[data-support-target="3pp"] {
  filter: saturate(0.74) brightness(0.66);
  transform: translateX(8px);
}

.support-selector .support-switch[data-support-active="3pp"] .support-switch-option[data-support-target="1pp"] {
  filter: saturate(0.74) brightness(0.66);
  transform: translateX(-8px);
}

.support-selector .support-switch[data-support-active="1pp"] .support-switch-option[data-support-target="3pp"] .support-switch-copy,
.support-selector .support-switch[data-support-active="3pp"] .support-switch-option[data-support-target="1pp"] .support-switch-copy {
  opacity: 0.42;
}

.support-selector .support-switch-option:hover .support-switch-copy,
.support-selector .support-switch-option:focus-visible .support-switch-copy {
  opacity: 1;
}

.support-selector .support-switch::after {
  width: 92px;
  background:
    linear-gradient(
      90deg,
      rgba(5, 6, 7, 0) 0%,
      rgba(5, 6, 7, 0.26) 20%,
      rgba(212, 42, 34, 0.12) 50%,
      rgba(5, 6, 7, 0.26) 80%,
      rgba(5, 6, 7, 0) 100%
    );
  opacity: 0.95;
}

.support-selector .support-switch-option[data-support-target="1pp"]::after,
.support-selector .support-switch-option[data-support-target="3pp"]::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 54px;
  pointer-events: none;
  z-index: 0;
}

.support-selector .support-switch-option[data-support-target="1pp"]::after {
  right: -1px;
  background: linear-gradient(90deg, rgba(5, 6, 7, 0), rgba(5, 6, 7, 0.34));
}

.support-selector .support-switch-option[data-support-target="3pp"]::after {
  left: -1px;
  background: linear-gradient(90deg, rgba(5, 6, 7, 0.34), rgba(5, 6, 7, 0));
}

/* Support switch, seam cleanup */
.support-selector .support-switch::after {
  content: none;
}

.support-selector .support-switch {
  overflow: hidden;
}

.support-selector .support-switch-option {
  overflow: visible;
}

.support-selector .support-switch-option[data-support-target="1pp"] {
  margin-right: 0;
  z-index: 4;
}

.support-selector .support-switch-option[data-support-target="3pp"] {
  margin-left: 0;
  z-index: 4;
  background-image: url("assets/updates/2024-12-Kwem492fL3U.webp");
  background-position: center center;
}

.support-selector .support-switch-option[data-support-target="1pp"]::after,
.support-selector .support-switch-option[data-support-target="3pp"]::after {
  width: 78px;
  z-index: 1;
}

.support-selector .support-switch-option[data-support-target="1pp"]::after {
  right: 0;
  background: linear-gradient(90deg, rgba(5, 6, 7, 0), rgba(5, 6, 7, 0.14) 28%, rgba(5, 6, 7, 0.44));
}

.support-selector .support-switch-option[data-support-target="3pp"]::after {
  left: 0;
  background: linear-gradient(90deg, rgba(5, 6, 7, 0.44), rgba(5, 6, 7, 0.14) 72%, rgba(5, 6, 7, 0));
}

.support-selector .support-switch[data-support-active="1pp"] .support-switch-option[data-support-target="1pp"],
.support-selector .support-switch[data-support-active="3pp"] .support-switch-option[data-support-target="3pp"] {
  z-index: 5;
}

.support-selector .support-switch-option::before {
  background:
    linear-gradient(180deg, rgba(5, 6, 7, 0.08), rgba(5, 6, 7, 0.34)),
    linear-gradient(90deg, rgba(5, 6, 7, 0.08), transparent 38%, rgba(5, 6, 7, 0.18));
}

.support-selector .support-switch-option[data-support-target="3pp"] {
  background-image: url("assets/updates/2024-12-Kwem492fL3U.webp");
}

@keyframes supportReveal {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.updates-list-section {
  padding-top: 34px;
}

.updates-content-layout {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.updates-page .page-hero {
  display: block;
}

.updates-featured {
  position: relative;
  padding-top: 42px;
  padding-bottom: 18px;
}

.updates-featured::before {
  content: "";
  position: absolute;
  left: 50%;
  width: min(900px, 100%);
  height: 1px;
  transform: translateX(-50%);
}

.updates-featured::before {
  top: 0;
  background: linear-gradient(90deg, transparent, rgba(212, 42, 34, 0.5), transparent);
}

.updates-featured-link {
  position: relative;
  display: grid;
  min-height: clamp(340px, 38vw, 520px);
  overflow: hidden;
  border: 1px solid rgba(244, 244, 241, 0.13);
  color: var(--text);
  text-decoration: none;
  background: rgba(13, 16, 16, 0.86);
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.42);
}

.updates-featured-link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 6, 7, 0.86), rgba(5, 6, 7, 0.38) 48%, rgba(5, 6, 7, 0.08)),
    linear-gradient(0deg, rgba(5, 6, 7, 0.52), transparent 44%);
}

.updates-featured-link img {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04);
  transition: transform 220ms ease, filter 220ms ease;
}

.updates-featured-link:hover img,
.updates-featured-link:focus-visible img {
  transform: scale(1.025);
  filter: saturate(1.04) contrast(1.08);
}

.updates-featured-copy {
  position: relative;
  z-index: 2;
  grid-area: 1 / 1;
  align-self: end;
  display: grid;
  gap: 14px;
  width: min(620px, 100%);
  padding: clamp(28px, 5vw, 54px);
}

.updates-featured-copy time {
  color: var(--accent-strong);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.updates-featured-copy strong {
  font-size: clamp(40px, 5vw, 76px);
  line-height: 0.98;
}

.updates-featured-copy span {
  color: #dedad5;
  font-size: 17px;
  line-height: 1.65;
}

.updates-list-section h2 {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
  color: var(--text);
  font-size: clamp(28px, 3vw, 42px);
}

.updates-list-section h2::after {
  content: "";
  flex: 1;
  min-width: 80px;
  height: 1px;
  transform: translateY(4px);
  background: linear-gradient(90deg, rgba(212, 42, 34, 0.44), rgba(244, 244, 241, 0.08));
}

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

.hotfix-panel {
  order: -1;
  display: grid;
  gap: 12px;
  padding-block: 4px 2px;
}

.hotfix-panel-head {
  display: flex;
  width: 100%;
  gap: 8px 16px;
  align-items: baseline;
}

.hotfix-panel-head h2 {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 18px;
  margin: 0;
  color: var(--text);
  font-size: 22px;
}

.hotfix-panel-head h2::after {
  content: "";
  flex: 1;
  min-width: 80px;
  height: 1px;
  transform: translateY(4px);
  background: linear-gradient(90deg, rgba(212, 42, 34, 0.44), rgba(244, 244, 241, 0.08));
}

.hotfix-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(176px, max-content));
  gap: 8px;
}

.hotfix-list.is-empty::before {
  content: attr(data-empty);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.hotfix-item {
  display: grid;
  gap: 4px;
  align-items: start;
  width: 190px;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(244, 244, 241, 0.1);
  background: rgba(244, 244, 241, 0.035);
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.hotfix-item:hover,
.hotfix-item:focus-visible,
.hotfix-archive-item:hover,
.hotfix-archive-item:focus-visible {
  border-color: rgba(212, 42, 34, 0.46);
  background: rgba(159, 23, 20, 0.12);
  transform: translateY(-1px);
}

.hotfix-archive-trigger {
  place-items: center;
  border-color: rgba(212, 42, 34, 0.28);
  background: rgba(159, 23, 20, 0.1);
  text-align: center;
}

.hotfix-archive-trigger > span {
  color: var(--text);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
}

.hotfix-item-meta {
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.hotfix-item > span:not(.hotfix-item-meta) {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.25;
  white-space: nowrap;
}

.hotfix-dialog {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(10px);
}

.hotfix-dialog-panel {
  position: relative;
  display: grid;
  gap: 22px;
  width: min(760px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(244, 244, 241, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    linear-gradient(135deg, rgba(159, 23, 20, 0.14), transparent 42%),
    rgba(13, 16, 16, 0.96);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.58);
}

.hotfix-dialog-head {
  display: grid;
  gap: 10px;
  padding-right: 42px;
}

.hotfix-dialog-head time {
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.hotfix-dialog-head h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.05;
}

.hotfix-dialog-head a {
  justify-self: start;
  color: #f1c2bd;
  font-size: 14px;
  font-weight: 800;
}

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

.hotfix-archive-panel {
  width: min(820px, 100%);
}

.hotfix-archive-list {
  display: grid;
  gap: 8px;
}

.hotfix-archive-item {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 10px 14px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(244, 244, 241, 0.1);
  background: rgba(244, 244, 241, 0.035);
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.hotfix-archive-item > span:last-child {
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.hotfix-dialog .hotfix-item-group {
  padding: 16px;
  border: 1px solid rgba(244, 244, 241, 0.1);
  background: rgba(244, 244, 241, 0.035);
}

.hotfix-dialog-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(244, 244, 241, 0.14);
  background: rgba(244, 244, 241, 0.04);
  cursor: pointer;
}

.hotfix-dialog-close::before,
.hotfix-dialog-close::after {
  content: "";
  grid-area: 1 / 1;
  width: 15px;
  height: 2px;
  background: rgba(244, 244, 241, 0.78);
}

.hotfix-dialog-close::before {
  transform: rotate(45deg);
}

.hotfix-dialog-close::after {
  transform: rotate(-45deg);
}

.hotfix-item-group {
  display: grid;
  gap: 6px;
}

.hotfix-item-group strong {
  color: #dedad5;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hotfix-item ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hotfix-item li {
  position: relative;
  padding-left: 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.hotfix-item li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: var(--accent-strong);
}

.update-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  border: 1px solid rgba(244, 244, 241, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.016)),
    linear-gradient(135deg, rgba(159, 23, 20, 0.12), transparent 42%),
    rgba(13, 16, 16, 0.86);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.34);
  overflow: hidden;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.update-card:hover,
.update-card:focus-within {
  border-color: rgba(212, 42, 34, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 30px 72px rgba(0, 0, 0, 0.42);
}

.update-card-hit {
  position: absolute;
  inset: 0;
  z-index: 4;
}

.update-card-hit:focus-visible {
  outline: 2px solid rgba(212, 42, 34, 0.92);
  outline-offset: -2px;
}

.update-card-image {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: rgba(244, 244, 241, 0.035);
}

.update-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.04);
  transition: transform 180ms ease, filter 180ms ease;
  user-select: none;
  -webkit-user-drag: none;
}

.update-card:hover .update-card-image img {
  transform: scale(1.035);
  filter: saturate(1) contrast(1.08);
}

.update-card-body {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 20px;
}

.update-card h3 {
  margin: 0;
  color: var(--text);
  font-size: 22px;
  line-height: 1.15;
}

.update-card p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.update-card-link {
  margin-top: 6px;
  color: var(--accent-strong);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.update-detail-shell {
  width: min(1120px, calc(100% - 36px));
}

.update-detail-hero h1 {
  font-size: clamp(44px, 6vw, 76px);
}

.update-detail-hero {
  display: block;
}

.update-detail-hero > div {
  max-width: 760px;
}

.update-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.update-detail-meta time {
  color: var(--accent-strong);
}

.update-detail-meta a {
  color: var(--muted);
  text-decoration: none;
}

.update-detail-meta a:hover {
  color: var(--text);
}

.update-article {
  display: grid;
  gap: 18px;
  padding-top: 42px;
}

.update-cover {
  overflow: hidden;
  border: 1px solid rgba(244, 244, 241, 0.12);
  background: rgba(244, 244, 241, 0.035);
}

.update-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}

.update-intro,
.update-content-block {
  border: 1px solid rgba(244, 244, 241, 0.12);
  background:
    linear-gradient(90deg, rgba(159, 23, 20, 0.12), transparent 34%),
    rgba(13, 16, 16, 0.82);
}

.update-intro {
  display: grid;
  gap: 14px;
  justify-items: center;
  padding: 26px 28px;
  text-align: center;
}

.update-intro p {
  max-width: 920px;
  margin: 0;
  color: #d6d1cc;
  font-size: 17px;
  line-height: 1.75;
}

.update-content-block {
  padding: 28px;
}

.update-content-block h2 {
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 16px;
  color: var(--text);
  font-size: clamp(24px, 2.6vw, 34px);
}

.update-content-block h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(340px, 60%);
  height: 1px;
  background: linear-gradient(90deg, rgba(212, 42, 34, 0.78), transparent);
}

.update-content-block ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.update-content-block li {
  position: relative;
  padding-left: 22px;
  color: #d1cbc4;
  line-height: 1.62;
}

.update-content-block li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.82em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.update-content-block li.update-feature {
  padding: clamp(22px, 3vw, 34px);
}

.update-content-block li.update-feature::before {
  content: none;
}

.update-content-block .update-subhead {
  margin-top: 10px;
  padding-left: 0;
  color: var(--accent-strong);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.update-content-block .update-subhead::before {
  content: none;
}

.update-feature {
  --feature-index: "01";
  position: relative;
  display: grid;
  gap: 20px;
  min-height: 0;
  border: 1px solid rgba(244, 244, 241, 0.12);
  background:
    linear-gradient(90deg, rgba(159, 23, 20, 0.16), transparent 48%),
    rgba(244, 244, 241, 0.022);
}

.update-feature::before {
  content: var(--feature-index);
  position: absolute;
  left: 28px;
  top: 24px;
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.update-feature h3 {
  margin: 26px 0 0;
  color: var(--text);
  font-size: clamp(24px, 2.6vw, 38px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
}

.update-feature-head {
  justify-self: center;
  max-width: 820px;
  text-align: center;
}

.update-slider {
  display: grid;
  gap: 10px;
}

.update-main-image {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid rgba(244, 244, 241, 0.14);
  background: rgba(244, 244, 241, 0.035);
  overflow: hidden;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.3);
}

.update-main-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  opacity: 1;
  transition: filter 160ms ease, opacity 180ms ease;
  user-select: none;
  -webkit-user-drag: none;
}

.update-media-placeholder {
  display: grid;
  place-items: center;
  min-height: clamp(260px, 44vw, 520px);
  padding: 28px;
  border: 1px dashed rgba(244, 244, 241, 0.2);
  background:
    linear-gradient(135deg, rgba(159, 23, 20, 0.16), transparent 46%),
    rgba(244, 244, 241, 0.025);
  color: rgba(244, 244, 241, 0.56);
  text-align: center;
}

.update-media-placeholder span {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.update-main-image.is-switching img {
  opacity: 0.28;
}

.update-gallery-zoom {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 18px;
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  opacity: 0;
  transform: translateX(-50%) scale(0.96);
  transition: opacity 160ms ease, transform 160ms ease, color 160ms ease;
  cursor: zoom-in;
}

.update-gallery-zoom::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle, rgba(5, 6, 7, 0.78), rgba(5, 6, 7, 0.5) 42%, rgba(5, 6, 7, 0) 72%);
  opacity: 0;
  transition: opacity 160ms ease;
}

.update-gallery-zoom span {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.72));
}

.update-gallery-zoom span::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.update-gallery-zoom span::after {
  content: "";
  position: absolute;
  right: 1px;
  bottom: 2px;
  width: 8px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: center;
}

.update-main-image:hover img {
  filter: brightness(0.9);
}

.update-main-image:hover .update-gallery-zoom {
  opacity: 0.72;
  transform: translateX(-50%) scale(1);
}

.update-gallery-zoom:focus-visible {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.update-gallery-zoom:focus-visible::before,
.update-gallery-zoom:hover::before {
  opacity: 1;
}

.update-gallery-zoom:hover {
  opacity: 1;
  color: #fff;
}

.update-gallery-arrow {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  width: clamp(74px, 9vw, 132px);
  height: 100%;
  border: 0;
  background: transparent;
  color: var(--text);
  opacity: 0;
  cursor: default;
  transition: opacity 160ms ease, color 160ms ease;
}

.update-gallery-arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 160ms ease;
}

.update-gallery-arrow::before {
  content: "";
  width: 13px;
  height: 13px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.74));
}

.update-gallery-prev {
  left: 0;
}

.update-gallery-prev::before {
  transform: rotate(-135deg);
}

.update-gallery-prev::after {
  background: linear-gradient(90deg, rgba(5, 6, 7, 0.74), rgba(5, 6, 7, 0));
}

.update-gallery-next {
  right: 0;
}

.update-gallery-next::before {
  transform: rotate(45deg);
}

.update-gallery-next::after {
  background: linear-gradient(270deg, rgba(5, 6, 7, 0.74), rgba(5, 6, 7, 0));
}

.update-main-image:hover .update-gallery-arrow,
.update-gallery-arrow:focus-visible {
  opacity: 0.54;
}

.update-gallery-arrow:hover,
.update-gallery-arrow:focus-visible {
  color: #fff;
  opacity: 1;
}

.update-gallery-arrow:hover::after,
.update-gallery-arrow:focus-visible::after {
  opacity: 1;
}

.update-thumbs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(86px, 112px);
  gap: 8px;
  justify-content: center;
  justify-self: center;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: thin;
}

.update-slider.is-single .update-gallery-arrow,
.update-slider.is-single .update-thumbs {
  display: none;
}

.update-thumb {
  width: 100%;
  padding: 0;
  border: 1px solid rgba(244, 244, 241, 0.12);
  background: rgba(244, 244, 241, 0.035);
  cursor: pointer;
  opacity: 0.58;
}

.update-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}

.update-thumb:hover,
.update-thumb.is-active {
  border-color: rgba(212, 42, 34, 0.7);
  opacity: 1;
}

.update-feature p {
  justify-self: center;
  max-width: 920px;
  margin: 0;
  color: #d6d1cc;
  font-size: 17px;
  line-height: 1.75;
  text-align: justify;
  text-wrap: pretty;
  hyphens: auto;
}

.update-feature .update-feature-list {
  justify-self: center;
  width: min(100%, 920px);
  gap: 10px;
}

.update-feature .update-feature-list li {
  font-size: 16px;
  line-height: 1.62;
}

.update-feature:nth-child(1) {
  --feature-index: "01";
}

.update-feature:nth-child(2) {
  --feature-index: "02";
  background:
    linear-gradient(270deg, rgba(159, 23, 20, 0.14), transparent 42%),
    rgba(244, 244, 241, 0.022);
}

.update-feature:nth-child(3) {
  --feature-index: "03";
}

.update-feature:nth-child(4) {
  --feature-index: "04";
}

.update-feature:nth-child(5) {
  --feature-index: "05";
}

.update-feature:nth-child(6) {
  --feature-index: "06";
}

.update-media-strip,
.update-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
}

.update-media-strip img,
.update-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(244, 244, 241, 0.12);
  object-fit: cover;
  background: rgba(244, 244, 241, 0.035);
}

body.is-lightbox-open {
  overflow: hidden;
}

.update-lightbox {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 58px);
  --lightbox-scale: 1;
  --lightbox-pan-x: 0px;
  --lightbox-pan-y: 0px;
  background:
    radial-gradient(circle at 50% 50%, rgba(159, 23, 20, 0.15), transparent 56%),
    rgba(2, 3, 3, 0.72);
  backdrop-filter: blur(16px);
}

.update-lightbox-viewport {
  position: relative;
  display: grid;
  place-items: center;
  width: min(1460px, 96vw);
  max-width: 96vw;
  max-height: 88vh;
  overflow: hidden;
}

.update-lightbox-viewport.is-interactive {
  width: min(1720px, 98vw);
  max-width: 98vw;
  max-height: 92vh;
}

.update-lightbox-viewport.is-interactive img {
  cursor: zoom-in;
}

.update-lightbox.is-zoomed .update-lightbox-viewport.is-interactive img {
  cursor: grab;
}

.update-lightbox.is-dragging .update-lightbox-viewport.is-interactive img {
  cursor: grabbing;
}

.update-lightbox img {
  display: block;
  max-width: 100%;
  max-height: 88vh;
  object-fit: contain;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.72);
  user-select: none;
  -webkit-user-drag: none;
  transform: translate(var(--lightbox-pan-x), var(--lightbox-pan-y)) scale(var(--lightbox-scale));
  transform-origin: center center;
  transition: transform 140ms ease;
}

.update-lightbox-viewport.is-interactive img {
  max-height: 92vh;
}

.update-lightbox.is-dragging img {
  transition: none;
}

.update-lightbox-close {
  position: fixed;
  top: 28px;
  right: 30px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  opacity: 0.72;
  transition: opacity 160ms ease, color 160ms ease, transform 160ms ease;
}

.update-lightbox-close::before,
.update-lightbox-close::after {
  content: "";
  grid-area: 1 / 1;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

.update-lightbox-close::before {
  transform: rotate(45deg);
}

.update-lightbox-close::after {
  transform: rotate(-45deg);
}

.update-lightbox-close:hover {
  color: #fff;
  opacity: 1;
  transform: scale(1.08);
}

.rules-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 20px;
}

.rules-toolbar h2 {
  margin-bottom: 10px;
}

.rules-toolbar p {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--muted);
}

.rules-switcher {
  display: inline-grid;
  grid-template-columns: repeat(3, minmax(112px, 1fr));
  padding: 4px;
  border: 1px solid rgba(244, 244, 241, 0.12);
  background: rgba(244, 244, 241, 0.035);
}

.rules-switcher button {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.rules-switcher button:hover,
.rules-switcher button.is-active {
  color: var(--text);
}

.rules-switcher button.is-active {
  background:
    linear-gradient(90deg, rgba(159, 23, 20, 0.42), rgba(212, 42, 34, 0.22)),
    rgba(159, 23, 20, 0.18);
  box-shadow:
    0 0 20px rgba(159, 23, 20, 0.28),
    inset 0 0 18px rgba(212, 42, 34, 0.1);
}

.rulesets {
  display: grid;
}

.ruleset {
  display: grid;
  gap: 12px;
}

.ruleset[hidden] {
  display: none;
}

.rules-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.26fr) minmax(0, 1fr);
  gap: clamp(22px, 3.5vw, 42px);
  padding: 26px 28px;
  border: 1px solid rgba(244, 244, 241, 0.12);
  background:
    linear-gradient(90deg, rgba(159, 23, 20, 0.14), transparent 34%),
    rgba(13, 16, 16, 0.82);
}

.rules-block h3 {
  margin-bottom: 0;
  color: var(--text);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.12;
}

.rules-block-heading h3:has(span) {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: baseline;
}

.rules-block ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 22px;
}

.rules-block li {
  color: #d1cbc4;
  line-height: 1.65;
}

.rules-block-bilingual {
  grid-template-columns: minmax(190px, 0.26fr) minmax(0, 1fr);
}

.rules-block-heading {
  display: grid;
  align-content: start;
}

.rules-block-heading h3 span {
  display: inline-block;
  color: var(--accent-strong);
  font-weight: 900;
  letter-spacing: 0.08em;
}

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

.rules-language {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(244, 244, 241, 0.1);
  background: rgba(244, 244, 241, 0.025);
}

.rules-language h4 {
  margin: 0 0 16px;
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.rules-language ul,
.rules-language ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
}

.rules-language li {
  color: #d1cbc4;
  line-height: 1.6;
}

.rules-language li strong {
  display: block;
  margin-top: 6px;
  color: #f0d0cc;
  font-size: 13px;
  line-height: 1.45;
  text-transform: uppercase;
}

.rules-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.rules-block .rules-list {
  padding-left: 0;
}

ul.rules-list {
  list-style: none;
}

.rules-list li {
  position: relative;
  padding-left: 48px;
  color: #d1cbc4;
  line-height: 1.58;
}

ul.rules-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 0.78em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.rules-list li > span:not(.rule-number) {
  display: block;
}

.rules-list li > span + span {
  position: relative;
  margin-top: 7px;
  padding-left: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.rule-sublist {
  display: grid;
  gap: 6px;
  margin: 8px 0 12px;
  padding-left: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.rule-sublist li {
  padding-left: 0;
}

.rule-number {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent-strong);
  font-weight: 900;
}

.rules-list li strong {
  position: relative;
  display: block;
  margin-top: 7px;
  padding-left: 18px;
  color: #f0d0cc;
  font-size: 13px;
  line-height: 1.45;
  text-transform: uppercase;
}

.rules-list li > span + span::before,
.rules-list li strong::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 0.72em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.rules-list li > .rule-note-text {
  padding-left: 0;
}

.rules-list li > .rule-note-text::before {
  content: none;
}

.major-update {
  width: min(1060px, 100%);
  text-align: center;
  transform: translateY(-18px);
}

.major-update h2 {
  font-size: clamp(44px, 6vw, 86px);
  line-height: 0.98;
}

.major-update p {
  width: min(760px, 100%);
  margin: 0 auto 26px;
  color: #dedad5;
  font-size: 18px;
}

.update-art {
  display: block;
  width: min(860px, 100%);
  margin: 0 auto 22px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.52);
  clip-path: polygon(
    1.2% 0,
    22% 0,
    24.2% 2.1%,
    27.8% 0,
    52% 0,
    54.4% 1.6%,
    58.2% 0,
    81% 0,
    83.4% 2.4%,
    98.6% 0,
    100% 2.8%,
    100% 30%,
    97.4% 34.2%,
    100% 38.6%,
    100% 69%,
    98% 72.5%,
    100% 76.2%,
    100% 97.2%,
    97.6% 100%,
    74% 100%,
    71.8% 97.8%,
    68.4% 100%,
    49% 100%,
    46.9% 97.5%,
    43.8% 100%,
    20% 100%,
    17.7% 97.3%,
    14.5% 100%,
    2.1% 100%,
    0 97.1%,
    0 76%,
    2.4% 72.2%,
    0 68.5%,
    0 39%,
    2.2% 35.2%,
    0 31.8%,
    0 2.6%
  );
}

time {
  color: var(--accent-strong);
  font-size: 13px;
  font-weight: 800;
}

.cta-section {
  position: relative;
  padding-top: 64px;
  padding-bottom: 78px;
  align-items: start;
}

.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(820px, 100%);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 42, 34, 0.44), transparent);
  transform: translateX(-50%);
}

.cta-section h2 {
  margin-bottom: 18px;
  font-size: clamp(42px, 5vw, 72px);
}

.cta-section p {
  max-width: 660px;
  color: #d4d0ca;
  font-size: 17px;
}

.cta-section .cta-actions {
  margin-top: 34px;
}

.update-community {
  width: 100%;
  margin-top: 64px;
  padding-top: 56px;
  padding-bottom: 34px;
}

.update-community h2 {
  font-size: clamp(40px, 4vw, 62px);
}

.update-community .social-panel {
  align-self: start;
}

.social-panel {
  justify-self: end;
  width: min(460px, 100%);
  padding: 28px 30px 30px;
  border: 1px solid rgba(244, 244, 241, 0.12);
  background:
    linear-gradient(135deg, rgba(159, 23, 20, 0.16), transparent 46%),
    rgba(16, 18, 19, 0.82);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.36);
}

.social-panel h3 {
  margin-bottom: 10px;
  color: var(--text);
  font-size: clamp(22px, 2vw, 28px);
  white-space: nowrap;
}

.social-panel p {
  max-width: 360px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.social-panel .cta-actions {
  margin-top: 0;
}

.social-panel .button {
  width: 100%;
}

.social-links {
  display: grid;
  grid-template-columns: repeat(4, 62px);
  gap: 14px;
}

.social-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(244, 244, 241, 0.14);
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 8px, transparent 8px 16px),
    rgba(244, 244, 241, 0.035);
  color: var(--text);
  transition:
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.social-icon:hover {
  border-color: rgba(212, 42, 34, 0.66);
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 8px, transparent 8px 16px),
    rgba(159, 23, 20, 0.2);
  color: #fff;
  transform: translateY(-2px);
}

.social-icon svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.social-icon:first-child svg {
  width: 36px;
  height: 36px;
}

.social-icon text {
  fill: currentColor;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
}

.site-footer {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  padding: 28px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  text-transform: uppercase;
}

.site-footer-copy {
  color: rgba(184, 189, 195, 0.72);
  font-weight: 700;
  letter-spacing: 0.02em;
}

@media (max-width: 880px) {
  html {
    scrollbar-gutter: auto;
  }

  .site-header {
    position: fixed;
    display: grid;
    grid-template-columns: 52px 1fr 54px;
    align-items: center;
    gap: 10px;
    min-height: 76px;
    padding: 0 14px;
    clip-path: none;
  }

  body.mobile-nav-open {
    overflow: hidden;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
    width: auto;
    height: 76px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .mobile-nav-toggle {
    position: relative;
    z-index: 22;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 48px;
    min-width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--text);
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    transition:
      background 180ms ease,
      color 180ms ease;
  }

  .mobile-nav-toggle::selection {
    background: transparent;
  }

  .mobile-nav-toggle::after {
    box-shadow: none;
  }

  .mobile-nav-toggle::before,
  .mobile-nav-toggle::after,
  .mobile-nav-toggle-bar {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 2px;
    background: currentColor;
    margin-left: -6px;
    transform-origin: center;
    transition:
      transform 180ms ease,
      opacity 180ms ease,
      background 180ms ease;
  }

  .mobile-nav-toggle-bar {
    transform: translateY(-50%);
  }

  .mobile-nav-toggle::before {
    transform: translateY(calc(-50% - 5px));
  }

  .mobile-nav-toggle::after {
    transform: translateY(calc(-50% + 5px));
  }

  .mobile-nav-toggle:hover,
  .mobile-nav-toggle:focus-visible,
  body.mobile-nav-open .mobile-nav-toggle {
    background: transparent;
    color: #fff;
  }

  body.mobile-nav-open .mobile-nav-toggle::before {
    transform: translateY(-50%) rotate(45deg);
  }

  body.mobile-nav-open .mobile-nav-toggle::after {
    transform: translateY(-50%) rotate(-45deg);
  }

  body.mobile-nav-open .mobile-nav-toggle-bar {
    opacity: 0;
  }

  .main-nav {
    position: fixed;
    grid-column: 1 / -1;
    grid-row: 1;
    top: 76px;
    left: 12px;
    right: 12px;
    z-index: 60;
    display: grid;
    gap: 10px;
    padding: 16px 14px 18px;
    overflow: hidden auto;
    max-height: calc(100dvh - 96px);
    border: 1px solid rgba(244, 244, 241, 0.12);
    background:
      linear-gradient(180deg, rgba(159, 23, 20, 0.22), rgba(159, 23, 20, 0.06) 24%, rgba(8, 10, 11, 0.98)),
      repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0 8px, transparent 8px 16px),
      rgba(8, 10, 11, 0.98);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
    font-size: 16px;
    backdrop-filter: blur(16px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition:
      opacity 180ms ease,
      visibility 180ms ease,
      transform 180ms ease;
  }

  .main-nav::before {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 42, 34, 0.6), transparent);
    opacity: 0.9;
    pointer-events: none;
  }

  body.mobile-nav-open .main-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .main-nav a {
    justify-content: center;
    width: min(190px, 100%);
    justify-self: center;
    min-height: 52px;
    padding: 0 18px;
    border: 1px solid rgba(244, 244, 241, 0.12);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.008)),
      rgba(11, 13, 14, 0.42);
    color: var(--text);
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: none;
    transition:
      border-color 180ms ease,
      background 180ms ease,
      color 180ms ease,
      transform 180ms ease,
      box-shadow 180ms ease;
  }

  .main-nav a:hover,
  .main-nav a:focus-visible {
    border-color: rgba(242, 238, 231, 0.24);
    background:
      linear-gradient(90deg, rgba(159, 23, 20, 0.1), rgba(212, 42, 34, 0.04) 48%, rgba(159, 23, 20, 0.1)),
      linear-gradient(180deg, rgba(255, 255, 255, 0.034), rgba(255, 255, 255, 0.012));
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 0 12px rgba(212, 42, 34, 0.08);
  }

  .main-nav a.is-active {
    border-color: rgba(212, 42, 34, 0.9);
    background:
      linear-gradient(90deg, rgba(159, 23, 20, 0.16), rgba(212, 42, 34, 0.07) 48%, rgba(159, 23, 20, 0.16)),
      linear-gradient(180deg, rgba(255, 255, 255, 0.032), rgba(255, 255, 255, 0.01));
    color: #fff;
    box-shadow:
      0 0 14px rgba(212, 42, 34, 0.18),
      inset 0 0 20px rgba(212, 42, 34, 0.06);
  }

  .main-nav a.is-active::before {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 10px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 42, 34, 0.9), transparent);
    box-shadow: 0 0 10px rgba(212, 42, 34, 0.54);
  }

  .language-switch {
    position: relative;
    z-index: 22;
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    margin: 0;
    width: 72px;
    transform: none;
  }

  .home-layout,
  .home-intro,
  .home-intro h1,
  .home-intro p,
  .hero-logo {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .home-screen {
    min-height: auto;
    padding-top: 22px;
    padding-bottom: 52px;
  }

  .home-intro {
    gap: 14px;
    padding-top: 18px;
  }

  .scroll-teaser {
    position: static;
    width: 100%;
    margin-top: 22px;
    transform: none;
  }

  .hero-stats,
  .server-grid,
  .feature-grid,
  .update-list,
  .page-hero,
  .template-grid,
  .support-grid,
  .updates-content-layout,
  .updates-grid,
  .update-media-strip,
  .update-gallery,
  .rules-toolbar,
  .rules-block,
  .rules-block-bilingual,
  .rules-language-grid,
  .split-section,
  .cta-section {
    grid-template-columns: 1fr;
  }

  .server-card {
    min-height: 0;
  }

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

  .hotfix-item {
    width: 100%;
  }

  .social-panel {
    justify-self: start;
  }

  .support-detail {
    grid-template-columns: 1fr;
  }

  .support-page {
    padding-top: 96px;
  }

  .support-switch {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 10px;
    padding: 10px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.016)),
      linear-gradient(135deg, rgba(159, 23, 20, 0.14), transparent 42%),
      rgba(13, 16, 16, 0.86);
  }

  .support-switch::before,
  .support-switch-image,
  .support-switch-blend {
    display: none;
  }

  .support-switch-option,
  .support-switch[data-support-active="1pp"] .support-switch-option[data-support-target="3pp"],
  .support-switch[data-support-active="3pp"] .support-switch-option[data-support-target="1pp"] {
    min-height: 148px;
    transform: none;
    background:
      linear-gradient(180deg, rgba(5, 6, 7, 0.14), rgba(5, 6, 7, 0.78)),
      rgba(13, 16, 16, 0.78);
    border: 1px solid rgba(244, 244, 241, 0.12);
  }

  .support-switch-option[data-support-target="1pp"] {
    background-image:
      linear-gradient(180deg, rgba(5, 6, 7, 0.18), rgba(5, 6, 7, 0.84)),
      url("assets/hero-placeholder.webp");
    background-size: cover;
    background-position: center;
  }

  .support-switch-option[data-support-target="3pp"] {
    background-image:
      linear-gradient(180deg, rgba(5, 6, 7, 0.18), rgba(5, 6, 7, 0.84)),
      url("assets/updates/winter-2026-cover-ru.webp");
    background-size: cover;
    background-position: center;
  }

  .support-switch-copy {
    max-width: none;
  }

  .support-switch-option:not(.is-active) .support-switch-copy {
    opacity: 0.8;
    filter: none;
  }

  .support-selector-head h1 {
    white-space: normal;
  }

  .support-actions {
    flex-direction: row;
    justify-content: flex-start;
  }

  .section {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .page-shell {
    width: min(1180px, calc(100% - 28px));
    padding-top: 92px;
    padding-bottom: 48px;
  }

  .page-hero {
    padding-bottom: 28px;
  }

  .template-wide {
    grid-column: auto;
  }

  .rules-switcher {
    width: 100%;
  }

  .site-footer {
    padding-inline: 18px;
    font-size: 13px;
  }

  .site-footer-copy {
    letter-spacing: 0.01em;
  }
}

@media (max-width: 520px) {
  .home-actions {
    margin-top: 24px;
  }

  .update-change-button {
    min-width: 0;
    margin-top: 24px;
  }

  .hero-stats {
    margin-top: 26px;
  }

  .section-heading,
  .servers-section .panel-heading,
  .feature-band .section-heading {
    margin-bottom: 20px;
  }

  .servers-section {
    padding-top: 44px;
    padding-bottom: 40px;
  }

  .updates {
    padding-top: 52px;
    padding-bottom: 44px;
  }

  .update-list article {
    padding: 18px;
  }

  .update-article {
    gap: 12px;
    padding-top: 22px;
  }

  .support-page,
  .support-page.is-idle {
    padding-top: 84px;
    padding-bottom: 44px;
  }

  .support-selector {
    gap: 14px;
  }

  .support-panel-card,
  .support-action-card,
  .support-note {
    padding: 16px;
  }

  .wiki-shell {
    padding-top: 84px;
  }

  .wiki-page-head {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }

  .wiki-layout {
    gap: 14px;
  }

  .wiki-sidebar-cta {
    gap: 10px;
    margin-top: 10px;
    padding: 14px;
  }

  .wiki-panel {
    gap: 14px;
    padding: 14px;
  }

  .wiki-rich-content {
    gap: 18px;
  }

  .wiki-article-block {
    gap: 12px;
  }

  .wiki-article-copy {
    gap: 10px;
  }

  .wiki-panel-media {
    min-height: 160px;
  }

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

  .hero-actions,
  .cta-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .social-panel {
    padding: 22px;
  }

  .social-panel h3 {
    white-space: normal;
  }

  .social-links {
    grid-template-columns: repeat(4, minmax(44px, 1fr));
  }

  .social-icon {
    width: 100%;
    height: 52px;
  }

  .rules-switcher {
    grid-template-columns: 1fr;
  }

  .rules-block {
    padding: 22px;
  }

  .hotfix-dialog {
    padding: 14px;
  }

  .hotfix-dialog-grid {
    grid-template-columns: 1fr;
  }

  .hotfix-archive-item {
    grid-template-columns: 1fr;
  }

  .hotfix-archive-item > span:last-child {
    white-space: normal;
  }
}

/* Support page, rebuilt tabs */
.support-page {
  width: min(1100px, calc(100% - 36px));
  padding-top: 88px;
}

.support-page.is-idle {
  display: grid;
  align-items: center;
  min-height: calc(100vh - 132px);
  padding-top: 108px;
  padding-bottom: 108px;
}

.support-selector {
  display: grid;
  gap: 20px;
  padding-top: 0;
  padding-bottom: 12px;
  transition:
    transform 300ms ease,
    opacity 220ms ease;
}

.support-page.is-idle .support-selector {
  align-self: center;
  transform: translateY(-28px);
}

.support-selector-head {
  display: grid;
  gap: 6px;
  justify-items: center;
  text-align: center;
}

.support-selector-kicker {
  margin: 0;
  color: var(--accent-strong);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.support-selector-head h1 {
  margin: 0;
  font-size: clamp(40px, 5vw, 66px);
  line-height: 0.98;
  white-space: nowrap;
}

.support-slider {
  position: relative;
  display: grid;
  gap: 24px;
  min-height: clamp(250px, 32vw, 360px);
  padding: clamp(18px, 2.4vw, 24px);
  border: 1px solid rgba(244, 244, 241, 0.12);
  background: rgba(13, 16, 16, 0.88);
  overflow: hidden;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.32);
  isolation: isolate;
}

.support-slider-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.support-slider-scene {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.46;
  transform: scale(1.01);
  filter: saturate(0.5) brightness(0.46);
  transition:
    opacity 280ms ease,
    transform 280ms ease,
    filter 280ms ease;
}

.support-slider-scene-1pp {
  background-image: url("assets/hero-placeholder.webp");
  background-position: center 38%;
}

.support-slider-scene-3pp {
  background-image: url("assets/updates/2024-12-Kwem492fL3U.webp");
  background-position: center;
}

.support-slider-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 9, 10, 0.42), rgba(7, 9, 10, 0.72)),
    linear-gradient(90deg, rgba(96, 15, 14, 0.24), rgba(8, 10, 11, 0.08) 42%, rgba(8, 10, 11, 0.42));
}

.support-slider[data-support-active="1pp"] .support-slider-scene-1pp {
  opacity: 1;
  transform: scale(1.03);
  filter: saturate(1) brightness(0.9);
}

.support-slider[data-support-active="1pp"] .support-slider-scene-3pp {
  opacity: 0;
  transform: scale(1.01);
  filter: saturate(0.5) brightness(0.46);
}

.support-slider[data-support-active="3pp"] .support-slider-scene-1pp {
  opacity: 0;
  transform: scale(1.01);
  filter: saturate(0.5) brightness(0.46);
}

.support-slider[data-support-active="3pp"] .support-slider-scene-3pp {
  opacity: 1;
  transform: scale(1.03);
  filter: saturate(1) brightness(0.9);
}

.support-slider-switch,
.support-slider-head {
  position: relative;
  z-index: 1;
}

.support-slider-head {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding-top: clamp(4px, 1.1vw, 10px);
  margin-bottom: 4px;
  text-align: center;
}

.support-slider-head .support-selector-kicker {
  text-shadow: 0 0 18px rgba(159, 23, 20, 0.22);
}

.support-slider-head h1 {
  margin: 0;
  font-size: clamp(40px, 5.4vw, 78px);
  line-height: 0.94;
  text-wrap: balance;
  text-shadow:
    0 12px 30px rgba(0, 0, 0, 0.46),
    0 2px 10px rgba(0, 0, 0, 0.42);
}

.support-slider-switch {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 4px;
  margin-inline: auto;
  width: min(1060px, 100%);
  border: 1px solid rgba(244, 244, 241, 0.12);
  background: rgba(6, 8, 9, 0.52);
  backdrop-filter: blur(8px);
}

.support-slider-thumb {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: calc(50% - 4px);
  background: rgba(159, 23, 20, 0.72);
  box-shadow: 0 0 18px rgba(159, 23, 20, 0.28);
  opacity: 0;
  transition:
    transform 240ms ease,
    opacity 180ms ease;
}

.support-slider[data-support-active="1pp"] .support-slider-thumb,
.support-slider[data-support-active="3pp"] .support-slider-thumb {
  opacity: 1;
}

.support-slider[data-support-active="3pp"] .support-slider-thumb {
  transform: translateX(100%);
}

.support-slider-option {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2px;
  padding: 12px 18px 11px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  text-align: center;
  cursor: pointer;
  transition: color 220ms ease;
}

.support-slider-option:hover,
.support-slider-option:focus-visible,
.support-slider-option.is-active {
  color: var(--text);
}

.support-slider-option:focus-visible {
  outline: 2px solid rgba(244, 244, 241, 0.64);
  outline-offset: -2px;
}

.support-slider-option-title {
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.34);
}

.support-slider-option-meta {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.88;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.34);
}

.support-panel[hidden] {
  display: none !important;
}

.support-panel.is-active {
  animation: supportPanelReveal 180ms ease;
}

.support-panel-card {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(240px, 0.72fr);
  gap: clamp(22px, 3vw, 34px);
  align-items: stretch;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(244, 244, 241, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.016)),
    linear-gradient(135deg, rgba(159, 23, 20, 0.14), transparent 42%),
    rgba(13, 16, 16, 0.86);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.34);
}

.support-panel-main {
  display: grid;
  gap: 18px;
}

.support-panel-intro {
  display: grid;
  gap: 8px;
}

.support-panel-kicker {
  margin: 0;
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.support-panel-lead {
  margin: 0;
  color: #f1ede7;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.45;
}

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

.support-point {
  display: grid;
  gap: 10px;
  min-height: 100%;
  padding: 18px;
  border: 1px solid rgba(244, 244, 241, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
    rgba(8, 10, 11, 0.42);
}

.support-point strong {
  color: var(--text);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.support-point p {
  margin: 0;
  color: #d5d0c8;
  font-size: 15px;
  line-height: 1.65;
}

.support-inline-link {
  color: #fff;
  font-weight: 700;
}

.support-note {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border: 1px solid rgba(244, 244, 241, 0.12);
  background: rgba(244, 244, 241, 0.03);
}

.support-note strong {
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.support-note p {
  margin: 0;
  color: #e1dbd4;
  font-size: 15px;
  line-height: 1.6;
}

.support-note-warning {
  background:
    linear-gradient(135deg, rgba(159, 23, 20, 0.18), transparent 58%),
    rgba(244, 244, 241, 0.03);
  border-color: rgba(212, 42, 34, 0.22);
}

.support-panel-side {
  display: grid;
}

.support-action-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(244, 244, 241, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
    rgba(8, 10, 11, 0.52);
}

.support-action-copy {
  margin: 0;
  color: #d3cdc5;
  font-size: 15px;
  line-height: 1.65;
}

.support-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
}

.support-actions .button {
  width: 100%;
  min-width: 0;
}

@keyframes supportPanelReveal {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .support-panel-card {
    grid-template-columns: 1fr;
  }

  .support-points-grid {
    grid-template-columns: 1fr;
  }

  .support-selector-head h1 {
    white-space: normal;
  }

  .support-slider-head h1 {
    white-space: normal;
  }

  .support-actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .support-slider {
    min-height: 220px;
    gap: 18px;
  }

  .support-slider-option {
    padding-inline: 10px;
  }

  .support-slider-option-title {
    font-size: clamp(18px, 4.8vw, 24px);
  }

  .support-slider-option-meta {
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .support-slider-head h1 {
    font-size: clamp(34px, 11vw, 52px);
  }
}

.wiki-shell {
  display: block;
  padding-top: 92px;
}

.wiki-page-head {
  display: block;
  margin: 0 0 42px;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(244, 244, 241, 0.1);
}

.wiki-page-head h1 {
  margin: 0;
  font-size: clamp(48px, 6.6vw, 92px);
  line-height: 0.92;
}

@media (min-width: 980px) {
  .wiki-page-head h1 {
    white-space: nowrap;
  }
}

.wiki-sections {
  display: block;
}

.wiki-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: clamp(20px, 2.6vw, 30px);
  align-items: start;
}

.wiki-sidebar {
  position: relative;
  align-self: stretch;
  min-width: 0;
}

.wiki-sidebar-stack {
  position: sticky;
  top: 94px;
  display: grid;
  gap: 0;
  align-self: start;
  height: fit-content;
}

.wiki-sidebar-inner {
  display: grid;
  gap: 10px;
}

.wiki-sidebar-cta {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(244, 244, 241, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    linear-gradient(135deg, rgba(159, 23, 20, 0.16), transparent 46%),
    rgba(12, 14, 15, 0.92);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.wiki-sidebar-cta-title {
  margin: 0;
  color: var(--text);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.05;
}

.wiki-sidebar-cta-copy {
  margin: 0;
  color: #d6d1cb;
  font-size: 14px;
  line-height: 1.65;
}

.wiki-sidebar-cta-button {
  width: 100%;
}

.wiki-side-card,
.wiki-panel-media img {
  display: block;
}

.wiki-side-card img,
.wiki-panel-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wiki-side-card img {
  filter: grayscale(1) brightness(0.5);
  transition: filter 220ms ease;
}

.wiki-side-card {
  position: relative;
  height: 76px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(244, 244, 241, 0.1);
  background: rgba(9, 11, 12, 0.88);
  cursor: pointer;
  transition:
    height 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.wiki-side-card.is-active {
  height: 174px;
  border-color: rgba(212, 42, 34, 0.34);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.26);
}

.wiki-side-card.is-active img {
  filter: none;
}

.wiki-side-card:focus-visible {
  outline: 2px solid rgba(244, 244, 241, 0.72);
  outline-offset: 2px;
}

.wiki-panels {
  display: grid;
  max-width: 920px;
  width: 100%;
  min-width: 0;
}

.wiki-panel {
  display: grid;
  gap: 20px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(244, 244, 241, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    linear-gradient(135deg, rgba(159, 23, 20, 0.12), transparent 38%),
    rgba(12, 14, 15, 0.9);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
  animation: wikiPanelReveal 220ms ease;
}

.wiki-panel[hidden] {
  display: none !important;
}

.wiki-panel-intro {
  display: grid;
  gap: 12px;
  max-width: 820px;
}

.wiki-panel-title-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wiki-panel-intro h1 {
  margin: 0;
  font-size: clamp(40px, 5vw, 74px);
  line-height: 0.94;
}

.wiki-panel-lead {
  margin: 0;
  color: #ddd7d0;
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.65;
  max-width: 820px;
}

.wiki-panel-media {
  order: -1;
  min-height: 340px;
  overflow: hidden;
  border: 1px solid rgba(244, 244, 241, 0.08);
}

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

.wiki-topic-card {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(244, 244, 241, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
    rgba(8, 10, 11, 0.5);
}

.wiki-topic-card strong {
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wiki-topic-card p {
  margin: 0;
  color: #d7d1ca;
  font-size: 15px;
  line-height: 1.68;
}

.wiki-rich-content {
  display: grid;
  gap: 28px;
}

.wiki-article-block {
  display: grid;
  gap: 16px;
}

.wiki-article-copy {
  display: grid;
  gap: 14px;
  max-width: 820px;
}

.wiki-article-block h2 {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.05;
}

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

.wiki-note-grid-single {
  grid-template-columns: 1fr;
}

.wiki-note-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(244, 244, 241, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
    rgba(8, 10, 11, 0.5);
}

.wiki-note-card strong {
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wiki-bullet-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: #d7d1ca;
  font-size: 15px;
  line-height: 1.65;
}

.wiki-section-head {
  display: grid;
  gap: 8px;
}

.wiki-section-head h2 {
  margin: 0;
}

.wiki-section-text {
  margin: 0;
  color: #ddd7d0;
  font-size: 16px;
  line-height: 1.7;
  max-width: 820px;
}

.wiki-image-stack {
  display: grid;
  gap: 18px;
}

.wiki-inline-gallery {
  display: grid;
  gap: 14px;
}

.wiki-inline-gallery-1 {
  grid-template-columns: 1fr;
}

.wiki-inline-gallery-1 .wiki-figure {
  max-width: 820px;
}

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

.wiki-figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(244, 244, 241, 0.08);
  background: rgba(8, 10, 11, 0.65);
}

.wiki-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.wiki-figure-zoom {
  cursor: zoom-in;
}

.wiki-figure-zoom::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6, 7, 8, 0.42);
  opacity: 0;
  transition: opacity 180ms ease;
  pointer-events: none;
}

.wiki-figure-zoom .update-gallery-zoom {
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
}

.wiki-figure-zoom .update-gallery-zoom::before {
  display: none;
}

.wiki-figure-zoom:hover .update-gallery-zoom,
.wiki-figure-zoom:focus-within .update-gallery-zoom {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.wiki-figure-zoom:hover::after,
.wiki-figure-zoom:focus-within::after {
  opacity: 1;
}

.wiki-figure-map img {
  max-height: 920px;
  object-fit: cover;
}

@keyframes wikiPanelReveal {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

  .wiki-panels {
    order: 2;
    max-width: none;
    min-width: 0;
  }

  .wiki-sidebar {
    display: contents;
    order: 1;
  }

  .wiki-sidebar-stack {
    order: 1;
    position: static;
  }

  .wiki-sidebar-inner {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(172px, 34vw);
    grid-template-columns: none;
    gap: 10px;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .wiki-sidebar-inner::-webkit-scrollbar {
    display: none;
  }

  .wiki-side-card {
    scroll-snap-align: start;
  }

  .wiki-sidebar-cta {
    margin-top: 14px;
  }
}

@media (max-width: 780px) {
  .wiki-shell {
    width: 100%;
    padding-top: 92px;
  }

  .wiki-page-head {
    width: calc(100% - 28px);
    margin-inline: auto;
    margin-bottom: 24px;
    padding-bottom: 28px;
  }

  .wiki-sections {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .wiki-layout {
    position: relative;
    gap: 18px;
  }

  .wiki-layout::before,
  .wiki-layout::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 3;
    width: 42px;
    height: 104px;
    pointer-events: none;
  }

  .wiki-layout::before {
    left: 0;
    background: linear-gradient(90deg, #090c0b 0%, rgba(9, 12, 11, 0));
  }

  .wiki-layout::after {
    right: 0;
    background: linear-gradient(270deg, #090c0b 0%, rgba(9, 12, 11, 0.88) 26%, rgba(9, 12, 11, 0));
  }

  .wiki-sections::before,
  .wiki-sections::after {
    content: "";
    position: absolute;
    top: 42px;
    z-index: 4;
    width: 12px;
    height: 12px;
    pointer-events: none;
  }

  .wiki-sections::before {
    left: 12px;
    border-top: 2px solid rgba(212, 42, 34, 0.9);
    border-left: 2px solid rgba(212, 42, 34, 0.9);
    transform: rotate(-45deg);
  }

  .wiki-sections::after {
    right: 12px;
    border-top: 2px solid rgba(212, 42, 34, 0.9);
    border-right: 2px solid rgba(212, 42, 34, 0.9);
    transform: rotate(45deg);
  }

  .wiki-inline-gallery-2,
  .wiki-note-grid,
  .wiki-topic-grid {
    grid-template-columns: 1fr;
  }

  .wiki-sidebar-inner {
    grid-auto-columns: minmax(148px, 42vw);
    width: 100%;
    padding-inline: 14px;
    padding-bottom: 12px;
  }

  .wiki-side-card {
    height: 92px;
  }

  .wiki-side-card.is-active {
    height: 92px;
  }

  .update-intro {
    gap: 10px;
    padding: 18px 18px 20px;
  }

  .update-intro p {
    font-size: 15px;
    line-height: 1.62;
  }

  .update-content-block {
    padding: 18px;
  }

  .update-content-block h2 {
    margin-bottom: 18px;
    padding-bottom: 10px;
    font-size: clamp(20px, 7vw, 30px);
    line-height: 1.02;
  }

  .update-content-block ul {
    gap: 10px;
  }

  .update-content-block li {
    line-height: 1.52;
  }

  .update-content-block li.update-feature {
    padding: 16px;
  }

  .update-content-block .update-subhead {
    margin-top: 4px;
    font-size: 12px;
  }

  .update-main-image {
    box-shadow: none;
    touch-action: pan-y pinch-zoom;
  }

  .update-main-image:hover img {
    filter: none;
  }

  .update-gallery-zoom {
    display: none;
  }

  .update-gallery-arrow {
    display: none;
  }

  .update-thumbs {
    grid-auto-columns: 52px;
    gap: 6px;
    justify-content: center;
    justify-self: center;
    padding-bottom: 0;
  }

  .update-thumb {
    opacity: 0.72;
  }

  .wiki-panels,
  .wiki-sidebar-cta {
    width: calc(100% - 28px);
    margin-inline: auto;
  }

  .wiki-panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 18px;
    overflow: hidden;
  }

  .wiki-panel-intro,
  .wiki-rich-content,
  .wiki-article-block,
  .wiki-article-copy,
  .wiki-inline-gallery,
  .wiki-figure {
    min-width: 0;
  }

  .wiki-panel-media {
    min-height: 180px;
  }

  .wiki-figure-zoom {
    cursor: default;
  }

  .wiki-figure-zoom::after,
  .wiki-figure-zoom .update-gallery-zoom {
    display: none;
  }

  .wiki-panel-intro h1 {
    font-size: clamp(30px, 9vw, 46px);
  }

  .wiki-panel-lead,
  .wiki-section-text,
  .wiki-bullet-list {
    font-size: 15px;
    overflow-wrap: anywhere;
  }
}


