:root {
  color-scheme: dark;
  --bg: #060607;
  --bg-2: #0d0b0b;
  --ink: #fff8ec;
  --muted: #cabda8;
  --soft: #8f8372;
  --gold: #f4bf58;
  --gold-2: #ffe39a;
  --ember: #d64732;
  --ember-2: #7a1713;
  --cyan: #69e8d1;
  --green: #88e07e;
  --panel: rgba(12, 11, 12, 0.78);
  --panel-2: rgba(31, 20, 17, 0.8);
  --line: rgba(255, 227, 154, 0.18);
  --line-strong: rgba(255, 227, 154, 0.36);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
  --radius: 8px;
  --header-h: 76px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  overflow-x: hidden;
}

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

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

button {
  font: inherit;
}

.skip-link,
.sr-only {
  position: fixed;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.skip-link:focus {
  z-index: 200;
  left: 16px;
  top: 12px;
  width: auto;
  height: auto;
  clip: auto;
  padding: 10px 14px;
  border-radius: var(--radius);
  background: var(--gold);
  color: #1b1108;
  font-weight: 900;
}

.eyebrow {
  margin: 0;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* Header */
.site-header {
  position: fixed;
  z-index: 50;
  top: max(20px, env(safe-area-inset-top));
  left: 50%;
  width: min(1180px, calc(100% - 32px));
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0;
  pointer-events: none;
  transform: translateX(-50%);
}

.site-header::before {
  content: "";
  position: absolute;
  left: 184px;
  right: 24px;
  top: 50%;
  height: 1px;
  background:
    linear-gradient(90deg, rgba(255, 227, 154, 0.54), rgba(105, 232, 209, 0.18), transparent);
  opacity: 0.74;
  pointer-events: none;
  transform: translateY(-50%);
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 192px;
  min-height: 64px;
  padding: 8px 20px 8px 10px;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
  border: 1px solid rgba(255, 227, 154, 0.28);
  background:
    radial-gradient(circle at 17% 50%, rgba(214, 71, 50, 0.28), transparent 42px),
    linear-gradient(135deg, rgba(36, 17, 13, 0.92), rgba(7, 8, 10, 0.84));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 18px 44px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(14px);
  pointer-events: auto;
  transition: transform 180ms ease, border-color 180ms ease, filter 180ms ease;
}

.brand::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 227, 154, 0.2) 46%, transparent 62%);
  opacity: 0;
  transform: translateX(-120%) skewX(-18deg);
  pointer-events: none;
}

.brand:hover,
.brand:focus-visible {
  border-color: rgba(255, 227, 154, 0.52);
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.brand:hover::after,
.brand:focus-visible::after {
  opacity: 1;
  animation: sweep 760ms ease;
}

.brand img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 0 22px rgba(214, 71, 50, 0.46);
}

.brand span {
  display: grid;
  gap: 1px;
  line-height: 1.05;
}

.brand strong {
  color: var(--gold-2);
  font-size: 1.02rem;
  font-weight: 950;
  text-transform: uppercase;
}

.brand small {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 750;
}

.site-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  pointer-events: auto;
}

.site-nav a {
  position: relative;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  padding: 0 22px;
  overflow: hidden;
  clip-path: polygon(14px 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
  border: 1px solid rgba(255, 227, 154, 0.22);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(24, 21, 22, 0.86), rgba(5, 6, 8, 0.78)),
    rgba(7, 8, 10, 0.72);
  color: #f4ead8;
  box-shadow:
    0 8px 0 rgba(0, 0, 0, 0.36),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    0 18px 38px rgba(0, 0, 0, 0.42),
    0 0 0 rgba(244, 191, 88, 0);
  backdrop-filter: blur(14px);
  font-size: 0.9rem;
  font-weight: 850;
  text-transform: uppercase;
  animation: navFloat 4.6s ease-in-out infinite;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.site-nav a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 227, 154, 0.18), transparent 62%),
    linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.26) 47%, transparent 63%);
  opacity: 0;
  transform: translateX(-120%) skewX(-14deg);
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 10px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 227, 154, 0.9), transparent);
  opacity: 0.46;
  transition: opacity 180ms ease;
}

.site-nav a:nth-child(2),
.site-nav a:nth-child(4) {
  transform: translateY(8px);
}

.site-nav a:nth-child(2) {
  animation-delay: 160ms;
}

.site-nav a:nth-child(3) {
  animation-delay: 320ms;
}

.site-nav a:nth-child(4) {
  animation-delay: 480ms;
}

.site-nav a:nth-child(4) {
  border-color: rgba(244, 191, 88, 0.48);
  background:
    linear-gradient(180deg, rgba(255, 227, 154, 0.92), rgba(244, 191, 88, 0.88)),
    var(--gold);
  color: #1c1208;
  text-shadow: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  border-color: rgba(255, 227, 154, 0.62);
  color: var(--gold-2);
  filter: brightness(1.12);
  box-shadow:
    0 12px 0 rgba(0, 0, 0, 0.32),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 28px 54px rgba(0, 0, 0, 0.48),
    0 0 28px rgba(244, 191, 88, 0.28);
  transform: translateY(-7px) scale(1.035);
}

.site-nav a:nth-child(2):hover,
.site-nav a:nth-child(2):focus-visible,
.site-nav a:nth-child(4):hover,
.site-nav a:nth-child(4):focus-visible {
  transform: translateY(1px) scale(1.035);
}

.site-nav a:nth-child(4):hover,
.site-nav a:nth-child(4):focus-visible {
  color: #1c1208;
}

.site-nav a:hover::before,
.site-nav a:focus-visible::before {
  opacity: 1;
  animation: sweep 780ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  opacity: 0.9;
}

.nav-toggle {
  display: none;
  position: relative;
  width: 46px;
  height: 46px;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  border: 1px solid rgba(255, 227, 154, 0.36);
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(244, 191, 88, 0.18), transparent 48%),
    linear-gradient(135deg, rgba(37, 18, 14, 0.92), rgba(5, 6, 8, 0.9));
  color: var(--ink);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.38);
  cursor: pointer;
  pointer-events: auto;
}

.nav-toggle span {
  position: absolute;
  left: 13px;
  width: 19px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: top 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.nav-toggle span:nth-child(1) {
  top: 14px;
}

.nav-toggle span:nth-child(2) {
  top: 21px;
}

.nav-toggle span:nth-child(3) {
  top: 28px;
}

.nav-toggle b {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  top: 21px;
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  top: 21px;
  transform: rotate(-45deg);
}

/* Landing */
.landing-page {
  background:
    radial-gradient(circle at 18% 18%, rgba(214, 71, 50, 0.18), transparent 28rem),
    radial-gradient(circle at 82% 36%, rgba(105, 232, 209, 0.12), transparent 24rem),
    linear-gradient(180deg, #060607 0%, #0f0b0b 52%, #060607 100%);
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  place-items: center;
  padding: 126px 18px 70px;
  overflow: hidden;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: -1;
  height: min(26svh, 260px);
  background:
    radial-gradient(ellipse at 28% 100%, rgba(214, 71, 50, 0.12), transparent 34%),
    radial-gradient(ellipse at 72% 100%, rgba(105, 232, 209, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(6, 6, 7, 0), rgba(6, 6, 7, 0.54) 58%, rgba(6, 6, 7, 1));
  pointer-events: none;
}

.hero__media,
.hero__veil,
.hero__embers {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__media {
  z-index: -3;
  background: #050505 url("../images/mu.jpg") center / cover no-repeat;
}

.hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: none;
  animation: sceneDrift 18s ease-in-out infinite alternate;
}

.hero__veil {
  z-index: -2;
  display: none;
}

.hero__embers {
  z-index: -1;
  display: none;
}

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

.hero-logo {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 2px;
  padding: 10px 24px 15px;
  text-transform: uppercase;
  filter: drop-shadow(0 14px 34px rgba(0, 0, 0, 0.58));
}

.hero-logo::before,
.hero-logo::after {
  content: "";
  position: absolute;
  left: 50%;
  width: min(380px, 82vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 227, 154, 0.88), transparent);
  transform: translateX(-50%);
}

.hero-logo::before {
  top: 0;
}

.hero-logo::after {
  bottom: 0;
}

.hero-logo img {
  width: 74px;
  height: 74px;
  margin-bottom: 2px;
  border-radius: 50%;
  box-shadow: 0 0 34px rgba(214, 71, 50, 0.58);
}

.hero-logo span {
  color: #fff7dc;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.2rem;
  font-weight: 950;
  line-height: 0.9;
  text-shadow:
    0 2px 0 #6f2517,
    0 0 24px rgba(244, 191, 88, 0.55),
    0 18px 52px rgba(0, 0, 0, 0.66);
}

.hero-logo strong {
  color: var(--gold-2);
  font-size: 1.38rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0.16em;
  text-shadow: 0 0 18px rgba(244, 191, 88, 0.6);
}

.hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: 2.38rem;
  font-weight: 950;
  line-height: 1.05;
  text-shadow: 0 16px 42px rgba(0, 0, 0, 0.78);
}

.hero__lead {
  width: min(680px, 100%);
  margin: 0;
  color: #f2e6d7;
  font-size: 1.08rem;
  font-weight: 650;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
}

.btn {
  position: relative;
  isolation: isolate;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 227, 154, 0.22);
  border-radius: var(--radius);
  background: rgba(10, 10, 12, 0.72);
  color: var(--ink);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.38);
  font-size: 0.92rem;
  font-weight: 950;
  text-transform: uppercase;
  transition: transform 180ms ease, filter 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.26) 48%, transparent 64%);
  opacity: 0;
  transform: translateX(-120%) skewX(-14deg);
}

.btn:hover,
.btn:focus-visible {
  border-color: rgba(255, 227, 154, 0.48);
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.btn:hover::before,
.btn:focus-visible::before {
  opacity: 1;
  animation: sweep 780ms ease;
}

.btn--primary {
  border-color: rgba(214, 71, 50, 0.72);
  background: linear-gradient(180deg, #f05d42, #9f231a);
  color: #fffaf0;
}

.btn--gold {
  border-color: rgba(255, 227, 154, 0.66);
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #1c1208;
  text-shadow: none;
}

.btn--ghost {
  background: rgba(9, 10, 12, 0.62);
  backdrop-filter: blur(14px);
}

.btn--wide {
  width: 100%;
}

.server-strip {
  width: min(760px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.server-strip div {
  min-height: 78px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(255, 227, 154, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 227, 154, 0.08), rgba(105, 232, 209, 0.04)),
    rgba(9, 9, 11, 0.58);
  backdrop-filter: blur(14px);
}

.server-strip span {
  color: var(--soft);
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.server-strip strong {
  color: var(--ink);
  font-size: 0.96rem;
  font-weight: 900;
}

.section {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 82px 0;
}

.news-section {
  margin-top: -72px;
  padding-top: 92px;
}

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

.section__head h2,
.download-panel h2 {
  margin: 6px 0 0;
  color: var(--ink);
  font-size: 2.1rem;
  line-height: 1.1;
  font-weight: 950;
}

.section__link {
  flex: 0 0 auto;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 227, 154, 0.22);
  border-radius: var(--radius);
  color: var(--gold-2);
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: background-color 180ms ease, transform 180ms ease;
}

.section__link:hover,
.section__link:focus-visible {
  background: rgba(255, 227, 154, 0.1);
  transform: translateY(-2px);
}

.news-board {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  padding: 14px;
  border: 1px solid rgba(255, 227, 154, 0.16);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 14% 0%, rgba(214, 71, 50, 0.12), transparent 20rem),
    radial-gradient(circle at 86% 20%, rgba(105, 232, 209, 0.1), transparent 18rem),
    linear-gradient(135deg, rgba(20, 11, 10, 0.72), rgba(4, 7, 8, 0.72));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    0 24px 70px rgba(0, 0, 0, 0.34);
}

.news-board::before,
.news-board::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.news-board::before {
  inset: -1px 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 227, 154, 0.68), transparent);
}

.news-board::after {
  right: 18px;
  bottom: 18px;
  width: 110px;
  height: 110px;
  border-right: 1px solid rgba(105, 232, 209, 0.18);
  border-bottom: 1px solid rgba(105, 232, 209, 0.18);
}

.news-spotlight,
.news-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 227, 154, 0.18);
  border-radius: var(--radius);
  background: rgba(7, 7, 9, 0.72);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.25);
  transition: transform 180ms ease, border-color 180ms ease, filter 180ms ease;
}

.news-spotlight::before,
.news-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 244, 210, 0.2) 48%, transparent 64%);
  opacity: 0;
  transform: translateX(-120%) skewX(-14deg);
  pointer-events: none;
}

.news-spotlight:hover,
.news-spotlight:focus-visible,
.news-item:hover,
.news-item:focus-visible {
  border-color: rgba(255, 227, 154, 0.48);
  filter: brightness(1.06);
  transform: translateY(-3px);
}

.news-spotlight:hover::before,
.news-spotlight:focus-visible::before,
.news-item:hover::before,
.news-item:focus-visible::before {
  opacity: 1;
  animation: sweep 780ms ease;
}

.news-spotlight {
  min-height: 486px;
  display: grid;
  align-content: end;
  isolation: isolate;
}

.news-spotlight__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: block;
}

.news-spotlight__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.02);
  transition: transform 400ms ease;
}

.news-spotlight:hover .news-spotlight__media img,
.news-spotlight:focus-visible .news-spotlight__media img {
  transform: scale(1.07);
}

.news-spotlight::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.26) 38%, rgba(0, 0, 0, 0.88) 100%),
    radial-gradient(circle at 18% 18%, rgba(244, 191, 88, 0.18), transparent 42%);
  pointer-events: none;
}

.news-spotlight__content {
  display: grid;
  gap: 10px;
  padding: 24px;
}

.news-spotlight__content strong {
  color: var(--ink);
  font-size: 1.46rem;
  line-height: 1.12;
  font-weight: 950;
}

.news-spotlight__content > span:not(.news-meta) {
  color: #e8ddce;
  font-size: 0.98rem;
}

.news-spotlight__content b {
  width: fit-content;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  margin-top: 4px;
  padding: 0 13px;
  border: 1px solid rgba(255, 227, 154, 0.38);
  border-radius: 999px;
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

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

.news-item {
  min-height: 112px;
  display: grid;
  grid-template-columns: 74px 1fr;
  align-items: stretch;
}

.news-item__index {
  position: relative;
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(255, 227, 154, 0.12);
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 227, 154, 0.18), transparent 48%),
    rgba(255, 255, 255, 0.035);
  color: rgba(255, 227, 154, 0.8);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  font-weight: 950;
}

.news-item__index::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 1px solid rgba(255, 227, 154, 0.32);
  border-right: 1px solid rgba(255, 227, 154, 0.32);
  background: #111;
  transform: translateY(-50%) rotate(45deg);
}

.news-item__body {
  display: grid;
  align-content: center;
  gap: 7px;
  min-width: 0;
  padding: 15px 18px 15px 22px;
}

.news-item__body strong {
  color: var(--ink);
  font-size: 1.06rem;
  line-height: 1.18;
  font-weight: 950;
}

.news-item__body > span:not(.news-meta) {
  color: #d9cebf;
  font-size: 0.9rem;
}

.news-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-meta time {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 850;
}

.news-tag {
  width: fit-content;
  min-height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid rgba(255, 227, 154, 0.58);
  border-radius: 999px;
  background: rgba(244, 191, 88, 0.14);
  color: var(--gold-2);
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.news-tag--event {
  border-color: rgba(214, 71, 50, 0.64);
  background: rgba(214, 71, 50, 0.14);
  color: #ffb1a3;
}

.news-tag--guide,
.news-tag--summary {
  border-color: rgba(105, 232, 209, 0.6);
  background: rgba(105, 232, 209, 0.12);
  color: #a4f8e8;
}

.download-panel {
  display: grid;
  grid-template-columns: 1fr 320px;
  align-items: center;
  gap: 32px;
  padding: 32px;
  border: 1px solid rgba(255, 227, 154, 0.22);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 12% 30%, rgba(244, 191, 88, 0.17), transparent 16rem),
    radial-gradient(circle at 80% 28%, rgba(214, 71, 50, 0.16), transparent 16rem),
    linear-gradient(135deg, rgba(36, 19, 15, 0.88), rgba(8, 9, 11, 0.88));
  box-shadow: var(--shadow);
}

.download-panel p {
  margin: 10px 0 0;
  max-width: 680px;
  color: #ded2c1;
  font-size: 1rem;
}

.download-panel__actions {
  display: grid;
  gap: 12px;
}

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

.community-card {
  min-height: 240px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(255, 227, 154, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 227, 154, 0.08), rgba(105, 232, 209, 0.04)),
    rgba(11, 11, 13, 0.82);
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.community-card img,
.community-card__icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 227, 154, 0.22);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.24);
  color: #7fcfff;
  font-size: 2.3rem;
  font-weight: 950;
  object-fit: cover;
  box-shadow: 0 0 24px rgba(105, 232, 209, 0.2);
}

.community-card h3 {
  margin: 0;
  font-size: 1.16rem;
  line-height: 1.1;
  font-weight: 950;
}

.community-card p {
  margin: 0;
  color: #d7cbbb;
  font-size: 0.94rem;
}

.community-card:hover,
.community-card:focus-visible {
  border-color: rgba(105, 232, 209, 0.42);
  background-color: rgba(18, 18, 20, 0.9);
  transform: translateY(-4px);
}

.quick-support {
  position: fixed;
  z-index: 45;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(24px, env(safe-area-inset-bottom));
  display: grid;
  gap: 10px;
}

.quick-support a {
  position: relative;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  padding: 6px;
  border: 1px solid rgba(255, 227, 154, 0.28);
  border-radius: 50%;
  background: rgba(9, 9, 10, 0.78);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, filter 180ms ease;
}

.quick-support a::before {
  content: "";
  position: absolute;
  inset: -6px;
  border: 1px solid rgba(105, 232, 209, 0.48);
  border-radius: 50%;
  opacity: 0.55;
  animation: supportPulse 2.2s ease-out infinite;
}

.quick-support img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.quick-support a:hover,
.quick-support a:focus-visible {
  transform: translateY(-2px) scale(1.06);
  filter: brightness(1.1);
}

.site-footer {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 auto;
  padding: 24px 0 34px;
  border-top: 1px solid rgba(255, 227, 154, 0.14);
  color: var(--soft);
  font-size: 0.86rem;
}

.site-footer p {
  margin: 0;
  font-weight: 850;
}

.site-footer div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.site-footer a {
  color: var(--muted);
  font-weight: 800;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--gold-2);
}

.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* News modal */
.news-frame-dialog {
  position: fixed;
  top: max(34px, env(safe-area-inset-top));
  left: 50%;
  width: min(980px, calc(100vw - 32px));
  max-height: calc(100vh - 76px);
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: visible;
  transform: translateX(-50%);
}

.news-frame-dialog[open],
.guide-dialog[open],
.download-dialog[open] {
  animation: dialogFloatIn 260ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.news-frame-dialog.is-closing,
.guide-dialog.is-closing,
.download-dialog.is-closing {
  animation: dialogFloatOut 180ms ease both;
  pointer-events: none;
}

.news-frame-dialog::backdrop {
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(6px);
}

.news-frame-dialog[open]::backdrop,
.guide-dialog[open]::backdrop,
.download-dialog[open]::backdrop {
  animation: dialogBackdropIn 240ms ease both;
}

.news-frame-dialog.is-closing::backdrop,
.guide-dialog.is-closing::backdrop,
.download-dialog.is-closing::backdrop {
  animation: dialogBackdropOut 180ms ease both;
}

.news-frame-dialog iframe {
  width: 100%;
  height: 360px;
  max-height: calc(100vh - 76px);
  border: 0;
  border-radius: var(--radius);
  background: transparent;
}

.news-frame-dialog__close {
  position: absolute;
  z-index: 3;
  top: -13px;
  right: -13px;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(255, 227, 154, 0.84);
  border-radius: 50%;
  background: rgba(5, 5, 6, 0.96);
  color: var(--gold-2);
  font-weight: 950;
  line-height: 1;
  cursor: pointer;
}

.news-frame-dialog__close:hover,
.news-frame-dialog__close:focus-visible {
  background: var(--gold);
  color: #1c1208;
}

.guide-dialog {
  position: fixed;
  top: max(28px, env(safe-area-inset-top));
  left: 50%;
  width: min(1040px, calc(100vw - 32px));
  max-height: calc(100vh - 56px);
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 227, 154, 0.26);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(38, 20, 16, 0.96), rgba(6, 7, 9, 0.98)),
    rgba(6, 7, 9, 0.98);
  color: var(--ink);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.72);
  overflow: visible;
  transform: translateX(-50%);
}

.guide-dialog::backdrop {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(7px);
}

.guide-dialog__inner {
  max-height: calc(100vh - 56px);
  display: grid;
  gap: 16px;
  padding: 22px;
  overflow: auto;
  scrollbar-color: rgba(255, 227, 154, 0.7) rgba(255, 255, 255, 0.08);
}

.guide-dialog__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding-right: 26px;
}

.guide-dialog__head h2 {
  margin: 0;
  color: var(--ink);
  font-size: 1.55rem;
  line-height: 1.15;
  font-weight: 950;
}

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

.guide-dialog__images img {
  width: 100%;
  border: 1px solid rgba(255, 227, 154, 0.18);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.28);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.guide-dialog__close {
  position: absolute;
  z-index: 3;
  top: -13px;
  right: -13px;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(255, 227, 154, 0.84);
  border-radius: 50%;
  background: rgba(5, 5, 6, 0.96);
  color: var(--gold-2);
  font-weight: 950;
  line-height: 1;
  cursor: pointer;
}

.guide-dialog__close:hover,
.guide-dialog__close:focus-visible {
  background: var(--gold);
  color: #1c1208;
}

.download-dialog {
  --dialog-transform-start: translate(-50%, calc(-50% + 18px)) scale(0.96);
  --dialog-transform-end: translate(-50%, -50%) scale(1);
  --dialog-transform-out: translate(-50%, calc(-50% + 12px)) scale(0.98);
  position: fixed;
  top: 50%;
  left: 50%;
  width: min(430px, calc(100vw - 28px));
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 227, 154, 0.28);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 0%, rgba(244, 191, 88, 0.18), transparent 13rem),
    linear-gradient(135deg, rgba(33, 18, 13, 0.98), rgba(5, 6, 8, 0.98));
  color: var(--ink);
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.72),
    0 0 42px rgba(244, 191, 88, 0.12);
  overflow: visible;
  transform: translate(-50%, -50%);
}

.download-dialog::backdrop {
  background: rgba(0, 0, 0, 0.68);
  backdrop-filter: blur(7px);
}

.download-dialog__inner {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 30px 24px 22px;
  text-align: center;
  overflow: hidden;
}

.download-dialog__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.08) 46%, transparent 64%);
  animation: loaderSweep 2.2s ease-in-out infinite;
  pointer-events: none;
}

.download-orb {
  position: relative;
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  margin-bottom: 2px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 227, 154, 0.95) 0 18%, rgba(244, 191, 88, 0.18) 19% 42%, transparent 43%),
    conic-gradient(from 0deg, var(--gold), var(--ember), var(--cyan), var(--gold));
  box-shadow:
    0 0 28px rgba(244, 191, 88, 0.36),
    inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  animation: downloadSpin 1.6s linear infinite;
}

.download-orb::before {
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: 50%;
  background: rgba(7, 8, 10, 0.92);
}

.download-orb span {
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  box-shadow: 0 0 18px rgba(244, 191, 88, 0.5);
}

.download-orb i {
  position: absolute;
  inset: -9px;
  border: 1px solid rgba(255, 227, 154, 0.26);
  border-radius: 50%;
  animation: supportPulse 1.8s ease-out infinite;
}

.download-dialog h2 {
  position: relative;
  margin: 0;
  color: var(--ink);
  font-size: 1.48rem;
  line-height: 1.12;
  font-weight: 950;
}

.download-dialog p:not(.eyebrow) {
  position: relative;
  max-width: 330px;
  margin: 0;
  color: #e3d6c4;
  font-size: 0.94rem;
}

.download-progress {
  position: relative;
  width: 100%;
  height: 10px;
  margin-top: 6px;
  overflow: hidden;
  border: 1px solid rgba(255, 227, 154, 0.18);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.28);
}

.download-progress span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background:
    linear-gradient(90deg, var(--ember), var(--gold), var(--cyan)),
    var(--gold);
  box-shadow: 0 0 18px rgba(244, 191, 88, 0.42);
  transform-origin: left;
  animation: downloadProgress 3s linear both;
}

.download-dialog__status {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
}

.download-dialog__status strong {
  color: var(--gold-2);
  font-size: 1.2rem;
  font-weight: 950;
}

.download-dialog__cancel {
  position: relative;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 227, 154, 0.2);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.18);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.download-dialog__cancel:hover,
.download-dialog__cancel:focus-visible {
  border-color: rgba(255, 227, 154, 0.48);
  background: rgba(255, 227, 154, 0.08);
  color: var(--gold-2);
}

/* Shared article pages */
body.news-page {
  min-height: 100vh;
  background: #050506;
  overflow: auto;
}

.stage {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #050506 url("../images/mu.jpg") center / cover no-repeat;
}

.stage__video,
.stage__vignette {
  position: absolute;
  inset: 0;
}

.stage__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.22;
  filter: saturate(0.82) brightness(0.62);
}

.stage__vignette {
  background:
    radial-gradient(circle at 50% 0%, rgba(244, 191, 88, 0.12), transparent 34rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.9) 64%, rgba(0, 0, 0, 0.96)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.68), transparent 30%, transparent 70%, rgba(0, 0, 0, 0.68));
}

.article-shell {
  position: relative;
  z-index: 2;
  width: min(920px, calc(100% - 32px));
  margin: 58px auto 52px;
  padding: 28px;
  border: 1px solid rgba(255, 227, 154, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(39, 22, 17, 0.88), rgba(8, 9, 11, 0.94)),
    rgba(8, 9, 11, 0.9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.article-shell::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
}

.article-back {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin-bottom: 18px;
  padding: 0 12px;
  border: 1px solid rgba(255, 227, 154, 0.18);
  border-radius: var(--radius);
  color: var(--gold-2);
  font-size: 0.82rem;
  font-weight: 900;
}

.article-back:hover,
.article-back:focus-visible {
  background: rgba(255, 227, 154, 0.1);
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.article-meta time {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 850;
}

.article-shell h1 {
  margin: 0;
  color: var(--ink);
  font-size: 2.1rem;
  line-height: 1.12;
  font-weight: 950;
}

.article-lead {
  margin: 12px 0 24px;
  color: #e0d4c2;
  font-size: 1.02rem;
}

.article-content {
  display: grid;
  gap: 18px;
}

.article-content h2,
.article-content h3 {
  margin: 0;
}

.article-content ul {
  margin: 0;
  padding-left: 19px;
}

.article-content li {
  margin: 7px 0;
  color: #e6dccc;
}

html.is-popup-document {
  min-height: 0;
  background: transparent;
}

body.news-page.is-popup {
  min-height: 0;
  background: transparent;
}

body.news-page.is-popup .stage,
body.news-page.is-popup .article-back {
  display: none;
}

body.news-page.is-popup .article-shell {
  width: 100%;
  margin: 0;
  border-radius: var(--radius);
  box-shadow: none;
}

/* Article components */
.server-info-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.server-info-panel,
.tl-card,
.lux-evt-wrapper,
.nova-event-section,
.boss-reward-wrap,
.mu-schedule-card,
.mu-schedule-top,
.nova-rule-box,
.lux-evt-rules {
  border: 1px solid rgba(255, 227, 154, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 227, 154, 0.07), rgba(105, 232, 209, 0.035)),
    rgba(0, 0, 0, 0.18);
}

.server-info-title {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 227, 154, 0.12);
  color: var(--gold-2);
  font-size: 1.1rem;
  font-weight: 950;
  text-transform: uppercase;
}

.server-info-list {
  display: grid;
}

.server-info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 9px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: #efe4d4;
}

.server-info-row:first-child {
  border-top: 0;
}

.server-info-row span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 850;
}

.server-info-row strong {
  text-align: right;
  font-weight: 900;
}

.server-info-row--single {
  justify-content: center;
  text-align: center;
  color: var(--gold-2);
}

.server-info-hot,
.server-info-orange {
  color: #ff9f72;
}

.server-info-cyan {
  color: var(--cyan);
}

.server-info-green {
  color: var(--green);
}

.server-info-gold {
  color: var(--gold-2);
}

.tl-container {
  position: relative;
  display: grid;
  gap: 12px;
  padding-left: 26px;
}

.tl-container::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, var(--gold), var(--ember), var(--cyan));
}

.tl-item {
  position: relative;
}

.tl-dot {
  position: absolute;
  left: -25px;
  top: 18px;
  width: 15px;
  height: 15px;
  border: 2px solid var(--gold-2);
  border-radius: 50%;
  background: var(--ember);
  box-shadow: 0 0 18px rgba(244, 191, 88, 0.4);
}

.tl-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 14px;
  padding: 14px;
}

.tl-time {
  color: var(--gold-2);
  font-weight: 950;
}

.tl-feature {
  color: #eadfce;
  font-weight: 750;
}

.lux-evt-wrapper,
.nova-event-page {
  display: grid;
  gap: 16px;
}

.lux-evt-wrapper {
  padding: 18px;
}

.lux-evt-header,
.nova-event-head {
  display: grid;
  gap: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 227, 154, 0.12);
}

.lux-evt-subtitle,
.nova-event-subtitle {
  width: fit-content;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(105, 232, 209, 0.42);
  border-radius: 999px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.article-shell .lux-evt-title,
.article-shell .nova-event-title {
  color: var(--gold-2);
  font-size: 1.48rem;
}

.lux-evt-time,
.nova-event-time {
  color: var(--muted);
  font-weight: 850;
}

.lux-evt-podium,
.nova-event-podium {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.lux-evt-card,
.nova-rank-card {
  min-height: 138px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 7px;
  padding: 16px;
  border: 1px solid rgba(255, 227, 154, 0.16);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
}

.lux-rank-1,
.nova-rank-card--gold {
  border-color: rgba(255, 227, 154, 0.45);
  background: rgba(244, 191, 88, 0.12);
}

.lux-medal,
.nova-rank-medal {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #1d1208;
  font-weight: 950;
}

.lux-rank-title,
.nova-rank-name {
  color: var(--gold-2);
  font-weight: 950;
}

.lux-reward,
.nova-rank-reward {
  color: #efe4d4;
  font-weight: 800;
}

.lux-evt-rules,
.nova-rule-box {
  padding: 16px;
}

.lux-evt-rules h3,
.nova-rule-title {
  color: var(--cyan);
  font-size: 1rem;
  font-weight: 950;
  text-transform: uppercase;
}

.boss-reward-wrap {
  overflow: hidden;
}

.boss-reward-table {
  width: 100%;
  border-collapse: collapse;
}

.boss-reward-table td {
  padding: 12px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: #efe4d4;
  font-weight: 800;
}

.boss-reward-table tr:first-child td {
  border-top: 0;
  background: rgba(244, 191, 88, 0.14);
  color: var(--gold-2);
  font-weight: 950;
  text-transform: uppercase;
}

.boss-reward-table td:last-child {
  color: var(--cyan);
  text-align: right;
}

.boss-reward-note {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(105, 232, 209, 0.2);
  border-radius: var(--radius);
  color: #dcefe9;
  background: rgba(105, 232, 209, 0.08);
}

.mu-schedule-wrap {
  display: grid;
  gap: 14px;
}

.mu-schedule-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
}

.article-shell .mu-schedule-title {
  margin: 0;
  color: var(--gold-2);
  font-size: 1.45rem;
}

.mu-schedule-note {
  color: var(--muted);
  font-weight: 850;
}

.mu-schedule-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 12px;
}

.mu-schedule-card {
  overflow: hidden;
}

.mu-card-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.mu-card-name {
  color: var(--ink);
  font-weight: 950;
}

.mu-card-badge {
  min-width: 48px;
  padding: 3px 8px;
  border: 1px solid rgba(105, 232, 209, 0.42);
  border-radius: 999px;
  color: var(--cyan);
  font-size: 0.68rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.mu-card-body {
  display: grid;
  gap: 9px;
  padding: 13px 14px 15px;
}

.mu-card-row {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 10px;
}

.mu-card-label {
  color: var(--gold-2);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.mu-card-value {
  color: #e4dacb;
  font-size: 0.9rem;
  font-weight: 750;
}

.mu-time-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 27px;
  margin: 0 4px 6px 0;
  padding: 0 8px;
  border: 1px solid rgba(244, 191, 88, 0.44);
  border-radius: 6px;
  background: rgba(244, 191, 88, 0.1);
  color: #fff4d0;
  font-size: 0.8rem;
  font-weight: 900;
}

/* Article frost theme */
body.news-page {
  --ink: #f5fffb;
  --muted: #9bbab6;
  --gold: #64f1ff;
  --gold-2: #a7fff8;
  --ember: #ff5dad;
  --cyan: #b9ff64;
  --green: #72ff9d;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 93, 173, 0.18), transparent 28rem),
    radial-gradient(circle at 86% 18%, rgba(100, 241, 255, 0.14), transparent 30rem),
    linear-gradient(180deg, #03100f, #08070e 56%, #020606);
}

body.news-page .stage {
  background:
    radial-gradient(circle at 50% 0%, rgba(100, 241, 255, 0.1), transparent 34rem),
    #03100f url("../images/mu.jpg") center / cover no-repeat;
}

body.news-page .stage__video {
  opacity: 0.16;
  filter: hue-rotate(150deg) saturate(0.74) contrast(1.08) brightness(0.52);
}

body.news-page .stage__vignette {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 93, 173, 0.2), transparent 26rem),
    radial-gradient(circle at 82% 10%, rgba(100, 241, 255, 0.16), transparent 28rem),
    linear-gradient(180deg, rgba(2, 8, 8, 0.62), rgba(2, 8, 8, 0.9) 54%, rgba(2, 5, 6, 0.98)),
    linear-gradient(90deg, rgba(2, 5, 6, 0.76), transparent 32%, transparent 68%, rgba(2, 5, 6, 0.76));
}

body.news-page .article-shell {
  border-color: rgba(100, 241, 255, 0.26);
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 93, 173, 0.13), transparent 22rem),
    radial-gradient(circle at 100% 8%, rgba(100, 241, 255, 0.13), transparent 22rem),
    linear-gradient(135deg, rgba(6, 25, 25, 0.94), rgba(15, 10, 25, 0.94)),
    rgba(3, 9, 10, 0.96);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    0 30px 90px rgba(0, 0, 0, 0.7),
    0 0 44px rgba(100, 241, 255, 0.08);
}

body.news-page .article-shell::before {
  background: linear-gradient(90deg, transparent, rgba(255, 93, 173, 0.88), rgba(100, 241, 255, 0.9), transparent);
}

body.news-page .article-shell::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 18px;
  width: 110px;
  height: 110px;
  border-right: 1px solid rgba(100, 241, 255, 0.18);
  border-bottom: 1px solid rgba(255, 93, 173, 0.18);
  pointer-events: none;
}

body.news-page .article-back {
  border-color: rgba(100, 241, 255, 0.32);
  background: rgba(100, 241, 255, 0.06);
  color: #a7fff8;
}

body.news-page .article-back:hover,
body.news-page .article-back:focus-visible {
  background: rgba(185, 255, 100, 0.12);
  color: #d8ff9b;
}

body.news-page .article-meta time,
body.news-page .lux-evt-time,
body.news-page .nova-event-time,
body.news-page .mu-schedule-note {
  color: #9bbab6;
}

body.news-page .article-shell h1 {
  color: #f5fffb;
  text-shadow: 0 0 24px rgba(100, 241, 255, 0.18), 0 0 12px rgba(255, 93, 173, 0.12);
}

body.news-page .article-lead,
body.news-page .article-content li,
body.news-page .tl-feature,
body.news-page .lux-reward,
body.news-page .nova-rank-reward,
body.news-page .boss-reward-table td,
body.news-page .mu-card-value {
  color: #d7e8e3;
}

body.news-page .news-tag {
  border-color: rgba(100, 241, 255, 0.7);
  background: rgba(100, 241, 255, 0.12);
  color: #a7fff8;
}

body.news-page .news-tag--notice {
  border-color: rgba(255, 93, 173, 0.72);
  background: rgba(255, 93, 173, 0.14);
  color: #ffafd2;
}

body.news-page .news-tag--event {
  border-color: rgba(185, 255, 100, 0.62);
  background: rgba(185, 255, 100, 0.12);
  color: #d8ff9b;
}

body.news-page .news-tag--guide,
body.news-page .news-tag--summary {
  border-color: rgba(100, 241, 255, 0.62);
  background: rgba(100, 241, 255, 0.12);
  color: #a7fff8;
}

body.news-page .server-info-panel,
body.news-page .tl-card,
body.news-page .lux-evt-wrapper,
body.news-page .nova-event-section,
body.news-page .boss-reward-wrap,
body.news-page .mu-schedule-card,
body.news-page .mu-schedule-top,
body.news-page .nova-rule-box,
body.news-page .lux-evt-rules {
  border-color: rgba(100, 241, 255, 0.18);
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 93, 173, 0.08), transparent 54%),
    linear-gradient(135deg, rgba(100, 241, 255, 0.065), rgba(185, 255, 100, 0.035)),
    rgba(1, 12, 13, 0.52);
}

body.news-page .server-info-title,
body.news-page .article-shell .lux-evt-title,
body.news-page .article-shell .nova-event-title,
body.news-page .article-shell .mu-schedule-title,
body.news-page .tl-time,
body.news-page .lux-rank-title,
body.news-page .nova-rank-name,
body.news-page .mu-card-label {
  color: #b9ff64;
}

body.news-page .server-info-title,
body.news-page .lux-evt-header,
body.news-page .nova-event-head,
body.news-page .mu-card-head {
  border-color: rgba(100, 241, 255, 0.13);
}

body.news-page .server-info-row {
  border-color: rgba(255, 255, 255, 0.055);
  color: #e5f5ef;
}

body.news-page .server-info-row span {
  color: #9bbab6;
}

body.news-page .server-info-row--single {
  color: #ffafd2;
}

body.news-page .server-info-hot,
body.news-page .server-info-orange {
  color: #ff8bc4;
}

body.news-page .server-info-cyan,
body.news-page .boss-reward-table td:last-child {
  color: #88f7ff;
}

body.news-page .server-info-green {
  color: #85ffac;
}

body.news-page .server-info-gold {
  color: #d8ff9b;
}

body.news-page .tl-container::before {
  background: linear-gradient(180deg, #ff5dad, #64f1ff, #b9ff64);
}

body.news-page .tl-dot {
  border-color: #a7fff8;
  background: #ff5dad;
  box-shadow: 0 0 18px rgba(255, 93, 173, 0.42);
}

body.news-page .lux-evt-subtitle,
body.news-page .nova-event-subtitle,
body.news-page .mu-card-badge {
  border-color: rgba(255, 93, 173, 0.54);
  background: rgba(255, 93, 173, 0.1);
  color: #ffafd2;
}

body.news-page .lux-evt-card,
body.news-page .nova-rank-card {
  border-color: rgba(100, 241, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(100, 241, 255, 0.075), rgba(255, 93, 173, 0.045)),
    rgba(0, 0, 0, 0.22);
}

body.news-page .lux-rank-1,
body.news-page .nova-rank-card--gold {
  border-color: rgba(185, 255, 100, 0.45);
  background:
    radial-gradient(circle at 50% 0%, rgba(185, 255, 100, 0.16), transparent 58%),
    rgba(185, 255, 100, 0.065);
}

body.news-page .lux-medal,
body.news-page .nova-rank-medal {
  background: linear-gradient(180deg, #d8ff9b, #64f1ff);
  color: #021111;
  box-shadow: 0 0 22px rgba(100, 241, 255, 0.22);
}

body.news-page .lux-evt-rules h3,
body.news-page .nova-rule-title {
  color: #88f7ff;
}

body.news-page .boss-reward-table tr:first-child td {
  background: rgba(255, 93, 173, 0.13);
  color: #ffafd2;
}

body.news-page .boss-reward-note {
  border-color: rgba(185, 255, 100, 0.22);
  background: rgba(185, 255, 100, 0.08);
  color: #e9ffcc;
}

body.news-page .mu-time-chip {
  border-color: rgba(100, 241, 255, 0.42);
  background: rgba(100, 241, 255, 0.09);
  color: #dffcff;
  box-shadow: 0 0 14px rgba(100, 241, 255, 0.08);
}

/* Rebuilt news article content */
.article-shell--neo {
  width: min(1060px, calc(100% - 32px));
}

.article-content--neo {
  gap: 22px;
}

.neo-kicker {
  width: fit-content;
  min-height: 27px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(100, 241, 255, 0.42);
  border-radius: 999px;
  background: rgba(100, 241, 255, 0.08);
  color: #a7fff8;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.intel-deck,
.event-lab,
.open-lab,
.ops-lab,
.bounty-lab {
  display: grid;
  gap: 18px;
}

.intel-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(100, 241, 255, 0.22);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 93, 173, 0.16), transparent 18rem),
    radial-gradient(circle at 100% 0%, rgba(185, 255, 100, 0.12), transparent 18rem),
    linear-gradient(135deg, rgba(5, 31, 32, 0.86), rgba(20, 10, 28, 0.88));
}

.intel-hero::after {
  content: "";
  position: absolute;
  inset: auto 22px 0 22px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 93, 173, 0.7), rgba(100, 241, 255, 0.76), transparent);
}

.intel-hero h2,
.intel-panel h3,
.release-map h3,
.event-card h3,
.open-card h3,
.ops-group h3,
.bounty-board h3 {
  margin: 0;
  color: #f5fffb;
  line-height: 1.12;
  font-weight: 950;
}

.intel-hero h2 {
  margin-top: 10px;
  font-size: clamp(1.58rem, 3vw, 2.35rem);
}

.intel-hero p {
  margin: 10px 0 0;
  color: #cce2dd;
}

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

.intel-kpis div {
  min-height: 92px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(100, 241, 255, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(100, 241, 255, 0.09), rgba(255, 93, 173, 0.045)),
    rgba(0, 0, 0, 0.18);
}

.intel-kpis b {
  color: #b9ff64;
  font-size: 1.28rem;
  line-height: 1;
  font-weight: 950;
}

.intel-kpis span {
  color: #9bbab6;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

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

.intel-panel,
.release-map,
.event-card,
.open-card,
.ops-group,
.bounty-board,
.bounty-note {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(100, 241, 255, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(100, 241, 255, 0.06), rgba(255, 93, 173, 0.04)),
    rgba(0, 0, 0, 0.2);
}

.intel-panel {
  padding: 18px;
}

.intel-panel h3,
.release-map h3,
.bounty-board h3 {
  color: #b9ff64;
  font-size: 1.08rem;
  text-transform: uppercase;
}

.spec-list {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
}

.spec-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.025);
}

.spec-list dt {
  color: #9bbab6;
  font-weight: 850;
}

.spec-list dd {
  margin: 0;
  color: #f5fffb;
  font-weight: 950;
  text-align: right;
}

.hotkey-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 14px;
}

.hotkey-grid div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 48px;
  padding: 8px;
  border: 1px solid rgba(100, 241, 255, 0.14);
  border-radius: 7px;
  background: rgba(100, 241, 255, 0.045);
}

.hotkey-grid kbd {
  display: inline-grid;
  place-items: center;
  min-height: 30px;
  border: 1px solid rgba(185, 255, 100, 0.34);
  border-radius: 6px;
  background: rgba(185, 255, 100, 0.09);
  color: #d8ff9b;
  font: inherit;
  font-weight: 950;
}

.hotkey-grid span {
  color: #d7e8e3;
  font-size: 0.86rem;
  font-weight: 780;
}

.release-map {
  padding: 18px;
}

.release-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.release-card {
  min-height: 116px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 13px;
  border: 1px solid rgba(100, 241, 255, 0.14);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 93, 173, 0.12), transparent 60%),
    rgba(255, 255, 255, 0.026);
}

.release-card b {
  color: #ffafd2;
  font-size: 0.92rem;
}

.release-card span {
  color: #d7e8e3;
  font-size: 0.86rem;
  font-weight: 760;
}

.event-stack,
.open-grid,
.ops-board,
.bounty-grid {
  display: grid;
  gap: 14px;
}

.event-card,
.open-card {
  padding: 18px;
}

.event-card__head,
.open-card__head {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: start;
}

.event-index,
.open-index {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 93, 173, 0.38);
  border-radius: 50%;
  background: rgba(255, 93, 173, 0.1);
  color: #ffafd2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 950;
}

.event-card h3,
.open-card h3 {
  font-size: 1.28rem;
}

.event-card p,
.open-card p {
  margin: 6px 0 0;
  color: #cce2dd;
}

.reward-row,
.open-rewards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.reward-chip,
.open-prize {
  display: grid;
  gap: 5px;
  min-height: 90px;
  padding: 12px;
  border: 1px solid rgba(100, 241, 255, 0.15);
  border-radius: 7px;
  background: rgba(100, 241, 255, 0.05);
}

.reward-chip b,
.open-prize b {
  color: #b9ff64;
  font-weight: 950;
}

.reward-chip span,
.open-prize span {
  color: #d7e8e3;
  font-size: 0.86rem;
  font-weight: 800;
}

.rule-pills,
.open-rules {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.rule-pills li,
.open-rules li {
  margin: 0;
  padding: 7px 10px;
  border: 1px solid rgba(185, 255, 100, 0.2);
  border-radius: 999px;
  background: rgba(185, 255, 100, 0.065);
  color: #e9ffcc;
  font-size: 0.84rem;
  font-weight: 820;
}

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

.open-card--wide {
  grid-column: 1 / -1;
}

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

.ops-group {
  padding: 16px;
}

.ops-group--wide {
  grid-column: 1 / -1;
}

.ops-group h3 {
  color: #b9ff64;
  font-size: 1.08rem;
}

.ops-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 13px;
}

.ops-card {
  display: grid;
  gap: 10px;
  padding: 13px;
  border: 1px solid rgba(100, 241, 255, 0.14);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.16);
}

.ops-card strong {
  color: #f5fffb;
  font-size: 1rem;
  font-weight: 950;
}

.ops-card dl {
  display: grid;
  gap: 7px;
  margin: 0;
}

.ops-card div {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 9px;
}

.ops-card dt {
  color: #9bbab6;
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.ops-card dd {
  margin: 0;
  color: #d7e8e3;
  font-weight: 790;
}

.time-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.time-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 7px;
  border: 1px solid rgba(100, 241, 255, 0.28);
  border-radius: 999px;
  background: rgba(100, 241, 255, 0.08);
  color: #dffcff;
  font-size: 0.78rem;
  font-weight: 900;
}

.bounty-board {
  padding: 18px;
}

.bounty-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 14px;
}

.bounty-card {
  min-height: 122px;
  display: grid;
  align-content: space-between;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(100, 241, 255, 0.15);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 93, 173, 0.14), transparent 58%),
    rgba(255, 255, 255, 0.03);
}

.bounty-card strong {
  color: #f5fffb;
  line-height: 1.16;
  font-weight: 950;
}

.bounty-card span {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(185, 255, 100, 0.28);
  border-radius: 999px;
  color: #d8ff9b;
  font-size: 0.88rem;
  font-weight: 950;
}

.bounty-card--prime {
  border-color: rgba(185, 255, 100, 0.42);
  background:
    radial-gradient(circle at 100% 0%, rgba(185, 255, 100, 0.18), transparent 58%),
    rgba(185, 255, 100, 0.055);
}

.bounty-note {
  padding: 14px 16px;
  color: #e9ffcc;
  font-weight: 840;
}

@keyframes sceneDrift {
  from {
    transform: scale(1.02) translate3d(-0.35%, 0, 0);
  }

  to {
    transform: scale(1.07) translate3d(0.35%, -0.35%, 0);
  }
}

@keyframes emberPulse {
  from {
    opacity: 0.5;
  }

  to {
    opacity: 0.92;
  }
}

@keyframes sweep {
  from {
    transform: translateX(-120%) skewX(-14deg);
  }

  to {
    transform: translateX(130%) skewX(-14deg);
  }
}

@keyframes supportPulse {
  0% {
    opacity: 0.55;
    transform: scale(0.9);
  }

  80%,
  100% {
    opacity: 0;
    transform: scale(1.55);
  }
}

@keyframes downloadSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes downloadProgress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes loaderSweep {
  from {
    transform: translateX(-120%) skewX(-14deg);
  }

  45%,
  100% {
    transform: translateX(120%) skewX(-14deg);
  }
}

@keyframes navFloat {
  0%,
  100% {
    filter: brightness(1);
  }

  50% {
    filter: brightness(1.08);
  }
}

@keyframes dialogFloatIn {
  from {
    opacity: 0;
    filter: blur(2px);
    transform: var(--dialog-transform-start, translateX(-50%) translateY(18px) scale(0.96));
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: var(--dialog-transform-end, translateX(-50%) translateY(0) scale(1));
  }
}

@keyframes dialogFloatOut {
  from {
    opacity: 1;
    filter: blur(0);
    transform: var(--dialog-transform-end, translateX(-50%) translateY(0) scale(1));
  }

  to {
    opacity: 0;
    filter: blur(2px);
    transform: var(--dialog-transform-out, translateX(-50%) translateY(12px) scale(0.98));
  }
}

@keyframes dialogBackdropIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes dialogBackdropOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@media (max-width: 980px) {
  .site-header {
    align-items: start;
    flex-wrap: wrap;
  }

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

  .nav-toggle {
    display: block;
    margin-left: auto;
  }

  .site-nav {
    order: 3;
    width: 100%;
    display: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding-top: 10px;
  }

  .site-header.is-open .site-nav {
    display: grid;
  }

  .site-nav a {
    min-width: 0;
    min-height: 50px;
    border-color: rgba(255, 227, 154, 0.2);
    background:
      linear-gradient(135deg, rgba(36, 18, 14, 0.88), rgba(5, 6, 8, 0.82)),
      rgba(0, 0, 0, 0.2);
  }

  .site-nav a:nth-child(2),
  .site-nav a:nth-child(4),
  .site-nav a:nth-child(2):hover,
  .site-nav a:nth-child(2):focus-visible,
  .site-nav a:nth-child(4):hover,
  .site-nav a:nth-child(4):focus-visible {
    transform: none;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    transform: translateY(-3px) scale(1.02);
  }

  .hero {
    padding-top: 118px;
  }

  .hero-logo span {
    font-size: 3.3rem;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .server-strip,
  .download-panel,
  .server-info-wrap {
    grid-template-columns: 1fr;
  }

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

  .news-spotlight {
    min-height: 340px;
  }

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

  .news-item {
    min-height: 150px;
    grid-template-columns: 58px 1fr;
  }

  .community-grid {
    grid-template-columns: 1fr;
  }

  .article-shell--neo {
    width: min(920px, calc(100% - 32px));
  }

  .intel-hero,
  .intel-grid,
  .open-grid,
  .ops-board {
    grid-template-columns: 1fr;
  }

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

  .ops-group--wide,
  .open-card--wide {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
  }

  .site-header {
    top: max(10px, env(safe-area-inset-top));
    width: min(390px, calc(100% - 20px));
    min-height: 64px;
  }

  .brand {
    min-width: 0;
    min-height: 52px;
    padding: 6px 18px 6px 8px;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .brand strong {
    font-size: 0.92rem;
  }

  .brand small {
    display: none;
  }

  .site-nav {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 88svh;
    padding: 0 14px;
  }

  .hero-logo {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-logo img {
    width: 60px;
    height: 60px;
  }

  .hero-logo span {
    font-size: 2.7rem;
  }

  .hero-logo strong {
    font-size: 1rem;
  }

  .hero h1 {
    font-size: 1.64rem;
  }

  .hero__lead {
    font-size: 0.98rem;
  }

  .hero__actions,
  .server-strip {
    width: 100%;
  }

  .btn {
    width: 100%;
    min-height: 48px;
  }

  .server-strip {
    gap: 8px;
  }

  .server-strip div {
    min-height: 64px;
  }

  .section {
    width: min(390px, calc(100% - 24px));
    padding: 48px 0;
  }

  .section__head {
    align-items: start;
    flex-direction: column;
  }

  .section__head h2,
  .download-panel h2 {
    font-size: 1.55rem;
  }

  .news-board {
    gap: 12px;
    padding: 10px;
  }

  .news-board::after {
    display: none;
  }

  .news-spotlight {
    min-height: 0;
    display: block;
  }

  .news-spotlight::after {
    display: none;
  }

  .news-spotlight__media {
    position: relative;
    inset: auto;
    z-index: 0;
    height: 190px;
    overflow: hidden;
  }

  .news-spotlight__media img {
    transform: none;
  }

  .news-spotlight__content {
    position: relative;
    z-index: 1;
    padding: 18px;
    background:
      radial-gradient(circle at 8% 0%, rgba(244, 191, 88, 0.12), transparent 54%),
      linear-gradient(180deg, rgba(13, 10, 10, 0.9), rgba(5, 6, 8, 0.95));
  }

  .news-spotlight__content strong {
    font-size: 1.14rem;
  }

  .news-spotlight__content > span:not(.news-meta) {
    font-size: 0.9rem;
  }

  .news-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .news-item {
    min-height: 126px;
    grid-template-columns: 50px 1fr;
  }

  .news-item__index {
    font-size: 1rem;
  }

  .news-item__body {
    padding: 13px 13px 13px 17px;
  }

  .news-item__body strong {
    font-size: 0.98rem;
  }

  .news-meta {
    flex-wrap: wrap;
    gap: 7px;
  }

  .download-panel {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 22px;
  }

  .community-card {
    min-height: 210px;
  }

  .quick-support {
    right: max(10px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
  }

  .quick-support a {
    width: 50px;
    height: 50px;
  }

  .site-footer {
    width: min(390px, calc(100% - 24px));
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer div {
    justify-content: flex-start;
  }

  .news-frame-dialog {
    top: max(18px, env(safe-area-inset-top));
    width: min(390px, calc(100vw - 18px));
    max-height: calc(100vh - 42px);
  }

  .news-frame-dialog iframe {
    max-height: calc(100vh - 42px);
  }

  .guide-dialog {
    top: max(18px, env(safe-area-inset-top));
    width: min(390px, calc(100vw - 18px));
    max-height: calc(100vh - 36px);
  }

  .guide-dialog__inner {
    max-height: calc(100vh - 36px);
    padding: 16px;
  }

  .guide-dialog__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .guide-dialog__head h2 {
    font-size: 1.24rem;
  }

  .guide-dialog__images {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .article-shell {
    width: min(390px, calc(100% - 22px));
    margin: 42px auto 34px;
    padding: 20px;
  }

  body.news-page.is-popup .article-shell {
    padding: 18px;
  }

  .article-shell h1 {
    font-size: 1.55rem;
  }

  .article-content--neo {
    gap: 14px;
  }

  .intel-hero {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
  }

  .intel-kpis,
  .hotkey-grid,
  .release-track,
  .reward-row,
  .open-rewards,
  .ops-list,
  .bounty-grid {
    grid-template-columns: 1fr;
  }

  .intel-panel,
  .release-map,
  .event-card,
  .open-card,
  .ops-group,
  .bounty-board {
    padding: 14px;
  }

  .spec-list div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .spec-list dd {
    text-align: left;
  }

  .event-card__head,
  .open-card__head {
    grid-template-columns: 42px 1fr;
    gap: 10px;
  }

  .event-index,
  .open-index {
    width: 38px;
    height: 38px;
    font-size: 0.9rem;
  }

  .event-card h3,
  .open-card h3 {
    font-size: 1.08rem;
  }

  .ops-card div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .article-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .tl-container {
    padding-left: 22px;
  }

  .tl-dot {
    left: -22px;
  }

  .tl-card,
  .lux-evt-podium,
  .nova-event-podium {
    grid-template-columns: 1fr;
  }

  .lux-evt-wrapper,
  .nova-event-section {
    padding: 14px;
  }

  .lux-evt-card,
  .nova-rank-card {
    min-height: 106px;
  }

  .server-info-row,
  .mu-card-row {
    grid-template-columns: 1fr;
  }

  .server-info-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .server-info-row strong {
    text-align: left;
  }

  .mu-schedule-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .mu-schedule-grid {
    grid-template-columns: 1fr;
  }

  .boss-reward-table,
  .boss-reward-table tbody,
  .boss-reward-table tr,
  .boss-reward-table td {
    display: block;
    width: 100%;
  }

  .boss-reward-table tr:first-child {
    display: none;
  }

  .boss-reward-table tr {
    padding: 12px 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
  }

  .boss-reward-table td {
    padding: 0;
    border: 0;
  }

  .boss-reward-table td:last-child {
    margin-top: 4px;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Compact classic news theme */
.news-frame-dialog {
  top: max(26px, env(safe-area-inset-top));
  width: min(920px, calc(100vw - 40px));
  max-height: calc(100vh - 58px);
}

.news-frame-dialog::backdrop {
  background:
    radial-gradient(circle at 50% 0%, rgba(244, 191, 88, 0.1), transparent 34rem),
    rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(7px);
}

.news-frame-dialog iframe {
  max-height: calc(100vh - 58px);
  border-radius: 8px;
  background: #08090a;
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.62),
    0 0 0 1px rgba(255, 227, 154, 0.22);
}

.news-frame-dialog__close {
  top: -14px;
  right: -14px;
  width: 34px;
  height: 34px;
  border-color: rgba(255, 227, 154, 0.72);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 227, 154, 0.18), transparent 64%),
    rgba(8, 8, 9, 0.98);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.46);
  color: transparent;
  font-size: 0;
}

.news-frame-dialog__close::before,
.news-frame-dialog__close::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 16px;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: #ffe3a0;
}

.news-frame-dialog__close::before {
  transform: rotate(45deg);
}

.news-frame-dialog__close::after {
  transform: rotate(-45deg);
}

.news-frame-dialog__close:hover,
.news-frame-dialog__close:focus-visible {
  border-color: rgba(255, 227, 154, 0.92);
  background: linear-gradient(180deg, #ffe3a0, #d8a84d);
}

.news-frame-dialog__close:hover::before,
.news-frame-dialog__close:hover::after,
.news-frame-dialog__close:focus-visible::before,
.news-frame-dialog__close:focus-visible::after {
  background: #1c1208;
}

body.news-page {
  --ink: #fff7e8;
  --muted: #b8ad99;
  --gold: #d8a84d;
  --gold-2: #ffe3a0;
  --ember: #d85c3a;
  --cyan: #76d6c5;
  --green: #9ed86a;
  background:
    radial-gradient(circle at 16% 0%, rgba(216, 92, 58, 0.15), transparent 26rem),
    radial-gradient(circle at 86% 14%, rgba(118, 214, 197, 0.1), transparent 28rem),
    linear-gradient(180deg, #070707 0%, #100d0b 54%, #050505 100%);
  scrollbar-color: rgba(255, 227, 154, 0.44) rgba(255, 255, 255, 0.05);
}

html.is-popup-document,
body.news-page.is-popup {
  background: transparent;
}

body.news-page .stage {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 227, 154, 0.1), transparent 34rem),
    #050505 url("../images/mu.jpg") center / cover no-repeat;
}

body.news-page .stage__video {
  opacity: 0.18;
  filter: saturate(0.88) contrast(1.05) brightness(0.56);
}

body.news-page .stage__vignette {
  background:
    radial-gradient(circle at 18% 8%, rgba(216, 92, 58, 0.18), transparent 25rem),
    radial-gradient(circle at 82% 10%, rgba(118, 214, 197, 0.1), transparent 26rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(3, 3, 4, 0.9) 56%, rgba(0, 0, 0, 0.98)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.76), transparent 34%, transparent 66%, rgba(0, 0, 0, 0.76));
}

body.news-page .article-shell--neo {
  width: min(960px, calc(100% - 32px));
}

body.news-page .article-shell {
  padding: 24px;
  border-color: rgba(255, 227, 154, 0.24);
  background:
    radial-gradient(circle at 0% 0%, rgba(216, 92, 58, 0.12), transparent 20rem),
    radial-gradient(circle at 100% 0%, rgba(118, 214, 197, 0.08), transparent 20rem),
    linear-gradient(135deg, rgba(22, 18, 15, 0.96), rgba(7, 8, 9, 0.97));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    0 26px 80px rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(12px);
}

body.news-page.is-popup .article-shell {
  border: 1px solid rgba(255, 227, 154, 0.22);
}

body.news-page .article-shell::before {
  left: 22px;
  right: 22px;
  background: linear-gradient(90deg, transparent, rgba(255, 227, 154, 0.76), rgba(118, 214, 197, 0.38), transparent);
}

body.news-page .article-shell::after {
  display: none;
}

body.news-page .article-back {
  min-height: 34px;
  border-color: rgba(255, 227, 154, 0.24);
  background: rgba(255, 227, 154, 0.055);
  color: #ffe3a0;
}

body.news-page .article-back:hover,
body.news-page .article-back:focus-visible {
  background: rgba(255, 227, 154, 0.12);
  color: #fff7e8;
}

body.news-page .article-meta {
  margin-bottom: 9px;
}

body.news-page .article-meta time,
body.news-page .lux-evt-time,
body.news-page .nova-event-time,
body.news-page .mu-schedule-note {
  color: #b8ad99;
}

body.news-page .article-shell h1 {
  color: #fff7e8;
  font-size: clamp(1.72rem, 3vw, 2.32rem);
  line-height: 1.08;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.55);
}

body.news-page .article-lead {
  max-width: 840px;
  margin: 10px 0 18px;
  color: #e7dac7;
  font-size: 1rem;
}

body.news-page .article-content--neo {
  gap: 16px;
}

body.news-page .article-content li,
body.news-page .tl-feature,
body.news-page .lux-reward,
body.news-page .nova-rank-reward,
body.news-page .boss-reward-table td,
body.news-page .mu-card-value {
  color: #e3d8c7;
}

body.news-page .news-tag {
  min-height: 24px;
  border-color: rgba(255, 227, 154, 0.5);
  background: rgba(255, 227, 154, 0.1);
  color: #ffe3a0;
  font-size: 0.7rem;
}

body.news-page .news-tag--notice {
  border-color: rgba(255, 227, 154, 0.58);
  background: rgba(255, 227, 154, 0.12);
  color: #ffe3a0;
}

body.news-page .news-tag--event {
  border-color: rgba(216, 92, 58, 0.5);
  background: rgba(216, 92, 58, 0.12);
  color: #ffb49c;
}

body.news-page .news-tag--guide,
body.news-page .news-tag--summary {
  border-color: rgba(118, 214, 197, 0.42);
  background: rgba(118, 214, 197, 0.1);
  color: #bdf4eb;
}

body.news-page .neo-kicker {
  min-height: 25px;
  border-color: rgba(118, 214, 197, 0.36);
  background: rgba(118, 214, 197, 0.08);
  color: #bdf4eb;
  font-size: 0.68rem;
  letter-spacing: 0.07em;
}

body.news-page .intel-hero {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.58fr);
  gap: 16px;
  padding: 18px;
  border-color: rgba(255, 227, 154, 0.2);
  background:
    radial-gradient(circle at 0% 0%, rgba(216, 92, 58, 0.12), transparent 17rem),
    radial-gradient(circle at 100% 0%, rgba(118, 214, 197, 0.09), transparent 17rem),
    linear-gradient(135deg, rgba(24, 21, 18, 0.86), rgba(9, 10, 12, 0.9));
}

body.news-page .intel-hero::after {
  inset: auto 18px 0 18px;
  background: linear-gradient(90deg, transparent, rgba(255, 227, 154, 0.56), rgba(118, 214, 197, 0.42), transparent);
}

body.news-page .intel-hero h2 {
  margin-top: 9px;
  color: #fff7e8;
  font-size: clamp(1.34rem, 2.45vw, 2rem);
}

body.news-page .intel-hero p,
body.news-page .event-card p,
body.news-page .open-card p {
  color: #d9cebd;
}

body.news-page .intel-kpis {
  gap: 8px;
}

body.news-page .intel-kpis div {
  min-height: 74px;
  padding: 12px;
  border-color: rgba(255, 227, 154, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 227, 154, 0.075), rgba(118, 214, 197, 0.045)),
    rgba(255, 255, 255, 0.025);
}

body.news-page .intel-kpis b {
  color: #ffe87d;
  font-size: 1.15rem;
}

body.news-page .intel-kpis span {
  color: #b8ad99;
  font-size: 0.73rem;
}

body.news-page .intel-panel,
body.news-page .release-map,
body.news-page .event-card,
body.news-page .open-card,
body.news-page .ops-group,
body.news-page .bounty-board,
body.news-page .bounty-note,
body.news-page .server-info-panel,
body.news-page .tl-card,
body.news-page .lux-evt-wrapper,
body.news-page .nova-event-section,
body.news-page .boss-reward-wrap,
body.news-page .mu-schedule-card,
body.news-page .mu-schedule-top,
body.news-page .nova-rule-box,
body.news-page .lux-evt-rules {
  border-color: rgba(255, 227, 154, 0.15);
  background:
    linear-gradient(135deg, rgba(255, 227, 154, 0.055), rgba(118, 214, 197, 0.032)),
    rgba(255, 255, 255, 0.025);
}

body.news-page .intel-panel,
body.news-page .release-map,
body.news-page .event-card,
body.news-page .open-card,
body.news-page .ops-group,
body.news-page .bounty-board {
  padding: 16px;
}

body.news-page .intel-panel h3,
body.news-page .release-map h3,
body.news-page .bounty-board h3,
body.news-page .ops-group h3,
body.news-page .server-info-title,
body.news-page .article-shell .lux-evt-title,
body.news-page .article-shell .nova-event-title,
body.news-page .article-shell .mu-schedule-title,
body.news-page .tl-time,
body.news-page .lux-rank-title,
body.news-page .nova-rank-name,
body.news-page .mu-card-label {
  color: #ffe3a0;
}

body.news-page .event-card h3,
body.news-page .open-card h3,
body.news-page .ops-card strong,
body.news-page .bounty-card strong {
  color: #fff7e8;
}

body.news-page .spec-list {
  gap: 7px;
  margin-top: 12px;
}

body.news-page .spec-list div {
  min-height: 34px;
  border-color: rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.16);
}

body.news-page .spec-list dt,
body.news-page .ops-card dt,
body.news-page .server-info-row span {
  color: #b8ad99;
}

body.news-page .spec-list dd,
body.news-page .ops-card dd,
body.news-page .server-info-row {
  color: #f5ead8;
}

body.news-page .hotkey-grid {
  gap: 8px;
  margin-top: 12px;
}

body.news-page .hotkey-grid div,
body.news-page .release-card,
body.news-page .reward-chip,
body.news-page .open-prize,
body.news-page .ops-card,
body.news-page .bounty-card {
  border-color: rgba(255, 227, 154, 0.13);
  background:
    linear-gradient(135deg, rgba(255, 227, 154, 0.045), rgba(118, 214, 197, 0.028)),
    rgba(0, 0, 0, 0.14);
}

body.news-page .hotkey-grid kbd {
  border-color: rgba(255, 227, 154, 0.38);
  background: rgba(255, 227, 154, 0.09);
  color: #ffe87d;
}

body.news-page .hotkey-grid span,
body.news-page .release-card span,
body.news-page .reward-chip span,
body.news-page .open-prize span {
  color: #e1d6c6;
}

body.news-page .release-track {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 9px;
  margin-top: 12px;
}

body.news-page .release-card {
  min-height: 104px;
  padding: 12px;
}

body.news-page .release-card b {
  color: #ffb49c;
}

body.news-page .event-stack,
body.news-page .open-grid,
body.news-page .ops-board,
body.news-page .bounty-grid {
  gap: 12px;
}

body.news-page .event-card__head,
body.news-page .open-card__head {
  grid-template-columns: 48px 1fr;
  gap: 12px;
}

body.news-page .event-index,
body.news-page .open-index {
  width: 42px;
  height: 42px;
  border-color: rgba(255, 227, 154, 0.34);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 227, 154, 0.18), transparent 62%),
    rgba(216, 92, 58, 0.11);
  color: #ffe3a0;
}

body.news-page .event-card h3,
body.news-page .open-card h3 {
  font-size: 1.14rem;
}

body.news-page .reward-row,
body.news-page .open-card--wide .open-rewards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.news-page .open-card:not(.open-card--wide) .open-rewards {
  grid-template-columns: 1fr;
}

body.news-page .reward-row,
body.news-page .open-rewards {
  gap: 8px;
  margin-top: 12px;
}

body.news-page .reward-chip,
body.news-page .open-prize {
  min-height: 72px;
  padding: 11px;
}

body.news-page .reward-chip b,
body.news-page .open-prize b,
body.news-page .bounty-card span,
body.news-page .server-info-gold {
  color: #ffe87d;
}

body.news-page .rule-pills,
body.news-page .open-rules {
  gap: 7px;
  margin-top: 12px;
}

body.news-page .rule-pills li,
body.news-page .open-rules li,
body.news-page .time-cloud span {
  border-color: rgba(118, 214, 197, 0.26);
  background: rgba(118, 214, 197, 0.075);
  color: #d6faf4;
}

body.news-page .ops-list {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 9px;
}

body.news-page .ops-card {
  gap: 8px;
  padding: 12px;
}

body.news-page .bounty-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin-top: 12px;
}

body.news-page .bounty-card {
  min-height: 104px;
  padding: 13px;
}

body.news-page .bounty-card span {
  border-color: rgba(255, 227, 154, 0.28);
  background: rgba(255, 227, 154, 0.065);
}

body.news-page .bounty-card--prime,
body.news-page .lux-rank-1,
body.news-page .nova-rank-card--gold {
  border-color: rgba(255, 227, 154, 0.3);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 227, 154, 0.14), transparent 58%),
    rgba(255, 227, 154, 0.04);
}

body.news-page .bounty-note,
body.news-page .boss-reward-note {
  color: #efe3cf;
}

body.news-page .server-info-hot,
body.news-page .server-info-orange {
  color: #ffb49c;
}

body.news-page .server-info-cyan,
body.news-page .boss-reward-table td:last-child,
body.news-page .lux-evt-rules h3,
body.news-page .nova-rule-title {
  color: #bdf4eb;
}

body.news-page .server-info-green {
  color: #bde884;
}

body.news-page .tl-container::before {
  background: linear-gradient(180deg, #d8a84d, #d85c3a, #76d6c5);
}

body.news-page .tl-dot {
  border-color: #ffe3a0;
  background: #d85c3a;
  box-shadow: 0 0 18px rgba(216, 92, 58, 0.32);
}

body.news-page .lux-evt-subtitle,
body.news-page .nova-event-subtitle,
body.news-page .mu-card-badge {
  border-color: rgba(216, 92, 58, 0.42);
  background: rgba(216, 92, 58, 0.09);
  color: #ffb49c;
}

body.news-page .boss-reward-table tr:first-child td {
  background: rgba(255, 227, 154, 0.1);
  color: #ffe3a0;
}

body.news-page .mu-time-chip {
  border-color: rgba(118, 214, 197, 0.34);
  background: rgba(118, 214, 197, 0.08);
  color: #d6faf4;
}

@media (max-width: 980px) {
  .news-frame-dialog {
    width: min(860px, calc(100vw - 28px));
  }

  body.news-page .article-shell--neo {
    width: min(860px, calc(100% - 28px));
  }

  body.news-page .intel-hero,
  body.news-page .intel-grid,
  body.news-page .open-grid,
  body.news-page .ops-board {
    grid-template-columns: 1fr;
  }

  body.news-page .reward-row,
  body.news-page .open-card--wide .open-rewards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .news-frame-dialog {
    top: max(14px, env(safe-area-inset-top));
    width: min(390px, calc(100vw - 16px));
    max-height: calc(100vh - 32px);
  }

  .news-frame-dialog iframe {
    max-height: calc(100vh - 32px);
  }

  .news-frame-dialog__close {
    top: -10px;
    right: -8px;
  }

  body.news-page .article-shell {
    padding: 18px;
  }

  body.news-page.is-popup .article-shell {
    padding: 16px;
  }

  body.news-page .article-shell h1 {
    font-size: 1.42rem;
  }

  body.news-page .article-lead {
    margin-bottom: 14px;
    font-size: 0.94rem;
  }

  body.news-page .article-content--neo {
    gap: 12px;
  }

  body.news-page .intel-hero,
  body.news-page .intel-panel,
  body.news-page .release-map,
  body.news-page .event-card,
  body.news-page .open-card,
  body.news-page .ops-group,
  body.news-page .bounty-board {
    padding: 13px;
  }

  body.news-page .intel-kpis,
  body.news-page .hotkey-grid,
  body.news-page .reward-row,
  body.news-page .open-rewards,
  body.news-page .open-card--wide .open-rewards,
  body.news-page .ops-list,
  body.news-page .bounty-grid {
    grid-template-columns: 1fr;
  }

  body.news-page .event-card__head,
  body.news-page .open-card__head {
    grid-template-columns: 38px 1fr;
    gap: 10px;
  }

  body.news-page .event-index,
  body.news-page .open-index {
    width: 36px;
    height: 36px;
    font-size: 0.84rem;
  }
}

/* News layout v2: bulletin board */
.news-frame-dialog {
  width: min(980px, calc(100vw - 36px));
}

.news-frame-dialog iframe {
  border-radius: 6px;
}

body.news-page {
  --news-line: rgba(255, 227, 154, 0.2);
  --news-line-soft: rgba(255, 227, 154, 0.1);
  --news-paper: rgba(15, 13, 12, 0.96);
  --news-paper-2: rgba(7, 9, 10, 0.98);
}

body.news-page .article-shell--neo {
  width: min(990px, calc(100% - 34px));
}

body.news-page .article-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  overflow: hidden;
  padding: 0;
  border-color: rgba(255, 227, 154, 0.28);
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(216, 92, 58, 0.18), transparent 18%),
    linear-gradient(135deg, var(--news-paper), var(--news-paper-2));
}

body.news-page .article-shell::before {
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #d85c3a, #ffe3a0 42%, #76d6c5);
}

body.news-page .article-back,
body.news-page .article-meta,
body.news-page .article-shell > h1,
body.news-page .article-lead {
  margin-left: 28px;
  margin-right: 28px;
}

body.news-page .article-back {
  width: fit-content;
  margin-top: 24px;
  margin-bottom: 16px;
  border-radius: 4px;
}

body.news-page .article-meta {
  margin-bottom: 8px;
}

body.news-page .article-shell > h1 {
  max-width: 840px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 3.4vw, 2.72rem);
  font-weight: 900;
  letter-spacing: 0;
}

body.news-page .article-lead {
  max-width: 830px;
  margin-bottom: 22px;
  color: #dfd2bf;
}

body.news-page .article-content--neo {
  display: grid;
  gap: 0;
  padding: 0 28px 28px;
}

body.news-page .intel-hero {
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.48fr);
  gap: 0;
  margin: 0 -28px;
  padding: 24px 28px;
  border-width: 1px 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(216, 92, 58, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(24, 20, 17, 0.82), rgba(10, 13, 13, 0.78));
}

body.news-page .intel-hero::after {
  display: none;
}

body.news-page .intel-hero > div:first-child {
  min-width: 0;
  padding-right: 24px;
}

body.news-page .intel-hero h2 {
  max-width: 620px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.52rem, 2.4vw, 2.08rem);
}

body.news-page .intel-hero p {
  max-width: 680px;
}

body.news-page .intel-kpis {
  align-content: stretch;
  gap: 0;
  border-left: 1px solid rgba(255, 227, 154, 0.18);
}

body.news-page .intel-kpis div {
  min-height: 0;
  padding: 11px 0 11px 18px;
  border: 0;
  border-bottom: 1px solid rgba(255, 227, 154, 0.1);
  border-radius: 0;
  background: transparent;
}

body.news-page .intel-kpis div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

body.news-page .intel-kpis b {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
}

body.news-page .intel-grid,
body.news-page .event-stack,
body.news-page .open-grid,
body.news-page .ops-board,
body.news-page .bounty-grid {
  gap: 0;
}

body.news-page .intel-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid var(--news-line-soft);
}

body.news-page .intel-panel,
body.news-page .release-map,
body.news-page .event-card,
body.news-page .open-card,
body.news-page .ops-group,
body.news-page .bounty-board,
body.news-page .bounty-note {
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.news-page .intel-panel {
  padding: 22px 20px 22px 0;
  border-right: 1px solid var(--news-line-soft);
}

body.news-page .intel-panel + .intel-panel {
  padding-left: 20px;
  padding-right: 0;
  border-right: 0;
}

body.news-page .intel-panel h3,
body.news-page .release-map h3,
body.news-page .bounty-board h3,
body.news-page .ops-group h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffe3a0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  letter-spacing: 0;
}

body.news-page .intel-panel h3::before,
body.news-page .release-map h3::before,
body.news-page .bounty-board h3::before,
body.news-page .ops-group h3::before {
  content: "";
  width: 22px;
  height: 2px;
  background: #d85c3a;
}

body.news-page .spec-list div {
  padding: 9px 0;
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
}

body.news-page .hotkey-grid div {
  min-height: 42px;
  padding: 6px 0;
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
}

body.news-page .release-map {
  padding: 22px 0;
  border-bottom: 1px solid var(--news-line-soft);
}

body.news-page .release-track {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 14px;
  border: 1px solid var(--news-line-soft);
  border-width: 1px 0 0 1px;
}

body.news-page .release-card {
  min-height: 0;
  padding: 14px;
  border: 1px solid var(--news-line-soft);
  border-width: 0 1px 1px 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.018);
}

body.news-page .event-card,
body.news-page .open-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  column-gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--news-line-soft);
}

body.news-page .event-card__head,
body.news-page .open-card__head {
  display: contents;
}

body.news-page .event-index,
body.news-page .open-index {
  grid-column: 1;
  align-self: start;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  border-color: rgba(255, 227, 154, 0.36);
  background:
    linear-gradient(180deg, rgba(255, 227, 154, 0.16), rgba(216, 92, 58, 0.12)),
    rgba(0, 0, 0, 0.12);
  color: #ffe3a0;
}

body.news-page .event-card__head > div,
body.news-page .open-card__head > div {
  grid-column: 2;
  min-width: 0;
}

body.news-page .event-card h3,
body.news-page .open-card h3 {
  color: #fff5e5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.32rem;
}

body.news-page .reward-row,
body.news-page .open-rewards,
body.news-page .open-card:not(.open-card--wide) .open-rewards,
body.news-page .open-card--wide .open-rewards {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 14px;
  border: 1px solid var(--news-line-soft);
  border-width: 1px 0 0 1px;
}

body.news-page .reward-chip,
body.news-page .open-prize {
  min-height: 0;
  padding: 12px 14px;
  border: 1px solid var(--news-line-soft);
  border-width: 0 1px 1px 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.018);
}

body.news-page .reward-chip b,
body.news-page .open-prize b {
  display: block;
  margin-bottom: 6px;
}

body.news-page .rule-pills,
body.news-page .open-rules {
  grid-column: 2;
  gap: 6px;
}

body.news-page .rule-pills li,
body.news-page .open-rules li {
  border-radius: 4px;
  border-color: rgba(118, 214, 197, 0.22);
  background: rgba(118, 214, 197, 0.06);
}

body.news-page .ops-board {
  grid-template-columns: 1fr;
}

body.news-page .ops-group {
  padding: 22px 0;
  border-bottom: 1px solid var(--news-line-soft);
}

body.news-page .ops-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 14px;
  border: 1px solid var(--news-line-soft);
  border-width: 1px 0 0 1px;
}

body.news-page .ops-card {
  min-height: 142px;
  padding: 14px;
  border: 1px solid var(--news-line-soft);
  border-width: 0 1px 1px 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.018);
}

body.news-page .ops-card div {
  grid-template-columns: 74px 1fr;
}

body.news-page .time-cloud span {
  min-height: 22px;
  border-radius: 4px;
}

body.news-page .bounty-board {
  padding: 22px 0;
  border-bottom: 1px solid var(--news-line-soft);
}

body.news-page .bounty-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 14px;
  border: 1px solid var(--news-line-soft);
  border-width: 1px 0 0 1px;
}

body.news-page .bounty-card {
  min-height: 104px;
  padding: 14px;
  border: 1px solid var(--news-line-soft);
  border-width: 0 1px 1px 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.018);
}

body.news-page .bounty-card--prime {
  background: linear-gradient(135deg, rgba(255, 227, 154, 0.055), rgba(255, 255, 255, 0.018));
}

body.news-page .bounty-note {
  margin-top: 18px;
  padding: 14px 0 0;
  border-top: 1px solid var(--news-line-soft);
}

body.news-page .neo-kicker,
body.news-page .news-tag {
  border-radius: 4px;
}

@media (max-width: 980px) {
  body.news-page .article-shell--neo {
    width: min(900px, calc(100% - 28px));
  }

  body.news-page .intel-hero {
    grid-template-columns: 1fr;
  }

  body.news-page .intel-hero > div:first-child {
    padding-right: 0;
  }

  body.news-page .intel-kpis {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 18px;
    border-top: 1px solid var(--news-line-soft);
    border-left: 0;
  }

  body.news-page .intel-kpis div {
    padding: 12px 10px 0 0;
    border-bottom: 0;
  }

  body.news-page .release-track,
  body.news-page .bounty-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.news-page {
    overflow-x: hidden;
  }

  body.news-page .article-shell--neo {
    width: auto;
    max-width: none;
    margin: 24px 12px;
  }

  body.news-page .article-back,
  body.news-page .article-meta,
  body.news-page .article-shell > h1,
  body.news-page .article-lead {
    margin-left: 18px;
    margin-right: 18px;
  }

  body.news-page .article-back {
    margin-top: 18px;
    margin-bottom: 14px;
  }

  body.news-page .article-shell > h1 {
    width: auto;
    max-width: 300px;
    font-size: 1.54rem;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  body.news-page .article-lead,
  body.news-page .intel-hero p {
    max-width: 300px;
  }

  body.news-page .event-card__head > div,
  body.news-page .open-card__head > div {
    max-width: 286px;
  }

  body.news-page .article-lead,
  body.news-page .intel-hero p,
  body.news-page .event-card p,
  body.news-page .open-card p,
  body.news-page .reward-chip span,
  body.news-page .open-prize span,
  body.news-page .rule-pills li,
  body.news-page .open-rules li {
    overflow-wrap: anywhere;
  }

  body.news-page .article-content--neo {
    padding: 0 18px 20px;
  }

  body.news-page .intel-hero {
    margin-left: -18px;
    margin-right: -18px;
    padding: 18px;
  }

  body.news-page .intel-kpis,
  body.news-page .intel-grid,
  body.news-page .release-track,
  body.news-page .reward-row,
  body.news-page .open-rewards,
  body.news-page .open-card:not(.open-card--wide) .open-rewards,
  body.news-page .open-card--wide .open-rewards,
  body.news-page .ops-list,
  body.news-page .bounty-grid {
    grid-template-columns: 1fr;
  }

  body.news-page .intel-panel,
  body.news-page .intel-panel + .intel-panel {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--news-line-soft);
  }

  body.news-page .event-card,
  body.news-page .open-card {
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 12px;
    padding: 18px 0;
  }

  body.news-page .event-index,
  body.news-page .open-index {
    width: 38px;
    height: 38px;
  }

  body.news-page .reward-row,
  body.news-page .open-rewards,
  body.news-page .rule-pills,
  body.news-page .open-rules {
    grid-column: 1 / -1;
  }
}

/* Simple top menu */
.site-nav a,
.site-nav a:nth-child(2),
.site-nav a:nth-child(4) {
  animation: none;
  transform: none;
}

.site-nav a {
  border-color: rgba(255, 227, 154, 0.2);
  background:
    linear-gradient(180deg, rgba(22, 19, 18, 0.9), rgba(6, 7, 8, 0.88)),
    rgba(6, 7, 8, 0.72);
  box-shadow:
    0 8px 0 rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 244, 210, 0.08),
    0 16px 34px rgba(0, 0, 0, 0.34);
}

.site-nav a::before {
  display: none;
}

.site-nav a::after {
  left: 20px;
  right: 20px;
  bottom: 9px;
  width: auto;
  height: 2px;
  padding: 0;
  border-radius: 999px;
  clip-path: none;
  background: linear-gradient(90deg, transparent, rgba(255, 227, 154, 0.82), transparent);
  opacity: 0.34;
  transform: scaleX(0.52);
  transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
  -webkit-mask: none;
  mask: none;
  animation: none;
}

.site-nav a:nth-child(4) {
  border-color: rgba(255, 227, 154, 0.42);
  background: linear-gradient(180deg, #ffe3a0, #d7a64a);
  color: #1c1208;
  box-shadow:
    0 8px 0 rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 16px 34px rgba(0, 0, 0, 0.3);
}

.site-nav a:nth-child(4)::after {
  background: linear-gradient(90deg, transparent, rgba(92, 54, 15, 0.62), transparent);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a:nth-child(2):hover,
.site-nav a:nth-child(2):focus-visible,
.site-nav a:nth-child(4):hover,
.site-nav a:nth-child(4):focus-visible {
  border-color: rgba(255, 227, 154, 0.42);
  filter: none;
  transform: translateY(-2px);
  box-shadow:
    0 10px 0 rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 244, 210, 0.12),
    0 20px 42px rgba(0, 0, 0, 0.38);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff7e8;
}

.site-nav a:nth-child(4):hover,
.site-nav a:nth-child(4):focus-visible {
  color: #1c1208;
}

.site-nav a:hover::before,
.site-nav a:focus-visible::before {
  animation: none;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  opacity: 0.86;
  transform: scaleX(1);
}

/* Landing polish */
.site-header {
  transition: top 180ms ease, width 180ms ease, min-height 180ms ease, padding 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  top: max(10px, env(safe-area-inset-top));
  width: min(1120px, calc(100% - 28px));
  min-height: 62px;
  padding: 6px;
  border: 1px solid rgba(255, 227, 154, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(22, 15, 12, 0.78), rgba(5, 7, 9, 0.76)),
    rgba(4, 5, 6, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    0 18px 54px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled::before {
  left: 16px;
  right: 16px;
  opacity: 0.34;
}

.site-header.is-scrolled .brand {
  min-height: 50px;
  min-width: 178px;
  padding: 6px 18px 6px 8px;
  box-shadow: none;
}

.site-header.is-scrolled .brand img {
  width: 40px;
  height: 40px;
}

.site-header.is-scrolled .site-nav a {
  min-height: 46px;
  min-width: 116px;
  box-shadow:
    0 5px 0 rgba(0, 0, 0, 0.32),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    0 12px 26px rgba(0, 0, 0, 0.32);
}

.hero__veil {
  display: block;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 30%, transparent 70%, rgba(0, 0, 0, 0.24)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), transparent 44%, rgba(0, 0, 0, 0.64) 100%);
}

.hero__media video {
  filter: saturate(1.04) contrast(1.02);
}

.hero__dock {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 34px;
  width: min(980px, calc(100% - 32px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px;
  border: 1px solid rgba(255, 227, 154, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 0% 50%, rgba(216, 92, 58, 0.17), transparent 18rem),
    linear-gradient(135deg, rgba(12, 10, 9, 0.74), rgba(4, 8, 9, 0.78));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 22px 70px rgba(0, 0, 0, 0.44);
  backdrop-filter: blur(16px);
  transform: translateX(-50%);
}

.hero__dock::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 227, 154, 0.64), rgba(118, 214, 197, 0.34), transparent);
}

.js .hero__dock.reveal {
  opacity: 0;
  transform: translateX(-50%) translateY(18px);
}

.js .hero__dock.reveal.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.hero__status {
  min-width: 210px;
  display: grid;
  gap: 1px;
}

.hero__status span {
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero__status strong {
  color: var(--gold-2);
  font-size: 1.05rem;
  line-height: 1.05;
  font-weight: 950;
}

.hero__quick-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(118px, 1fr));
  gap: 8px;
  width: min(520px, 100%);
}

.hero-action {
  position: relative;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 14px;
  border: 1px solid rgba(255, 227, 154, 0.22);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(20, 18, 17, 0.84), rgba(6, 7, 8, 0.88));
  color: #fff5e7;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, filter 180ms ease;
}

.hero-action::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.2) 48%, transparent 64%);
  opacity: 0;
  transform: translateX(-120%) skewX(-14deg);
}

.hero-action:hover,
.hero-action:focus-visible {
  border-color: rgba(255, 227, 154, 0.5);
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.hero-action:hover::before,
.hero-action:focus-visible::before {
  opacity: 1;
  animation: sweep 780ms ease;
}

.hero-action--primary {
  border-color: rgba(216, 92, 58, 0.68);
  background: linear-gradient(180deg, #f26a43, #9e2418);
}

.hero-action--gold {
  border-color: rgba(255, 227, 154, 0.68);
  background: linear-gradient(180deg, #ffe7a6, #d8a84d);
  color: #1c1208;
}

.news-section {
  margin-top: -54px;
}

#news,
#community {
  scroll-margin-top: 116px;
}

.news-board {
  border-color: rgba(255, 227, 154, 0.24);
}

.news-spotlight,
.news-item,
.community-card {
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.028),
    0 18px 54px rgba(0, 0, 0, 0.28);
}

.community-section {
  padding-top: 68px;
}

.community-card {
  min-height: 226px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 227, 154, 0.075), transparent 58%),
    linear-gradient(135deg, rgba(255, 227, 154, 0.06), rgba(118, 214, 197, 0.035)),
    rgba(10, 11, 12, 0.82);
}

.community-card:hover,
.community-card:focus-visible {
  border-color: rgba(255, 227, 154, 0.38);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    0 22px 62px rgba(0, 0, 0, 0.34),
    0 0 24px rgba(118, 214, 197, 0.1);
}

@media (max-width: 980px) {
  .site-header.is-scrolled {
    width: min(720px, calc(100% - 24px));
  }

  .hero__dock {
    align-items: stretch;
    flex-direction: column;
    width: min(720px, calc(100% - 28px));
  }

  .hero__status {
    min-width: 0;
  }

  .hero__quick-actions {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .site-header.is-scrolled {
    width: min(390px, calc(100% - 20px));
    padding: 5px;
  }

  .site-header.is-scrolled .brand {
    min-height: 48px;
    min-width: 0;
  }

  .hero {
    min-height: 78svh;
    padding-bottom: 118px;
  }

  .hero__media video {
    object-position: 50% 50%;
    animation: none;
  }

  .hero__dock {
    bottom: 14px;
    width: min(390px, calc(100% - 24px));
    gap: 10px;
    padding: 10px;
  }

  .hero__status {
    gap: 0;
  }

  .hero__status span {
    font-size: 0.66rem;
  }

  .hero__status strong {
    font-size: 0.92rem;
  }

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

  .hero-action {
    min-height: 42px;
    padding: 0 8px;
    font-size: 0.7rem;
    line-height: 1.15;
  }

  .news-section {
    margin-top: -30px;
    padding-top: 56px;
  }

  #news,
  #community {
    scroll-margin-top: 96px;
  }

  .quick-support {
    bottom: max(92px, env(safe-area-inset-bottom));
  }
}

/* Article refresh: compact panels and clear rewards */
body.news-page {
  --article-card: rgba(10, 11, 12, 0.74);
  --article-card-2: rgba(18, 15, 13, 0.82);
  --article-line: rgba(255, 227, 154, 0.17);
  --article-line-strong: rgba(255, 227, 154, 0.34);
  --article-ink: #fff7e8;
  --article-muted: #d7c9b6;
  --rank-gold: #ffe27a;
  --rank-silver: #d9e2ec;
  --rank-bronze: #ffad73;
}

body.news-page .article-shell--neo {
  width: min(1040px, calc(100% - 32px));
}

body.news-page .article-shell {
  display: block;
  padding: 24px;
  overflow: hidden;
  border-color: rgba(255, 227, 154, 0.26);
  border-radius: 8px;
  background:
    radial-gradient(circle at 0% 0%, rgba(216, 92, 58, 0.12), transparent 22rem),
    radial-gradient(circle at 100% 0%, rgba(118, 214, 197, 0.1), transparent 22rem),
    linear-gradient(135deg, rgba(16, 14, 13, 0.96), rgba(5, 7, 8, 0.98));
}

body.news-page .article-shell::before {
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #d85c3a, #ffe3a0 45%, #76d6c5);
}

body.news-page .article-back,
body.news-page .article-meta,
body.news-page .article-shell > h1,
body.news-page .article-lead {
  margin-left: 0;
  margin-right: 0;
}

body.news-page .article-back {
  margin-top: 0;
  margin-bottom: 16px;
  border-radius: 6px;
}

body.news-page .article-shell > h1 {
  max-width: 900px;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: clamp(1.85rem, 3vw, 2.45rem);
  font-weight: 950;
}

body.news-page .article-lead {
  max-width: 880px;
  margin-bottom: 20px;
  color: var(--article-muted);
}

body.news-page .article-content--neo {
  display: grid;
  gap: 14px;
  padding: 0;
}

body.news-page .intel-hero {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 16px;
  margin: 0;
  padding: 18px;
  border: 1px solid var(--article-line-strong);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 227, 154, 0.09), rgba(118, 214, 197, 0.045)),
    rgba(8, 9, 10, 0.68);
}

body.news-page .intel-hero > div:first-child {
  min-width: 0;
  padding-right: 0;
}

body.news-page .intel-hero h2 {
  max-width: none;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 950;
}

body.news-page .intel-hero p {
  max-width: 720px;
}

body.news-page .intel-kpis {
  align-content: stretch;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 0;
  border: 0;
}

body.news-page .intel-kpis div,
body.news-page .intel-kpis div:nth-last-child(-n + 2) {
  min-height: 76px;
  padding: 12px;
  border: 1px solid rgba(255, 227, 154, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 227, 154, 0.07), rgba(118, 214, 197, 0.035)),
    rgba(0, 0, 0, 0.18);
}

body.news-page .intel-kpis b {
  color: #ffe87d;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 1.14rem;
}

body.news-page .time-kpi--start {
  border-color: rgba(118, 214, 197, 0.34);
  background:
    radial-gradient(circle at 100% 0%, rgba(118, 214, 197, 0.14), transparent 64%),
    rgba(118, 214, 197, 0.055);
}

body.news-page .time-kpi--end {
  border-color: rgba(255, 173, 115, 0.34);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 173, 115, 0.16), transparent 64%),
    rgba(255, 173, 115, 0.055);
}

body.news-page .time-window {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr);
  align-items: stretch;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--article-line-strong);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 227, 154, 0.08), rgba(118, 214, 197, 0.04)),
    rgba(7, 8, 9, 0.72);
}

body.news-page .time-window__item {
  position: relative;
  display: grid;
  gap: 4px;
  min-height: 98px;
  padding: 15px 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 227, 154, 0.16);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
}

body.news-page .time-window__item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
}

body.news-page .time-window__item--start {
  border-color: rgba(118, 214, 197, 0.38);
  background:
    radial-gradient(circle at 100% 0%, rgba(118, 214, 197, 0.15), transparent 60%),
    rgba(118, 214, 197, 0.055);
}

body.news-page .time-window__item--start::before {
  background: #76d6c5;
}

body.news-page .time-window__item--end {
  border-color: rgba(255, 173, 115, 0.38);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 173, 115, 0.16), transparent 60%),
    rgba(255, 173, 115, 0.055);
}

body.news-page .time-window__item--end::before {
  background: #ffad73;
}

body.news-page .time-window__item span {
  color: var(--article-muted);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

body.news-page .time-window__item strong {
  color: #ffe87d;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1;
  font-weight: 950;
}

body.news-page .time-window__item time {
  color: var(--article-ink);
  font-size: 1rem;
  font-weight: 950;
}

body.news-page .time-window__arrow {
  position: relative;
  align-self: center;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #76d6c5, #ffe3a0, #ffad73);
}

body.news-page .time-window__arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffad73;
  border-right: 2px solid #ffad73;
  transform: translateY(-50%) rotate(45deg);
}

body.news-page .intel-grid,
body.news-page .event-stack,
body.news-page .open-grid,
body.news-page .ops-board,
body.news-page .bounty-grid {
  gap: 12px;
  border: 0;
}

body.news-page .intel-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.news-page .intel-panel,
body.news-page .release-map,
body.news-page .event-card,
body.news-page .open-card,
body.news-page .ops-group,
body.news-page .bounty-board,
body.news-page .bounty-note {
  border: 1px solid var(--article-line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 227, 154, 0.055), rgba(118, 214, 197, 0.03)),
    var(--article-card);
}

body.news-page .intel-panel,
body.news-page .intel-panel + .intel-panel,
body.news-page .release-map,
body.news-page .event-card,
body.news-page .open-card,
body.news-page .ops-group,
body.news-page .bounty-board {
  padding: 16px;
  border-right: 1px solid var(--article-line);
  border-bottom: 1px solid var(--article-line);
}

body.news-page .intel-panel h3,
body.news-page .release-map h3,
body.news-page .bounty-board h3,
body.news-page .ops-group h3 {
  color: #ffe3a0;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 950;
  text-transform: uppercase;
}

body.news-page .intel-panel h3::before,
body.news-page .release-map h3::before,
body.news-page .bounty-board h3::before,
body.news-page .ops-group h3::before {
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: #d85c3a;
}

body.news-page .spec-list div,
body.news-page .hotkey-grid div {
  border: 1px solid rgba(255, 227, 154, 0.11);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.16);
}

body.news-page .spec-list div {
  display: grid;
  grid-template-columns: minmax(112px, 0.44fr) minmax(0, 1fr);
  align-items: center;
  column-gap: 12px;
  padding: 10px 12px;
}

body.news-page .spec-list dd {
  min-width: 0;
  overflow-wrap: break-word;
}

body.news-page .hotkey-grid div {
  padding: 8px;
}

body.news-page .release-track {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 8px;
  margin-top: 12px;
  border: 0;
}

body.news-page .release-card {
  min-height: 112px;
  padding: 12px;
  border: 1px solid rgba(255, 227, 154, 0.13);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(216, 92, 58, 0.11), transparent 60%),
    rgba(255, 255, 255, 0.025);
}

body.news-page .event-card,
body.news-page .open-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

body.news-page .event-card__head,
body.news-page .open-card__head {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

body.news-page .event-card__head > div,
body.news-page .open-card__head > div {
  grid-column: auto;
  min-width: 0;
}

body.news-page .event-index,
body.news-page .open-index {
  grid-column: auto;
  align-self: start;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  border-color: rgba(255, 227, 154, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 227, 154, 0.16), rgba(216, 92, 58, 0.1)),
    rgba(0, 0, 0, 0.18);
  color: #ffe3a0;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  font-weight: 950;
}

body.news-page .event-card h3,
body.news-page .open-card h3 {
  color: var(--article-ink);
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 1.14rem;
  font-weight: 950;
}

body.news-page .event-card p,
body.news-page .open-card p {
  margin-top: 4px;
  color: #ded2c0;
}

body.news-page .reward-row,
body.news-page .open-rewards,
body.news-page .open-card:not(.open-card--wide) .open-rewards,
body.news-page .open-card--wide .open-rewards {
  grid-column: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 0;
  border: 0;
}

body.news-page .reward-chip,
body.news-page .open-prize {
  --rank-color: #ffe3a0;
  position: relative;
  min-height: 92px;
  display: grid;
  align-content: start;
  gap: 7px;
  overflow: hidden;
  padding: 12px 12px 12px 15px;
  border: 1px solid rgba(255, 227, 154, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 227, 154, 0.055), rgba(118, 214, 197, 0.025)),
    rgba(0, 0, 0, 0.18);
}

body.news-page .reward-chip::before,
body.news-page .open-prize::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--rank-color);
}

body.news-page .reward-chip:nth-child(1),
body.news-page .open-prize:nth-child(1) {
  --rank-color: var(--rank-gold);
  border-color: rgba(255, 226, 122, 0.42);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 226, 122, 0.15), transparent 64%),
    rgba(255, 226, 122, 0.045);
}

body.news-page .reward-chip:nth-child(2),
body.news-page .open-prize:nth-child(2) {
  --rank-color: var(--rank-silver);
  border-color: rgba(217, 226, 236, 0.34);
  background:
    radial-gradient(circle at 100% 0%, rgba(217, 226, 236, 0.12), transparent 64%),
    rgba(217, 226, 236, 0.035);
}

body.news-page .reward-chip:nth-child(3),
body.news-page .open-prize:nth-child(3) {
  --rank-color: var(--rank-bronze);
  border-color: rgba(255, 173, 115, 0.34);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 173, 115, 0.13), transparent 64%),
    rgba(255, 173, 115, 0.035);
}

body.news-page .reward-chip b,
body.news-page .open-prize b {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: var(--rank-color);
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

body.news-page .reward-chip b::before,
body.news-page .open-prize b::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rank-color);
  box-shadow: 0 0 14px rgba(255, 227, 154, 0.24);
}

body.news-page .reward-chip span,
body.news-page .open-prize span {
  color: #f0e5d4;
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.35;
}

body.news-page .rule-pills,
body.news-page .open-rules {
  grid-column: auto;
  gap: 7px;
  margin-top: 0;
}

body.news-page .rule-pills li,
body.news-page .open-rules li {
  border-radius: 6px;
  border-color: rgba(118, 214, 197, 0.24);
  background: rgba(118, 214, 197, 0.07);
}

body.news-page .ops-board,
body.news-page .open-grid {
  grid-template-columns: 1fr;
}

body.news-page .ops-list {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 8px;
  margin-top: 12px;
  border: 0;
}

body.news-page .ops-card {
  min-height: 136px;
  padding: 12px;
  border: 1px solid rgba(255, 227, 154, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 227, 154, 0.04), rgba(118, 214, 197, 0.025)),
    rgba(0, 0, 0, 0.16);
}

body.news-page .ops-card div {
  grid-template-columns: 72px minmax(0, 1fr);
}

body.news-page .time-cloud span {
  min-height: 23px;
  border-radius: 999px;
}

body.news-page .bounty-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin-top: 12px;
}

body.news-page .bounty-card {
  min-height: 108px;
  padding: 13px;
  border: 1px solid rgba(255, 227, 154, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(118, 214, 197, 0.08), transparent 60%),
    rgba(0, 0, 0, 0.16);
}

body.news-page .bounty-card--prime {
  border-color: rgba(255, 226, 122, 0.32);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 226, 122, 0.15), transparent 62%),
    rgba(255, 226, 122, 0.04);
}

body.news-page .bounty-card strong {
  color: var(--article-ink);
}

body.news-page .bounty-card span {
  min-height: 31px;
  color: #ffe87d;
  background: rgba(255, 227, 154, 0.07);
}

body.news-page .bounty-note {
  padding: 14px 16px;
  color: #efe3cf;
}

@media (max-width: 980px) {
  body.news-page .article-shell--neo {
    width: min(900px, calc(100% - 28px));
  }

  body.news-page .intel-hero,
  body.news-page .intel-grid {
    grid-template-columns: 1fr;
  }

  body.news-page .intel-kpis {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.news-page .article-shell--neo {
    width: auto;
    max-width: none;
    margin: 22px 12px;
  }

  body.news-page .article-shell,
  body.news-page.is-popup .article-shell {
    padding: 16px;
  }

  body.news-page .article-shell > h1,
  body.news-page .article-lead,
  body.news-page .intel-hero p,
  body.news-page .event-card__head > div,
  body.news-page .open-card__head > div {
    width: auto;
    max-width: none;
  }

  body.news-page .article-shell > h1 {
    font-size: 1.48rem;
  }

  body.news-page .article-content--neo {
    gap: 10px;
    padding: 0;
  }

  body.news-page .intel-hero,
  body.news-page .intel-kpis,
  body.news-page .time-window,
  body.news-page .reward-row,
  body.news-page .open-rewards,
  body.news-page .open-card:not(.open-card--wide) .open-rewards,
  body.news-page .open-card--wide .open-rewards,
  body.news-page .ops-list,
  body.news-page .bounty-grid {
    grid-template-columns: 1fr;
  }

  body.news-page .time-window__arrow {
    width: 2px;
    height: 28px;
    justify-self: center;
    background: linear-gradient(180deg, #76d6c5, #ffe3a0, #ffad73);
  }

  body.news-page .time-window__arrow::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -1px;
    transform: translateX(-50%) rotate(135deg);
  }

  body.news-page .intel-hero,
  body.news-page .intel-panel,
  body.news-page .intel-panel + .intel-panel,
  body.news-page .release-map,
  body.news-page .event-card,
  body.news-page .open-card,
  body.news-page .ops-group,
  body.news-page .bounty-board {
    padding: 13px;
  }

  body.news-page .event-card__head,
  body.news-page .open-card__head {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
  }

  body.news-page .event-index,
  body.news-page .open-index {
    width: 38px;
    height: 38px;
    font-size: 0.82rem;
  }

  body.news-page .spec-list div {
    grid-template-columns: 1fr;
  }

  body.news-page .spec-list dd {
    text-align: left;
  }

  body.news-page .reward-chip,
  body.news-page .open-prize,
  body.news-page .bounty-card {
    min-height: 0;
  }

  body.news-page .ops-card div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
