:root {
  --black: #070604;
  --black-soft: #100d09;
  --gold: #dcae58;
  --gold-light: #f8dfa1;
  --cream: #f3e5c6;
  --line: rgba(225, 177, 87, .38);
  --font-ui: "Segoe UI Variable", "Segoe UI", "Noto Sans", "DejaVu Sans", Arial, sans-serif;
  --font-display: Cambria, "Noto Serif", "DejaVu Serif", "Times New Roman", serif;
  color-scheme: dark;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background: var(--black);
  color: var(--cream);
  font-family: var(--font-ui);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  font-kerning: normal;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

a { color: inherit; }

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  border: 1px solid var(--gold);
  background: #090704;
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.desktop-poster {
  position: relative;
  width: 100%;
  min-height: calc(max(800px, 63vw) + clamp(820px, 50vw, 1020px));
  background: #050403;
  overflow: hidden;
}

.desktop-poster > img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100vh;
  object-fit: cover;
  object-position: top center;
}

.hotspot {
  position: absolute;
  z-index: 2;
  border: 1px solid transparent;
  border-radius: 6px;
  outline: none;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.hotspot:hover,
.hotspot:focus-visible {
  background: rgba(235, 184, 83, .08);
  border-color: rgba(255, 216, 137, .6);
  box-shadow: 0 0 22px rgba(219, 164, 58, .28), inset 0 0 18px rgba(219, 164, 58, .08);
}

.nav-home { left: 29.7%; top: .7%; width: 5.4%; height: 3.3%; }
.nav-download { left: 37.2%; top: .7%; width: 5.4%; height: 3.3%; }
.nav-features { left: 44.2%; top: .7%; width: 5.9%; height: 3.3%; }
.nav-community { left: 52.4%; top: .7%; width: 6.4%; height: 3.3%; }
.nav-support { left: 61%; top: .7%; width: 5%; height: 3.3%; }
.nav-login { left: 74.7%; top: .7%; width: 7.1%; height: 3.5%; }
.nav-register { left: 82.8%; top: .7%; width: 6.7%; height: 3.5%; }

.hero-download { left: 35.5%; top: 39.4%; width: 13.3%; height: 4.5%; }
.hero-community { left: 50.3%; top: 39.4%; width: 14%; height: 4.5%; }

.feature-nostalgia { left: 7.5%; top: 46.9%; width: 20.4%; height: 17.9%; }
.feature-community { left: 29.1%; top: 46.9%; width: 20.6%; height: 17.9%; }
.feature-events { left: 50.5%; top: 46.9%; width: 20.8%; height: 17.9%; }
.feature-support { left: 72.3%; top: 46.9%; width: 20.5%; height: 17.9%; }

.poster-art {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100% !important;
  height: max(100vh, 62.5vw) !important;
  min-height: 0 !important;
  object-fit: cover;
  object-position: center center;
  filter: saturate(.68) sepia(.18) contrast(1.1) brightness(.72);
}

.poster-vignette {
  position: absolute;
  z-index: 1;
  inset: 0 auto auto 0;
  width: 100%;
  height: max(100vh, 62.5vw);
  background:
    linear-gradient(180deg, rgba(2, 2, 1, .78) 0, rgba(3, 2, 1, .17) 15%, rgba(3, 2, 1, .16) 42%, rgba(3, 2, 1, .62) 67%, rgba(3, 2, 1, .96) 100%),
    radial-gradient(circle at 50% 31%, transparent 0 16%, rgba(3, 2, 1, .12) 45%, rgba(2, 1, 0, .58) 100%);
  pointer-events: none;
}

.poster-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 7%;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(280px, 1fr);
  align-items: center;
  gap: 20px;
  padding: 9px clamp(24px, 4vw, 86px);
  border-bottom: 1px solid rgba(224, 174, 80, .3);
  background: linear-gradient(180deg, rgba(5, 4, 2, .96), rgba(5, 4, 2, .78));
  box-shadow: 0 10px 35px rgba(0, 0, 0, .26);
}

.poster-brand,
.poster-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: start;
  color: var(--gold-light);
  text-decoration: none;
}

.poster-brand img,
.poster-footer-brand img { filter: drop-shadow(0 0 9px rgba(220, 174, 88, .36)); }
.poster-brand span { display: grid; gap: 1px; }
.poster-brand strong { font: 700 clamp(15px, 1.3vw, 21px)/1 var(--font-display); letter-spacing: .07em; }
.poster-brand small { color: #a99268; font: 700 8px/1.2 var(--font-ui); letter-spacing: .2em; }

.poster-nav,
.poster-footer nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2vw, 38px); }
.poster-nav > a,
.poster-nav-trigger,
.poster-footer nav a {
  position: relative;
  padding: 10px 0;
  color: #f0e2c5;
  font: 700 clamp(11px, .75vw, 14px)/1.2 var(--font-ui);
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.poster-nav > a::after,
.poster-nav-trigger::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 2px;
  height: 1px;
  background: var(--gold);
  transition: left .2s ease, right .2s ease;
}

.poster-nav > a:hover::after,
.poster-nav > a:focus-visible::after,
.poster-nav-dropdown:hover > .poster-nav-trigger::before,
.poster-nav-dropdown:focus-within > .poster-nav-trigger::before { left: 0; right: 0; }
.poster-nav-dropdown { position: relative; }
.poster-nav-trigger { display: flex; align-items: center; gap: 7px; border: 0; background: transparent; cursor: default; }
.poster-nav-trigger::after { content: "▾"; color: var(--gold); font-size: .72em; transition: transform .2s ease; }
.poster-nav-dropdown:hover > .poster-nav-trigger::after,
.poster-nav-dropdown:focus-within > .poster-nav-trigger::after { transform: rotate(180deg); }
.poster-nav-menu {
  position: absolute;
  z-index: 45;
  top: calc(100% - 2px);
  left: 50%;
  width: 265px;
  display: grid;
  gap: 3px;
  padding: 9px;
  border: 1px solid rgba(220, 174, 88, .5);
  border-radius: 4px;
  background: rgba(7, 5, 3, .98);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .56), inset 0 0 20px rgba(220, 174, 88, .05);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 9px);
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}
.poster-nav-dropdown:hover .poster-nav-menu,
.poster-nav-dropdown:focus-within .poster-nav-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.poster-nav .poster-nav-menu a {
  display: block;
  padding: 12px 13px;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #ead9b8;
  font: 700 12px/1.35 var(--font-ui);
  letter-spacing: .035em;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}
.poster-nav .poster-nav-menu a::after { display: none; }
.poster-nav .poster-nav-menu a:hover,
.poster-nav .poster-nav-menu a:focus-visible { border-color: rgba(220, 174, 88, .44); background: rgba(220, 174, 88, .1); color: var(--gold-light); outline: none; }
.poster-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.server-monitor {
  min-width: 218px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 6px 12px;
  border: 1px solid rgba(220, 174, 88, .55);
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(25, 18, 9, .9), rgba(5, 4, 2, .9));
  box-shadow: inset 0 0 20px rgba(220, 174, 88, .05), 0 7px 22px rgba(0, 0, 0, .22);
  white-space: nowrap;
}
.server-monitor-state { display: grid; grid-template-columns: 8px auto; align-items: center; column-gap: 7px; row-gap: 1px; }
.server-status-dot { grid-row: 1 / span 2; width: 8px; height: 8px; border-radius: 50%; background: #d59e35; box-shadow: 0 0 9px rgba(213, 158, 53, .8); }
.server-monitor-label { color: #9f8b68; font: 700 8px/1.1 var(--font-ui); letter-spacing: .13em; text-transform: uppercase; }
.server-monitor-state strong { color: var(--gold-light); font: 800 11px/1.1 var(--font-ui); letter-spacing: .09em; text-transform: uppercase; }
.server-monitor-divider { width: 1px; height: 27px; background: rgba(220, 174, 88, .25); }
.server-uptime { display: flex; align-items: center; gap: 10px; }
.server-uptime > span { display: grid; justify-items: center; gap: 1px; }
.server-uptime strong { color: #f7d88f; font: 700 15px/1 var(--font-display); font-variant-numeric: tabular-nums; }
.server-uptime small { color: #a9946c; font: 700 8px/1 var(--font-ui); letter-spacing: .08em; text-transform: uppercase; }
.server-monitor[data-status="online"] .server-status-dot { background: #4fd879; box-shadow: 0 0 10px rgba(79, 216, 121, .9); animation: server-pulse 2.2s ease-in-out infinite; }
.server-monitor[data-status="online"] .server-monitor-state strong { color: #80ec9f; }
.server-monitor[data-status="offline"] .server-status-dot { background: #df5656; box-shadow: 0 0 10px rgba(223, 86, 86, .76); }
.server-monitor[data-status="offline"] .server-monitor-state strong { color: #f08b82; }
.server-monitor-mobile { display: none; }
@keyframes server-pulse { 50% { opacity: .55; box-shadow: 0 0 4px rgba(79, 216, 121, .6); } }
.header-button {
  min-width: 98px;
  min-height: 36px;
  display: grid;
  place-items: center;
  padding: 8px 15px;
  border: 1px solid rgba(225, 176, 83, .58);
  border-radius: 3px;
  font: 700 11px/1 var(--font-ui);
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
}

.header-button-dark { background: rgba(7, 5, 3, .8); color: var(--gold-light); }
.header-button-gold { background: linear-gradient(180deg, #f0cf86, #aa702a); color: #160f05; }
.poster-header .desktop-language { position: relative; top: auto; right: auto; }
.poster-header .language-toggle { height: 36px; min-width: 78px; }

.poster-hero-copy {
  position: absolute;
  z-index: 5;
  top: max(215px, 19vw);
  left: 50%;
  width: min(1100px, 78vw);
  text-align: center;
  transform: translateX(-50%);
}

.hero-brand-mark {
  position: absolute;
  top: -78px;
  left: 50%;
  width: clamp(70px, 5vw, 96px);
  height: auto;
  display: block;
  margin: 0;
  transform: translateX(-50%);
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, .88)) drop-shadow(0 0 16px rgba(220, 174, 88, .22));
}

.poster-hero-copy h1 {
  margin: 0;
  color: #ffe7ab;
  font: 700 clamp(58px, 6vw, 112px)/.9 var(--font-display);
  letter-spacing: -.035em;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #6e4216, 0 5px 18px rgba(0, 0, 0, .95), 0 0 22px rgba(229, 175, 72, .26);
}

.poster-tagline {
  margin: 10px 0 0;
  color: #f4d998;
  font: italic 600 clamp(20px, 1.8vw, 34px)/1.2 var(--font-display);
  text-shadow: 0 2px 10px rgba(0, 0, 0, .9);
}

.poster-hero-actions { display: flex; justify-content: center; gap: 16px; margin-top: clamp(13px, 1.5vh, 22px); }
.hero-button {
  min-width: clamp(185px, 15vw, 260px);
  min-height: clamp(44px, 4.3vh, 62px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 24px;
  border: 1px solid #d7a64c;
  border-radius: 3px;
  font: 800 clamp(12px, .85vw, 15px)/1 var(--font-ui);
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: inset 0 0 18px rgba(255, 218, 143, .08), 0 8px 25px rgba(0, 0, 0, .3);
}

.hero-button-gold { background: linear-gradient(180deg, #f7d890, #b57a2d); color: #181005; }
.hero-button-dark { background: rgba(8, 6, 3, .84); color: #f9dea0; }
.hero-button:hover,
.hero-button:focus-visible { border-color: #ffe1a0; box-shadow: 0 0 24px rgba(222, 168, 71, .35); outline: none; }

.poster-feature-grid {
  position: absolute;
  z-index: 5;
  top: max(430px, 35vw);
  left: 7.5%;
  right: 7.5%;
  height: clamp(138px, 11.25vw, 290px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.25vw, 24px);
  scroll-margin-top: 80px;
}

.poster-feature-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0;
  padding: clamp(14px, 1.6vw, 26px);
  border: 1px solid rgba(226, 175, 79, .7);
  background: linear-gradient(145deg, rgba(37, 23, 10, .84), rgba(5, 4, 2, .93));
  color: var(--cream);
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .28);
  overflow: hidden;
}

.poster-feature-card::before { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(228, 178, 83, .17); pointer-events: none; }
.poster-feature-card:hover,
.poster-feature-card:focus-visible { border-color: var(--gold-light); transform: translateY(-3px); outline: none; }
.poster-feature-icon { width: clamp(42px, 3.8vw, 62px); height: clamp(42px, 3.8vw, 62px); display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font: 700 clamp(17px, 1.5vw, 25px)/1 var(--font-display); }
.poster-feature-card > span:last-child { display: grid; gap: 7px; }
.poster-feature-card strong { color: var(--gold-light); font: 800 clamp(13px, .95vw, 18px)/1.2 var(--font-ui); letter-spacing: .025em; text-transform: uppercase; word-break: normal; overflow-wrap: normal; hyphens: none; }
.poster-feature-card em { color: #d4c6aa; font: normal 600 clamp(11px, .72vw, 14px)/1.45 var(--font-ui); word-break: normal; overflow-wrap: normal; hyphens: none; }

.promo-carousel {
  position: relative;
  color: var(--cream);
}
.promo-carousel-desktop {
  position: absolute;
  z-index: 7;
  top: max(584px, 47.5vw);
  left: .65%;
  right: .65%;
  height: clamp(180px, 13vw, 320px);
  --carousel-gap: clamp(6px, .55vw, 12px);
}
.promo-carousel-mobile { display: none; }
.promo-carousel-viewport {
  position: relative;
  height: calc(100% - 24px);
  border: 1px solid rgba(220, 174, 88, .58);
  background: #0b0804;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .34), inset 0 0 28px rgba(220, 174, 88, .06);
  overflow: hidden;
}
.promo-carousel-viewport::after { content: ""; position: absolute; inset: 6px; z-index: 4; border: 1px solid rgba(239, 194, 105, .18); pointer-events: none; }
.promo-carousel-track { position: relative; width: 100%; height: 100%; }
.promo-carousel-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: scale(1.025); transition: opacity .7s ease, visibility .7s ease, transform 1.1s ease; }
.promo-carousel-slide.is-active { opacity: 1; visibility: visible; transform: scale(1); }
.promo-carousel-slide img { width: 100%; height: 100%; display: block; object-fit: cover; filter: sepia(.28) saturate(.72) contrast(1.08) brightness(.6); }
.promo-carousel-slide::before { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; box-shadow: inset 0 0 46px rgba(12, 5, 1, .58); background: linear-gradient(112deg, rgba(184, 119, 45, .12), transparent 42%, rgba(33, 15, 5, .12)); mix-blend-mode: color; }
.promo-carousel-slide::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(5, 3, 2, .92) 0, rgba(5, 3, 2, .66) 35%, rgba(5, 3, 2, .2) 67%, rgba(5, 3, 2, .6) 100%); }
.promo-carousel-copy { position: absolute; z-index: 2; left: clamp(58px, 6vw, 118px); top: 50%; display: grid; gap: 6px; transform: translateY(-50%); text-shadow: 0 3px 12px #000; }
.promo-carousel-copy p { margin: 0; color: var(--gold); font-size: clamp(9px, .65vw, 12px); font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.promo-carousel-copy strong { color: var(--gold-light); font: 700 clamp(18px, 1.75vw, 34px)/1.1 var(--font-display); }
.promo-carousel-desktop .promo-carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--carousel-gap) * 4)) / 5);
  gap: var(--carousel-gap);
  transform: translateX(0);
  transition: transform .75s cubic-bezier(.22, .78, .24, 1);
}
.promo-carousel-desktop[data-carousel-page="1"] .promo-carousel-track { transform: translateX(calc(-100% - var(--carousel-gap))); }
.promo-carousel-desktop .promo-carousel-slide,
.promo-carousel-desktop .promo-carousel-slide.is-active {
  position: relative;
  inset: auto;
  min-width: 0;
  opacity: 1;
  visibility: visible;
  transform: none;
  overflow: hidden;
  border-right: 1px solid rgba(220, 174, 88, .22);
}
.promo-carousel-desktop .promo-carousel-slide img { filter: sepia(.32) saturate(.7) contrast(1.08) brightness(.57); }
.promo-carousel-desktop .promo-carousel-slide::after { background: linear-gradient(180deg, rgba(5, 3, 2, .08), rgba(5, 3, 2, .84) 88%); }
.promo-carousel-desktop .promo-carousel-copy {
  left: clamp(12px, 1vw, 20px);
  right: 10px;
  top: auto;
  bottom: clamp(16px, 1.15vw, 26px);
  gap: 4px;
  transform: none;
}
.promo-carousel-desktop .promo-carousel-copy p { display: none; }
.promo-carousel-desktop .promo-carousel-copy strong { font-size: clamp(15px, 1.05vw, 21px); line-height: 1.2; }
.promo-carousel-arrow { position: absolute; z-index: 8; top: calc(50% - 12px); width: clamp(34px, 2.7vw, 48px); height: clamp(34px, 2.7vw, 48px); display: grid; place-items: center; border: 1px solid rgba(220, 174, 88, .68); border-radius: 50%; background: rgba(6, 4, 2, .82); color: var(--gold-light); font: 400 clamp(22px, 1.8vw, 34px)/1 var(--font-display); cursor: pointer; transform: translateY(-50%); transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.promo-carousel-arrow:hover,
.promo-carousel-arrow:focus-visible { border-color: #ffe1a0; background: rgba(45, 29, 13, .92); box-shadow: 0 0 20px rgba(220, 174, 88, .25); outline: none; }
.promo-carousel-prev { left: clamp(11px, 1.5vw, 28px); }
.promo-carousel-next { right: clamp(11px, 1.5vw, 28px); }
.promo-carousel-dots { position: absolute; left: 50%; bottom: 0; display: flex; align-items: center; gap: 7px; transform: translateX(-50%); }
.promo-carousel-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 999px; background: #665337; cursor: pointer; transition: width .2s ease, background .2s ease, box-shadow .2s ease; }
.promo-carousel-dots button.is-active { width: 24px; background: var(--gold); box-shadow: 0 0 9px rgba(220, 174, 88, .65); }

.latest-updates { color: var(--cream); }
.latest-updates-desktop {
  position: absolute;
  z-index: 6;
  top: max(800px, 63vw);
  left: 7.5%;
  right: 7.5%;
}
.latest-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(16px, 1.5vw, 30px); }
.latest-panel {
  --latest-accent: 220, 174, 88;
  position: relative;
  padding: clamp(15px, 1.1vw, 22px);
  border: 1px solid rgba(var(--latest-accent), .62);
  background:
    radial-gradient(circle at 12% 0, rgba(var(--latest-accent), .12), transparent 38%),
    linear-gradient(145deg, rgba(25, 18, 10, .94), rgba(6, 5, 3, .98));
  box-shadow: 0 18px 42px rgba(0, 0, 0, .32), inset 0 0 34px rgba(var(--latest-accent), .045);
}
.latest-panel-events { --latest-accent: 186, 82, 62; }
.latest-panel::after { content: ""; position: absolute; inset: 6px; border: 1px solid rgba(var(--latest-accent), .14); pointer-events: none; }
.latest-panel-heading { position: relative; z-index: 1; display: flex; align-items: center; gap: 10px; margin-bottom: clamp(10px, .75vw, 14px); padding-bottom: 10px; border-bottom: 1px solid rgba(var(--latest-accent), .38); }
.latest-panel-heading::before { content: ""; width: 4px; height: clamp(20px, 1.5vw, 27px); flex: 0 0 auto; border-radius: 99px; background: rgb(var(--latest-accent)); box-shadow: 0 0 14px rgba(var(--latest-accent), .42); }
.latest-panel-heading > span,
.latest-panel-heading small { display: none; }
.latest-panel-heading > div { display: block; }
.latest-panel-heading h2 { margin: 0; color: #f7dfa5; font: 700 clamp(18px, 1.25vw, 24px)/1.2 var(--font-display); letter-spacing: .02em; text-transform: uppercase; white-space: nowrap; word-break: normal; }
.latest-panel-events .latest-panel-heading h2 { color: #efb39d; }
.latest-card-list { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(10px, .85vw, 16px); }
.latest-card {
  --card-accent: 220, 174, 88;
  position: relative;
  min-width: 0;
  min-height: clamp(184px, 12.4vw, 244px);
  display: flex;
  flex-direction: column;
  padding: clamp(13px, .9vw, 18px);
  overflow: hidden;
  border: 1px solid rgba(var(--card-accent), .42);
  border-left: 3px solid rgba(var(--card-accent), .92);
  background-color: rgba(7, 5, 3, .86);
  background-image:
    linear-gradient(90deg, rgba(5, 3, 2, .94) 0%, rgba(5, 3, 2, .68) 62%, rgba(5, 3, 2, .84) 100%),
    radial-gradient(circle at 100% 0, rgba(var(--card-accent), .18), transparent 48%),
    var(--card-image, none);
  background-position: center;
  background-size: cover;
}
.latest-panel:not(.latest-panel-events) .latest-card:nth-child(1) { --card-accent: 226, 174, 74; --card-image: url("assets/silk-road-caravan-photo.jpg"); background-position: center 61%; }
.latest-panel:not(.latest-panel-events) .latest-card:nth-child(2) { --card-accent: 74, 133, 170; --card-image: url("assets/news/server-room.jpg"); background-position: center 52%; }
.latest-panel:not(.latest-panel-events) .latest-card:nth-child(3) { --card-accent: 69, 151, 137; --card-image: url("assets/guide-hud-overview.jpg"); background-position: center 35%; }
.latest-panel:not(.latest-panel-events) .latest-card:nth-child(4) { --card-accent: 183, 137, 73; --card-image: url("assets/samarkand-registan-photo.jpg"); background-position: center 54%; }
.latest-panel-events .latest-card:nth-child(1) { --card-accent: 198, 88, 62; --card-image: url("assets/news/new-player-gifts.jpg"); background-position: center 42%; }
.latest-panel-events .latest-card:nth-child(2) { --card-accent: 137, 94, 162; --card-image: url("assets/news/community-event.jpg"); background-position: center 48%; }
.latest-panel-events .latest-card:nth-child(3) { --card-accent: 203, 133, 58; --card-image: url("assets/news/weekly-events.jpg"); background-position: center 45%; }
.latest-panel-events .latest-card:nth-child(4) { --card-accent: 76, 145, 158; --card-image: url("assets/bach-duong-hero-clean-v3.png"); background-position: center 40%; }
.latest-card-link { color: inherit; text-decoration: none; transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
.latest-card-link:hover,
.latest-card-link:focus-visible { border-color: rgba(var(--card-accent), .82); background-color: rgba(18, 12, 7, .92); box-shadow: 0 12px 30px rgba(0, 0, 0, .36), inset 0 0 28px rgba(var(--card-accent), .09); transform: translateY(-2px); outline: none; }
.latest-card-meta { display: none; }
.latest-card-meta span { color: var(--gold); }
.latest-card h3 { margin: 0; padding: 0; color: #f4e1b5; font: 700 clamp(14px, .95vw, 18px)/1.3 var(--font-ui); text-shadow: 0 2px 12px rgba(0, 0, 0, .96); }
.latest-card p { display: none; }
.latest-card-readmore { display: inline-flex; align-items: center; gap: 7px; align-self: flex-start; margin-top: auto; padding-top: 9px; color: rgb(var(--card-accent)); font-size: 11px; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
.latest-card-readmore > span:last-child { font-size: 16px; transition: transform .2s ease; }
.latest-card-link:hover .latest-card-readmore > span:last-child,
.latest-card-link:focus-visible .latest-card-readmore > span:last-child { transform: translateX(4px); }

.latest-archive { position: relative; z-index: 2; margin-top: clamp(10px, .75vw, 14px); border-top: 1px solid rgba(var(--latest-accent), .28); }
.latest-archive summary { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 9px 3px 4px; color: rgba(var(--latest-accent), .88); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; list-style: none; }
.latest-archive summary::-webkit-details-marker { display: none; }
.latest-archive summary b { font-size: 18px; line-height: 1; transition: transform .2s ease; }
.latest-archive[open] summary b { transform: rotate(45deg); }
.latest-archive p { margin: 4px 0 0; padding: 11px 13px; border: 1px dashed rgba(var(--latest-accent), .24); background: rgba(3, 3, 2, .48); color: #a99a82; font-size: 12px; line-height: 1.55; }

.poster-journey {
  position: absolute;
  z-index: 5;
  top: calc(max(800px, 63vw) + clamp(560px, 34vw, 680px));
  left: 8%;
  right: 8%;
  height: clamp(64px, 5vw, 112px);
  text-align: center;
}

.poster-journey-heading h2 { margin: 0; color: var(--gold-light); font: 700 clamp(16px, 1.5vw, 26px)/1.1 var(--font-display); letter-spacing: .18em; text-transform: uppercase; }
.poster-journey-heading p { display: none; }
.poster-journey-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 9px; border-top: 1px solid rgba(220, 174, 88, .34); padding-top: clamp(9px, .8vh, 12px); }
.journey-item { display: flex; align-items: center; justify-content: center; text-align: center; }
.journey-item > span { width: clamp(32px, 2.7vw, 46px); height: clamp(32px, 2.7vw, 46px); display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-size: clamp(14px, 1.1vw, 20px); }
.journey-item strong { color: #f2d58f; font: 800 clamp(10px, .8vw, 14px)/1.2 var(--font-ui); letter-spacing: .12em; }
.journey-item small { display: none; }

.poster-community-strip {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: calc(max(800px, 63vw) + clamp(680px, 41vw, 820px));
  bottom: auto;
  height: clamp(90px, 6.25vw, 160px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 0 12%;
  border-top: 1px solid rgba(220, 174, 88, .3);
  background: rgba(5, 4, 2, .68);
}

.poster-community-strip > div:first-child { display: grid; gap: 5px; }
.poster-community-strip strong { color: var(--gold-light); font: 700 clamp(13px, 1.1vw, 19px)/1.2 var(--font-display); letter-spacing: .12em; text-transform: uppercase; }
.poster-community-strip small { display: none; }
.poster-social-links { display: flex; gap: clamp(10px, 1vw, 16px); }
.poster-social-links a { width: clamp(36px, 3.3vw, 54px); height: clamp(36px, 3.3vw, 54px); display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font: 800 clamp(15px, 1.3vw, 22px)/1 var(--font-ui); text-decoration: none; }
.platform-icon { display: block; width: 62%; height: 62%; object-fit: contain; pointer-events: none; }
.platform-discord { --platform-color: #5865f2; --platform-rgb: 88, 101, 242; }
.platform-facebook { --platform-color: #1877f2; --platform-rgb: 24, 119, 242; }
.platform-zalo { --platform-color: #0068ff; --platform-rgb: 0, 104, 255; }
.platform-youtube { --platform-color: #ff0000; --platform-rgb: 255, 0, 0; }
.platform-tiktok { --platform-color: #010101; --platform-rgb: 37, 244, 238; }
.poster-social-links .platform-badge {
  border-color: rgba(var(--platform-rgb), .94);
  background: var(--platform-color);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .05), 0 6px 20px rgba(var(--platform-rgb), .28);
  transition: transform .2s ease, box-shadow .2s ease;
}
.poster-social-links .platform-tiktok { border-color: #25f4ee; box-shadow: inset -2px 0 #fe2c55, 0 6px 20px rgba(37, 244, 238, .18); }
.poster-social-links .platform-badge:hover,
.poster-social-links .platform-badge:focus-visible { transform: translateY(-3px); box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 9px 26px rgba(var(--platform-rgb), .4); outline: none; }
.platform-zalo .platform-icon { width: 74%; height: 74%; }
.platform-youtube .platform-icon { width: 58%; height: 58%; }
.platform-tiktok .platform-icon { width: 57%; height: 57%; }
.poster-community-strip > p { display: none; }

.poster-footer {
  position: relative;
  z-index: 6;
  width: 100%;
  min-height: clamp(80px, 4.25vw, 110px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 0 8%;
  border-top: 1px solid rgba(220, 174, 88, .42);
  background: rgba(3, 3, 2, .94);
}

.poster-footer-brand strong { font: 700 clamp(12px, 1vw, 17px)/1 var(--font-display); letter-spacing: .05em; }
.poster-footer nav a { font-size: clamp(8px, .58vw, 10px); color: #bda77c; }
.poster-footer > p { justify-self: end; margin: 0; color: #8d7b5d; font: 600 clamp(8px, .58vw, 10px)/1.2 var(--font-ui); }

.mobile-site { display: none; }

.language-picker { position: relative; }

.desktop-language {
  position: absolute;
  z-index: 20;
  top: .8%;
  right: 1.25%;
}

.language-toggle {
  min-width: 88px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 11px;
  border: 1px solid rgba(222, 173, 79, .58);
  border-radius: 4px;
  background: rgba(7, 5, 3, .88);
  color: var(--gold-light);
  font: 700 12px/1 var(--font-ui);
  letter-spacing: .08em;
  cursor: pointer;
  box-shadow: inset 0 0 12px rgba(220, 174, 88, .07);
}

.language-toggle:hover,
.language-toggle:focus-visible,
.language-toggle[aria-expanded="true"] {
  border-color: var(--gold-light);
  background: rgba(28, 18, 8, .96);
  outline: none;
}

.language-flag { width: 22px; height: 15px; border: 1px solid rgba(255, 255, 255, .28); border-radius: 1px; object-fit: cover; }
.language-chevron { margin-left: 1px; color: var(--gold); font-size: 13px; transition: transform .2s ease; }
.language-toggle[aria-expanded="true"] .language-chevron { transform: rotate(180deg); }

.language-menu {
  position: absolute;
  z-index: 30;
  top: calc(100% + 7px);
  right: 0;
  width: 164px;
  padding: 6px;
  border: 1px solid rgba(222, 173, 79, .6);
  border-radius: 4px;
  background: rgba(7, 5, 3, .98);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .48);
  opacity: 0;
  transform: translateY(-7px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}

.language-menu.open { opacity: 1; transform: translateY(0); pointer-events: auto; }

.language-menu button {
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border: 0;
  border-radius: 3px;
  background: transparent;
  color: #d7c6a6;
  font: 13px/1.2 var(--font-ui);
  text-align: left;
  cursor: pointer;
}

.language-menu button img { width: 23px; height: 16px; border: 1px solid rgba(255, 255, 255, .24); border-radius: 1px; object-fit: cover; }
.language-menu button:hover,
.language-menu button:focus-visible { background: rgba(220, 174, 88, .12); color: var(--gold-light); outline: none; }
.language-menu button[aria-selected="true"] { background: rgba(220, 174, 88, .09); color: var(--gold-light); }

.download-section {
  position: relative;
  scroll-margin-top: 66px;
  border-top: 1px solid rgba(224, 174, 80, .28);
  border-bottom: 1px solid rgba(224, 174, 80, .2);
  background:
    radial-gradient(circle at 50% 0, rgba(115, 71, 24, .33), transparent 43%),
    linear-gradient(rgba(7, 5, 3, .95), rgba(7, 5, 3, .99)),
    url("assets/silk-road-caravan-photo.jpg") center 48% / cover;
}

.download-section::before,
.download-section::after {
  content: "";
  position: absolute;
  left: 50%;
  width: min(240px, 45vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: translateX(-50%);
}

.download-section::before { top: 0; }
.download-section::after { bottom: 0; }

.download-inner {
  width: min(1320px, calc(100% - 64px));
  margin: auto;
  padding: 82px 0 76px;
}

.download-heading {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.download-kicker {
  margin: 0 0 10px;
  color: var(--gold);
  font: 700 12px/1.4 var(--font-ui);
  letter-spacing: .24em;
  text-transform: uppercase;
}

.download-heading h2 {
  margin: 0;
  color: var(--gold-light);
  font-size: clamp(34px, 3.2vw, 54px);
  font-weight: 500;
}

.download-heading > p:last-child {
  margin: 16px auto 0;
  color: #c2b294;
  font: 15px/1.7 var(--font-ui);
}

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

.download-card {
  position: relative;
  min-height: 238px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px 28px 25px;
  border: 1px solid rgba(222, 173, 79, .52);
  background: linear-gradient(145deg, rgba(51, 33, 15, .82), rgba(8, 6, 3, .96) 66%);
  color: var(--cream);
  text-decoration: none;
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.download-card::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(225, 176, 83, .12);
  pointer-events: none;
}

.download-card:hover,
.download-card:focus-visible {
  transform: translateY(-5px);
  border-color: var(--gold-light);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .36), 0 0 26px rgba(221, 168, 71, .12);
  outline: none;
}

.download-icon {
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-light);
  font: 400 30px/1 var(--font-ui);
  box-shadow: inset 0 0 16px rgba(220, 174, 88, .1);
}

.download-icon-text { font-size: 21px; font-weight: 700; }
.download-copy { display: grid; gap: 6px; padding-right: 110px; }
.download-copy small { color: #a78d60; font: 700 10px/1.3 var(--font-ui); letter-spacing: .17em; text-transform: uppercase; }
.download-copy strong { color: var(--gold-light); font-size: 22px; font-weight: 500; text-transform: uppercase; }
.download-copy em { color: #c0b092; font: normal 13px/1.55 var(--font-ui); }
.download-status { position: absolute; right: 27px; bottom: 26px; color: var(--gold); font: 700 10px/1.2 var(--font-ui); letter-spacing: .1em; text-transform: uppercase; }

.community-section {
  position: relative;
  border-top: 1px solid rgba(224, 174, 80, .28);
  border-bottom: 1px solid rgba(224, 174, 80, .2);
  background:
    radial-gradient(circle at 50% 0, rgba(102, 61, 19, .34), transparent 43%),
    linear-gradient(rgba(6, 5, 3, .93), rgba(6, 5, 3, .98)),
    url("assets/silk-road-caravan-photo.jpg") center 53% / cover;
}

.community-section::before,
.community-section::after {
  content: "";
  position: absolute;
  left: 50%;
  width: min(240px, 45vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: translateX(-50%);
}

.community-section::before { top: 0; }
.community-section::after { bottom: 0; }

.community-inner {
  width: min(1480px, calc(100% - 64px));
  margin: auto;
  padding: 88px 0 76px;
}

.community-heading { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.community-kicker { margin: 0 0 10px; color: var(--gold); font: 700 12px/1.4 var(--font-ui); letter-spacing: .24em; text-transform: uppercase; }
.community-heading h2 { margin: 0; color: var(--gold-light); font-size: clamp(34px, 3.2vw, 54px); font-weight: 500; }
.community-heading > p:last-child { margin: 16px auto 0; color: #b9aa8e; font: 15px/1.7 var(--font-ui); }

.social-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.social-card {
  --platform-color: var(--gold);
  --platform-rgb: 220, 174, 88;
  position: relative;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 27px 26px 24px;
  border: 1px solid rgba(var(--platform-rgb), .5);
  background: linear-gradient(145deg, rgba(48, 31, 14, .8), rgba(8, 6, 3, .94) 64%);
  color: var(--cream);
  text-decoration: none;
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.social-card::before { content: ""; position: absolute; inset: 6px; border: 1px solid rgba(225, 176, 83, .12); pointer-events: none; }
.social-card::after { content: ""; position: absolute; z-index: 1; top: 0; left: 0; right: 0; height: 3px; background: var(--platform-color); opacity: .9; pointer-events: none; }
.social-card.facebook-group,
.social-card.fanpage { --platform-color: #1877f2; --platform-rgb: 24, 119, 242; }
.social-card.zalo-group { --platform-color: #0068ff; --platform-rgb: 0, 104, 255; }
.social-card.tiktok { --platform-color: #25f4ee; --platform-rgb: 37, 244, 238; }
.social-card.tiktok::after { background: linear-gradient(90deg, #25f4ee 0 38%, #fff 50%, #fe2c55 62% 100%); }
.social-card:hover, .social-card:focus-visible { transform: translateY(-5px); border-color: var(--platform-color); box-shadow: 0 18px 46px rgba(0, 0, 0, .36), 0 0 28px rgba(var(--platform-rgb), .2); outline: none; }
.social-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 22px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font: 700 27px/1 var(--font-ui); box-shadow: inset 0 0 16px rgba(220, 174, 88, .1); }
.social-icon.platform-badge { border-color: var(--platform-color); background: var(--platform-color); box-shadow: 0 8px 24px rgba(var(--platform-rgb), .3); }
.social-icon.platform-tiktok { border-color: #25f4ee; background: #010101; box-shadow: inset -2px 0 #fe2c55, 0 8px 24px rgba(37, 244, 238, .18); }
.social-copy { display: grid; gap: 6px; }
.social-copy small { color: var(--platform-color); font: 700 10px/1.3 var(--font-ui); letter-spacing: .17em; text-transform: uppercase; }
.social-copy strong { color: var(--gold-light); font-size: 21px; font-weight: 500; text-transform: uppercase; }
.social-copy em { color: #b9aa8e; font: normal 13px/1.5 var(--font-ui); }
.social-arrow { position: absolute; top: 29px; right: 27px; color: var(--platform-color); font-size: 19px; transition: transform .2s ease; }
.social-card:hover .social-arrow { transform: translate(3px, -3px); }
.community-note { margin: 28px 0 0; color: #887657; font: 12px/1.5 var(--font-ui); letter-spacing: .08em; text-align: center; }
.community-group-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-bottom: 30px; }
.community-group-card {
  min-height: 246px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 148px;
  grid-template-rows: auto 1fr;
  align-items: start;
  gap: 18px;
  padding: 30px;
}
.community-group-card.facebook-group { grid-template-columns: 64px minmax(0, 1fr); }
.community-group-card .social-icon { margin: 0; }
.community-group-card .social-copy { align-self: center; }
.community-group-card .social-copy strong { font-size: 24px; }
.group-function-placeholder {
  grid-column: 1 / 3;
  align-self: end;
  display: grid;
  gap: 7px;
  min-height: 74px;
  padding: 16px 18px;
  border: 1px dashed rgba(var(--platform-rgb), .45);
  background: rgba(var(--platform-rgb), .055);
}
.community-group-card.facebook-group .group-function-placeholder { grid-column: 1 / -1; }
.group-function-placeholder small { color: var(--platform-color); font: 800 10px/1.2 var(--font-ui); letter-spacing: .14em; text-transform: uppercase; }
.group-function-placeholder strong { color: #cdbf9f; font: 600 13px/1.45 var(--font-ui); }
.zalo-qr-placeholder {
  grid-column: 3;
  grid-row: 1 / 3;
  width: 140px;
  aspect-ratio: 1;
  align-self: center;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 6px;
  padding: 12px;
  border: 1px dashed rgba(0, 104, 255, .75);
  background: repeating-linear-gradient(45deg, rgba(0, 104, 255, .045) 0 7px, transparent 7px 14px);
  text-align: center;
}
.zalo-qr-placeholder > strong { color: #d8e7ff; font: 800 30px/1 var(--font-ui); letter-spacing: .08em; }
.zalo-qr-placeholder > small { color: #80b3ff; font: 700 10px/1.25 var(--font-ui); text-transform: uppercase; }
.zalo-qr-placeholder > em { color: #8e9ab0; font: normal 11px/1.25 var(--font-ui); }
.community-media-heading { display: flex; align-items: center; gap: 16px; margin: 0 0 17px; color: #ae9362; font: 800 11px/1.3 var(--font-ui); letter-spacing: .2em; text-transform: uppercase; }
.community-media-heading::before,
.community-media-heading::after { content: ""; height: 1px; flex: 1; background: linear-gradient(90deg, transparent, rgba(220, 174, 88, .32)); }
.community-media-heading::after { background: linear-gradient(90deg, rgba(220, 174, 88, .32), transparent); }
.community-media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.community-media-grid .social-card { min-height: 178px; }
.mobile-community { display: none; }

.toast {
  position: fixed;
  z-index: 120;
  left: 50%;
  bottom: 28px;
  max-width: calc(100% - 32px);
  padding: 12px 18px;
  border: 1px solid var(--gold);
  border-radius: 5px;
  background: rgba(7, 6, 4, .96);
  color: var(--gold-light);
  letter-spacing: .04em;
  opacity: 0;
  transform: translate(-50%, 20px);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}

.toast.visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 900px) {
  .desktop-poster,
  .desktop-download,
  .desktop-community,
  .desktop-footer { display: none; }
  .mobile-site { display: block; overflow: hidden; }

  .mobile-header {
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 18px;
    border-bottom: 1px solid var(--line);
    background: rgba(6, 5, 3, .91);
    backdrop-filter: blur(12px);
  }

  .mobile-brand {
    display: flex;
    align-items: center;
    gap: 9px;
    text-decoration: none;
  }

  .mobile-brand img { filter: drop-shadow(0 0 8px rgba(220, 174, 88, .35)); }
  .mobile-brand span { display: grid; gap: 1px; }
  .mobile-brand strong { color: var(--gold-light); font-size: 16px; letter-spacing: .08em; }
  .mobile-brand small { color: #a9946a; font-size: 8px; letter-spacing: .2em; text-transform: uppercase; }

  .mobile-header-actions { display: flex; align-items: center; gap: 8px; }
  .mobile-language .language-toggle { min-width: 72px; height: 42px; padding: 0 8px; gap: 6px; }
  .mobile-language .language-menu { right: 0; }

  .menu-button {
    width: 42px;
    height: 42px;
    display: grid;
    place-content: center;
    gap: 5px;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: rgba(216, 166, 72, .06);
  }

  .menu-button span { width: 19px; height: 1px; background: var(--gold-light); transition: transform .2s ease, opacity .2s ease; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  .mobile-menu {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    display: grid;
    max-height: calc(100vh - 65px);
    overflow-y: auto;
    padding: 10px 18px 16px;
    border-bottom: 1px solid var(--line);
    background: rgba(8, 6, 3, .98);
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }

  .mobile-menu.open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .mobile-menu a { padding: 13px 4px; border-bottom: 1px solid rgba(220, 174, 88, .12); color: var(--cream); text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: 13px; }
  .mobile-guide-menu { border-bottom: 1px solid rgba(220, 174, 88, .12); }
  .mobile-guide-menu > summary { display: flex; align-items: center; justify-content: space-between; padding: 13px 4px; color: var(--cream); font-size: 13px; letter-spacing: .12em; list-style: none; text-transform: uppercase; cursor: pointer; }
  .mobile-guide-menu > summary::-webkit-details-marker { display: none; }
  .mobile-guide-menu > summary::after { content: "▾"; color: var(--gold); transition: transform .2s ease; }
  .mobile-guide-menu[open] > summary::after { transform: rotate(180deg); }
  .mobile-guide-submenu { display: none; padding: 0 0 8px 16px; }
  .mobile-guide-menu[open] .mobile-guide-submenu { display: grid; }
  .mobile-menu .mobile-guide-submenu a { padding: 11px 10px; border-left: 1px solid rgba(220, 174, 88, .35); border-bottom: 0; color: #cdbb99; font-size: 12px; letter-spacing: .05em; text-transform: none; }
  .mobile-menu .mobile-guide-submenu a:hover,
  .mobile-menu .mobile-guide-submenu a:focus-visible { background: rgba(220, 174, 88, .08); color: var(--gold-light); outline: none; }
  .server-monitor-mobile { display: flex; width: 100%; min-height: 54px; margin-top: 12px; justify-content: space-between; padding: 8px 14px; }
  .server-monitor-mobile .server-monitor-state { grid-template-columns: 9px auto; }
  .server-monitor-mobile .server-status-dot { width: 9px; height: 9px; }
  .server-monitor-mobile .server-monitor-label { font-size: 9px; }
  .server-monitor-mobile .server-monitor-state strong { font-size: 12px; }
  .server-monitor-mobile .server-uptime { gap: 18px; }
  .server-monitor-mobile .server-uptime strong { font-size: 18px; }
  .server-monitor-mobile .server-uptime small { font-size: 9px; }

  .mobile-hero {
    position: relative;
    min-height: 640px;
    text-align: center;
    overflow: hidden;
  }

  .hero-art,
  .hero-overlay { position: absolute; inset: 0; }

  .hero-art {
    background-image: url("assets/silk-road-caravan-photo.jpg");
    background-size: cover;
    background-position: 54% center;
    background-repeat: no-repeat;
    filter: saturate(.7) sepia(.16) contrast(1.08) brightness(.7);
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(3, 2, 1, .42) 0%, rgba(5, 4, 2, .16) 45%, #080603 100%);
  }

  .mobile-hero-copy {
    position: absolute;
    z-index: 3;
    top: 245px;
    left: 18px;
    right: 18px;
    text-align: center;
  }

  .mobile-hero-copy h1 { margin: 0; color: #ffe5a4; font: 700 clamp(40px, 12vw, 54px)/.94 var(--font-display); letter-spacing: -.045em; text-shadow: 0 2px 0 #6e4216, 0 4px 16px rgba(0, 0, 0, .95); }
  .mobile-hero-copy .hero-brand-mark { position: static; width: 68px; margin: 0 auto 12px; transform: none; }
  .mobile-hero-copy > span { display: block; margin-top: 8px; color: #f1d48e; font: italic 600 19px/1.25 var(--font-display); text-shadow: 0 2px 8px #000; }
  .mobile-hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 22px; }

  .button { min-height: 52px; display: grid; place-items: center; padding: 13px 12px; border-radius: 3px; font-size: 12px; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .05em; }
  .button-gold { border: 1px solid #f4cf7b; background: linear-gradient(180deg, #efca77, #b77927); color: #171005; box-shadow: 0 0 22px rgba(222, 168, 71, .3); }
  .button-dark { border: 1px solid var(--gold); background: rgba(4, 3, 2, .76); color: var(--gold-light); }

  .mobile-content { padding: 68px 18px 42px; background: radial-gradient(circle at 50% 0, #24170b 0, #090704 36%); }
  .section-title { text-align: center; margin-bottom: 28px; }
  .section-title p { margin: 0 0 7px; color: var(--gold); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; }
  .section-title h2 { margin: 0; font: 700 31px/1.15 var(--font-display); }
  .feature-grid { display: grid; gap: 13px; }
  .feature-card { position: relative; padding: 25px 22px 24px 72px; border: 1px solid var(--line); background: linear-gradient(135deg, rgba(45, 29, 13, .72), rgba(8, 6, 3, .93)); }
  .feature-card::after { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(219, 169, 76, .12); pointer-events: none; }
  .feature-card span { position: absolute; left: 20px; top: 25px; color: var(--gold); font-size: 13px; letter-spacing: .12em; }
  .feature-card h3 { margin: 0 0 7px; color: var(--gold-light); font: 700 19px/1.2 var(--font-display); text-transform: uppercase; }
  .feature-card p { margin: 0; color: #c9baa0; font-size: 13px; font-weight: 600; line-height: 1.55; }
  .promo-carousel-desktop { display: none; }
  .promo-carousel-mobile { display: block; height: 250px; margin-top: 28px; }
  .promo-carousel-mobile .promo-carousel-copy { left: 58px; right: 58px; gap: 5px; }
  .promo-carousel-mobile .promo-carousel-copy p { font-size: 9px; }
  .promo-carousel-mobile .promo-carousel-copy strong { font-size: 21px; }
  .promo-carousel-mobile .promo-carousel-arrow { top: calc(50% - 12px); width: 34px; height: 34px; font-size: 24px; }
  .promo-carousel-mobile .promo-carousel-prev { left: 11px; }
  .promo-carousel-mobile .promo-carousel-next { right: 11px; }
  .latest-updates-mobile { margin-top: 40px; }
  .latest-updates-mobile .latest-columns { grid-template-columns: 1fr; gap: 18px; }
  .latest-updates-mobile .latest-panel { padding: 20px 17px; }
  .latest-updates-mobile .latest-panel-heading { margin-bottom: 14px; }
  .latest-updates-mobile .latest-panel-heading > span { width: 40px; height: 40px; font-size: 17px; }
  .latest-updates-mobile .latest-panel-heading small { font-size: 10px; }
  .latest-updates-mobile .latest-panel-heading h2 { font-size: 21px; }
  .latest-updates-mobile .latest-card-list { grid-template-columns: 1fr; gap: 10px; }
  .latest-updates-mobile .latest-card { min-height: 230px; padding: 17px; }
  .latest-updates-mobile .latest-card-meta { font-size: 11px; }
  .latest-updates-mobile .latest-card h3 { font-size: 16px; }
  .latest-updates-mobile .latest-card p { font-size: 14px; }

  .mobile-download { scroll-margin-top: 66px; }
  .download-inner { width: auto; padding: 62px 18px 56px; }
  .download-heading { margin-bottom: 27px; }
  .download-heading h2 { font-size: 30px; }
  .download-heading > p:last-child { font-size: 13px; line-height: 1.55; }
  .download-grid { grid-template-columns: 1fr; gap: 12px; }
  .download-card {
    min-height: 0;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 15px;
    padding: 20px 19px 46px;
  }
  .download-icon { width: 46px; height: 46px; margin: 0; font-size: 25px; }
  .download-icon-text { font-size: 18px; }
  .download-copy { gap: 4px; padding-right: 0; }
  .download-copy strong { font-size: 17px; }
  .download-copy em { font-size: 12px; }
  .download-status { left: 82px; right: auto; bottom: 19px; }

  .mobile-community { display: block; scroll-margin-top: 66px; }
  .community-inner { width: auto; padding: 62px 18px 56px; }
  .community-heading { margin-bottom: 27px; }
  .community-heading h2 { font-size: 30px; font-weight: 700; }
  .community-heading > p:last-child { font-size: 13px; line-height: 1.55; }
  .social-grid { grid-template-columns: 1fr; gap: 12px; }
  .social-card { min-height: 0; display: grid; grid-template-columns: 48px 1fr 18px; align-items: center; gap: 15px; padding: 20px 19px; }
  .social-icon { width: 46px; height: 46px; margin: 0; font-size: 23px; }
  .social-copy { gap: 4px; }
  .social-copy strong { font-size: 17px; }
  .social-copy em { font-size: 12px; }
  .social-arrow { position: static; justify-self: end; }
  .community-group-grid { grid-template-columns: 1fr; gap: 12px; margin-bottom: 24px; }
  .community-group-card,
  .community-group-card.facebook-group {
    min-height: 0;
    grid-template-columns: 48px minmax(0, 1fr) 18px;
    grid-template-rows: auto auto auto;
    align-items: start;
    gap: 15px;
    padding: 20px 19px;
  }
  .community-group-card .social-copy { align-self: center; }
  .community-group-card .social-copy strong { font-size: 18px; }
  .community-group-card .social-arrow { grid-column: 3; grid-row: 1; align-self: center; }
  .group-function-placeholder,
  .community-group-card.facebook-group .group-function-placeholder { grid-column: 1 / -1; min-height: 0; padding: 14px; }
  .zalo-qr-placeholder { grid-column: 1 / -1; grid-row: auto; width: 100%; min-height: 116px; aspect-ratio: auto; }
  .zalo-qr-placeholder > strong { font-size: 25px; }
  .community-media-heading { margin: 0 0 14px; font-size: 10px; }
  .community-media-grid { grid-template-columns: 1fr; }
  .community-media-grid .social-card { min-height: 0; }
  .community-note { margin-top: 22px; }

  .mobile-cta { padding: 70px 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(rgba(7, 5, 3, .85), rgba(7, 5, 3, .96)), url("assets/silk-road-caravan-photo.jpg") center 55% / cover; text-align: center; }
  .mobile-cta img { filter: drop-shadow(0 0 12px rgba(220, 174, 88, .4)); }
  .mobile-cta h2 { max-width: 430px; margin: 14px auto 10px; font-size: 29px; font-weight: 500; }
  .mobile-cta p { margin: 0 auto 25px; color: #b7a88d; font-family: var(--font-ui); font-size: 14px; }
  .mobile-cta .button { max-width: 330px; margin: auto; }

  footer { padding: 32px 20px 38px; text-align: center; background: #050403; }
  footer strong { color: var(--gold-light); letter-spacing: .15em; }
  footer p { margin: 9px 0 0; color: #786a52; font-family: var(--font-ui); font-size: 11px; }
}

[hidden] { display: none !important; }

.download-page-body {
  min-height: 100vh;
  background: #080603;
  font-family: var(--font-ui);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.download-page-header {
  position: sticky;
  z-index: 80;
  top: 0;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  gap: 24px;
  min-height: 72px;
  padding: 10px clamp(24px, 4vw, 82px);
  border-bottom: 1px solid rgba(220, 174, 88, .36);
  background: rgba(5, 4, 2, .96);
  box-shadow: 0 12px 35px rgba(0, 0, 0, .35);
  backdrop-filter: blur(12px);
}

.download-page-nav .is-active { color: var(--gold-light); }
.download-page-nav .is-active::after { left: 0; right: 0; }
.download-page-header-actions { display: flex; align-items: center; justify-self: end; gap: 12px; }
.download-page-language { position: relative; }
.download-page-home-mobile { display: none; color: var(--gold-light); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }

.download-page-main {
  min-height: calc(100vh - 72px);
  background:
    linear-gradient(180deg, rgba(5, 4, 2, .06), #080603 250px),
    radial-gradient(circle at 50% 18%, rgba(111, 67, 23, .24), transparent 34%),
    #080603;
}

.download-page-hero {
  position: relative;
  min-height: 238px;
  display: grid;
  place-items: end center;
  padding: 42px 24px 58px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(5, 4, 2, .32), rgba(5, 4, 2, .55) 58%, #080603 100%),
    url("assets/samarkand-registan-photo.jpg") center 48% / cover no-repeat;
}

.download-page-hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 58%, rgba(76, 45, 17, .13), rgba(3, 2, 1, .34) 72%); pointer-events: none; }
.download-page-hero-copy { position: relative; z-index: 1; width: min(760px, calc(100% - 48px)); padding: 0 34px; text-align: center; text-shadow: 0 4px 18px rgba(0, 0, 0, .9); }
.download-page-hero-copy::after { content: ""; display: block; width: min(320px, 58%); height: 1px; margin: 16px auto 0; background: linear-gradient(90deg, transparent, rgba(239, 194, 105, .78), transparent); box-shadow: 0 0 14px rgba(220, 174, 88, .24); }
.download-page-hero-copy > p { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 0 0 8px; color: #d7ad5d; font-size: 10px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.download-page-hero-copy > p::before,
.download-page-hero-copy > p::after { content: ""; width: 42px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.download-page-hero-copy > p::after { background: linear-gradient(90deg, var(--gold), transparent); }
.download-page-hero-copy h1 { margin: 0; color: var(--gold-light); font: 700 clamp(36px, 3.2vw, 52px)/1.04 var(--font-display); letter-spacing: .085em; text-transform: uppercase; text-shadow: 0 4px 22px rgba(0, 0, 0, .9), 0 0 22px rgba(220, 174, 88, .12); white-space: nowrap; }
.download-page-hero-copy > span { display: block; max-width: 620px; margin: 10px auto 0; color: #cdbd9f; font-size: 13px; font-weight: 600; line-height: 1.45; }

.download-page-section { width: min(1320px, calc(100% - 64px)); margin: 0 auto; padding: 52px 0 22px; }
.download-page-section + .download-page-section { padding-top: 38px; padding-bottom: 56px; }
.download-page-section-heading { max-width: 780px; margin: 0 auto 24px; text-align: center; }
.download-page-section-heading > p { margin: 0 0 8px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.download-page-section-heading h2 { margin: 0; color: var(--gold-light); font: 600 clamp(30px, 2.8vw, 44px)/1.15 var(--font-display); }
.download-page-section-heading > span { display: block; margin-top: 9px; color: #b9aa8e; font-size: 14px; line-height: 1.55; }
.download-page-grid { display: grid; gap: 16px; }
.download-page-grid-primary { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 960px; margin: auto; }
.download-page-grid-bots { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.download-page-card {
  min-height: 164px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  padding: 22px 23px 44px;
}
.download-page-card .download-icon { width: 46px; height: 46px; margin: 0; font-size: 25px; }
.download-page-card .download-icon-text { font-size: 18px; }
.download-page-card .download-copy { gap: 4px; padding-right: 0; }
.download-page-card .download-copy strong { font-size: 19px; }
.download-page-card .download-copy em { font-size: 13px; line-height: 1.45; }
.download-page-card .download-status { right: 23px; bottom: 18px; }
.download-page-bots { position: relative; }
.download-page-bots::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(220, 174, 88, .45), transparent); }

.download-hub {
  position: relative;
  width: min(1560px, calc(100% - 48px));
  display: grid;
  grid-template-columns: minmax(380px, 35%) minmax(0, 1fr);
  margin: -34px auto 68px;
  border: 1px solid rgba(220, 174, 88, .42);
  background: #090704;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .46), 0 -10px 34px rgba(0, 0, 0, .3), inset 0 0 34px rgba(220, 174, 88, .035);
}
.download-hub::before,
.download-hub::after { content: ""; position: absolute; z-index: 3; width: 18px; height: 18px; pointer-events: none; }
.download-hub::before { top: -1px; left: -1px; border-top: 2px solid var(--gold); border-left: 2px solid var(--gold); }
.download-hub::after { right: -1px; bottom: -1px; border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold); }
.download-hub-requirements { padding: 30px 32px; border-right: 1px solid rgba(220, 174, 88, .16); background: rgba(255, 255, 255, .018); }
.download-hub-title { display: flex; align-items: center; gap: 12px; margin-bottom: 25px; }
.download-hub-title > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(220, 174, 88, .55); border-radius: 50%; color: var(--gold); font-size: 12px; }
.download-hub-title h2 { margin: 0; color: var(--gold-light); font-family: var(--font-ui); font-size: 21px; font-weight: 800; line-height: 1.25; letter-spacing: .025em; text-transform: uppercase; }
.download-spec-group + .download-spec-group { margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(220, 174, 88, .16); }
.download-spec-group h3 { margin: 0 0 11px; color: #9e8a68; font-family: var(--font-ui); font-size: 11px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.download-spec-recommended h3 { color: var(--gold); }
.download-spec-group ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.download-spec-group li { display: flex; gap: 6px; color: #cbbda4; font-size: 13px; line-height: 1.35; }
.download-spec-group li strong { flex: 0 0 auto; color: #ead9b7; font-weight: 700; }
.download-spec-group li span { min-width: 0; }
.download-hub-links { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 30px 34px; }
.download-hub-kicker { margin: 0 0 12px; color: #88775c; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.download-hub-package { display: grid; gap: 10px; }
.download-hub-package + .download-hub-package { margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(220, 174, 88, .2); }
.download-hub-package-heading { min-height: 72px; display: flex; align-items: center; gap: 15px; padding: 13px 18px; border: 1px solid rgba(220, 174, 88, .44); background: rgba(18, 14, 9, .94); color: var(--cream); }
.download-hub-package-client .download-hub-package-heading { border-color: #f1ca72; background: linear-gradient(180deg, #f2ce7c, #b97928 58%, #8c551c); color: #160e04; box-shadow: inset 0 0 0 4px rgba(45, 22, 3, .12), 0 0 22px rgba(220, 174, 88, .13); }
.download-hub-package-icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid currentColor; border-radius: 4px; font-size: 19px; font-weight: 900; }
.download-hub-package-heading > span:last-child { display: grid; gap: 3px; }
.download-hub-package-heading strong { font-size: 20px; line-height: 1.15; letter-spacing: .025em; text-transform: uppercase; }
.download-hub-package-heading small { color: #a99a80; font-size: 12px; line-height: 1.3; }
.download-hub-package-client .download-hub-package-heading small { color: #2f1b09; font-weight: 800; }
.download-hub-server-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.download-hub-server-option { min-width: 0; min-height: 72px; display: grid; grid-template-columns: 36px minmax(0, 1fr) auto; align-items: center; gap: 11px; padding: 11px 13px; border: 1px solid rgba(220, 174, 88, .34); background: rgba(12, 10, 7, .92); color: var(--cream); text-decoration: none; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.download-hub-server-option:hover,
.download-hub-server-option:focus-visible { border-color: var(--gold-light); background: rgba(43, 29, 14, .92); transform: translateY(-1px); outline: none; }
.download-hub-server-number { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-size: 14px; font-weight: 900; }
.download-hub-server-copy { min-width: 0; display: grid; gap: 3px; }
.download-hub-server-copy strong { color: var(--gold-light); font-size: 15px; line-height: 1.2; text-transform: uppercase; }
.download-hub-server-copy small { color: #a99a80; font-size: 11px; line-height: 1.3; }
.download-hub-server-option em { color: var(--gold); font: normal 800 9px/1.2 var(--font-ui); letter-spacing: .04em; text-align: right; text-transform: uppercase; }
.download-hub-source-notes { display: grid; gap: 8px; margin-top: 16px; padding: 14px 16px; border-left: 2px solid var(--gold); background: rgba(220, 174, 88, .065); }
.download-hub-source-notes > strong { color: var(--gold-light); font-size: 13px; letter-spacing: .035em; text-transform: uppercase; }
.download-hub-source-notes p { display: grid; grid-template-columns: 24px 1fr; align-items: start; gap: 9px; margin: 0; color: #b9aa90; font-size: 12px; line-height: 1.45; }
.download-hub-source-notes p > span:first-child { width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid rgba(220, 174, 88, .55); border-radius: 50%; color: var(--gold-light); font-size: 10px; font-weight: 900; }
.download-hub-primary {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  padding: 16px 24px;
  border: 1px solid #f1ca72;
  background: linear-gradient(180deg, #f2ce7c, #b97928 58%, #8c551c);
  color: #160e04;
  text-align: center;
  text-decoration: none;
  box-shadow: inset 0 0 0 5px rgba(45, 22, 3, .13), 0 0 26px rgba(220, 174, 88, .17);
  transition: filter .2s ease, box-shadow .2s ease, transform .2s ease;
}
.download-hub-primary:hover,
.download-hub-primary:focus-visible { filter: brightness(1.08); box-shadow: inset 0 0 0 5px rgba(45, 22, 3, .13), 0 0 30px rgba(220, 174, 88, .33); transform: translateY(-2px); outline: none; }
.download-hub-primary > span:first-child { font-size: 32px; line-height: 1; }
.download-hub-primary > span:last-child { display: grid; gap: 4px; }
.download-hub-primary strong { font-size: clamp(23px, 2vw, 34px); line-height: 1; letter-spacing: .035em; text-transform: uppercase; }
.download-hub-primary small { font-size: 11px; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.download-hub-launcher { min-height: 70px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 13px; margin-top: 13px; padding: 12px 16px; border: 1px solid rgba(220, 174, 88, .36); background: rgba(18, 14, 9, .92); color: var(--cream); text-decoration: none; transition: border-color .2s ease, background .2s ease; }
.download-hub-launcher:hover,
.download-hub-launcher:focus-visible { border-color: var(--gold-light); background: rgba(43, 29, 14, .92); outline: none; }
.download-hub-button-icon { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 4px; color: var(--gold-light); font-weight: 800; }
.download-hub-launcher > span:nth-child(2) { display: grid; gap: 3px; }
.download-hub-launcher strong { color: var(--gold-light); font-size: 16px; text-transform: uppercase; }
.download-hub-launcher small { color: #a99a80; font-size: 12px; }
.download-hub-launcher em { color: var(--gold); font: normal 800 10px/1.2 var(--font-ui); letter-spacing: .045em; text-transform: uppercase; }
.download-hub-divider { display: flex; align-items: center; gap: 12px; margin: 22px 0 15px; color: #827159; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.download-hub-divider::before,
.download-hub-divider::after { content: ""; height: 1px; flex: 1; background: linear-gradient(90deg, transparent, rgba(220, 174, 88, .25)); }
.download-hub-divider::after { background: linear-gradient(90deg, rgba(220, 174, 88, .25), transparent); }
.download-hub-tools { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.download-hub-tools a { min-height: 68px; display: flex; align-items: center; justify-content: flex-start; gap: 9px; padding: 10px 12px; border: 1px solid rgba(220, 174, 88, .3); background: rgba(12, 10, 7, .9); color: #d8c59f; text-decoration: none; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.download-hub-tools a:hover,
.download-hub-tools a:focus-visible { border-color: var(--gold); background: rgba(42, 27, 12, .84); color: var(--gold-light); outline: none; }
.download-hub-tools > a > span:first-child { width: 29px; height: 29px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(220, 174, 88, .46); border-radius: 4px; color: var(--gold); font-size: 11px; font-weight: 800; }
.download-hub-tool-copy { min-width: 0; display: grid; gap: 3px; }
.download-hub-tools strong { font-size: 13px; line-height: 1.2; letter-spacing: .025em; }
.download-hub-tools small { color: #88795f; font-size: 9px; font-weight: 600; line-height: 1.25; }
.download-hub-note { margin: 14px 0 0; color: #746650; font-size: 11px; text-align: center; }

.system-requirements {
  width: min(1320px, calc(100% - 64px));
  margin: 0 auto;
  padding: 48px 0 72px;
  border-top: 1px solid rgba(220, 174, 88, .26);
}
.system-requirements-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 22px; }
.system-requirements-heading p { margin: 0 0 7px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.system-requirements-heading h2 { margin: 0; color: var(--gold-light); font: 600 clamp(30px, 2.8vw, 44px)/1.1 var(--font-display); }
.windows-recommendation { min-width: 355px; display: flex; align-items: center; gap: 13px; padding: 12px 16px; border: 1px solid rgba(220, 174, 88, .42); background: linear-gradient(135deg, rgba(45, 29, 13, .72), rgba(8, 6, 3, .94)); }
.windows-mark { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font: 700 16px/1 var(--font-ui); }
.windows-recommendation > span:last-child { display: grid; gap: 3px; }
.windows-recommendation small { color: #9f8b68; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.windows-recommendation strong { color: #f5d991; font-size: 15px; line-height: 1.25; }
.requirements-table-wrap { border: 1px solid rgba(220, 174, 88, .42); background: rgba(9, 7, 4, .8); overflow: hidden; }
.requirements-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.requirements-table th,
.requirements-table td { padding: 13px 18px; border-bottom: 1px solid rgba(220, 174, 88, .14); color: #d3c2a3; font-size: 14px; line-height: 1.4; text-align: left; }
.requirements-table thead th { background: rgba(220, 174, 88, .08); color: #b69a68; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.requirements-table th:first-child { width: 21%; color: var(--gold-light); font-weight: 700; }
.requirements-table tbody tr:last-child th,
.requirements-table tbody tr:last-child td { border-bottom: 0; }
.requirements-table tbody tr:hover { background: rgba(220, 174, 88, .035); }
.requirements-note { margin: 13px 0 0; color: #89795f; font-size: 12px; line-height: 1.5; }

.download-page-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px clamp(24px, 7vw, 110px);
  border-top: 1px solid rgba(220, 174, 88, .34);
  background: #050403;
}
.download-page-footer p { margin: 0; color: #88785e; font-size: 11px; }

.community-page-directory {
  z-index: 2;
  width: min(1480px, calc(100% - 48px));
  margin: -34px auto 68px;
  border: 1px solid rgba(220, 174, 88, .42);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .46), 0 -10px 34px rgba(0, 0, 0, .3);
}
.community-page-directory .community-inner { width: auto; padding: 54px 48px 50px; }
.community-page-directory .community-heading { margin-bottom: 34px; }
.community-page-directory .community-heading h2 { font-size: clamp(32px, 2.7vw, 46px); }

.guide-hub {
  position: relative;
  z-index: 2;
  width: min(1480px, calc(100% - 48px));
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(285px, 330px) minmax(0, 1fr);
  margin: -34px auto 68px;
  border: 1px solid rgba(220, 174, 88, .42);
  background: #090704;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .46), 0 -10px 34px rgba(0, 0, 0, .3), inset 0 0 46px rgba(220, 174, 88, .025);
}
.guide-hub::before,
.guide-hub::after { content: ""; position: absolute; z-index: 3; width: 19px; height: 19px; pointer-events: none; }
.guide-hub::before { top: -1px; left: -1px; border-top: 2px solid var(--gold); border-left: 2px solid var(--gold); }
.guide-hub::after { right: -1px; bottom: -1px; border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold); }
.guide-tabs-sidebar { padding: 42px 28px; border-right: 1px solid rgba(220, 174, 88, .18); background: linear-gradient(180deg, rgba(46, 29, 12, .36), rgba(8, 6, 3, .8)); }
.guide-tabs-kicker { margin: 0 0 9px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.guide-tabs-sidebar > h2 { margin: 0; color: var(--gold-light); font: 700 25px/1.22 var(--font-display); }
.guide-tabs-sidebar > p:not(.guide-tabs-kicker) { margin: 10px 0 25px; color: #9f9077; font-size: 13px; line-height: 1.5; }
.guide-tab-list { display: grid; gap: 9px; }
.guide-tab { min-height: 68px; display: grid; grid-template-columns: 39px minmax(0, 1fr); align-items: center; gap: 12px; width: 100%; padding: 12px 13px; border: 1px solid rgba(220, 174, 88, .22); background: rgba(10, 8, 5, .72); color: #b8a98d; text-align: left; cursor: pointer; transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease; }
.guide-tab:hover,
.guide-tab:focus-visible { border-color: rgba(220, 174, 88, .68); color: var(--gold-light); outline: none; }
.guide-tab.is-active { border-color: #e2b75d; background: linear-gradient(100deg, rgba(192, 128, 42, .3), rgba(49, 31, 13, .68)); color: var(--gold-light); box-shadow: inset 3px 0 var(--gold); transform: translateX(3px); }
.guide-tab > span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(220, 174, 88, .44); border-radius: 50%; color: var(--gold); font-size: 10px; font-weight: 900; }
.guide-tab > strong { font-size: 13px; line-height: 1.35; letter-spacing: .025em; text-transform: uppercase; }
.guide-tab-panels { min-width: 0; padding: 55px 60px; background: radial-gradient(circle at 80% 18%, rgba(123, 76, 25, .13), transparent 36%); }
.guide-tab-panel { position: relative; min-height: 500px; overflow: hidden; }
.guide-panel-index { position: absolute; z-index: 0; top: -30px; right: 4px; color: rgba(220, 174, 88, .07); font: 700 clamp(100px, 10vw, 156px)/1 var(--font-display); }
.guide-panel-kicker { position: relative; z-index: 1; margin: 0 0 10px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.guide-tab-panel > h2 { position: relative; z-index: 1; max-width: 760px; margin: 0; color: var(--gold-light); font: 700 clamp(32px, 3vw, 46px)/1.14 var(--font-ui); letter-spacing: -.02em; }
.guide-tab-panel > p:not(.guide-panel-kicker) { position: relative; z-index: 1; max-width: 750px; margin: 15px 0 0; color: #b9aa90; font-size: 15px; line-height: 1.65; }
.guide-content-placeholder { position: relative; z-index: 1; min-height: 255px; display: grid; place-items: center; align-content: center; gap: 10px; margin-top: 34px; padding: 35px; border: 1px dashed rgba(220, 174, 88, .42); background: linear-gradient(145deg, rgba(48, 31, 14, .24), rgba(8, 6, 3, .76)); text-align: center; }
.guide-content-placeholder > span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); }
.guide-content-placeholder > strong { color: var(--gold-light); font-size: 18px; text-transform: uppercase; }
.guide-content-placeholder > p { max-width: 620px; margin: 0; color: #95876f; font-size: 13px; line-height: 1.55; }

.race-guide { position: relative; z-index: 1; display: grid; gap: 24px; margin-top: 34px; }
.race-guide-intro { display: flex; align-items: center; gap: 17px; padding: 18px 20px; border: 1px solid rgba(220, 174, 88, .3); border-left: 3px solid var(--gold); background: rgba(220, 174, 88, .055); }
.race-guide-intro > span { width: 40px; height: 40px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid rgba(220, 174, 88, .56); border-radius: 50%; color: var(--gold-light); }
.race-guide-intro > div { display: grid; gap: 6px; }
.race-guide-intro strong { color: var(--gold-light); font: 700 18px/1.35 var(--font-ui); letter-spacing: 0; }
.race-guide-intro p { margin: 0; color: #bdae94; font-size: 15px; line-height: 1.6; }
.race-profile-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.race-profile { --race-accent: 220, 174, 88; position: relative; padding: 25px; border: 1px solid rgba(var(--race-accent), .48); background: linear-gradient(145deg, rgba(var(--race-accent), .12), rgba(8, 6, 3, .94) 45%); overflow: hidden; }
.race-profile-europe { --race-accent: 142, 164, 199; }
.race-profile::after { content: ""; position: absolute; inset: 6px; border: 1px solid rgba(var(--race-accent), .09); pointer-events: none; }
.race-profile > header { position: relative; z-index: 1; display: flex; align-items: center; gap: 14px; margin-bottom: 19px; }
.race-code { width: 56px; height: 56px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid rgba(var(--race-accent), .8); border-radius: 50%; color: rgb(var(--race-accent)); font-size: 13px; font-weight: 900; letter-spacing: .05em; }
.race-profile > header div { display: grid; gap: 3px; }
.race-profile > header small { color: #a99675; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.race-profile > header h3 { margin: 0; color: var(--gold-light); font: 700 28px/1.1 var(--font-display); }
.race-origin-block { position: relative; z-index: 1; min-height: 148px; padding: 17px 18px; border: 1px solid rgba(var(--race-accent), .22); background: rgba(4, 3, 2, .58); }
.race-origin-block strong { color: rgb(var(--race-accent)); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.race-origin-block p { margin: 9px 0 0; color: #d0c2aa; font-size: 15px; line-height: 1.62; }
.race-facts { position: relative; z-index: 1; display: grid; margin: 17px 0 0; }
.race-facts > div { display: grid; grid-template-columns: 145px minmax(0, 1fr); gap: 12px; padding: 11px 0; border-bottom: 1px solid rgba(var(--race-accent), .17); }
.race-facts dt { color: #99876a; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.race-facts dd { margin: 0; color: #e4d2ad; font-size: 14px; font-weight: 650; line-height: 1.4; }
.race-profile > h4 { position: relative; z-index: 1; margin: 20px 0 10px; color: rgb(var(--race-accent)); font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }
.race-profile > ul { position: relative; z-index: 1; display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.race-profile > ul li { position: relative; padding-left: 19px; color: #c9bda7; font-size: 14px; line-height: 1.55; }
.race-profile > ul li::before { content: "◆"; position: absolute; left: 0; top: 2px; color: rgb(var(--race-accent)); font-size: 8px; }
.race-choice { padding: 26px; border: 1px solid rgba(220, 174, 88, .32); background: radial-gradient(circle at 50% 0, rgba(126, 80, 28, .17), transparent 48%), rgba(8, 6, 3, .82); }
.race-choice-heading { max-width: 760px; margin: 0 auto 20px; text-align: center; }
.race-choice-heading small { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.race-choice-heading h3 { margin: 6px 0 8px; color: var(--gold-light); font: 700 27px/1.18 var(--font-display); }
.race-choice-heading p { margin: 0; color: #ad9e84; font-size: 14px; line-height: 1.55; }
.race-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.race-choice-grid > div { position: relative; min-height: 128px; padding: 20px 20px 18px 64px; border: 1px solid rgba(220, 174, 88, .22); background: rgba(5, 4, 2, .68); }
.race-choice-grid span { position: absolute; left: 20px; top: 20px; color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.race-choice-grid strong { color: #f0d18a; font-size: 16px; text-transform: uppercase; }
.race-choice-grid p { margin: 8px 0 0; color: #c1b39a; font-size: 14px; line-height: 1.55; }
.race-server-note { margin: 15px 0 0; padding: 12px 15px; border-left: 2px solid var(--gold); background: rgba(220, 174, 88, .055); color: #b9aa90; font-size: 13px; line-height: 1.55; }
.race-server-note strong { color: var(--gold-light); }
.character-create-guide { padding: 26px; border: 1px solid rgba(220, 174, 88, .34); background: radial-gradient(circle at 50% 0, rgba(126, 80, 28, .14), transparent 38%), rgba(7, 5, 3, .84); }
.character-create-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 520px); align-items: end; gap: 28px; margin-bottom: 20px; }
.character-create-heading small,
.character-create-notes small { color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.character-create-heading h3 { margin: 7px 0 0; color: var(--gold-light); font: 700 28px/1.18 var(--font-display); }
.character-create-heading > p { margin: 0; color: #b9ab93; font-size: 15px; line-height: 1.6; }
.character-create-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.character-create-step { margin: 0; border: 1px solid rgba(220, 174, 88, .26); background: rgba(5, 4, 2, .82); overflow: hidden; }
.character-create-step-wide { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); align-items: stretch; }
.character-create-image { position: relative; aspect-ratio: 16 / 9.375; overflow: hidden; background: #050402; }
.character-create-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -50px 60px rgba(0, 0, 0, .18); pointer-events: none; }
.character-create-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.character-create-step figcaption { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 13px; padding: 16px 17px 18px; }
.character-create-step figcaption > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(220, 174, 88, .55); border-radius: 50%; color: var(--gold); font-size: 11px; font-weight: 900; }
.character-create-step figcaption strong { color: var(--gold-light); font-size: 16px; line-height: 1.35; text-transform: uppercase; }
.character-create-step figcaption p { margin: 6px 0 0; color: #baad97; font-size: 14px; line-height: 1.55; }
.character-create-step-wide figcaption { align-content: center; padding: 24px; }
.character-create-notes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 16px; }
.character-create-notes > section { padding: 20px; border: 1px solid rgba(220, 174, 88, .2); background: rgba(5, 4, 2, .68); }
.character-create-notes h4 { margin: 7px 0 12px; color: #efd394; font-size: 18px; line-height: 1.35; }
.character-create-notes p { margin: 0; color: #baad97; font-size: 14px; line-height: 1.6; }
.character-create-notes ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.character-create-notes li { position: relative; padding-left: 18px; color: #c6baa4; font-size: 14px; line-height: 1.5; }
.character-create-notes li::before { content: "◆"; position: absolute; left: 0; top: 2px; color: var(--gold); font-size: 8px; }
.character-build-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.character-build-pills span { padding: 8px 10px; border: 1px solid rgba(220, 174, 88, .28); color: #d9c391; font-size: 12px; font-weight: 700; }
.character-create-source { margin: 16px 0 0; color: #8f8068; font-size: 12px; line-height: 1.5; text-align: right; }
.character-create-source a { color: #cbb58a; text-decoration-color: rgba(220, 174, 88, .45); text-underline-offset: 3px; }
.character-create-source a:hover,
.character-create-source a:focus-visible { color: var(--gold-light); outline: none; }
.race-sources { padding: 19px 21px; border-top: 1px solid rgba(220, 174, 88, .26); background: rgba(4, 3, 2, .54); }
.race-sources > strong { color: var(--gold-light); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.race-sources > p { margin: 8px 0 13px; color: #8f8068; font-size: 13px; line-height: 1.55; }
.race-sources > div { display: flex; flex-wrap: wrap; gap: 9px; }
.race-sources a { padding: 8px 11px; border: 1px solid rgba(220, 174, 88, .28); color: #cbb58a; font-size: 12px; text-decoration: none; }
.race-sources a:hover,
.race-sources a:focus-visible { border-color: var(--gold); color: var(--gold-light); outline: none; }

.weapon-guide { position: relative; z-index: 1; display: grid; gap: 23px; margin-top: 34px; }
.weapon-guide-intro { display: flex; align-items: center; gap: 17px; padding: 18px 20px; border: 1px solid rgba(220, 174, 88, .3); border-left: 3px solid var(--gold); background: rgba(220, 174, 88, .055); }
.weapon-guide-intro > span { width: 42px; height: 42px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid rgba(220, 174, 88, .56); border-radius: 50%; color: var(--gold-light); font-size: 18px; }
.weapon-guide-intro > div { display: grid; gap: 6px; }
.weapon-guide-intro strong { color: var(--gold-light); font: 700 18px/1.35 var(--font-ui); letter-spacing: 0; }
.weapon-guide-intro p { margin: 0; color: #bdae94; font-size: 15px; line-height: 1.6; }
.weapon-school-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.weapon-school-card { --weapon-accent: 220, 174, 88; display: grid; grid-template-rows: auto 1fr; min-width: 0; border: 1px solid rgba(var(--weapon-accent), .48); background: linear-gradient(160deg, rgba(var(--weapon-accent), .11), rgba(7, 5, 3, .96) 38%); overflow: hidden; }
.weapon-school-hac-sat { --weapon-accent: 196, 91, 66; }
.weapon-school-pha-thien { --weapon-accent: 92, 176, 169; }
.weapon-school-image { position: relative; aspect-ratio: 904 / 581; overflow: hidden; border-bottom: 1px solid rgba(var(--weapon-accent), .4); background: #11100b; }
.weapon-school-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(4, 3, 2, .68)); pointer-events: none; }
.weapon-school-image img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.84) contrast(1.04) brightness(.82); transition: filter .25s ease, transform .45s ease; }
.weapon-school-card:hover .weapon-school-image img { filter: saturate(.98) contrast(1.04) brightness(.93); transform: scale(1.025); }
.weapon-school-image > span { position: absolute; z-index: 2; left: 13px; bottom: 11px; width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid rgba(var(--weapon-accent), .8); border-radius: 50%; background: rgba(5, 4, 2, .76); color: rgb(var(--weapon-accent)); font-size: 10px; font-weight: 900; }
.weapon-school-copy { padding: 20px 18px 22px; }
.weapon-school-copy > p { margin: 0; color: rgb(var(--weapon-accent)); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.weapon-school-copy h3 { margin: 5px 0 3px; color: var(--gold-light); font: 700 clamp(23px, 2vw, 31px)/1.12 var(--font-display); }
.weapon-school-copy > strong { display: block; color: #bbaa8d; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; }
.weapon-school-copy ul { display: grid; gap: 10px; margin: 18px 0 0; padding: 0; list-style: none; }
.weapon-school-copy li { position: relative; padding-left: 17px; color: #c9bda7; font-size: 14px; line-height: 1.55; }
.weapon-school-copy li::before { content: "◆"; position: absolute; left: 0; top: 2px; color: rgb(var(--weapon-accent)); font-size: 7px; }
.weapon-force-note { display: grid; grid-template-columns: minmax(230px, .72fr) minmax(300px, 1.15fr); gap: 14px 30px; padding: 25px 27px; border: 1px solid rgba(220, 174, 88, .34); background: radial-gradient(circle at 12% 0, rgba(174, 111, 34, .16), transparent 42%), rgba(7, 5, 3, .88); }
.weapon-force-note > div:first-child { align-self: center; }
.weapon-force-note small { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.weapon-force-note h3 { margin: 6px 0 0; color: var(--gold-light); font: 700 23px/1.22 var(--font-display); }
.weapon-force-note > p { align-self: center; margin: 0; color: #c5b79e; font-size: 14px; line-height: 1.62; }
.weapon-force-tags { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }
.weapon-force-tags span { padding: 10px 11px; border: 1px solid rgba(220, 174, 88, .22); background: rgba(220, 174, 88, .04); color: #b9a98e; font-size: 12px; font-weight: 700; line-height: 1.35; text-align: center; }

.equipment-guide { position: relative; z-index: 1; display: grid; gap: 23px; margin-top: 34px; }
.equipment-guide-intro { display: flex; align-items: center; gap: 17px; padding: 18px 20px; border: 1px solid rgba(220, 174, 88, .3); border-left: 3px solid var(--gold); background: rgba(220, 174, 88, .055); }
.equipment-guide-intro > span { width: 42px; height: 42px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid rgba(220, 174, 88, .56); border-radius: 50%; color: var(--gold-light); }
.equipment-guide-intro > div { display: grid; gap: 6px; }
.equipment-guide-intro strong { color: var(--gold-light); font: 700 18px/1.35 var(--font-ui); }
.equipment-guide-intro p { margin: 0; color: #bdae94; font-size: 15px; line-height: 1.6; }
.equipment-degree-section,
.equipment-types-section,
.equipment-seal-section { padding: 25px 27px 28px; border: 1px solid rgba(220, 174, 88, .3); background: radial-gradient(circle at 50% 0, rgba(154, 98, 30, .12), transparent 45%), rgba(7, 5, 3, .8); }
.equipment-section-heading { display: grid; grid-template-columns: minmax(240px, .85fr) minmax(300px, 1.15fr); align-items: end; gap: 24px; margin-bottom: 20px; }
.equipment-section-heading small,
.equipment-how-section > header small { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.equipment-section-heading h3,
.equipment-how-section > header h3 { margin: 6px 0 0; color: var(--gold-light); font: 700 25px/1.18 var(--font-ui); letter-spacing: -.015em; }
.equipment-section-heading > p { margin: 0; color: #a99a80; font-size: 14px; line-height: 1.55; }
.degree-timeline { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 9px; }
.degree-card { position: relative; min-height: 128px; display: grid; grid-template-rows: auto 1fr auto; justify-items: center; align-items: center; padding: 13px 9px 12px; border: 1px solid rgba(220, 174, 88, .28); background: linear-gradient(160deg, rgba(220, 174, 88, .09), rgba(5, 4, 2, .78)); overflow: hidden; }
.degree-card::after { content: ""; position: absolute; right: -26px; bottom: -32px; width: 72px; height: 72px; border: 1px solid rgba(220, 174, 88, .08); border-radius: 50%; }
.degree-card > span { justify-self: start; color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.degree-card > strong { color: var(--gold-light); font: 700 35px/1 var(--font-display); }
.degree-card > small { color: #8f816a; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.degree-card-late { border-color: rgba(150, 166, 194, .38); background: linear-gradient(160deg, rgba(112, 139, 178, .11), rgba(5, 4, 2, .82)); }
.degree-card-late > span { color: #aebbd2; }
.equipment-degree-note,
.equipment-server-note { margin: 16px 0 0; padding: 13px 15px; border-left: 2px solid var(--gold); background: rgba(220, 174, 88, .05); color: #aa9b82; font-size: 13px; line-height: 1.58; }
.equipment-degree-note strong,
.equipment-server-note strong { color: var(--gold-light); }
.seal-rank-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 11px; }
.seal-rank-card { --seal-accent: 169, 157, 136; min-height: 236px; display: grid; grid-template-rows: 58px 1fr; gap: 15px; padding: 19px 17px; border: 1px solid rgba(var(--seal-accent), .38); background: linear-gradient(155deg, rgba(var(--seal-accent), .12), rgba(5, 4, 2, .88) 48%); }
.seal-rank-star { --seal-accent: 105, 158, 218; }
.seal-rank-moon { --seal-accent: 165, 126, 209; }
.seal-rank-sun { --seal-accent: 230, 176, 69; }
.seal-rank-symbol { width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid rgba(var(--seal-accent), .74); border-radius: 50%; color: rgb(var(--seal-accent)); font: 700 26px/1 var(--font-display); box-shadow: inset 0 0 22px rgba(var(--seal-accent), .09), 0 0 20px rgba(var(--seal-accent), .04); }
.seal-rank-card small { color: rgb(var(--seal-accent)); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.seal-rank-card h4 { margin: 7px 0 8px; color: var(--gold-light); font: 800 21px/1.2 var(--font-ui); letter-spacing: 0; }
.seal-rank-card p { margin: 0; color: #b8aa92; font-size: 14px; line-height: 1.58; }
.seal-equivalence-note { margin: 15px 0 0; padding: 14px 16px; border-left: 2px solid var(--gold); background: rgba(220, 174, 88, .055); color: #ae9f86; font-size: 13px; line-height: 1.58; }
.seal-equivalence-note strong { color: var(--gold-light); }
.equipment-name-reader { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(420px, 1.2fr); gap: 14px; margin-top: 16px; }
.equipment-name-example,
.equipment-name-parts { margin: 0; padding: 21px; border: 1px solid rgba(220, 174, 88, .22); background: rgba(4, 3, 2, .68); }
.equipment-name-example > small,
.seal-later-versions > div:first-child small { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.equipment-name-example h4,
.seal-later-versions h4 { margin: 6px 0 13px; color: #efd394; font-size: 20px; line-height: 1.3; }
.equipment-name-sample { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 13px; }
.equipment-name-sample span { padding: 9px 11px; border: 1px solid rgba(220, 174, 88, .26); font-size: 13px; font-weight: 800; }
.sample-seal { color: #f2c866; background: rgba(230, 176, 69, .1); }
.sample-item { color: #ded1ba; }
.sample-plus { color: #8fd0a4; border-color: rgba(104, 190, 130, .32) !important; }
.equipment-name-example p { margin: 0; color: #ac9e86; font-size: 14px; line-height: 1.58; }
.equipment-name-parts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 22px; }
.equipment-name-parts > div { padding: 11px 0; border-bottom: 1px solid rgba(220, 174, 88, .14); }
.equipment-name-parts dt { color: #dfc37f; font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.equipment-name-parts dd { margin: 5px 0 0; color: #afa188; font-size: 13px; line-height: 1.5; }
.seal-later-versions { display: grid; grid-template-columns: minmax(240px, .65fr) minmax(360px, 1.35fr); align-items: end; gap: 8px 24px; margin-top: 16px; padding: 21px; border: 1px solid rgba(132, 153, 187, .28); background: linear-gradient(145deg, rgba(94, 119, 161, .1), rgba(4, 3, 2, .75) 45%); }
.seal-later-versions > p { margin: 0; color: #ac9f8a; font-size: 14px; line-height: 1.58; }
.seal-later-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 8px; }
.seal-later-grid > div { display: grid; gap: 6px; padding: 15px 16px; border: 1px solid rgba(132, 153, 187, .22); background: rgba(4, 3, 2, .62); }
.seal-later-grid strong { color: #bbc9e0; font-size: 14px; }
.seal-later-grid span { color: #a99d89; font-size: 13px; line-height: 1.5; }
.seal-later-versions > p:last-child { grid-column: 1 / -1; margin-top: 4px; padding: 11px 13px; border-left: 2px solid #889cbd; background: rgba(107, 132, 172, .07); color: #aeb6c5; font-size: 12px; }
.equipment-seal-sources { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 8px; margin: 15px 0 0; color: #8f8068; font-size: 12px; }
.equipment-seal-sources a { padding: 7px 9px; border: 1px solid rgba(220, 174, 88, .24); color: #cbb58a; text-decoration: none; }
.equipment-seal-sources a:hover,
.equipment-seal-sources a:focus-visible { border-color: var(--gold); color: var(--gold-light); outline: none; }
.equipment-type-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 11px; }
.equipment-type-card { min-height: 182px; display: grid; grid-template-columns: 42px minmax(0, 1fr); align-content: start; gap: 13px; padding: 19px 16px; border: 1px solid rgba(220, 174, 88, .24); background: rgba(4, 3, 2, .64); }
.equipment-type-card > span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(220, 174, 88, .5); border-radius: 50%; color: var(--gold-light); font-size: 17px; }
.equipment-type-card h4 { margin: 3px 0 7px; color: var(--gold-light); font-size: 15px; letter-spacing: .04em; text-transform: uppercase; }
.equipment-type-card p { margin: 0; color: #b9ac96; font-size: 13px; line-height: 1.58; }
.equipment-how-section { padding: 25px 27px; border: 1px solid rgba(220, 174, 88, .3); background: rgba(7, 5, 3, .82); }
.equipment-how-section > header { margin-bottom: 18px; text-align: center; }
.equipment-how-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 11px; }
.equipment-how-grid > div { position: relative; min-height: 134px; padding: 20px 17px 17px 58px; border: 1px solid rgba(220, 174, 88, .2); background: rgba(220, 174, 88, .035); }
.equipment-how-grid span { position: absolute; left: 18px; top: 20px; color: var(--gold); font-size: 11px; font-weight: 900; }
.equipment-how-grid strong { color: #edce87; font-size: 14px; text-transform: uppercase; }
.equipment-how-grid p { margin: 8px 0 0; color: #b4a68f; font-size: 13px; line-height: 1.55; }
.equipment-server-note { margin-top: 0; }

.ingame-bot-guide { position: relative; z-index: 1; display: grid; gap: 23px; margin-top: 34px; }
.ingame-bot-hero { display: grid; grid-template-columns: 82px minmax(0, 1fr) auto; align-items: center; gap: 20px; padding: 24px 26px; border: 1px solid rgba(220, 174, 88, .36); border-left: 3px solid var(--gold); background: rgba(40, 27, 12, .28); }
.ingame-bot-emblem { width: 82px; height: 82px; display: grid; place-items: center; border: 1px solid rgba(220, 174, 88, .6); background: rgba(8, 6, 3, .86); box-shadow: inset 0 0 24px rgba(220, 174, 88, .08); }
.ingame-bot-emblem img { width: 46px; height: 43px; display: block; object-fit: contain; image-rendering: auto; }
.ingame-bot-hero-copy small,
.ingame-feature-heading small { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.ingame-bot-hero-copy h3 { margin: 5px 0 7px; color: var(--gold-light); font: 800 30px/1.12 var(--font-ui); letter-spacing: -.02em; }
.ingame-bot-hero-copy p { max-width: 760px; margin: 0; color: #c4b69d; font-size: 15px; line-height: 1.62; }
.ingame-bot-status { min-width: 176px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 14px; border: 1px solid rgba(83, 178, 116, .4); background: rgba(40, 90, 57, .15); color: #9ed4af; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-align: center; text-transform: uppercase; }
.ingame-bot-status > span { width: 8px; height: 8px; border-radius: 50%; background: #67c886; box-shadow: 0 0 12px rgba(103, 200, 134, .7); }
.ingame-feature-section { padding: 25px 27px 28px; border: 1px solid rgba(220, 174, 88, .3); background: rgba(7, 5, 3, .82); }
.ingame-feature-heading { display: grid; grid-template-columns: minmax(310px, .95fr) minmax(300px, 1.05fr); align-items: end; gap: 24px; margin-bottom: 20px; }
.ingame-feature-heading h3 { margin: 6px 0 0; color: var(--gold-light); font: 700 25px/1.18 var(--font-ui); letter-spacing: -.015em; }
.ingame-feature-heading > p { margin: 0; color: #a99a80; font-size: 14px; line-height: 1.55; }
.ingame-feature-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.ingame-feature-card { --feature-accent: 220, 174, 88; position: relative; min-height: 312px; grid-column: span 2; padding: 23px 20px 20px; border: 1px solid rgba(var(--feature-accent), .36); background: rgba(8, 6, 3, .88); overflow: hidden; }
.ingame-feature-card::after { content: ""; position: absolute; right: -40px; bottom: -50px; width: 130px; height: 130px; border: 1px solid rgba(var(--feature-accent), .08); border-radius: 50%; pointer-events: none; }
.bot-feature-train { --feature-accent: 219, 167, 73; }
.bot-feature-lure { --feature-accent: 204, 112, 71; }
.bot-feature-buff { --feature-accent: 99, 145, 210; }
.bot-feature-pet { --feature-accent: 88, 177, 154; }
.bot-feature-alchemy { --feature-accent: 174, 118, 204; }
.bot-feature-revive { --feature-accent: 201, 91, 104; }
.bot-feature-repair { --feature-accent: 210, 145, 72; }
.bot-feature-inventory { --feature-accent: 98, 164, 190; }
.bot-feature-repair,
.bot-feature-inventory { grid-column: span 3; }
.ingame-feature-icon { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 20px; border: 1px solid rgba(var(--feature-accent), .68); background: rgba(var(--feature-accent), .08); box-shadow: inset 0 0 20px rgba(var(--feature-accent), .07); }
.ingame-feature-icon svg { width: 38px; height: 38px; fill: none; stroke: rgb(var(--feature-accent)); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ingame-feature-number { position: absolute; top: 27px; right: 19px; color: rgba(var(--feature-accent), .42); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.ingame-feature-card h4 { margin: 0; color: #f2d793; font-size: 17px; font-weight: 800; line-height: 1.3; text-transform: uppercase; }
.ingame-feature-card > p { min-height: 66px; margin: 10px 0 17px; color: #c3b59d; font-size: 14px; line-height: 1.58; }
.ingame-feature-card ul { display: grid; gap: 7px; margin: 0; padding: 14px 0 0; border-top: 1px solid rgba(var(--feature-accent), .17); list-style: none; }
.ingame-feature-card li { position: relative; padding-left: 15px; color: #9e9078; font-size: 12px; font-weight: 700; line-height: 1.45; }
.ingame-feature-card li::before { content: "◆"; position: absolute; left: 0; top: 2px; color: rgb(var(--feature-accent)); font-size: 7px; }
.bot-settings-panel { margin-top: 22px; border: 1px solid rgba(220, 174, 88, .4); background: #0c0905; }
.bot-settings-header { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(320px, 1.1fr); align-items: center; gap: 24px; padding: 21px 24px; border-bottom: 1px solid rgba(220, 174, 88, .24); background: rgba(77, 49, 18, .18); }
.bot-settings-brand { display: flex; align-items: center; gap: 15px; }
.bot-settings-brand > img { width: 46px; height: 43px; display: block; flex: 0 0 auto; object-fit: contain; }
.bot-settings-brand small { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.bot-settings-brand h4 { margin: 4px 0 0; color: var(--gold-light); font-size: 21px; font-weight: 800; text-transform: uppercase; }
.bot-settings-header > p { margin: 0; color: #b8aa92; font-size: 14px; line-height: 1.58; }
.bot-settings-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bot-settings-layout > section { padding: 22px 24px; }
.bot-settings-layout > section + section { border-left: 1px solid rgba(220, 174, 88, .16); }
.bot-settings-subhead { display: grid; gap: 5px; }
.bot-settings-subhead strong,
.bot-settings-actions > strong,
.bot-settings-options > strong { color: #ecd08e; font-size: 13px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.bot-settings-subhead span { color: #8e806a; font-size: 12px; }
.bot-settings-levels { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 17px; }
.bot-settings-levels span,
.bot-settings-action-grid span { min-height: 38px; display: grid; place-items: center; padding: 8px 10px; border: 1px solid rgba(220, 174, 88, .36); background: rgba(220, 174, 88, .055); color: #d7c39a; font-size: 13px; font-weight: 700; line-height: 1.25; text-align: center; }
.bot-settings-levels span:last-child { border-color: rgba(220, 174, 88, .68); color: var(--gold-light); }
.bot-settings-action-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 14px; }
.bot-settings-options { grid-column: 1 / -1; border-top: 1px solid rgba(220, 174, 88, .16); border-left: 0 !important; }
.bot-settings-option-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin-top: 15px; }
.bot-settings-option-grid > span { min-height: 43px; display: grid; grid-template-columns: 23px minmax(0, 1fr); align-items: center; gap: 9px; padding: 9px 11px; border: 1px solid rgba(220, 174, 88, .2); background: rgba(255, 255, 255, .018); }
.bot-settings-option-grid i { width: 21px; height: 21px; display: grid; place-items: center; border: 1px solid rgba(220, 174, 88, .48); color: var(--gold); font-size: 10px; font-style: normal; }
.bot-settings-option-grid b { color: #b8aa91; font-size: 12px; font-weight: 700; line-height: 1.35; }
.ingame-bot-note { display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 15px; padding: 18px 20px; border: 1px solid rgba(220, 174, 88, .28); background: rgba(220, 174, 88, .045); }
.ingame-bot-note > span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(220, 174, 88, .56); color: var(--gold-light); font-size: 16px; font-weight: 900; }
.ingame-bot-note strong { color: var(--gold-light); font-size: 14px; text-transform: uppercase; }
.ingame-bot-note p { margin: 5px 0 0; color: #a99b83; font-size: 13px; line-height: 1.55; }

@media (min-width: 901px) and (max-width: 1400px) {
  .equipment-type-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .equipment-type-card { min-height: 148px; }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .download-hub-tools { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .weapon-school-grid { grid-template-columns: 1fr; }
  .weapon-school-card { grid-template-columns: minmax(230px, 40%) minmax(0, 1fr); grid-template-rows: none; }
  .weapon-school-image { min-height: 100%; aspect-ratio: auto; border-right: 1px solid rgba(var(--weapon-accent), .4); border-bottom: 0; }
  .degree-timeline { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .equipment-type-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ingame-bot-hero { grid-template-columns: 70px minmax(0, 1fr); }
  .ingame-bot-emblem { width: 70px; height: 70px; }
  .ingame-bot-status { grid-column: 1 / -1; justify-self: stretch; }
  .ingame-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ingame-feature-card,
  .bot-feature-repair,
  .bot-feature-inventory { grid-column: auto; }
  .bot-settings-header { grid-template-columns: 1fr; gap: 11px; }
  .bot-settings-option-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .download-page-header { grid-template-columns: 1fr auto; min-height: 64px; padding: 8px 16px; }
  .download-page-header .poster-brand img { width: 38px; height: 38px; }
  .download-page-header .poster-brand strong { font-size: 15px; }
  .download-page-nav { display: none; }
  .download-page-header-actions { gap: 9px; }
  .download-page-home-mobile { display: none; }
  .download-page-language .language-toggle { min-width: 70px; height: 40px; padding: 0 8px; }
  .download-page-language .language-menu { right: 0; }
  .download-page-hero { min-height: 210px; padding: 52px 18px 48px; background-position: 50% 24%; }
  .download-page-hero-copy { width: min(100%, 560px); padding: 0 8px; }
  .download-page-hero-copy > p { gap: 8px; font-size: 9px; }
  .download-page-hero-copy > p::before,
  .download-page-hero-copy > p::after { width: 24px; }
  .download-page-hero-copy h1 { font-size: clamp(33px, 10vw, 43px); letter-spacing: .055em; white-space: normal; }
  .download-page-hero-copy > span { margin-top: 9px; font-size: 12px; line-height: 1.45; }
  .download-page-hero-copy::after { margin-top: 13px; }
  .download-page-section { width: auto; padding: 44px 18px 20px; }
  .download-page-section + .download-page-section { padding: 38px 18px 48px; }
  .download-page-section-heading { margin-bottom: 20px; }
  .download-page-section-heading h2 { font-size: 29px; }
  .download-page-grid-primary,
  .download-page-grid-bots { grid-template-columns: 1fr; gap: 12px; }
  .download-page-card { min-height: 0; padding: 19px 18px 43px; }
  .download-page-card .download-status { right: 18px; bottom: 16px; }
  .download-hub { width: auto; grid-template-columns: 1fr; margin: -24px 14px 50px; }
  .download-hub-requirements { padding: 25px 21px; border-right: 0; border-bottom: 1px solid rgba(220, 174, 88, .18); }
  .download-hub-title { margin-bottom: 22px; }
  .download-hub-title h2 { font-size: 19px; }
  .download-spec-group li { display: grid; grid-template-columns: auto 1fr; font-size: 12px; }
  .download-hub-links { padding: 25px 20px 27px; }
  .download-hub-package-heading { min-height: 66px; padding: 12px 14px; }
  .download-hub-package-heading strong { font-size: 18px; }
  .download-hub-server-grid { grid-template-columns: 1fr; gap: 8px; }
  .download-hub-server-option { min-height: 67px; }
  .download-hub-source-notes { padding: 13px 14px; }
  .download-hub-primary { min-height: 84px; padding: 14px 16px; }
  .download-hub-primary > span:first-child { font-size: 27px; }
  .download-hub-primary strong { font-size: 21px; }
  .download-hub-primary small { font-size: 9px; }
  .download-hub-launcher { grid-template-columns: 40px 1fr; }
  .download-hub-launcher em { grid-column: 2; }
  .download-hub-tools { grid-template-columns: 1fr; gap: 9px; }
  .download-hub-tools a { justify-content: flex-start; padding-left: 18px; }
  .system-requirements { width: auto; margin: 0 18px; padding: 42px 0 58px; }
  .system-requirements-heading { display: grid; align-items: stretch; gap: 18px; }
  .windows-recommendation { min-width: 0; }
  .requirements-table-wrap { border: 0; background: transparent; overflow: visible; }
  .requirements-table,
  .requirements-table tbody { display: block; }
  .requirements-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
  .requirements-table tr { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 10px; border: 1px solid rgba(220, 174, 88, .32); background: rgba(9, 7, 4, .82); }
  .requirements-table th,
  .requirements-table td { display: block; padding: 11px 13px; border: 0; font-size: 13px; }
  .requirements-table th:first-child { width: auto; grid-column: 1 / -1; padding-bottom: 7px; border-bottom: 1px solid rgba(220, 174, 88, .12); }
  .requirements-table td::before { display: block; margin-bottom: 4px; color: #8f7c5b; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
  .requirements-table td:nth-child(2)::before { content: "Tối thiểu"; }
  .requirements-table td:nth-child(3)::before { content: "Khuyến nghị"; }
  html[lang="en"] .requirements-table td:nth-child(2)::before { content: "Minimum"; }
  html[lang="en"] .requirements-table td:nth-child(3)::before { content: "Recommended"; }
  .download-page-footer { flex-direction: column; padding: 28px 20px 34px; text-align: center; }
  .community-page-directory { width: auto; margin: -24px 14px 50px; }
  .community-page-directory .community-inner { width: auto; padding: 38px 17px 42px; }
  .community-page-directory .community-heading { margin-bottom: 27px; }
  .guide-hub { width: auto; min-height: 0; grid-template-columns: 1fr; margin: -24px 14px 50px; }
  .guide-tabs-sidebar { padding: 31px 18px 24px; border-right: 0; border-bottom: 1px solid rgba(220, 174, 88, .18); }
  .guide-tabs-sidebar > h2 { font-size: 23px; }
  .guide-tabs-sidebar > p:not(.guide-tabs-kicker) { margin-bottom: 19px; }
  .guide-tab-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .guide-tab { min-height: 76px; grid-template-columns: 30px minmax(0, 1fr); gap: 8px; padding: 10px 9px; }
  .guide-tab.is-active { transform: none; }
  .guide-tab > span { width: 28px; height: 28px; font-size: 9px; }
  .guide-tab > strong { font-size: 11px; line-height: 1.3; }
  .guide-tab-panels { padding: 34px 20px 38px; }
  .guide-tab-panel { min-height: 420px; }
  .guide-panel-index { top: -14px; font-size: 76px; }
  .guide-tab-panel > h2 { max-width: 280px; font-size: 29px; }
  .guide-tab-panel > p:not(.guide-panel-kicker) { margin-top: 12px; font-size: 13px; line-height: 1.55; }
  .guide-content-placeholder { min-height: 210px; margin-top: 26px; padding: 28px 18px; }
  .guide-content-placeholder > strong { font-size: 15px; }
  .race-guide { gap: 18px; margin-top: 26px; }
  .race-guide-intro { align-items: flex-start; padding: 16px 15px; }
  .race-guide-intro > span { width: 34px; height: 34px; }
  .race-guide-intro strong { font-size: 17px; }
  .race-guide-intro p { font-size: 14px; }
  .race-profile-grid { grid-template-columns: 1fr; gap: 14px; }
  .race-profile { padding: 19px 16px; }
  .race-code { width: 48px; height: 48px; font-size: 11px; }
  .race-profile > header h3 { font-size: 25px; }
  .race-origin-block { min-height: 0; padding: 15px; }
  .race-origin-block p { font-size: 14px; }
  .race-facts > div { grid-template-columns: 1fr; gap: 4px; }
  .race-facts dd { font-size: 14px; }
  .race-profile > ul li { font-size: 14px; }
  .race-choice { padding: 21px 15px; }
  .race-choice-heading h3 { font-size: 24px; }
  .race-choice-grid { grid-template-columns: 1fr; }
  .race-choice-grid > div { min-height: 0; padding: 18px 16px 17px 54px; }
  .race-choice-grid span { left: 17px; top: 19px; }
  .race-choice-grid strong { font-size: 15px; }
  .character-create-guide { padding: 20px 15px; }
  .character-create-heading { grid-template-columns: 1fr; gap: 10px; }
  .character-create-heading h3 { font-size: 24px; }
  .character-create-heading > p { font-size: 14px; }
  .character-create-steps { grid-template-columns: 1fr; }
  .character-create-step-wide { grid-column: auto; display: block; }
  .character-create-step-wide figcaption { padding: 16px 17px 18px; }
  .character-create-notes { grid-template-columns: 1fr; }
  .character-create-notes > section { padding: 17px 15px; }
  .character-create-source { text-align: left; }
  .race-sources { padding: 17px 15px; }
  .race-sources > div { display: grid; }
  .race-sources a { text-align: center; }
  .weapon-guide { gap: 18px; margin-top: 26px; }
  .weapon-guide-intro { align-items: flex-start; padding: 16px 15px; }
  .weapon-guide-intro > span { width: 36px; height: 36px; font-size: 15px; }
  .weapon-guide-intro strong { font-size: 17px; }
  .weapon-guide-intro p { font-size: 14px; }
  .weapon-school-grid { grid-template-columns: 1fr; gap: 13px; }
  .weapon-school-card { display: grid; grid-template-columns: 1fr; grid-template-rows: auto 1fr; }
  .weapon-school-image { min-height: 0; aspect-ratio: 904 / 581; border-right: 0; border-bottom: 1px solid rgba(var(--weapon-accent), .4); }
  .weapon-school-copy { padding: 18px 16px 20px; }
  .weapon-school-copy h3 { font-size: 26px; }
  .weapon-school-copy li { font-size: 14px; }
  .weapon-force-note { grid-template-columns: 1fr; gap: 13px; padding: 20px 16px; }
  .weapon-force-note h3 { font-size: 21px; }
  .weapon-force-note > p { font-size: 14px; }
  .weapon-force-tags { grid-column: 1; grid-template-columns: 1fr; }
  .weapon-force-tags span { font-size: 13px; text-align: left; }
  .equipment-guide { gap: 18px; margin-top: 26px; }
  .equipment-guide-intro { align-items: flex-start; padding: 16px 15px; }
  .equipment-guide-intro > span { width: 36px; height: 36px; }
  .equipment-guide-intro strong { font-size: 17px; }
  .equipment-guide-intro p { font-size: 14px; }
  .equipment-degree-section,
  .equipment-types-section,
  .equipment-seal-section,
  .equipment-how-section { padding: 20px 15px; }
  .equipment-section-heading { grid-template-columns: 1fr; gap: 8px; margin-bottom: 16px; }
  .equipment-section-heading h3,
  .equipment-how-section > header h3 { font-size: 22px; }
  .equipment-section-heading > p { font-size: 13px; }
  .degree-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .degree-card { min-height: 112px; }
  .degree-card > strong { font-size: 31px; }
  .seal-rank-grid { grid-template-columns: 1fr; }
  .seal-rank-card { min-height: 0; grid-template-columns: 52px minmax(0, 1fr); grid-template-rows: auto; gap: 13px; padding: 16px 14px; }
  .seal-rank-symbol { width: 50px; height: 50px; font-size: 23px; }
  .seal-rank-card h4 { font-size: 20px; }
  .equipment-name-reader { grid-template-columns: 1fr; }
  .equipment-name-example,
  .equipment-name-parts { padding: 17px 14px; }
  .equipment-name-parts { grid-template-columns: 1fr; }
  .seal-later-versions { grid-template-columns: 1fr; padding: 17px 14px; }
  .seal-later-grid { grid-column: auto; grid-template-columns: 1fr; }
  .seal-later-versions > p:last-child { grid-column: auto; }
  .equipment-seal-sources { justify-content: flex-start; }
  .equipment-type-grid,
  .equipment-how-grid { grid-template-columns: 1fr; }
  .equipment-type-card { min-height: 0; }
  .equipment-how-grid > div { min-height: 0; }
  .equipment-degree-note,
  .equipment-server-note { font-size: 12px; }
  .ingame-bot-guide { gap: 18px; margin-top: 26px; }
  .ingame-bot-hero { grid-template-columns: 58px minmax(0, 1fr); gap: 14px; padding: 18px 15px; }
  .ingame-bot-emblem { width: 58px; height: 58px; }
  .ingame-bot-emblem img { width: 42px; height: auto; }
  .ingame-bot-hero-copy h3 { font-size: 25px; }
  .ingame-bot-hero-copy p { font-size: 14px; }
  .ingame-bot-status { grid-column: 1 / -1; min-width: 0; justify-self: stretch; }
  .ingame-feature-section { padding: 20px 15px; }
  .ingame-feature-heading { grid-template-columns: 1fr; gap: 8px; margin-bottom: 16px; }
  .ingame-feature-heading h3 { font-size: 22px; }
  .ingame-feature-heading > p { font-size: 13px; }
  .ingame-feature-grid { grid-template-columns: 1fr; }
  .ingame-feature-card,
  .bot-feature-repair,
  .bot-feature-inventory { min-height: 0; grid-column: auto; padding: 20px 17px; }
  .ingame-feature-icon { width: 56px; height: 56px; margin-bottom: 17px; }
  .ingame-feature-icon svg { width: 34px; height: 34px; }
  .ingame-feature-card h4 { font-size: 16px; }
  .ingame-feature-card > p { min-height: 0; font-size: 14px; }
  .bot-settings-header { grid-template-columns: 1fr; gap: 11px; padding: 18px 15px; }
  .bot-settings-brand h4 { font-size: 18px; }
  .bot-settings-header > p { font-size: 13px; }
  .bot-settings-layout { grid-template-columns: 1fr; }
  .bot-settings-layout > section { padding: 18px 15px; }
  .bot-settings-layout > section + section { border-top: 1px solid rgba(220, 174, 88, .16); border-left: 0; }
  .bot-settings-options { grid-column: 1; }
  .bot-settings-levels { grid-template-columns: 1fr; }
  .bot-settings-action-grid,
  .bot-settings-option-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bot-settings-levels span,
  .bot-settings-action-grid span { min-height: 42px; font-size: 12px; }
  .bot-settings-option-grid b { font-size: 12px; }
  .ingame-bot-note { align-items: start; padding: 16px 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Typography stabilization: consistent Vietnamese glyphs and readable sizing. */
button,
input,
select,
textarea { font-family: var(--font-ui); }

.download-page-body {
  font-family: var(--font-ui);
  font-synthesis: none;
  text-rendering: auto;
}

.poster-brand strong,
.poster-footer-brand strong { font-size: clamp(17px, 1.3vw, 22px); line-height: 1.15; letter-spacing: .045em; }
.poster-brand small { font-size: 10px; line-height: 1.25; letter-spacing: .11em; }
.poster-nav > a,
.poster-nav-trigger,
.poster-footer nav a { font-size: clamp(13px, .82vw, 15px); line-height: 1.35; letter-spacing: .035em; }
.language-toggle { font-size: 13px; line-height: 1.3; letter-spacing: .035em; }
.language-option { font-size: 14px; line-height: 1.4; }
.server-monitor-label { font-size: 12px; line-height: 1.2; letter-spacing: .055em; }
.server-monitor-state strong { font-size: 12px; line-height: 1.2; letter-spacing: .055em; }
.server-uptime small { font-size: 12px; line-height: 1.15; letter-spacing: .025em; }

.poster-hero-copy h1 { line-height: .96; letter-spacing: -.025em; }
.poster-tagline { line-height: 1.28; }
.hero-button { font-size: clamp(13px, .9vw, 16px); line-height: 1.25; letter-spacing: .035em; }
.poster-feature-card strong { font-size: clamp(15px, 1vw, 19px); line-height: 1.28; letter-spacing: 0; }
.poster-feature-card em { font-size: clamp(13px, .82vw, 16px); font-weight: 500; line-height: 1.55; }
.promo-carousel-copy p { font-size: clamp(11px, .72vw, 13px); letter-spacing: .12em; }
.promo-carousel-copy strong { font-size: clamp(20px, 1.8vw, 35px); line-height: 1.18; }
.latest-panel-heading small { font-size: clamp(11px, .68vw, 12px); line-height: 1.3; letter-spacing: .12em; }
.latest-panel-heading h2 { font-size: clamp(20px, 1.5vw, 28px); line-height: 1.22; }
.latest-card-meta { font-size: clamp(11px, .68vw, 13px); line-height: 1.35; letter-spacing: .055em; }
.latest-card h3 { font-size: clamp(16px, 1.05vw, 19px); line-height: 1.35; }
.latest-card p { font-size: clamp(14px, .83vw, 16px); font-weight: 500; line-height: 1.6; }
.poster-journey-heading h2 { letter-spacing: .1em; }
.poster-journey-heading p { font-size: clamp(10px, .68vw, 12px); line-height: 1.3; letter-spacing: .12em; }
.journey-item strong { font-size: clamp(12px, .82vw, 15px); line-height: 1.3; letter-spacing: .06em; }
.journey-item small { font-size: clamp(11px, .72vw, 13px); line-height: 1.35; }
.poster-community-strip strong { letter-spacing: .065em; }
.poster-community-strip small { font-size: clamp(11px, .74vw, 13px); line-height: 1.45; }
.poster-footer > p { font-size: clamp(11px, .62vw, 12px); line-height: 1.35; }

.download-kicker,
.community-kicker { font-size: 12px; line-height: 1.4; letter-spacing: .13em; }
.download-heading > p:last-child,
.community-heading > p:last-child { font-size: 16px; line-height: 1.65; }
.download-copy small,
.download-status,
.social-copy small,
.group-function-placeholder small,
.community-media-heading { font-size: 12px; line-height: 1.35; letter-spacing: .08em; }
.download-copy strong,
.social-copy strong { line-height: 1.3; letter-spacing: 0; }
.download-copy em,
.social-copy em,
.group-function-placeholder strong { font-size: 14px; line-height: 1.6; }
.community-note { font-size: 13px; line-height: 1.55; letter-spacing: .035em; }
.zalo-qr-placeholder > small,
.zalo-qr-placeholder > em { font-size: 12px; line-height: 1.35; }

.download-page-hero-copy > p,
.download-page-section-heading > p,
.system-requirements-heading p { font-size: 12px; line-height: 1.35; letter-spacing: .13em; }
.download-page-hero-copy h1 { letter-spacing: .035em; line-height: 1.1; }
.download-page-hero-copy > span { font-size: 15px; line-height: 1.6; }
.download-page-section-heading > span { font-size: 15px; line-height: 1.6; }
.download-hub-kicker { font-size: 12px; line-height: 1.35; letter-spacing: .09em; }
.download-spec-group h3 { font-size: 12px; line-height: 1.4; letter-spacing: .055em; }
.download-spec-group li { font-size: 14px; line-height: 1.55; }
.download-hub-server-option small,
.download-hub-server-option em,
.download-hub-launcher em { font-size: 12px; line-height: 1.35; letter-spacing: .02em; }
.download-hub-primary small { font-size: 12px; line-height: 1.3; letter-spacing: .025em; }
.download-hub-divider { font-size: 12px; line-height: 1.35; letter-spacing: .06em; }
.download-hub-source-notes p > span:first-child,
.download-hub-tools > a > span:first-child { font-size: 12px; }
.download-hub-tools strong { font-size: 14px; line-height: 1.3; letter-spacing: 0; }
.download-hub-tools small { font-size: 12px; line-height: 1.4; }
.download-hub-source-notes > strong { font-size: 14px; line-height: 1.35; letter-spacing: .02em; }
.download-hub-source-notes p { font-size: 13px; line-height: 1.5; }
.download-hub-note,
.download-page-footer p { font-size: 12px; line-height: 1.5; }
.windows-recommendation small { font-size: 12px; line-height: 1.35; letter-spacing: .07em; }
.requirements-table { font-size: 14px; line-height: 1.5; }
.requirements-table thead th { font-size: 12px; line-height: 1.4; letter-spacing: .08em; }

.guide-tabs-kicker,
.guide-panel-kicker { font-size: 12px; line-height: 1.35; letter-spacing: .11em; }
.guide-tabs-sidebar > p:not(.guide-tabs-kicker) { font-size: 14px; line-height: 1.6; }
.guide-tab > strong { font-size: 14px; line-height: 1.4; letter-spacing: .01em; }
.guide-tab > span,
.race-choice-grid span,
.character-create-step figcaption > span { font-size: 12px; }
.guide-tab-panel > h2 { font-weight: 700; line-height: 1.2; letter-spacing: -.01em; }
.guide-tab-panel > p:not(.guide-panel-kicker) { font-size: 16px; line-height: 1.7; }
.race-profile > header small,
.race-origin-block strong,
.race-profile > h4,
.race-choice-heading small,
.character-create-heading small,
.character-create-notes small,
.weapon-school-copy > p,
.weapon-force-note small,
.equipment-section-heading small,
.equipment-how-section > header small,
.seal-rank-card small,
.equipment-name-example > small,
.seal-later-versions > div:first-child small,
.ingame-bot-hero-copy small,
.ingame-feature-heading small,
.bot-settings-brand small { font-size: 12px; line-height: 1.35; letter-spacing: .08em; }
.race-facts dt,
.character-create-source,
.race-sources a,
.weapon-force-tags span,
.equipment-name-parts dt,
.seal-later-versions > p:last-child,
.equipment-seal-sources,
.ingame-feature-card li,
.bot-settings-subhead span,
.bot-settings-option-grid b { font-size: 13px; line-height: 1.5; }
.degree-card > small { font-size: 11px; line-height: 1.25; letter-spacing: .045em; }
.equipment-type-card h4,
.equipment-how-grid strong,
.ingame-bot-note strong { font-size: 15px; line-height: 1.4; letter-spacing: .015em; }
.equipment-type-card p,
.equipment-how-grid p,
.equipment-name-parts dd,
.seal-later-grid span,
.equipment-degree-note,
.equipment-server-note,
.seal-equivalence-note,
.ingame-feature-card li,
.bot-settings-header > p,
.ingame-bot-note p { font-size: 14px; line-height: 1.6; }
.ingame-bot-status { font-size: 12px; line-height: 1.35; letter-spacing: .035em; }
.ingame-feature-card h4,
.bot-settings-brand h4 { font-weight: 800; letter-spacing: 0; }

@media (max-width: 900px) {
  .mobile-menu a,
  .mobile-guide-menu > summary { font-size: 14px; line-height: 1.4; letter-spacing: .07em; }
  .mobile-menu .mobile-guide-submenu a { font-size: 13px; line-height: 1.45; }
  .download-page-hero-copy > p { font-size: 11px; }
  .download-page-hero-copy > span { font-size: 14px; }
  .guide-tab > strong { font-size: 12px; line-height: 1.35; }
  .guide-tab-panel > p:not(.guide-panel-kicker) { font-size: 15px; line-height: 1.65; }
  .requirements-table td::before { font-size: 12px; line-height: 1.3; letter-spacing: .07em; }
}

/* Article detail pages */
.article-page-main {
  min-height: calc(100vh - 72px);
  background:
    radial-gradient(circle at 50% 18%, rgba(122, 76, 28, .17), transparent 30%),
    linear-gradient(180deg, #0a0704, #050403 62%);
}

.article-page-hero {
  position: relative;
  min-height: 350px;
  display: grid;
  place-items: end center;
  padding: 66px 24px 94px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(4, 3, 2, .26), rgba(5, 4, 2, .56) 58%, #090603 100%),
    url("assets/samarkand-registan-photo.jpg") center 48% / cover no-repeat;
}
.article-page-hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 56%, rgba(79, 47, 18, .05), rgba(3, 2, 1, .48) 76%); pointer-events: none; }
.article-page-hero-copy { position: relative; z-index: 1; width: min(980px, calc(100% - 40px)); text-align: center; text-shadow: 0 4px 20px rgba(0, 0, 0, .92); }
.article-page-hero-copy > p { margin: 0 0 12px; color: var(--gold); font-size: 13px; font-weight: 800; line-height: 1.4; letter-spacing: .14em; text-transform: uppercase; }
.article-page-hero-copy h1 { margin: 0; color: var(--gold-light); font: 700 clamp(42px, 4.3vw, 72px)/1.08 var(--font-display); letter-spacing: -.015em; }
.article-page-hero-copy > span { display: block; max-width: 820px; margin: 18px auto 0; color: #d7c9ae; font-size: 18px; font-weight: 500; line-height: 1.65; }

.article-page-shell { position: relative; z-index: 3; width: min(1320px, calc(100% - 64px)); margin: -46px auto 72px; }
.article-breadcrumb { display: flex; align-items: center; gap: 9px; min-height: 48px; padding: 0 20px; border: 1px solid rgba(220, 174, 88, .34); background: rgba(8, 6, 3, .96); color: #97876d; font-size: 13px; font-weight: 700; }
.article-breadcrumb a { color: #dbc28c; text-decoration: none; }
.article-breadcrumb a:hover,
.article-breadcrumb a:focus-visible { color: var(--gold-light); outline: none; }
.article-breadcrumb span:last-child { color: #aa956c; }

.article-page-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(270px, 330px); align-items: start; gap: 24px; margin-top: 18px; }
.article-paper { border: 1px solid rgba(220, 174, 88, .38); background: linear-gradient(155deg, rgba(32, 20, 9, .48), rgba(7, 5, 3, .98) 24%); box-shadow: 0 24px 60px rgba(0, 0, 0, .42), inset 0 0 46px rgba(220, 174, 88, .025); }
.article-loading { min-height: 420px; display: grid; place-items: center; margin: 0; color: #9c8b70; }
.article-paper-header { padding: 48px clamp(30px, 4vw, 64px) 38px; border-bottom: 1px solid rgba(220, 174, 88, .22); }
.article-paper-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #a58e65; font-size: 13px; font-weight: 800; line-height: 1.4; letter-spacing: .09em; text-transform: uppercase; }
.article-paper-meta span { color: var(--gold); }
.article-paper-kicker { margin: 34px 0 8px; color: #a99066; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.article-paper-header h2 { max-width: 850px; margin: 0; color: var(--gold-light); font: 700 clamp(35px, 3.5vw, 54px)/1.15 var(--font-display); letter-spacing: -.015em; }
.article-lead { max-width: 850px; margin: 22px 0 0; color: #e0d0b4; font-size: 20px; font-weight: 500; line-height: 1.72; }
.article-update-state { display: inline-flex; align-items: center; gap: 9px; margin-top: 25px; padding: 11px 14px; border: 1px solid rgba(220, 174, 88, .24); background: rgba(220, 174, 88, .05); color: #ad9d84; font-size: 13px; font-weight: 700; line-height: 1.4; }
.article-update-state span { color: var(--gold); font-size: 9px; }
.article-content { padding: 15px clamp(30px, 4vw, 64px) 42px; }
.article-content-section { padding: 33px 0; border-bottom: 1px solid rgba(220, 174, 88, .16); }
.article-content-section:last-child { border-bottom: 0; }
.article-content-section h3 { margin: 0 0 16px; color: #f1d38f; font: 700 27px/1.3 var(--font-display); }
.article-content-section p { margin: 0; color: #cfc1a9; font-size: 17px; line-height: 1.78; }
.article-content-section p + p { margin-top: 14px; }
.article-content-section ul { display: grid; gap: 11px; margin: 20px 0 0; padding: 0; list-style: none; }
.article-content-section li { position: relative; padding-left: 23px; color: #c6b89f; font-size: 16px; line-height: 1.68; }
.article-content-section li::before { content: "◆"; position: absolute; left: 0; top: 3px; color: var(--gold); font-size: 8px; }
.article-editor-note { margin: 0 clamp(30px, 4vw, 64px) 52px; padding: 20px 22px; border-left: 3px solid var(--gold); background: rgba(220, 174, 88, .065); }
.article-editor-note strong { color: var(--gold-light); font-size: 14px; letter-spacing: .065em; text-transform: uppercase; }
.article-editor-note p { margin: 8px 0 0; color: #c2b49c; font-size: 15px; line-height: 1.65; }

.article-sidebar { position: sticky; top: 92px; border: 1px solid rgba(220, 174, 88, .3); background: linear-gradient(155deg, rgba(35, 22, 10, .64), rgba(6, 5, 3, .96)); box-shadow: 0 18px 40px rgba(0, 0, 0, .32); }
.article-sidebar-heading { padding: 22px 21px 18px; border-bottom: 1px solid rgba(220, 174, 88, .2); }
.article-sidebar-heading small { color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.article-sidebar-heading h2 { margin: 6px 0 0; color: var(--gold-light); font: 700 25px/1.25 var(--font-display); }
.article-related-list { display: grid; }
.article-related-card { display: grid; gap: 8px; padding: 19px 21px; border-bottom: 1px solid rgba(220, 174, 88, .14); color: inherit; text-decoration: none; transition: background .2s ease, border-color .2s ease; }
.article-related-card:hover,
.article-related-card:focus-visible { background: rgba(220, 174, 88, .065); outline: none; }
.article-related-card small { color: #aa8d58; font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.article-related-card strong { color: #e6cf9c; font-size: 16px; line-height: 1.42; }
.article-related-card span { color: #b59b69; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.article-back-link { display: block; margin: 20px; padding: 13px 15px; border: 1px solid rgba(220, 174, 88, .3); color: #d6bd87; font-size: 13px; font-weight: 800; line-height: 1.4; text-align: center; text-decoration: none; text-transform: uppercase; }
.article-back-link:hover,
.article-back-link:focus-visible { border-color: var(--gold); color: var(--gold-light); outline: none; }

@media (max-width: 1000px) {
  .article-page-grid { grid-template-columns: 1fr; }
  .article-sidebar { position: static; }
  .article-related-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .article-related-card { border-right: 1px solid rgba(220, 174, 88, .14); }
}

@media (max-width: 700px) {
  .article-page-hero { min-height: 300px; padding: 62px 18px 76px; background-position: 50% 26%; }
  .article-page-hero-copy { width: 100%; }
  .article-page-hero-copy > p { font-size: 12px; }
  .article-page-hero-copy h1 { font-size: clamp(34px, 10vw, 46px); line-height: 1.12; }
  .article-page-hero-copy > span { margin-top: 14px; font-size: 15px; line-height: 1.6; }
  .article-page-shell { width: auto; margin: -34px 14px 50px; }
  .article-breadcrumb { padding: 0 15px; font-size: 12px; }
  .article-page-grid { gap: 14px; margin-top: 12px; }
  .article-paper-header { padding: 31px 20px 27px; }
  .article-paper-meta { align-items: flex-start; font-size: 12px; letter-spacing: .055em; }
  .article-paper-kicker { margin-top: 26px; }
  .article-paper-header h2 { font-size: 32px; line-height: 1.18; }
  .article-lead { margin-top: 17px; font-size: 17px; line-height: 1.68; }
  .article-update-state { align-items: flex-start; font-size: 12px; }
  .article-content { padding: 8px 20px 30px; }
  .article-content-section { padding: 27px 0; }
  .article-content-section h3 { font-size: 24px; }
  .article-content-section p { font-size: 16px; line-height: 1.72; }
  .article-content-section li { font-size: 15px; line-height: 1.65; }
  .article-editor-note { margin: 0 20px 34px; padding: 17px 18px; }
  .article-related-list { grid-template-columns: 1fr; }
  .article-related-card { border-right: 0; }
}

/* Guide: recurring server events */
.event-guide { position: relative; z-index: 1; display: grid; gap: 24px; margin-top: 34px; }
.event-guide-intro { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 17px; padding: 20px 22px; border: 1px solid rgba(220, 174, 88, .34); border-left: 3px solid var(--gold); background: linear-gradient(100deg, rgba(220, 174, 88, .09), rgba(9, 7, 4, .72)); }
.event-guide-intro > span { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(220, 174, 88, .6); border-radius: 50%; color: var(--gold-light); font-size: 19px; }
.event-guide-intro > div { display: grid; gap: 6px; }
.event-guide-intro small,
.weekly-event-board header small { color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.event-guide-intro strong { color: var(--gold-light); font-size: 20px; line-height: 1.35; }
.event-guide-intro p { margin: 0; color: #c4b69e; font-size: 15px; line-height: 1.65; }

.event-type-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.event-type-card { --event-accent: 220, 174, 88; display: flex; min-width: 0; min-height: 390px; flex-direction: column; padding: 26px; border: 1px solid rgba(var(--event-accent), .5); background: linear-gradient(145deg, rgba(var(--event-accent), .12), rgba(7, 5, 3, .97) 46%); box-shadow: inset 0 0 34px rgba(var(--event-accent), .025); }
.event-type-auto { --event-accent: 92, 176, 169; }
.event-type-card > header { display: flex; align-items: center; gap: 14px; padding-bottom: 19px; border-bottom: 1px solid rgba(var(--event-accent), .25); }
.event-type-card > header > span { width: 54px; height: 54px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid rgba(var(--event-accent), .78); border-radius: 50%; color: rgb(var(--event-accent)); font-size: 17px; font-weight: 900; }
.event-type-card > header div { display: grid; gap: 4px; }
.event-type-card > header small { color: rgb(var(--event-accent)); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.event-type-card h3 { margin: 0; color: var(--gold-light); font: 700 27px/1.18 var(--font-display); }
.event-type-card > p { margin: 20px 0 0; color: #d0c2aa; font-size: 16px; line-height: 1.7; }
.event-type-card ul { display: grid; gap: 11px; margin: 20px 0 24px; padding: 0; list-style: none; }
.event-type-card li { position: relative; padding-left: 20px; color: #bcae96; font-size: 14px; line-height: 1.6; }
.event-type-card li::before { content: "◆"; position: absolute; left: 0; top: 3px; color: rgb(var(--event-accent)); font-size: 8px; }
.event-type-flow { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: auto; padding-top: 17px; border-top: 1px solid rgba(var(--event-accent), .2); }
.event-type-flow span { padding: 7px 9px; border: 1px solid rgba(var(--event-accent), .3); color: #ddcda9; font-size: 11px; font-weight: 800; line-height: 1.35; text-transform: uppercase; }
.event-type-flow i { color: rgb(var(--event-accent)); font-style: normal; }

.weekly-event-board { padding: 27px; border: 1px solid rgba(220, 174, 88, .34); background: radial-gradient(circle at 50% 0, rgba(126, 80, 28, .16), transparent 45%), rgba(7, 5, 3, .84); }
.weekly-event-board > header { display: grid; grid-template-columns: minmax(0, .8fr) minmax(300px, 1.2fr); align-items: end; gap: 28px; margin-bottom: 21px; }
.weekly-event-board h3 { margin: 6px 0 0; color: var(--gold-light); font: 700 29px/1.22 var(--font-display); }
.weekly-event-board header p { margin: 0; color: #b9ab93; font-size: 15px; line-height: 1.65; }
.weekly-event-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 9px; }
.weekly-event-grid > div { min-height: 116px; display: grid; align-content: center; justify-items: center; gap: 7px; padding: 14px 8px; border: 1px solid rgba(220, 174, 88, .24); background: linear-gradient(150deg, rgba(43, 28, 13, .72), rgba(6, 5, 3, .9)); text-align: center; }
.weekly-event-grid span { color: #8d7651; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.weekly-event-grid strong { color: #efd18e; font-size: 15px; line-height: 1.3; }
.weekly-event-grid small { color: #a99b83; font-size: 12px; line-height: 1.45; }

.event-guide-note { display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 15px; padding: 18px 20px; border: 1px solid rgba(220, 174, 88, .27); background: rgba(220, 174, 88, .055); }
.event-guide-note > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(220, 174, 88, .5); border-radius: 50%; color: var(--gold-light); font-weight: 900; }
.event-guide-note strong { color: var(--gold-light); font-size: 15px; text-transform: uppercase; }
.event-guide-note p { margin: 5px 0 0; color: #b9aa90; font-size: 14px; line-height: 1.6; }

@media (max-width: 900px) {
  .guide-tab-list .guide-tab:last-child { grid-column: 1 / -1; }
  .event-guide { gap: 18px; margin-top: 26px; }
  .event-guide-intro { grid-template-columns: 38px minmax(0, 1fr); align-items: flex-start; padding: 17px 15px; }
  .event-guide-intro > span { width: 36px; height: 36px; font-size: 15px; }
  .event-guide-intro strong { font-size: 18px; }
  .event-guide-intro p { font-size: 14px; }
  .event-type-grid { grid-template-columns: 1fr; gap: 14px; }
  .event-type-card { min-height: 0; padding: 20px 16px; }
  .event-type-card > header > span { width: 48px; height: 48px; }
  .event-type-card h3 { font-size: 24px; }
  .event-type-card > p { font-size: 15px; }
  .event-type-flow { gap: 6px; }
  .event-type-flow span { font-size: 10px; }
  .weekly-event-board { padding: 21px 15px; }
  .weekly-event-board > header { grid-template-columns: 1fr; gap: 10px; }
  .weekly-event-board h3 { font-size: 25px; }
  .weekly-event-board header p { font-size: 14px; }
  .weekly-event-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .weekly-event-grid > div { min-height: 105px; }
  .weekly-event-grid > div:last-child { grid-column: 1 / -1; }
  .event-guide-note { grid-template-columns: 34px minmax(0, 1fr); align-items: flex-start; padding: 16px 14px; }
  .event-guide-note > span { width: 32px; height: 32px; }
}

/* Server rules */
.rules-page-main {
  min-height: calc(100vh - 72px);
  background:
    radial-gradient(circle at 50% 13%, rgba(135, 82, 29, .17), transparent 31%),
    linear-gradient(180deg, #0a0704, #050403 56%);
}

.rules-page-hero {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: end center;
  padding: 76px 24px 112px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(4, 3, 2, .32), rgba(5, 4, 2, .5) 54%, #090603 100%),
    url("assets/samarkand-registan-photo.jpg") center 48% / cover no-repeat;
}
.rules-page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 54%, rgba(123, 75, 25, .08), rgba(2, 2, 1, .56) 79%); pointer-events: none; }
.rules-page-hero-copy { position: relative; z-index: 1; width: min(980px, calc(100% - 40px)); text-align: center; text-shadow: 0 4px 22px rgba(0, 0, 0, .95); }
.rules-page-hero-copy > p { margin: 0 0 12px; color: var(--gold); font-size: 13px; font-weight: 900; line-height: 1.4; letter-spacing: .16em; text-transform: uppercase; }
.rules-page-hero-copy h1 { margin: 0; color: var(--gold-light); font: 700 clamp(46px, 5vw, 78px)/1.04 var(--font-display); letter-spacing: -.015em; text-transform: uppercase; }
.rules-page-hero-copy > span { display: block; max-width: 760px; margin: 19px auto 0; color: #e0d1b5; font-size: 18px; font-weight: 600; line-height: 1.65; }

.rules-page-shell { position: relative; z-index: 3; width: min(1500px, calc(100% - 64px)); margin: -58px auto 78px; }
.rules-loading { min-height: 400px; display: grid; place-items: center; border: 1px solid rgba(220, 174, 88, .25); background: rgba(7, 5, 3, .94); color: #a7926d; }
.rules-overview { min-height: 170px; display: grid; grid-template-columns: minmax(0, 1fr) 120px; align-items: center; gap: 30px; padding: 34px 40px; border: 1px solid rgba(220, 174, 88, .46); background: linear-gradient(125deg, rgba(44, 27, 12, .96), rgba(8, 6, 3, .98) 66%); box-shadow: 0 26px 70px rgba(0, 0, 0, .42), inset 0 0 45px rgba(220, 174, 88, .025); }
.rules-overview small { color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.rules-overview h2 { margin: 7px 0 10px; color: var(--gold-light); font: 700 31px/1.2 var(--font-display); }
.rules-overview p { max-width: 1050px; margin: 0; color: #d0c1a7; font-size: 16px; line-height: 1.72; }
.rules-overview-mark { width: 92px; height: 92px; display: grid; place-items: center; justify-self: end; border: 1px solid rgba(220, 174, 88, .45); border-radius: 50%; background: rgba(220, 174, 88, .04); }
.rules-overview-mark img { width: 70px; height: 70px; filter: drop-shadow(0 0 14px rgba(220, 174, 88, .28)); }

.rules-layout { display: grid; grid-template-columns: 290px minmax(0, 1fr); align-items: start; gap: 24px; margin-top: 24px; }
.rules-toc { position: sticky; top: 92px; border: 1px solid rgba(220, 174, 88, .32); background: linear-gradient(155deg, rgba(35, 22, 10, .72), rgba(6, 5, 3, .97)); box-shadow: 0 18px 42px rgba(0, 0, 0, .3); }
.rules-toc > p { margin: 0; padding: 19px 20px; border-bottom: 1px solid rgba(220, 174, 88, .22); color: var(--gold-light); font: 700 21px/1.25 var(--font-display); }
.rules-toc nav { display: grid; padding: 8px; }
.rules-toc a { display: grid; grid-template-columns: 34px minmax(0, 1fr); align-items: center; gap: 10px; padding: 12px 11px; border-bottom: 1px solid rgba(220, 174, 88, .1); color: #c9b99e; text-decoration: none; transition: color .2s ease, background .2s ease; }
.rules-toc a:last-child { border-bottom: 0; }
.rules-toc a:hover,
.rules-toc a:focus-visible { background: rgba(220, 174, 88, .07); color: var(--gold-light); outline: none; }
.rules-toc a span { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid rgba(220, 174, 88, .32); border-radius: 50%; color: var(--gold); font-size: 10px; font-weight: 900; }
.rules-toc a strong { font-size: 13px; line-height: 1.42; }

.rules-content { display: grid; gap: 20px; min-width: 0; }
.rules-legal,
.rules-chapter { scroll-margin-top: 94px; border: 1px solid rgba(220, 174, 88, .34); background: linear-gradient(150deg, rgba(28, 18, 8, .58), rgba(7, 5, 3, .98) 33%); box-shadow: inset 0 0 44px rgba(220, 174, 88, .02); }
.rules-legal > header { padding: 37px 40px 30px; border-bottom: 1px solid rgba(220, 174, 88, .2); }
.rules-legal > header > span { display: inline-flex; padding: 7px 10px; border: 1px solid rgba(220, 174, 88, .35); color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.rules-legal > header h2 { margin: 13px 0 10px; color: var(--gold-light); font: 700 clamp(32px, 3vw, 46px)/1.14 var(--font-display); }
.rules-legal > header p { max-width: 1000px; margin: 0; color: #cbbda4; font-size: 16px; line-height: 1.72; }
.rules-law-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: rgba(220, 174, 88, .18); }
.rules-law-card { min-height: 190px; display: grid; grid-template-columns: 48px minmax(0, 1fr); align-content: start; gap: 16px; padding: 28px; background: #090603; }
.rules-law-card > span { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(220, 174, 88, .45); border-radius: 50%; color: var(--gold); font-size: 11px; font-weight: 900; }
.rules-law-card h3 { margin: 1px 0 8px; color: #efd08e; font-size: 17px; line-height: 1.4; }
.rules-law-card p { margin: 0; color: #bcae97; font-size: 14px; line-height: 1.65; }

.rules-sources { padding: 30px 40px 38px; border-top: 1px solid rgba(220, 174, 88, .2); background: rgba(220, 174, 88, .025); }
.rules-sources > header { display: grid; grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr); align-items: start; gap: 30px; margin-bottom: 20px; }
.rules-sources h3 { margin: 0; color: var(--gold-light); font: 700 25px/1.3 var(--font-display); }
.rules-sources header p { margin: 0; color: #aa9c85; font-size: 13px; line-height: 1.65; }
.rules-sources > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.rules-sources a { min-height: 82px; display: grid; grid-template-columns: 34px minmax(0, 1fr) 18px; align-items: center; gap: 12px; padding: 14px 15px; border: 1px solid rgba(220, 174, 88, .2); color: inherit; text-decoration: none; transition: border-color .2s ease, background .2s ease; }
.rules-sources a:hover,
.rules-sources a:focus-visible { border-color: rgba(220, 174, 88, .65); background: rgba(220, 174, 88, .055); outline: none; }
.rules-sources a > span { color: var(--gold); font-size: 10px; font-weight: 900; }
.rules-sources a > div { display: grid; gap: 4px; }
.rules-sources a strong { color: #dfc58e; font-size: 13px; line-height: 1.35; }
.rules-sources a small { color: #978a75; font-size: 11px; line-height: 1.45; }
.rules-sources a i { color: var(--gold); font-style: normal; }

.rules-chapter > header { display: grid; grid-template-columns: 70px minmax(0, 1fr); gap: 22px; padding: 34px 40px 28px; border-bottom: 1px solid rgba(220, 174, 88, .2); }
.rules-chapter > header > span { width: 64px; height: 64px; display: grid; place-items: center; border: 1px solid rgba(220, 174, 88, .5); border-radius: 50%; color: var(--gold); font: 700 17px/1 var(--font-display); }
.rules-chapter header small { color: #9b7f4d; font-size: 10px; font-weight: 900; letter-spacing: .17em; }
.rules-chapter header h2 { margin: 3px 0 8px; color: var(--gold-light); font: 700 clamp(27px, 2.4vw, 37px)/1.2 var(--font-display); }
.rules-chapter header p { max-width: 980px; margin: 0; color: #b8aa92; font-size: 15px; line-height: 1.65; }
.rules-chapter ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; }
.rules-chapter li { min-height: 116px; display: grid; grid-template-columns: 18px minmax(0, 1fr); align-content: start; gap: 11px; padding: 23px 26px; border-right: 1px solid rgba(220, 174, 88, .14); border-bottom: 1px solid rgba(220, 174, 88, .14); }
.rules-chapter li:nth-child(even) { border-right: 0; }
.rules-chapter li:nth-last-child(-n+2) { border-bottom: 0; }
.rules-chapter li:last-child:nth-child(odd) { grid-column: 1 / -1; border-right: 0; border-bottom: 0; }
.rules-chapter li > span { margin-top: 6px; color: var(--gold); font-size: 8px; }
.rules-chapter li p { margin: 0; color: #c9bca5; font-size: 15px; line-height: 1.67; }

.rules-closing { display: grid; grid-template-columns: 52px minmax(0, 1fr); align-items: center; gap: 18px; padding: 24px 28px; border: 1px solid rgba(220, 174, 88, .42); border-left: 3px solid var(--gold); background: linear-gradient(100deg, rgba(220, 174, 88, .1), rgba(8, 6, 3, .92)); }
.rules-closing > span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(220, 174, 88, .55); border-radius: 50%; color: var(--gold-light); font-weight: 900; }
.rules-closing strong { color: var(--gold-light); font-size: 16px; letter-spacing: .04em; text-transform: uppercase; }
.rules-closing p { margin: 7px 0 0; color: #b9ab94; font-size: 14px; line-height: 1.65; }

@media (max-width: 1080px) {
  .rules-page-shell { width: min(100% - 36px, 1180px); }
  .rules-layout { grid-template-columns: 1fr; }
  .rules-toc { position: static; }
  .rules-toc nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rules-toc a:nth-last-child(2) { border-bottom: 0; }
}

@media (max-width: 700px) {
  .rules-page-hero { min-height: 320px; padding: 68px 18px 77px; background-position: 50% 28%; }
  .rules-page-hero-copy { width: 100%; }
  .rules-page-hero-copy > p { font-size: 11px; }
  .rules-page-hero-copy h1 { font-size: clamp(36px, 11vw, 50px); }
  .rules-page-hero-copy > span { margin-top: 14px; font-size: 15px; line-height: 1.58; }
  .rules-page-shell { width: auto; margin: -38px 13px 52px; }
  .rules-overview { grid-template-columns: 1fr; gap: 18px; min-height: 0; padding: 26px 20px; }
  .rules-overview h2 { font-size: 27px; }
  .rules-overview p { font-size: 15px; }
  .rules-overview-mark { display: none; }
  .rules-layout { gap: 14px; margin-top: 14px; }
  .rules-toc > p { padding: 17px; font-size: 19px; }
  .rules-toc nav { grid-template-columns: 1fr; }
  .rules-toc a:nth-last-child(2) { border-bottom: 1px solid rgba(220, 174, 88, .1); }
  .rules-legal > header { padding: 28px 20px 24px; }
  .rules-legal > header h2 { font-size: 31px; }
  .rules-legal > header p { font-size: 15px; }
  .rules-law-grid { grid-template-columns: 1fr; }
  .rules-law-card { min-height: 0; grid-template-columns: 39px minmax(0, 1fr); gap: 13px; padding: 22px 18px; }
  .rules-law-card > span { width: 37px; height: 37px; }
  .rules-sources { padding: 25px 18px 28px; }
  .rules-sources > header { grid-template-columns: 1fr; gap: 9px; }
  .rules-sources > div { grid-template-columns: 1fr; }
  .rules-chapter > header { grid-template-columns: 52px minmax(0, 1fr); gap: 14px; padding: 26px 19px 23px; }
  .rules-chapter > header > span { width: 48px; height: 48px; }
  .rules-chapter header h2 { font-size: 26px; }
  .rules-chapter header p { font-size: 14px; }
  .rules-chapter ol { grid-template-columns: 1fr; }
  .rules-chapter li,
  .rules-chapter li:nth-child(even),
  .rules-chapter li:nth-last-child(-n+2) { min-height: 0; grid-column: auto; padding: 20px 18px; border-right: 0; border-bottom: 1px solid rgba(220, 174, 88, .14); }
  .rules-chapter li:last-child { border-bottom: 0; }
  .rules-chapter li p { font-size: 14px; line-height: 1.63; }
  .rules-closing { grid-template-columns: 40px minmax(0, 1fr); align-items: flex-start; padding: 20px 17px; }
  .rules-closing > span { width: 38px; height: 38px; }
}

/* Expanded beginner field guide */
.guide-extra-panel { overflow: visible; }
.field-guide,
.alchemy-extra { position: relative; z-index: 1; min-width: 0; }
.field-guide { display: grid; gap: 34px; }
.field-guide-heading { max-width: 880px; padding: 0 120px 3px 0; }
.field-guide-heading > p { margin: 0 0 10px; color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .19em; }
.field-guide-heading > h2 { margin: 0; color: var(--gold-light); font: 700 clamp(34px, 3.3vw, 49px)/1.12 var(--font-display); letter-spacing: -.015em; }
.field-guide-heading > span { display: block; max-width: 780px; margin-top: 13px; color: #c3b59c; font-size: 16px; line-height: 1.65; }

.guide-source-figure { margin: 0; border: 1px solid rgba(220, 174, 88, .34); background: #060503; overflow: hidden; }
.guide-source-figure > img { width: 100%; height: auto; display: block; object-fit: cover; image-rendering: auto; }
.guide-source-figure-wide { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(250px, .7fr); align-items: stretch; }
.guide-source-figure-wide > img { min-height: 335px; height: 100%; }
.guide-source-figure figcaption { display: grid; align-content: center; gap: 8px; padding: 26px; border-left: 1px solid rgba(220, 174, 88, .2); }
.guide-source-figure figcaption strong { color: var(--gold-light); font: 700 22px/1.3 var(--font-display); }
.guide-source-figure figcaption > span { color: #b5a78f; font-size: 14px; line-height: 1.62; }
.guide-source-figure figcaption > a,
.guide-source-strip a { display: inline-flex; align-items: center; justify-content: space-between; gap: 10px; color: #d8ae5b; font-size: 12px; font-weight: 800; line-height: 1.4; text-decoration: none; }
.guide-source-figure figcaption > a { margin-top: 7px; padding-top: 14px; border-top: 1px solid rgba(220, 174, 88, .16); }
.guide-source-figure a:hover,
.guide-source-figure a:focus-visible,
.guide-source-strip a:hover,
.guide-source-strip a:focus-visible { color: #ffe2a1; outline: none; }

.guide-section-block { min-width: 0; }
.guide-section-title { display: flex; align-items: center; gap: 14px; margin-bottom: 17px; }
.guide-section-title > span { width: 43px; height: 43px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid rgba(220, 174, 88, .55); border-radius: 50%; color: var(--gold); font-size: 11px; font-weight: 900; }
.guide-section-title > div { display: grid; gap: 2px; }
.guide-section-title small { color: #977c4c; font-size: 9px; font-weight: 900; letter-spacing: .17em; }
.guide-section-title h3 { margin: 0; color: #efd291; font: 700 24px/1.25 var(--font-display); }

.guide-step-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; padding: 1px; background: rgba(220, 174, 88, .2); }
.guide-step-grid > div { min-height: 168px; padding: 22px; background: linear-gradient(145deg, rgba(32, 21, 10, .84), rgba(7, 5, 3, .98) 64%); }
.guide-step-grid b { color: var(--gold); font-size: 10px; letter-spacing: .12em; }
.guide-step-grid strong { display: block; margin-top: 12px; color: #f0d395; font-size: 15px; line-height: 1.4; text-transform: uppercase; }
.guide-step-grid p { margin: 8px 0 0; color: #b7aa93; font-size: 14px; line-height: 1.62; }
.guide-step-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.guide-info-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.guide-info-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.guide-info-grid > div { min-height: 150px; padding: 19px; border: 1px solid rgba(220, 174, 88, .22); background: rgba(9, 7, 4, .78); }
.guide-info-grid i { min-width: 36px; height: 28px; display: inline-grid; place-items: center; padding: 0 8px; border: 1px solid rgba(220, 174, 88, .44); color: var(--gold); font-size: 9px; font-style: normal; font-weight: 900; letter-spacing: .08em; }
.guide-info-grid strong { display: block; margin-top: 14px; color: #ead09a; font-size: 15px; }
.guide-info-grid p { margin: 7px 0 0; color: #aa9e88; font-size: 13px; line-height: 1.55; }

.shortcut-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.shortcut-grid > div { min-height: 62px; display: grid; grid-template-columns: minmax(70px, auto) minmax(0, 1fr); align-items: center; gap: 12px; padding: 11px 13px; border: 1px solid rgba(220, 174, 88, .2); background: rgba(7, 5, 3, .82); }
.shortcut-grid kbd,
.guide-berserk kbd { padding: 7px 9px; border: 1px solid rgba(220, 174, 88, .55); border-bottom-width: 3px; border-radius: 4px; background: #120c05; color: #f1cd7b; font-family: var(--font-ui); font-size: 11px; font-weight: 900; text-align: center; white-space: nowrap; }
.shortcut-grid span { color: #c2b49c; font-size: 13px; line-height: 1.4; }
.guide-quickbar-figure { display: grid; grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr); align-items: center; margin-top: 12px; }
.guide-quickbar-figure > img { padding: 26px 22px; background: radial-gradient(circle, rgba(220, 174, 88, .12), transparent 70%); }

.guide-alert { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 17px; padding: 21px 23px; border: 1px solid rgba(220, 174, 88, .42); border-left: 3px solid var(--gold); background: linear-gradient(100deg, rgba(220, 174, 88, .1), rgba(8, 6, 3, .95)); }
.guide-alert > span { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(220, 174, 88, .55); border-radius: 50%; color: var(--gold-light); font-weight: 900; }
.guide-alert strong { color: var(--gold-light); font-size: 16px; line-height: 1.4; text-transform: uppercase; }
.guide-alert p { margin: 6px 0 0; color: #c1b39a; font-size: 14px; line-height: 1.65; }
.guide-alert a { display: inline-flex; margin-top: 10px; color: var(--gold); font-size: 13px; font-weight: 850; text-decoration: none; }
.guide-server-note { display: grid; grid-template-columns: 215px minmax(0, 1fr); gap: 24px; padding: 18px 22px; border: 1px dashed rgba(220, 174, 88, .28); background: rgba(4, 3, 2, .64); }
.guide-server-note strong { color: #d9b76e; font-size: 13px; letter-spacing: .07em; text-transform: uppercase; }
.guide-server-note p { margin: 0; color: #9f937d; font-size: 13px; line-height: 1.58; }

.level-formula { display: grid; grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr) auto minmax(190px, 1.2fr); align-items: stretch; gap: 10px; }
.level-formula > div { min-height: 95px; display: grid; place-items: center; align-content: center; gap: 5px; border: 1px solid rgba(220, 174, 88, .28); background: rgba(8, 6, 3, .88); }
.level-formula > div.is-gold { border-color: rgba(231, 183, 84, .7); background: linear-gradient(130deg, rgba(153, 93, 27, .28), rgba(9, 6, 3, .9)); }
.level-formula b { color: var(--gold-light); font: 700 27px/1 var(--font-display); }
.level-formula span { color: #b5a78e; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.level-formula > i { align-self: center; color: #806633; font-style: normal; font-size: 22px; }
.stat-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 13px; }
.stat-card { min-height: 160px; display: grid; grid-template-columns: 55px minmax(0, 1fr); gap: 15px; padding: 21px; border: 1px solid rgba(220, 174, 88, .23); background: rgba(7, 5, 3, .78); }
.stat-card > span { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(220, 174, 88, .55); border-radius: 50%; color: var(--gold); font-size: 12px; font-weight: 900; }
.stat-card h3 { margin: 3px 0 7px; color: #ecd198; font-size: 17px; }
.stat-card p { margin: 0; color: #ad9f88; font-size: 13px; line-height: 1.58; }
.stat-int { border-color: rgba(119, 154, 210, .3); }
.stat-int > span { border-color: rgba(119, 154, 210, .65); color: #9bbdef; }
.stat-hybrid { border-style: dashed; }

.guide-flow { display: grid; grid-template-columns: repeat(7, auto); align-items: center; gap: 10px; }
.guide-flow > div { min-height: 112px; display: grid; justify-items: center; align-content: center; min-width: 0; padding: 15px; border: 1px solid rgba(220, 174, 88, .24); background: rgba(8, 6, 3, .85); text-align: center; }
.guide-flow b { width: 28px; height: 28px; display: grid; place-items: center; margin-bottom: 8px; border: 1px solid rgba(220, 174, 88, .5); border-radius: 50%; color: var(--gold); font-size: 10px; }
.guide-flow strong { color: #e8ce96; font-size: 13px; }
.guide-flow span { margin-top: 4px; color: #948872; font-size: 11px; line-height: 1.35; }
.guide-flow > i { color: #987a3e; font-style: normal; }
.guide-body-copy { margin: 14px 0 0; color: #b7aa93; font-size: 14px; line-height: 1.65; }
.build-path-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.build-path-grid > div { min-height: 155px; padding: 23px; border: 1px solid rgba(220, 174, 88, .22); background: linear-gradient(145deg, rgba(44, 28, 12, .38), rgba(7, 5, 3, .9)); }
.build-path-grid span { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.build-path-grid h3 { margin: 8px 0 7px; color: #f0d69d; font: 700 20px/1.25 var(--font-display); }
.build-path-grid p { margin: 0; color: #b5a78f; font-size: 14px; line-height: 1.62; }
.guide-footnote { margin: 12px 0 0; padding-left: 13px; border-left: 2px solid rgba(220, 174, 88, .55); color: #978b76; font-size: 12px; line-height: 1.55; }
.guide-callout-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.guide-callout-grid > div { padding: 20px; border: 1px solid rgba(220, 174, 88, .22); background: rgba(8, 6, 3, .8); }
.guide-callout-grid strong { color: #e7cd96; font-size: 15px; text-transform: uppercase; }
.guide-callout-grid p { margin: 7px 0 0; color: #ac9f89; font-size: 13px; line-height: 1.55; }
.guide-source-strip { display: flex; align-items: center; flex-wrap: wrap; gap: 11px 20px; padding-top: 18px; border-top: 1px solid rgba(220, 174, 88, .2); }
.guide-source-strip > span { color: #8e7e65; font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.guide-source-strip a { padding: 6px 10px; border: 1px solid rgba(220, 174, 88, .22); }

.alchemy-extra { display: grid; gap: 17px; margin-top: 28px; padding-top: 28px; border-top: 1px solid rgba(220, 174, 88, .22); }
.alchemy-path-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.alchemy-path-grid article { padding: 23px; border: 1px solid rgba(220, 174, 88, .25); background: rgba(8, 6, 3, .84); }
.alchemy-path-grid article > span { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.alchemy-path-grid h3 { margin: 8px 0 12px; color: #eed29a; font: 700 21px/1.25 var(--font-display); }
.alchemy-path-grid ol { display: grid; gap: 8px; margin: 0; padding-left: 20px; color: #c2b59d; font-size: 14px; line-height: 1.55; }
.alchemy-path-grid p { margin: 14px 0 0; padding-top: 13px; border-top: 1px solid rgba(220, 174, 88, .15); color: #978b76; font-size: 12px; line-height: 1.55; }
.alchemy-safe-list,
.job-checklist { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; padding: 16px; border: 1px solid rgba(220, 174, 88, .19); background: rgba(7, 5, 3, .7); }
.alchemy-safe-list strong,
.job-checklist strong { margin-right: 7px; color: #e0c58e; font-size: 12px; text-transform: uppercase; }
.alchemy-safe-list span,
.job-checklist span { padding: 7px 9px; border: 1px solid rgba(220, 174, 88, .26); color: #b5a78e; font-size: 11px; }

.party-compare-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.party-compare-grid > div { min-height: 170px; padding: 24px; border: 1px solid rgba(220, 174, 88, .25); background: radial-gradient(circle at 100% 0, rgba(220, 174, 88, .1), transparent 45%), rgba(7, 5, 3, .86); }
.party-compare-grid span { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.party-compare-grid h3 { margin: 10px 0 8px; color: #f0d69b; font: 700 24px/1.2 var(--font-display); }
.party-compare-grid p { margin: 0; color: #b5a78f; font-size: 14px; line-height: 1.62; }
.share-mode-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.share-mode-grid > div { min-height: 162px; padding: 20px; border: 1px solid rgba(220, 174, 88, .22); background: rgba(8, 6, 3, .82); }
.share-mode-grid span { color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.share-mode-grid h3 { margin: 10px 0 7px; color: #ecd198; font-size: 16px; }
.share-mode-grid p { margin: 0; color: #a99c86; font-size: 13px; line-height: 1.55; }

.job-triangle { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.job-triangle article { min-height: 242px; padding: 24px; border: 1px solid rgba(220, 174, 88, .27); background: radial-gradient(circle at 50% 0, rgba(220, 174, 88, .13), transparent 42%), rgba(7, 5, 3, .88); text-align: center; }
.job-triangle article > span { width: 57px; height: 57px; display: grid; place-items: center; margin: 0 auto 15px; border: 1px solid rgba(220, 174, 88, .62); border-radius: 50%; color: var(--gold); font: 700 17px/1 var(--font-display); }
.job-triangle h3 { margin: 0; color: #f0d399; font: 700 20px/1.25 var(--font-display); }
.job-triangle p { margin: 10px 0 0; color: #b4a68f; font-size: 14px; line-height: 1.58; }
.job-triangle small { display: block; margin-top: 13px; padding-top: 12px; border-top: 1px solid rgba(220, 174, 88, .14); color: #897d69; font-size: 11px; line-height: 1.5; }
.pet-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.pet-card-grid article { min-height: 175px; padding: 22px; border: 1px solid rgba(220, 174, 88, .22); background: rgba(8, 6, 3, .82); }
.pet-card-grid span { color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.pet-card-grid h3 { margin: 9px 0 7px; color: #e9cf97; font-size: 17px; }
.pet-card-grid p { margin: 0; color: #aa9d87; font-size: 13px; line-height: 1.58; }
.pet-care-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 12px; padding: 1px; background: rgba(220, 174, 88, .17); }
.pet-care-list > div { min-height: 67px; display: grid; grid-template-columns: 30px minmax(0, 1fr); align-items: center; gap: 11px; padding: 13px 16px; background: #080603; }
.pet-care-list b { color: var(--gold); font-size: 10px; }
.pet-care-list span { color: #b3a58d; font-size: 13px; line-height: 1.45; }

@media (max-width: 1180px) {
  .guide-source-figure-wide { grid-template-columns: 1fr; }
  .guide-source-figure-wide > img { min-height: 0; }
  .guide-source-figure figcaption { border-top: 1px solid rgba(220, 174, 88, .2); border-left: 0; }
  .guide-info-grid,
  .guide-info-grid-four,
  .share-mode-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .guide-step-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .guide-flow { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .guide-flow > i { display: none; }
}

@media (max-width: 760px) {
  .field-guide { gap: 27px; }
  .field-guide-heading { padding-right: 44px; }
  .field-guide-heading > h2 { font-size: 33px; }
  .field-guide-heading > span { font-size: 15px; }
  .guide-source-figure figcaption { padding: 20px; }
  .guide-source-figure figcaption strong { font-size: 20px; }
  .guide-step-grid,
  .guide-step-grid-four,
  .guide-info-grid,
  .guide-info-grid-four,
  .shortcut-grid,
  .stat-card-grid,
  .build-path-grid,
  .guide-callout-grid,
  .alchemy-path-grid,
  .party-compare-grid,
  .share-mode-grid,
  .job-triangle,
  .pet-card-grid,
  .pet-care-list { grid-template-columns: 1fr; }
  .guide-step-grid > div,
  .guide-info-grid > div,
  .share-mode-grid > div,
  .job-triangle article,
  .pet-card-grid article { min-height: 0; }
  .shortcut-grid > div { grid-template-columns: minmax(92px, auto) minmax(0, 1fr); }
  .guide-quickbar-figure { grid-template-columns: 1fr; }
  .guide-quickbar-figure > img { padding: 22px 12px; }
  .guide-alert { grid-template-columns: 38px minmax(0, 1fr); gap: 13px; padding: 19px 16px; }
  .guide-alert > span { width: 36px; height: 36px; }
  .guide-server-note { grid-template-columns: 1fr; gap: 8px; }
  .level-formula { grid-template-columns: 1fr; }
  .level-formula > i { display: none; }
  .stat-card { min-height: 0; }
  .guide-flow { grid-template-columns: 1fr; }
  .guide-flow > div { min-height: 96px; }
  .guide-section-title h3 { font-size: 21px; }
  .guide-source-strip { align-items: stretch; flex-direction: column; }
  .guide-source-strip a { justify-content: space-between; }
}
