:root {
  --black: #050507;
  --night: #090b10;
  --ink: #16171b;
  --ink-soft: #51545c;
  --ink-muted: #737781;
  --white: #ffffff;
  --surface: #f5f5f7;
  --surface-alt: #fbfbfd;
  --surface-dark: #101217;
  --line: rgba(16, 18, 24, 0.08);
  --line-dark: rgba(255, 255, 255, 0.12);
  --blue: #0071e3;
  --blue-hover: #0077ed;
  --sky: #52a9ff;
  --radius: 30px;
  --radius-sm: 20px;
  --shadow: 0 18px 64px rgba(20, 24, 35, 0.08);
  --max: 1200px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--surface-alt);
  color: var(--ink);
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "SF Pro Display",
    "PingFang SC",
    "Helvetica Neue",
    Arial,
    sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

button {
  border: 0;
  color: inherit;
  font: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(0, 113, 227, 0.7);
  outline-offset: 2px;
}

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

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

p {
  line-height: 1.7;
}

section[id] {
  scroll-margin-top: 6rem;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  transition:
    background 240ms ease,
    border-color 240ms ease;
}

.site-header.scrolled,
body.menu-open .site-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 10, 12, 0.72);
  backdrop-filter: saturate(180%) blur(22px);
}

.nav-shell {
  display: flex;
  width: min(calc(100% - 4rem), 1500px);
  height: 4.85rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 0 auto;
  color: var(--white);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
  font-size: 1.05rem;
  font-weight: 560;
  letter-spacing: -0.03em;
}

.wordmark-logo {
  display: block;
  width: 4.25rem;
  height: 4.25rem;
  object-fit: contain;
}

.wordmark svg {
  width: 1.55rem;
  height: 1.55rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linejoin: round;
}

.wordmark b {
  font-weight: 700;
}

.nav-links {
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  gap: clamp(1rem, 1.8vw, 1.85rem);
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.94rem;
}

.nav-links a {
  position: relative;
  display: inline-flex;
  min-height: 2.3rem;
  align-items: center;
  color: inherit;
  isolation: isolate;
  overflow: visible;
  transform-origin: center;
  transition:
    color 180ms ease,
    filter 180ms ease,
    text-shadow 180ms ease,
    transform 180ms ease;
}

.nav-links a::before {
  position: absolute;
  content: "";
  pointer-events: none;
}

.nav-links a::before {
  right: -0.45rem;
  bottom: 0.15rem;
  left: -0.45rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--sky), transparent);
  opacity: 0;
  transform: scaleX(0.28);
  transition:
    opacity 220ms ease,
    transform 260ms ease;
}

.nav-label {
  position: relative;
  z-index: 1;
  display: inline-block;
  align-items: center;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--white);
}

.nav-links a:hover::before,
.nav-links a.active::before {
  opacity: 0.7;
  transform: scaleX(1);
}

.nav-links a:hover {
  filter: brightness(1.12);
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.28);
  transform: translateY(-1px) scale(1.065);
}

.nav-links a.active .nav-label {
  text-shadow: 0 0 14px rgba(82, 169, 255, 0.32);
}

.nav-action {
  display: inline-flex;
  min-height: 2.5rem;
  align-items: center;
  padding: 0 1.28rem;
  border-radius: 999px;
  background: var(--blue);
  font-size: 0.9rem;
  font-weight: 620;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.nav-action:hover {
  background: var(--blue-hover);
  transform: translateY(-1px) scale(1.045);
}

.nav-toggle {
  display: none;
  cursor: pointer;
}

.hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  padding: clamp(7.5rem, 16vh, 11rem) max(calc((100% - var(--max)) / 2), 1.5rem) clamp(6.5rem, 11vh, 8rem);
  background: var(--black);
  color: var(--white);
}

.hero-video,
.hero-wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  object-fit: cover;
  opacity: 0.72;
}

.hero-wash {
  background:
    radial-gradient(circle at 70% 32%, transparent 0%, rgba(0, 0, 0, 0.14) 28%, rgba(0, 0, 0, 0.6) 76%),
    linear-gradient(0deg, #050507 0%, rgba(5, 5, 7, 0.58) 36%, rgba(5, 5, 7, 0.2) 70%, rgba(5, 5, 7, 0.54) 100%);
}

.hero-body,
.hero-metrics,
.media-note {
  position: relative;
  z-index: 1;
}

.hero-body {
  width: min(780px, 100%);
}

.overline {
  margin-bottom: 1.35rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.22em;
}

.overline.dark {
  color: var(--ink-muted);
}

.hero h1 {
  margin-bottom: 1.25rem;
  font-size: clamp(4.6rem, 12vw, 8.6rem);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.hero h1 span {
  display: block;
  margin-top: clamp(1.3rem, 2.2vw, 1.7rem);
  font-size: clamp(2rem, 4.7vw, 3.75rem);
  font-weight: 620;
  letter-spacing: -0.065em;
  line-height: 1.08;
}

.hero-intro {
  max-width: 550px;
  margin-bottom: 2.1rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.5vw, 1.1rem);
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0 1.45rem;
  border-radius: 999px;
  font-size: 0.95rem;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px) scale(1.035);
}

.button-primary {
  background: var(--blue);
  color: var(--white);
}

.button-primary:hover {
  background: var(--blue-hover);
}

.button-glass {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(12px);
}

.button-glass:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.15);
}

.hero-metrics {
  display: grid;
  width: min(var(--max), 100%);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(3.5rem, 8vh, 5.6rem);
  padding: 1.3rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-metrics article {
  padding: 0.15rem 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-metrics article:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero-metrics strong {
  display: block;
  margin-bottom: 0.42rem;
  font-size: clamp(1.2rem, 1.75vw, 1.52rem);
  font-weight: 550;
  letter-spacing: -0.045em;
}

.hero-metrics span {
  color: rgba(255, 255, 255, 0.57);
  font-size: 0.84rem;
}

.media-note {
  position: absolute;
  right: max(calc((100% - var(--max)) / 2), 1.5rem);
  bottom: 2rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.72rem;
}

.section {
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding: clamp(5.5rem, 10vw, 8rem) 0;
}

.announcement-section {
  padding-top: clamp(3.8rem, 7vw, 5.8rem);
  padding-bottom: clamp(3.8rem, 7vw, 5.8rem);
}

.announcement-board {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 3vw, 2.4rem);
  padding: clamp(1.8rem, 4vw, 3rem);
  border: 1px solid rgba(16, 18, 24, 0.08);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(0, 113, 227, 0.08), transparent 38%),
    var(--white);
  box-shadow: var(--shadow);
}

.announcement-title {
  text-align: center;
}

.announcement-title h2 {
  margin: 0 auto;
  font-size: clamp(1.85rem, 3.1vw, 2.85rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 1.12;
  white-space: nowrap;
}

.announcement-copy {
  color: var(--ink-soft);
  font-size: clamp(0.95rem, 1.15vw, 1.03rem);
}

.announcement-copy p {
  margin-bottom: 1rem;
}

.announcement-copy p:last-child {
  margin-bottom: 0;
}

.announcement-copy a {
  color: var(--blue);
  font-weight: 650;
}

.announcement-copy a:hover {
  color: var(--blue-hover);
}

.intro-section {
  background: var(--surface-alt);
}

.section-heading {
  max-width: 690px;
  margin-bottom: clamp(2.6rem, 5vw, 4.2rem);
}

.section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 1.2rem;
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  font-weight: 650;
  letter-spacing: -0.075em;
  line-height: 1.08;
}

.section-heading p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.4vw, 1.1rem);
}

.bento {
  display: grid;
  grid-template-columns: 1.55fr 0.85fr;
  grid-template-rows: repeat(2, minmax(218px, auto));
  gap: 1rem;
  margin-bottom: 1rem;
}

.bento-feature,
.bento-card,
.setting-panel {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--surface);
}

.bento-feature {
  position: relative;
  display: flex;
  min-height: 455px;
  grid-row: 1 / 3;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.65rem, 3vw, 2.7rem);
  background: var(--black);
  color: var(--white);
}

.bento-feature div {
  position: relative;
  z-index: 1;
  max-width: 370px;
}

.tile-label {
  margin-bottom: 0.65rem;
  color: var(--ink-muted);
  font-size: 0.82rem;
  font-weight: 550;
}

.bento-feature .tile-label {
  color: rgba(255, 255, 255, 0.56);
}

.bento-feature h3 {
  margin-bottom: 0.7rem;
  font-size: clamp(2.4rem, 4vw, 3.45rem);
  font-weight: 620;
  letter-spacing: -0.065em;
}

.bento-feature p:last-child {
  color: rgba(255, 255, 255, 0.7);
}

.bento-feature img {
  position: absolute;
  right: -6%;
  bottom: -4.5%;
  width: min(53%, 390px);
  max-height: 70%;
  object-fit: contain;
  filter: drop-shadow(0 32px 55px rgba(80, 154, 244, 0.25));
}

.bento-card {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: clamp(1.45rem, 2.4vw, 2.1rem);
}

.bento-card h3 {
  margin-bottom: 0.5rem;
  font-size: clamp(1.75rem, 2.8vw, 2.35rem);
  font-weight: 610;
  letter-spacing: -0.06em;
}

.bento-card p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.line-card {
  background:
    radial-gradient(circle at 92% 15%, rgba(0, 113, 227, 0.15), transparent 42%),
    var(--surface);
}

.search-card {
  background:
    radial-gradient(circle at 88% 12%, rgba(94, 198, 255, 0.24), transparent 42%),
    #ecf4fc;
}

.setting-panel {
  display: grid;
  grid-template-columns: 0.92fr 1.38fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  padding: clamp(1.7rem, 4vw, 3rem);
}

.setting-panel h3 {
  margin-bottom: 0.65rem;
  font-size: clamp(1.7rem, 2.8vw, 2.3rem);
  font-weight: 610;
  letter-spacing: -0.06em;
}

.setting-panel p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
}

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

.setting-grid span {
  display: flex;
  min-height: 94px;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  border-radius: 18px;
  background: var(--white);
  color: var(--ink-muted);
  font-size: 0.82rem;
}

.setting-grid strong {
  margin-bottom: 0.28rem;
  color: var(--ink);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 580;
  letter-spacing: -0.045em;
}

.cinema-section {
  display: grid;
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(315px, 0.8fr) minmax(430px, 1.2fr);
  gap: clamp(2rem, 5vw, 5.4rem);
  align-items: center;
  padding-right: max(calc((100% - var(--max)) / 2), 1.5rem);
  padding-left: max(calc((100% - var(--max)) / 2), 1.5rem);
  background: var(--surface-dark);
  color: var(--white);
}

.cinema-copy h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.6rem, 4.3vw, 3.8rem);
  font-weight: 640;
  letter-spacing: -0.075em;
  line-height: 1.08;
}

.cinema-copy > p:not(.overline) {
  color: rgba(255, 255, 255, 0.65);
}

.clip-picker {
  display: grid;
  gap: 0.55rem;
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.clip {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 1rem;
  padding: 0.95rem 1.05rem;
  border: 1px solid transparent;
  border-radius: 16px;
  background: transparent;
  color: rgba(255, 255, 255, 0.54);
  cursor: pointer;
  text-align: left;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.clip strong {
  color: inherit;
  font-size: 0.75rem;
  font-weight: 600;
}

.clip.active,
.clip:hover {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.07);
  color: var(--white);
}

.video-frame {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: #050609;
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.38);
}

.video-frame video {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.video-frame figcaption {
  display: flex;
  align-items: center;
  gap: 0.52rem;
  padding: 0.9rem 1.1rem;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.78rem;
}

.video-dot {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: #42d269;
}

.network-section {
  padding-bottom: clamp(4.5rem, 8vw, 7rem);
}

.platform-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: clamp(2.8rem, 5vw, 4.4rem);
}

.platform-card {
  min-height: 210px;
  padding: clamp(1.45rem, 2.5vw, 2rem);
  border-radius: var(--radius);
  background: var(--surface);
}

.platform-card.highlight {
  background: var(--ink);
  color: var(--white);
}

.platform-card span {
  color: var(--ink-muted);
  font-size: 0.82rem;
}

.platform-card.highlight span,
.platform-card.highlight p {
  color: rgba(255, 255, 255, 0.62);
}

.platform-card h3 {
  margin: 1.3rem 0 0.55rem;
  font-size: clamp(1.55rem, 2.3vw, 1.9rem);
  font-weight: 600;
  letter-spacing: -0.05em;
}

.platform-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.lineup {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-bottom: clamp(3rem, 6vw, 4.4rem);
}

.lineup article {
  min-height: 165px;
  padding: 1.55rem 2rem 1.55rem 0;
  border-top: 1px solid var(--line);
}

.lineup article:not(:nth-child(3n + 1)) {
  padding-left: 2rem;
  border-left: 1px solid var(--line);
}

.lineup h3 {
  margin-bottom: 0.65rem;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.lineup p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.benefits {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: clamp(1.35rem, 3vw, 2.1rem);
  border-radius: var(--radius);
  background: var(--surface);
}

.benefits div {
  flex: 1;
  min-width: 250px;
}

.benefits h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.3vw, 1.85rem);
  font-weight: 600;
  letter-spacing: -0.05em;
}

.benefits span {
  padding: 0.65rem 0.85rem;
  border-radius: 999px;
  background: var(--white);
  color: var(--ink-soft);
  font-size: 0.82rem;
  white-space: nowrap;
}

.membership-section {
  width: 100%;
  max-width: none;
  padding-right: max(calc((100% - var(--max)) / 2), 1.5rem);
  padding-left: max(calc((100% - var(--max)) / 2), 1.5rem);
  background: var(--black);
  color: var(--white);
}

.section-heading.inverse p:last-child {
  color: rgba(255, 255, 255, 0.62);
}

.tiers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.tier {
  position: relative;
  display: block;
  min-height: 320px;
  padding: clamp(1.3rem, 2.4vw, 1.8rem);
  border: 1px solid var(--line-dark);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--white);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.tier:hover {
  border-color: rgba(82, 169, 255, 0.52);
  background: rgba(255, 255, 255, 0.075);
  transform: translateY(-2px);
}

.tier.featured {
  border-color: rgba(82, 169, 255, 0.52);
  background:
    radial-gradient(circle at 80% 4%, rgba(0, 113, 227, 0.3), transparent 46%),
    rgba(255, 255, 255, 0.07);
}

.tier p {
  margin-bottom: 1.1rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}

.tier h3 {
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  font-weight: 450;
}

.tier h3 strong {
  margin-right: 0.25rem;
  font-size: clamp(2.5rem, 4vw, 3.1rem);
  font-weight: 580;
  letter-spacing: -0.065em;
}

.tier ul {
  display: grid;
  gap: 0.78rem;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  list-style: none;
}

.tier li::before {
  margin-right: 0.48rem;
  color: var(--sky);
  content: "•";
}

.recommend {
  position: absolute;
  top: 1.15rem;
  right: 1.2rem;
  padding: 0.3rem 0.56rem;
  border-radius: 999px;
  background: var(--blue);
  font-size: 0.68rem;
}

.membership-note {
  max-width: 760px;
  margin: 2.2rem auto 0;
  color: rgba(255, 255, 255, 0.53);
  font-size: 0.86rem;
  text-align: center;
}

.member-shortcuts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.45rem;
}

.join-section {
  padding-bottom: clamp(5rem, 8vw, 7rem);
}

.join-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: clamp(3.8rem, 7vw, 5.4rem);
}

.join-steps article {
  min-height: 220px;
  padding: clamp(1.45rem, 2.5vw, 2rem);
  border-radius: var(--radius);
  background: var(--surface);
}

.join-steps strong {
  color: var(--blue);
  font-size: 0.78rem;
}

.join-steps h3 {
  margin: 1.35rem 0 0.65rem;
  font-size: clamp(1.4rem, 2.2vw, 1.7rem);
  font-weight: 600;
  letter-spacing: -0.05em;
}

.join-steps p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.contact-block {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(1.8rem, 5vw, 4.5rem);
  align-items: center;
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--white);
}

.contact-copy h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(2.6rem, 4.3vw, 3.7rem);
  font-weight: 630;
  letter-spacing: -0.075em;
}

.contact-copy p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.65);
}

.contact-options {
  display: grid;
  gap: 0.7rem;
}

.contact-options article {
  position: relative;
  min-height: 106px;
  padding: 1.1rem 8rem 1.1rem 1.2rem;
  border: 1px solid var(--line-dark);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
}

.contact-options span {
  display: block;
  margin-bottom: 0.38rem;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.8rem;
}

.contact-options strong {
  font-size: clamp(1.45rem, 2.3vw, 1.72rem);
  font-weight: 560;
  letter-spacing: 0.02em;
}

.contact-options a,
.contact-options button {
  position: absolute;
  top: 50%;
  right: 1.1rem;
  min-height: 2.35rem;
  padding: 0 0.82rem;
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
  cursor: pointer;
  font-size: 0.8rem;
  transform: translateY(-50%);
}

.contact-options a:hover,
.contact-options button:hover {
  background: var(--blue-hover);
}

.contact-options small {
  position: absolute;
  bottom: 0.38rem;
  left: 1.2rem;
  color: #7dc4ff;
  font-size: 0.68rem;
}

.site-footer {
  display: grid;
  width: min(calc(100% - 3rem), var(--max));
  gap: 1rem;
  margin: 0 auto;
  padding: 0 0 2.2rem;
  color: var(--ink-muted);
  font-size: 0.74rem;
}

.footer-mark {
  margin-bottom: 1.5rem;
  color: var(--ink);
}

.footer-mark .wordmark-logo {
  width: 7rem;
  height: 7rem;
}

.site-footer p {
  margin: 0;
  line-height: 1.7;
}

.site-footer a:not(.wordmark) {
  color: var(--ink-soft);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 650ms ease,
    transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

[data-reveal].visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1020px) {
  .nav-links {
    gap: 1.25rem;
  }

  .bento {
    grid-template-columns: 1fr 0.9fr;
  }

  .setting-panel,
  .cinema-section,
  .contact-block {
    grid-template-columns: 1fr;
  }

  .cinema-copy {
    max-width: 680px;
  }

  .clip-picker {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .clip {
    flex-direction: column;
    align-items: start;
    gap: 0.35rem;
  }

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

  .benefits {
    flex-wrap: wrap;
  }
}

@media (max-width: 760px) {
  .site-header.scrolled,
  body.menu-open .site-header {
    background: rgba(10, 10, 12, 0.9);
  }

  .nav-shell {
    width: min(calc(100% - 2rem), var(--max));
    height: 3.35rem;
    gap: 0.8rem;
  }

  .wordmark-logo {
    width: 3.05rem;
    height: 3.05rem;
  }

  .nav-toggle {
    position: relative;
    z-index: 2;
    display: grid;
    width: 2.55rem;
    height: 2.55rem;
    place-content: center;
    gap: 0.34rem;
    margin-left: auto;
    background: transparent;
  }

  .nav-toggle span:not(.sr-only) {
    display: block;
    width: 1.2rem;
    height: 1px;
    background: var(--white);
    transition: transform 180ms ease;
  }

  body.menu-open .nav-toggle span:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  body.menu-open .nav-toggle span:nth-child(2) {
    transform: translateY(-3px) rotate(-45deg);
  }

  .nav-links {
    position: fixed;
    top: 3.35rem;
    bottom: auto;
    left: 0;
    right: 0;
    height: calc(100svh - 3.35rem);
    display: none;
    flex-direction: column;
    align-items: start;
    gap: 0;
    padding: 0.3rem 1rem 1.1rem;
    overflow-y: auto;
    border-bottom: 1px solid var(--line-dark);
    background: rgba(10, 10, 12, 0.96);
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
    transform: none;
  }

  body.menu-open .nav-links {
    display: flex;
  }

  .nav-links a {
    width: 100%;
    padding: 0.9rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .nav-action {
    padding: 0 0.78rem;
  }

  .hero {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 4rem;
  }

  .hero-video {
    opacity: 0.6;
  }

  .hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem 0;
    margin-top: 3.2rem;
  }

  .hero-metrics article {
    padding-left: 1rem;
  }

  .hero-metrics article:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .media-note {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 1.5rem;
  }

  .section,
  .site-footer {
    width: min(calc(100% - 2rem), var(--max));
  }

  .announcement-board {
    gap: 1.4rem;
    padding: 1.35rem;
  }

  .cinema-section,
  .membership-section {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .bento,
  .setting-grid,
  .platform-cards,
  .lineup,
  .tiers,
  .join-steps {
    grid-template-columns: 1fr;
  }

  .bento {
    grid-template-rows: auto;
  }

  .bento-feature {
    min-height: 420px;
    grid-row: auto;
  }

  .bento-feature img {
    right: -5%;
    width: 68%;
  }

  .bento-card {
    min-height: 180px;
  }

  .setting-grid {
    gap: 0.55rem;
  }

  .setting-grid span {
    min-height: 75px;
  }

  .clip-picker {
    grid-template-columns: 1fr;
  }

  .clip {
    flex-direction: row;
    align-items: center;
  }

  .lineup article,
  .lineup article:not(:nth-child(3n + 1)) {
    min-height: unset;
    padding: 1.3rem 0;
    border-left: 0;
  }

  .benefits div {
    flex-basis: 100%;
  }

  .tier {
    min-height: unset;
  }

  .contact-options article {
    padding-right: 7.3rem;
  }
}

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

  .hero-video {
    display: none;
  }
}

/* Detail pages */
.content-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 9, 12, 0.88);
  backdrop-filter: saturate(180%) blur(22px);
}

.page-main {
  background: var(--surface-alt);
}

.page-hero {
  position: relative;
  display: flex;
  min-height: clamp(420px, 56vh, 610px);
  align-items: end;
  overflow: hidden;
  padding: clamp(8rem, 14vw, 10rem) max(calc((100% - var(--max)) / 2), 1.5rem) clamp(3.4rem, 6vw, 5rem);
  background: var(--black);
  color: var(--white);
}

.page-hero.compact {
  min-height: clamp(360px, 47vh, 500px);
}

.page-hero-image,
.page-hero video,
.page-hero::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-hero-image,
.page-hero video {
  object-fit: cover;
  opacity: 0.48;
}

.page-hero::after {
  content: "";
  background:
    radial-gradient(circle at 72% 28%, transparent, rgba(5, 5, 7, 0.52) 70%),
    linear-gradient(0deg, rgba(5, 5, 7, 0.94), rgba(5, 5, 7, 0.16) 70%);
}

.page-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 850px;
}

.page-hero h1 {
  margin-bottom: 1rem;
  font-size: clamp(3.3rem, 7vw, 6.2rem);
  font-weight: 680;
  letter-spacing: -0.075em;
  line-height: 0.98;
}

.page-hero-copy > p:last-of-type {
  max-width: 660px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1rem, 1.5vw, 1.14rem);
}

.mystic-hero .page-hero-image {
  object-position: center center;
  opacity: 0.9;
}

.mystic-hero {
  background:
    linear-gradient(rgba(5, 5, 7, 0.26), rgba(5, 5, 7, 0.26)),
    url("assets/images/mystic-tek-bg.png?v=20260716") center center / cover no-repeat,
    var(--black);
}

.mystic-hero::after {
  background:
    radial-gradient(circle at 76% 42%, rgba(30, 159, 255, 0.1), rgba(5, 5, 7, 0.54) 46%, rgba(5, 5, 7, 0.88) 86%),
    linear-gradient(90deg, rgba(5, 5, 7, 0.92), rgba(5, 5, 7, 0.46) 48%, rgba(5, 5, 7, 0.72)),
    linear-gradient(0deg, rgba(5, 5, 7, 0.92), rgba(5, 5, 7, 0.08) 64%);
}

.hero-qq-callout {
  display: inline-flex;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3.4rem);
  margin-top: clamp(1.55rem, 3vw, 2.1rem);
  padding: 0.9rem 0.95rem 0.9rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(18px);
}

.hero-qq-callout span {
  display: block;
  margin-bottom: 0.32rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.78rem;
}

.hero-qq-callout strong {
  display: block;
  font-size: clamp(1.4rem, 2.5vw, 1.75rem);
  font-weight: 600;
  letter-spacing: 0.015em;
}

.hero-qq-callout .button {
  min-height: 2.8rem;
  padding: 0 1.25rem;
  white-space: nowrap;
}

.subnav {
  position: sticky;
  top: 4.85rem;
  z-index: 15;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 251, 253, 0.88);
  backdrop-filter: blur(18px);
}

.subnav::-webkit-scrollbar {
  display: none;
}

.subnav div {
  display: flex;
  width: min(calc(100% - 3rem), var(--max));
  gap: 1.6rem;
  margin: 0 auto;
}

.subnav a {
  min-height: 3.15rem;
  padding-top: 1.02rem;
  color: var(--ink-muted);
  font-size: 0.83rem;
  white-space: nowrap;
}

.subnav a:hover {
  color: var(--ink);
}

main > .subnav:not(.ascended-quick-nav) {
  padding: 0.82rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom-color: rgba(82, 169, 255, 0.22);
  background:
    linear-gradient(90deg, rgba(15, 17, 23, 0.96), rgba(15, 17, 23, 0) 5.5rem, rgba(15, 17, 23, 0) calc(100% - 5.5rem), rgba(15, 17, 23, 0.96)),
    linear-gradient(180deg, rgba(21, 24, 31, 0.94), rgba(15, 17, 23, 0.94)),
    rgba(10, 12, 18, 0.96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 48px rgba(0, 0, 0, 0.22);
}

main > .subnav:not(.ascended-quick-nav) div {
  align-items: center;
  justify-content: center;
  width: min(calc(100% - 4rem), 1500px);
  gap: 0.82rem;
}

main > .subnav:not(.ascended-quick-nav) a {
  display: inline-flex;
  min-height: 2.55rem;
  align-items: center;
  padding: 0 1.08rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055)),
    rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84);
  font-weight: 620;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 24px rgba(0, 0, 0, 0.12);
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

main > .subnav:not(.ascended-quick-nav) a:hover {
  border-color: rgba(82, 169, 255, 0.58);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.14);
  color: var(--white);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 14px 28px rgba(0, 0, 0, 0.16);
  transform: translateY(-1px) scale(1.04);
}

main > .subnav:not(.ascended-quick-nav) a.active,
.membership-subnav .subnav-feature {
  border-color: rgba(82, 169, 255, 0.8);
  background:
    linear-gradient(145deg, rgba(22, 140, 255, 0.98), rgba(0, 113, 227, 0.96)),
    var(--blue);
  color: var(--white);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 12px 28px rgba(0, 113, 227, 0.34);
}

main > .subnav:not(.ascended-quick-nav) a.active:hover,
.membership-subnav .subnav-feature:hover {
  background: var(--blue-hover);
  color: var(--white);
}

.ascended-quick-nav {
  padding: 0.95rem 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(246, 248, 252, 0.78)),
    rgba(251, 251, 253, 0.82);
}

.ascended-quick-nav div {
  display: grid;
  grid-template-columns: 1.28fr repeat(4, minmax(0, 1fr));
  gap: 0.72rem;
}

.ascended-quick-nav .quick-link {
  position: relative;
  display: flex;
  min-height: 4.75rem;
  align-items: center;
  gap: 0.86rem;
  padding: 0.82rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 22px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.58)),
    rgba(255, 255, 255, 0.66);
  color: var(--ink);
  backdrop-filter: saturate(180%) blur(24px);
  isolation: isolate;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 12px 32px rgba(20, 27, 38, 0.07);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.ascended-quick-nav .quick-link::before,
.ascended-quick-nav .quick-link::after {
  position: absolute;
  content: "";
  pointer-events: none;
  transition:
    opacity 220ms ease,
    transform 260ms ease;
}

.ascended-quick-nav .quick-link::before {
  z-index: 0;
  inset: -45% auto auto -15%;
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(82, 169, 255, 0.26), transparent 68%);
  opacity: 0.55;
  transform: translate3d(-0.4rem, 0.2rem, 0) scale(0.92);
}

.ascended-quick-nav .quick-link::after {
  z-index: 0;
  inset: 1px;
  border-radius: 21px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.58), transparent 34%, rgba(0, 113, 227, 0.08));
  opacity: 0.72;
}

.ascended-quick-nav .quick-link > * {
  position: relative;
  z-index: 1;
}

.ascended-quick-nav .quick-link:hover {
  border-color: rgba(0, 113, 227, 0.24);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.68)),
    rgba(255, 255, 255, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 18px 42px rgba(20, 27, 38, 0.1);
  transform: translateY(-2px) scale(1.025);
}

.ascended-quick-nav .quick-link.charged,
.ascended-quick-nav .quick-link.active {
  border-color: rgba(0, 113, 227, 0.3);
  background:
    linear-gradient(150deg, rgba(239, 247, 255, 0.96), rgba(255, 255, 255, 0.66)),
    rgba(255, 255, 255, 0.72);
}

.ascended-quick-nav .quick-link.charged::before,
.ascended-quick-nav .quick-link.active::before {
  opacity: 0.92;
  transform: translate3d(0.1rem, 0.2rem, 0) scale(1.05);
}

.ascended-quick-nav .quick-link.charged::after,
.ascended-quick-nav .quick-link.active::after {
  opacity: 0.96;
}

.ascended-quick-nav .quick-link.active {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 20px 46px rgba(0, 113, 227, 0.15);
  transform: translateY(-2px);
}

.quick-symbol {
  display: grid;
  width: 2.42rem;
  height: 2.42rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 15px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(235, 245, 255, 0.62)),
    #eaf3ff;
  color: var(--blue);
  font-size: 1.05rem;
  font-weight: 680;
  line-height: 1;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 18px rgba(0, 113, 227, 0.12);
}

.ascended-quick-nav .quick-link.charged .quick-symbol,
.ascended-quick-nav .quick-link.active .quick-symbol {
  border-color: rgba(0, 113, 227, 0.2);
  background:
    linear-gradient(145deg, rgba(0, 119, 237, 0.96), rgba(82, 169, 255, 0.82)),
    var(--blue);
  color: var(--white);
}

.quick-copy {
  display: grid;
  gap: 0.12rem;
}

.quick-copy strong {
  font-size: 0.96rem;
  font-weight: 650;
  letter-spacing: -0.03em;
}

.quick-copy small {
  color: var(--ink-muted);
  font-size: 0.74rem;
}

.ascended-quick-nav .quick-link.active .quick-copy strong {
  color: var(--blue);
}

.ascended-quick-nav .featured {
  border-color: rgba(0, 113, 227, 0.24);
  background:
    linear-gradient(150deg, rgba(231, 244, 255, 0.92), rgba(255, 255, 255, 0.68)),
    rgba(255, 255, 255, 0.78);
  color: var(--ink);
}

.ascended-quick-nav .featured:hover {
  border-color: rgba(0, 113, 227, 0.34);
  background:
    linear-gradient(150deg, rgba(219, 240, 255, 0.96), rgba(255, 255, 255, 0.78)),
    rgba(255, 255, 255, 0.86);
}

.ascended-quick-nav .featured .quick-symbol {
  background:
    linear-gradient(145deg, rgba(0, 119, 237, 0.96), rgba(82, 169, 255, 0.82)),
    var(--blue);
  color: var(--white);
}

.ascended-quick-nav .featured small {
  color: var(--ink-muted);
}

.detail-section {
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding: clamp(3.5rem, 7vw, 5.7rem) 0;
}

.detail-section + .detail-section {
  border-top: 1px solid var(--line);
}

.detail-head {
  max-width: 720px;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.detail-head h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(2.1rem, 4vw, 3.35rem);
  font-weight: 640;
  letter-spacing: -0.065em;
  line-height: 1.12;
}

.detail-head p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.agreement-page {
  background: #f7f8fb;
}

.agreement-hero {
  min-height: 500px;
}

.agreement-hero .page-hero-image,
.agreement-hero video {
  opacity: 0.42;
}

.agreement-hero .page-hero-copy {
  max-width: min(100%, 1500px);
}

.agreement-hero h1 {
  max-width: none;
  font-size: clamp(3.7rem, 4.15vw, 5rem);
  letter-spacing: 0;
  line-height: 1.05;
  white-space: nowrap;
}

.agreement-section {
  width: min(calc(100% - 3rem), 1080px);
  padding-top: 4.6rem;
}

.agreement-card {
  overflow: hidden;
  padding: 2.7rem;
  border: 1px solid rgba(16, 18, 24, 0.08);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.agreement-card-head {
  max-width: 840px;
  margin-bottom: 2.55rem;
}

.agreement-card-head h2 {
  margin-bottom: 0.9rem;
  font-size: 3rem;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.18;
}

.agreement-card-head p:last-child,
.agreement-lead,
.agreement-block p,
.legal-source p {
  color: var(--ink-soft);
}

.agreement-lead {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 2.8rem;
  padding: 1.45rem;
  border: 1px solid rgba(0, 113, 227, 0.14);
  border-radius: var(--radius-sm);
  background: #eef5ff;
}

.agreement-lead p,
.agreement-block p,
.legal-source p {
  margin-bottom: 0;
  line-height: 1.86;
}

.agreement-content {
  display: grid;
  gap: 2.1rem;
}

.agreement-block {
  scroll-margin-top: 7.5rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--line);
}

.agreement-block:first-child {
  padding-top: 0;
  border-top: 0;
}

.agreement-block h3 {
  margin-bottom: 0.95rem;
  font-size: 1.85rem;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.28;
}

.agreement-list {
  display: grid;
  gap: 0.48rem;
  margin: 0.9rem 0 1rem;
  padding-left: 1.28rem;
  color: var(--ink-soft);
  line-height: 1.78;
}

.agreement-list li::marker {
  color: var(--blue);
  font-weight: 650;
}

.legal-source {
  display: grid;
  gap: 0.6rem;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f8f9fb;
}

.legal-source h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 650;
}

.agreement-sign {
  margin-top: 1.2rem;
  color: var(--ink);
  font-weight: 650;
  text-align: right;
}

.mods-page {
  background: #f7f8fb;
}

.mods-hero .page-hero-image,
.mods-hero video {
  opacity: 0.42;
}

.mods-hero .page-hero-copy {
  max-width: min(100%, 1320px);
}

.mods-hero h1 {
  max-width: 1120px;
  font-size: clamp(3.25rem, 4.15vw, 4.65rem);
  letter-spacing: 0;
  line-height: 1.05;
  white-space: nowrap;
}

.mods-section {
  width: min(calc(100% - 3rem), 1080px);
}

.mod-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(16, 18, 24, 0.08);
  border-radius: var(--radius-sm);
  background: var(--white);
  box-shadow: var(--shadow);
}

.mod-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
}

.mod-table th,
.mod-table td {
  padding: 1rem 1.05rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

.mod-table th {
  color: var(--ink-muted);
  font-size: 0.78rem;
  font-weight: 650;
}

.mod-table td {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.mod-table td:first-child,
.mod-table td:nth-child(2) {
  color: var(--ink);
  font-weight: 650;
}

.mod-table tr:last-child td {
  border-bottom: 0;
}

.status-pill {
  display: inline-flex;
  min-height: 1.8rem;
  align-items: center;
  padding: 0 0.7rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 650;
  white-space: nowrap;
}

.status-pill.ready {
  background: #e8f3ff;
  color: var(--blue);
}

.status-pill.pending {
  background: #f1f2f5;
  color: var(--ink-muted);
}

.mod-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.9rem;
}

.mod-card {
  min-height: 300px;
  padding: clamp(1.25rem, 2.2vw, 1.65rem);
  border: 1px solid rgba(16, 18, 24, 0.08);
  border-radius: var(--radius-sm);
  background: var(--white);
  box-shadow: var(--shadow);
}

.mod-card.scs-card {
  grid-column: span 2;
  border-color: rgba(0, 113, 227, 0.22);
  background:
    linear-gradient(145deg, rgba(240, 248, 255, 0.98), rgba(255, 255, 255, 0.94)),
    var(--white);
}

.mod-card span,
.translation-card span {
  display: inline-flex;
  margin-bottom: 1.3rem;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 700;
}

.mod-card h3 {
  margin-bottom: 0.55rem;
  font-size: 1.28rem;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.18;
}

.mod-card .mod-role {
  margin-bottom: 1.05rem;
  color: var(--ink);
  font-weight: 650;
}

.mod-card-media {
  overflow: hidden;
  margin: 0 0 1.05rem;
  border: 1px solid rgba(82, 169, 255, 0.28);
  border-radius: 18px;
  background: #081420;
  aspect-ratio: 16 / 9;
}

.mod-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 180ms ease;
}

.mod-card-media a:hover img {
  transform: scale(1.025);
}

.mod-card p:not(.mod-role),
.translation-card p {
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.mod-card-link {
  display: inline-flex;
  margin-top: 0.25rem;
  color: var(--blue);
  font-size: 0.86rem;
  font-weight: 700;
}

.mod-card-link:hover {
  color: var(--blue-hover);
}

.mod-card.featured {
  border-color: rgba(82, 169, 255, 0.45);
  background: #eef6ff;
}

.translation-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.translation-card {
  min-height: 210px;
  padding: clamp(1.15rem, 2vw, 1.45rem);
  border: 1px solid rgba(16, 18, 24, 0.08);
  border-radius: var(--radius-sm);
  background: var(--white);
}

.translation-card h3 {
  margin-bottom: 0.55rem;
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.28;
}

.translation-card.ready {
  border-color: rgba(82, 169, 255, 0.44);
  background: #eef6ff;
}

.translation-card .button {
  margin-top: 0.85rem;
}

.translation-preview {
  overflow: hidden;
  margin: 1.4rem 0 0;
  border: 1px solid rgba(16, 18, 24, 0.1);
  border-radius: var(--radius-sm);
  background: #08131a;
  box-shadow: var(--shadow);
}

.translation-preview img {
  width: 100%;
  max-height: 720px;
  object-fit: contain;
}

.translation-preview figcaption {
  padding: 0.8rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
}

.info-grid,
.feature-grid,
.command-grid,
.instance-grid,
.group-grid,
.help-grid {
  display: grid;
  gap: 1rem;
}

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

.info-tile,
.white-card,
.feature-card,
.server-group,
.command-card,
.instance-card,
.help-card {
  border-radius: var(--radius-sm);
  background: var(--surface);
}

.info-tile {
  min-height: 128px;
  padding: 1.3rem;
}

.info-tile small {
  display: block;
  margin-bottom: 0.7rem;
  color: var(--ink-muted);
}

.info-tile strong {
  display: block;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 590;
  letter-spacing: -0.04em;
}

.split-panel {
  display: grid;
  grid-template-columns: minmax(270px, 0.78fr) minmax(360px, 1.22fr);
  gap: 1rem;
}

.white-card {
  padding: clamp(1.45rem, 3vw, 2.2rem);
  background: var(--white);
  box-shadow: var(--shadow);
}

.white-card h3 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 610;
  letter-spacing: -0.045em;
}

.white-card p,
.plain-list,
.rule-list {
  color: var(--ink-soft);
}

.plain-list,
.rule-list,
.gift-list {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rule-list li,
.plain-list li {
  padding: 0.82rem 0;
  border-bottom: 1px solid var(--line);
  line-height: 1.65;
}

.rule-list li:last-child,
.plain-list li:last-child {
  border-bottom: 0;
}

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

.stats-grid span {
  padding: 1rem;
  border-radius: 16px;
  background: var(--surface);
  color: var(--ink-muted);
  font-size: 0.8rem;
}

.stats-grid strong {
  display: block;
  margin-bottom: 0.22rem;
  color: var(--ink);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 600;
}

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

.step-row article {
  padding: clamp(1.35rem, 3vw, 2rem);
  border-radius: var(--radius-sm);
  background: var(--surface);
}

.step-row strong {
  color: var(--blue);
  font-size: 0.76rem;
}

.step-row h3 {
  margin: 1rem 0 0.6rem;
  font-size: 1.28rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.step-row p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.notice {
  margin-top: 1rem;
  padding: 1.2rem 1.35rem;
  border-radius: 16px;
  background: #eef5ff;
  color: #265382;
  font-size: 0.9rem;
  line-height: 1.7;
}

.detail-video {
  max-width: 900px;
  margin: 0 auto;
}

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

.feature-card {
  min-height: 180px;
  padding: clamp(1.25rem, 2.6vw, 1.8rem);
}

.feature-card h3 {
  margin-bottom: 0.65rem;
  font-size: 1.32rem;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.feature-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

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

.server-group {
  padding: clamp(1.35rem, 2.6vw, 1.85rem);
}

.server-group header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.server-group h3 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.server-group time,
.pill {
  color: var(--ink-muted);
  font-size: 0.75rem;
}

.server-group p {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.server-group p:last-child {
  margin-bottom: 0;
}

.address-list {
  display: grid;
  gap: 0.75rem;
}

.address-list details {
  overflow: hidden;
  border-radius: 18px;
  background: var(--surface);
}

.address-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4rem;
  padding: 0 1.35rem;
  cursor: pointer;
  font-weight: 560;
  list-style: none;
}

.address-list summary::-webkit-details-marker {
  display: none;
}

.address-list summary::after {
  color: var(--blue);
  content: "+";
  font-size: 1.35rem;
}

.address-list details[open] summary::after {
  content: "-";
}

.server-addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.42rem 1rem;
  padding: 0 1.35rem 1.25rem;
}

.server-address-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(2.8rem, auto);
  gap: 0.48rem;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.server-addresses a {
  display: flex;
  justify-content: space-between;
  gap: 0.65rem;
  padding: 0.58rem 0;
  color: var(--ink-soft);
  font-size: 0.86rem;
  transition:
    color 180ms ease,
    border-color 180ms ease;
}

.server-address-row:hover {
  border-color: rgba(0, 113, 227, 0.24);
}

.server-addresses a:hover,
.server-address-row:hover a {
  color: var(--blue);
}

.server-addresses code {
  color: var(--ink);
  font-size: 0.82rem;
}

.server-addresses a:hover code,
.server-address-row:hover code {
  color: var(--blue);
}

.address-copy {
  min-height: 1.9rem;
  padding: 0 0.7rem;
  border: 1px solid rgba(0, 113, 227, 0.18);
  border-radius: 999px;
  background: rgba(0, 113, 227, 0.08);
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 640;
  cursor: pointer;
  white-space: nowrap;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.address-copy:hover {
  background: var(--blue);
  color: var(--white);
  transform: translateY(-1px);
}

.copy-status {
  min-width: 2.8rem;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 620;
  text-align: right;
  white-space: nowrap;
}

.dark-detail {
  width: 100%;
  max-width: none;
  padding-right: max(calc((100% - var(--max)) / 2), 1.5rem);
  padding-left: max(calc((100% - var(--max)) / 2), 1.5rem);
  border-top: 0 !important;
  background: var(--black);
  color: var(--white);
}

.dark-detail .detail-head p:last-child {
  color: rgba(255, 255, 255, 0.62);
}

.version-guide {
  padding-top: clamp(2.2rem, 4vw, 3.2rem);
  padding-bottom: clamp(2.6rem, 5vw, 4rem);
}

.version-intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.2vw, 1.5rem);
}

.version-card {
  position: relative;
  display: grid;
  min-height: 250px;
  align-content: end;
  overflow: hidden;
  padding: clamp(1.6rem, 3.2vw, 2.35rem);
  border: 1px solid rgba(16, 18, 24, 0.06);
  border-radius: 24px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.96), rgba(246, 248, 252, 0.78)),
    var(--surface);
  box-shadow: 0 22px 60px rgba(15, 19, 28, 0.08);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.version-card::before {
  position: absolute;
  top: -35%;
  right: -12%;
  width: 14rem;
  height: 14rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(82, 169, 255, 0.18), transparent 66%);
  content: "";
  pointer-events: none;
}

.version-card::after {
  position: absolute;
  inset: 1px;
  border-radius: 23px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 38%, rgba(0, 113, 227, 0.06));
  content: "";
  pointer-events: none;
}

.version-card > * {
  position: relative;
  z-index: 1;
}

.version-card:hover {
  border-color: rgba(82, 169, 255, 0.28);
  box-shadow: 0 28px 72px rgba(15, 19, 28, 0.12);
  transform: translateY(-3px) scale(1.015);
}

.version-card.asa {
  border-color: rgba(82, 169, 255, 0.22);
  background:
    linear-gradient(145deg, rgba(82, 169, 255, 0.11), transparent 48%),
    linear-gradient(135deg, #101217, #17191f);
  color: var(--white);
}

.version-card.ase {
  border-color: rgba(16, 18, 24, 0.08);
}

.version-card.ase::before {
  background: radial-gradient(circle, rgba(0, 113, 227, 0.16), transparent 68%);
}

.palworld-hero {
  min-height: 520px;
  background: var(--black);
  color: var(--white);
}

.palworld-hero::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 7, 0.88), rgba(5, 5, 7, 0.56) 42%, rgba(5, 5, 7, 0.24)),
    linear-gradient(180deg, rgba(5, 5, 7, 0.42), rgba(5, 5, 7, 0.76));
  content: "";
}

.palworld-hero .page-hero-image {
  opacity: 0.9;
  object-position: center 42%;
}

.palworld-page .page-hero-copy {
  z-index: 1;
  max-width: min(calc(100% - 3rem), 1280px);
}

.palworld-hero h1 {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(4.6rem, 7.2vw, 8.2rem);
  letter-spacing: -0.085em;
}

.palworld-hero .page-hero-copy > p:last-of-type {
  max-width: 760px;
}

.palworld-section {
  padding-top: clamp(2.8rem, 5vw, 4.6rem);
}

.palworld-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
}

.palworld-card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.55rem, 3vw, 2.35rem);
  border: 1px solid rgba(16, 18, 24, 0.08);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 24px 72px rgba(15, 19, 28, 0.08);
}

.palworld-card::before {
  position: absolute;
  top: -4rem;
  right: -4rem;
  width: 12rem;
  height: 12rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(82, 169, 255, 0.18), transparent 68%);
  content: "";
  pointer-events: none;
}

.palworld-card.new {
  border-color: rgba(0, 113, 227, 0.18);
  background:
    linear-gradient(145deg, rgba(239, 247, 255, 0.92), rgba(255, 255, 255, 0.96)),
    var(--white);
}

.palworld-card h2 {
  margin: 0 0 1.1rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 680;
  letter-spacing: -0.06em;
}

.palworld-ip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.25rem;
  padding: 1rem;
  border: 1px solid rgba(16, 18, 24, 0.08);
  border-radius: 18px;
  background: rgba(245, 245, 247, 0.84);
}

.palworld-ip code {
  color: var(--ink);
  font-size: clamp(1.05rem, 2.4vw, 1.45rem);
  font-weight: 720;
}

.palworld-ip .button {
  min-height: 2.35rem;
  padding: 0 1rem;
}

.palworld-ip [data-copy-status] {
  min-width: 3.2rem;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 650;
}

.palworld-card .plain-list {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.85;
}

.source-tag {
  display: inline-flex;
  margin-bottom: 1.05rem;
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  background: #e9f2ff;
  color: var(--blue);
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.version-card.asa .source-tag {
  background: rgba(82, 169, 255, 0.14);
  color: var(--sky);
}

.version-card h3 {
  margin: 0 0 0.62rem;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 680;
  letter-spacing: -0.05em;
}

.version-card p {
  margin: 0 0 1.2rem;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.72;
}

.version-card.asa p {
  color: rgba(255, 255, 255, 0.64);
}

.version-card .version-card-link {
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 560;
}

.version-card.asa .version-card-link {
  color: var(--sky);
}

.anchor-target {
  display: block;
  height: 0;
  scroll-margin-top: 6rem;
}

.member-card-studio {
  max-width: var(--max);
}

.member-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
  align-items: stretch;
  margin-top: 0.5rem;
}

.member-offer-card {
  position: relative;
  display: grid;
  min-height: 300px;
  align-content: start;
  padding: 0 1rem 1.1rem;
  border: 1px solid transparent;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(15, 19, 28, 0.08);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.member-offer-card:hover,
.member-offer-card.active {
  border-color: rgba(0, 113, 227, 0.22);
  box-shadow: 0 22px 52px rgba(15, 19, 28, 0.11);
  transform: translateY(-2px);
}

.member-offer-card .ark-pass {
  width: min(176px, calc(100% - 1rem));
  margin: -2.2rem auto 1.05rem;
}

.ark-pass {
  position: relative;
  aspect-ratio: 1.62 / 1;
  overflow: hidden;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 6px;
  color: var(--white);
  box-shadow: 0 15px 28px rgba(11, 14, 20, 0.18);
}

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

.ark-pass::before {
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 34%),
    radial-gradient(circle at 80% 15%, rgba(255, 255, 255, 0.24), transparent 24%);
}

.ark-pass::after {
  right: -14%;
  bottom: -22%;
  width: 65%;
  height: 52%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.pass-junior {
  background: linear-gradient(135deg, #f6f7f9, #dfe3ea);
  color: #17191e;
}

.pass-middle {
  background: linear-gradient(135deg, #2e3138, #7d817d);
}

.pass-advanced {
  background: linear-gradient(135deg, #15171b, #44413c);
}

.pass-top-tier {
  background:
    linear-gradient(135deg, rgba(0, 113, 227, 0.28), transparent 42%),
    linear-gradient(135deg, #030405, #162338);
}

.pass-junior::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.7), transparent 42%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.55), transparent 22%);
}

.pass-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  color: currentColor;
  font-size: 0.54rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  opacity: 0.84;
}

.pass-chip {
  position: absolute;
  top: 32%;
  left: 0.78rem;
  z-index: 1;
  width: 1.2rem;
  height: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.28);
}

.pass-junior .pass-chip {
  border-color: rgba(22, 23, 27, 0.18);
  background: rgba(255, 255, 255, 0.76);
}

.pass-line {
  position: absolute;
  left: 0.9rem;
  right: 2rem;
  bottom: 1.85rem;
  z-index: 1;
  height: 1px;
  background: currentColor;
  opacity: 0.3;
  transform: rotate(-28deg);
  transform-origin: left center;
}

.pass-line::before,
.pass-line::after {
  position: absolute;
  top: -0.42rem;
  width: 38%;
  height: 0.9rem;
  border: 1px solid currentColor;
  border-top: 0;
  border-right: 0;
  border-radius: 0 0 0 22px;
  content: "";
  opacity: 0.75;
}

.pass-line::before {
  left: 12%;
}

.pass-line::after {
  left: 48%;
}

.ark-pass strong {
  position: absolute;
  right: 0.75rem;
  bottom: 1.55rem;
  z-index: 1;
  font-size: 1.05rem;
  font-weight: 720;
  letter-spacing: -0.04em;
}

.ark-pass small {
  position: absolute;
  right: 0.75rem;
  bottom: 0.72rem;
  z-index: 1;
  font-size: 0.49rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  opacity: 0.7;
}

.ark-pass.large {
  width: min(270px, 100%);
  align-self: center;
}

.ark-pass.large strong {
  font-size: 1.42rem;
}

.ark-pass.large .pass-top {
  font-size: 0.68rem;
}

.member-offer-copy {
  display: grid;
  justify-items: center;
  text-align: center;
}

.member-offer-copy h3 {
  min-height: 2.8rem;
  margin: 0;
  font-size: 1.02rem;
  font-weight: 620;
  letter-spacing: -0.035em;
  line-height: 1.4;
}

.member-price {
  width: 100%;
  margin: 0.7rem 0;
  padding: 0.9rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-weight: 650;
}

.member-offer-copy p:not(.member-price) {
  min-height: 3.15rem;
  margin: 0 0 1.1rem;
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.member-offer-action,
.member-detail-link {
  display: inline-flex;
  min-height: 2.65rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 620;
  cursor: pointer;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.member-offer-action {
  padding: 0 1.25rem;
}

.member-offer-action:hover,
.member-offer-action[aria-pressed="true"],
.member-detail-link:hover {
  background: var(--blue);
  transform: translateY(-1px) scale(1.035);
}

.member-benefit-panel {
  margin-top: clamp(2.2rem, 5vw, 4.2rem);
  padding: clamp(1.45rem, 3vw, 2.45rem);
  scroll-margin-top: 9rem;
  border: 1px solid rgba(16, 18, 24, 0.06);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 24px 72px rgba(15, 19, 28, 0.09);
}

.member-benefit-detail {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: clamp(1.8rem, 4vw, 3.5rem);
  align-items: center;
}

.member-benefit-detail[hidden] {
  display: none;
}

.member-benefit-copy h3 {
  margin: 0 0 1.2rem;
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 650;
  letter-spacing: -0.065em;
}

.member-benefit-copy .plain-list {
  max-width: 720px;
}

.member-benefit-columns {
  display: grid;
  max-width: 820px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.member-benefit-columns.single {
  grid-template-columns: 1fr;
}

.member-benefit-columns > div {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8f9fb;
}

.member-benefit-copy h4 {
  margin: 0 0 0.8rem;
  color: var(--ink-muted);
  font-size: 0.82rem;
  font-weight: 680;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.member-benefit-copy .plain-list li {
  color: var(--ink);
}

.member-benefit-copy .plain-list strong {
  display: block;
  margin-bottom: 0.28rem;
  color: var(--ink);
  font-size: 0.9rem;
}

.member-benefit-copy code {
  color: var(--blue);
  font-family: inherit;
  font-weight: 650;
}

.member-detail-link {
  margin-top: 1.4rem;
  padding: 0 1.35rem;
}

.member-tier-section {
  padding-top: clamp(2.6rem, 5vw, 4.2rem);
}

.member-tier-section .tier-detail {
  border-color: rgba(16, 18, 24, 0.08);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 46px rgba(15, 19, 28, 0.07);
}

.member-tier-section .tier-detail.featured-tier {
  border-color: rgba(0, 113, 227, 0.22);
  background: #f1f7ff;
}

.member-tier-section .tier-detail header strong {
  color: var(--blue);
}

.member-tier-section .tier-detail h4 {
  color: var(--ink-muted);
}

.member-tier-section .tier-columns > div {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8f9fb;
}

.member-tier-section .gift-list {
  color: var(--ink-soft);
}

.member-command-section {
  padding-top: clamp(2.7rem, 5vw, 4rem);
}

.member-command-section .commands-head {
  margin-top: 0;
}

.member-command-section .command-card {
  border-color: rgba(16, 18, 24, 0.08);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 14px 36px rgba(15, 19, 28, 0.06);
}

.member-command-section .command-card code {
  color: var(--blue);
}

.member-command-section .command-card p {
  color: var(--ink-soft);
}

.member-command-section .command-card-pending {
  border-color: rgba(0, 113, 227, 0.24);
  background: #eef5ff;
}

.tier-detail {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border: 1px solid var(--line-dark);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
}

.tier-detail header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.tier-detail h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2.7vw, 2rem);
  font-weight: 590;
  letter-spacing: -0.05em;
}

.tier-detail header strong {
  color: var(--sky);
  font-size: clamp(1.25rem, 2.3vw, 1.72rem);
  font-weight: 560;
}

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

.tier-detail h4 {
  margin: 0 0 0.65rem;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.78rem;
  font-weight: 550;
  text-transform: uppercase;
}

.commands-head {
  margin-top: clamp(2.75rem, 5vw, 4.2rem);
  scroll-margin-top: 4.5rem;
}

.commands-head h3 {
  margin: 0 0 0.85rem;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 610;
  letter-spacing: -0.06em;
}

.gift-list {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
}

.gift-list li {
  line-height: 1.68;
}

.evolved-tier-list {
  display: grid;
  gap: 1rem;
}

.evolved-member-back {
  margin-top: 1.4rem;
}

.tier-detail.light {
  margin: 0;
  border-color: transparent;
  background: var(--surface);
}

.tier-detail.featured-tier {
  border-color: rgba(82, 169, 255, 0.45);
  background:
    linear-gradient(135deg, rgba(0, 113, 227, 0.13), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.07);
}

.tier-detail.light.featured-tier {
  background: #eef5ff;
}

.tier-detail.light h4 {
  color: var(--ink-muted);
}

.tier-detail.light .gift-list {
  color: var(--ink-soft);
}

.evolved-mod-section {
  background: #fbfcff;
}

.evolved-mod-section .white-card {
  border: 1px solid #e4ebf5;
}

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

.command-card {
  display: block;
  padding: 1.2rem;
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.055);
  color: var(--white);
}

.command-card code {
  display: inline-flex;
  margin-bottom: 0.62rem;
  color: var(--sky);
  font-size: 0.95rem;
}

.command-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.84rem;
}

.command-card-pending {
  border-color: rgba(82, 169, 255, 0.48);
  background: rgba(0, 113, 227, 0.14);
}

.sponsor-action-grid,
.sponsor-tier-grid,
.color-region-grid,
.color-grid {
  display: grid;
  gap: 1rem;
}

.sponsor-action-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.subpage-card {
  display: block;
  min-height: 210px;
  padding: clamp(1.35rem, 2.5vw, 2rem);
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  background: var(--surface);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.subpage-card:hover {
  border-color: rgba(0, 113, 227, 0.24);
  box-shadow: 0 14px 34px rgba(20, 27, 38, 0.08);
  transform: translateY(-1px);
}

.subpage-card.primary {
  background: var(--ink);
  color: var(--white);
}

.subpage-card.pending {
  background: #eef5ff;
}

.subpage-card span,
.sponsor-tier span {
  color: var(--ink-muted);
  font-size: 0.8rem;
}

.subpage-card.primary span,
.subpage-card.primary p {
  color: rgba(255, 255, 255, 0.6);
}

.subpage-card h3 {
  margin: 1.1rem 0 0.65rem;
  font-size: clamp(1.45rem, 2.2vw, 1.8rem);
  font-weight: 610;
  letter-spacing: -0.045em;
}

.subpage-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.sponsor-tier-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sponsor-tier {
  min-height: 260px;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  border: 1px solid var(--line-dark);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
}

.sponsor-tier.featured,
.sponsor-tier.top {
  border-color: rgba(82, 169, 255, 0.42);
  background: rgba(0, 113, 227, 0.16);
}

.sponsor-tier strong {
  display: block;
  margin: 1rem 0 0.8rem;
  color: var(--sky);
  font-size: clamp(2rem, 3.4vw, 2.7rem);
  font-weight: 610;
  letter-spacing: -0.06em;
}

.sponsor-tier p,
.sponsor-tier small {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.65;
}

.sponsor-tier small {
  display: block;
  margin-top: 0.8rem;
  font-size: 0.78rem;
}

.sponsor-block {
  margin-top: clamp(1.7rem, 3vw, 2.4rem);
}

.sponsor-block:first-of-type {
  margin-top: 0;
}

.sponsor-block h3 {
  margin-bottom: 1rem;
  font-size: clamp(1.45rem, 2.5vw, 1.9rem);
  font-weight: 610;
  letter-spacing: -0.045em;
}

.price-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
  box-shadow: var(--shadow);
}

.price-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.price-table th,
.price-table td {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}

.price-table thead th {
  background: var(--ink);
  color: var(--white);
  font-weight: 560;
}

.price-table tbody th {
  color: var(--ink);
  font-weight: 600;
}

.price-table tr:last-child th,
.price-table tr:last-child td {
  border-bottom: 0;
}

.color-page {
  background: #f7f8fb;
}

.color-hero {
  background: var(--black);
}

.color-region-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.color-region-grid article {
  min-height: 150px;
  padding: 1.15rem;
  border: 1px solid #e4e8ef;
  border-radius: var(--radius-sm);
  background: var(--white);
}

.color-region-grid strong {
  display: grid;
  width: 2.2rem;
  height: 2.2rem;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 10px;
  background: #edf5ff;
  color: var(--blue);
}

.color-region-grid span {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 600;
}

.color-region-grid p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.84rem;
}

.color-toolbar {
  margin-bottom: 1rem;
}

.color-toolbar input {
  width: min(100%, 430px);
  min-height: 3.1rem;
  padding: 0 1rem;
  border: 1px solid #dfe5ed;
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  box-shadow: 0 8px 24px rgba(20, 27, 38, 0.05);
}

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

.color-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: center;
  min-height: 86px;
  padding: 0.9rem;
  border: 1px solid #e2e7ee;
  border-radius: 18px;
  background: var(--white);
}

.color-swatch {
  display: grid;
  width: 3.2rem;
  height: 3.2rem;
  place-items: center;
  border: 1px solid rgba(16, 18, 24, 0.14);
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 650;
}

.color-copy {
  min-width: 0;
}

.color-copy strong,
.color-copy span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.color-copy strong {
  margin-bottom: 0.16rem;
  font-size: 0.98rem;
  font-weight: 610;
}

.color-copy span {
  color: var(--ink-muted);
  font-size: 0.84rem;
}

.color-card code {
  color: var(--ink-muted);
  font-size: 0.82rem;
}

.empty-state {
  display: none;
  margin-top: 1rem;
  padding: 1.1rem 1.25rem;
  border-radius: 16px;
  background: #eef5ff;
  color: #265382;
}

.empty-state.visible {
  display: block;
}

.fee-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.fee {
  padding: clamp(1.5rem, 3vw, 2.3rem);
  border-radius: var(--radius-sm);
  background: var(--ink);
  color: var(--white);
}

.fee p {
  color: rgba(255, 255, 255, 0.6);
}

.fee strong {
  display: block;
  margin: 1rem 0 0.4rem;
  font-size: clamp(2.2rem, 4vw, 3.1rem);
  font-weight: 600;
  letter-spacing: -0.06em;
}

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

.plugin-grid article {
  padding: 1rem;
  border-radius: 14px;
  background: var(--surface);
}

.plugin-grid strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.92rem;
}

.plugin-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.8rem;
}

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

.instance-card {
  padding: clamp(1.35rem, 2.5vw, 1.8rem);
}

.instance-card h3 {
  margin-bottom: 0.7rem;
  font-size: 1.38rem;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.instance-card p {
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.instance-card code {
  display: block;
  color: var(--blue);
  font-size: 0.86rem;
}

.contact-hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.group-contact {
  position: relative;
  padding: clamp(1.7rem, 3vw, 2.5rem);
  border-radius: var(--radius);
  background: var(--surface);
}

.group-contact.primary {
  background: var(--ink);
  color: var(--white);
}

.group-contact span {
  color: var(--ink-muted);
  font-size: 0.83rem;
}

.group-contact.primary span,
.group-contact.primary p {
  color: rgba(255, 255, 255, 0.6);
}

.group-contact strong {
  display: block;
  margin: 1rem 0 0.75rem;
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.group-contact p {
  color: var(--ink-soft);
}

.group-contact .button {
  margin-top: 0.55rem;
  color: var(--white);
}

.group-contact button.button {
  cursor: pointer;
}

.group-contact small {
  margin-left: 0.7rem;
  color: var(--blue);
}

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

.help-card {
  padding: clamp(1.3rem, 2.4vw, 1.8rem);
}

.help-card h3 {
  margin-bottom: 0.55rem;
  font-size: 1.27rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.help-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.detail-footer {
  padding-top: clamp(3rem, 5vw, 4.5rem);
}

@media (max-width: 1020px) {
  .info-grid,
  .feature-grid,
  .group-grid,
  .command-grid,
  .sponsor-action-grid,
  .sponsor-tier-grid,
  .color-region-grid,
  .color-grid,
  .plugin-grid,
  .instance-grid,
  .help-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .member-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 3.2rem;
  }

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

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

  .agreement-hero h1 {
    font-size: 3.45rem;
  }

  .agreement-card {
    padding: 2.1rem;
  }
}

@media (max-width: 760px) {
  .page-hero {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .hero-qq-callout {
    display: grid;
    width: 100%;
    gap: 1rem;
    padding: 1rem;
  }

  .hero-qq-callout .button {
    width: 100%;
  }

  .subnav {
    top: 3.35rem;
  }

  .subnav div,
  .detail-section {
    width: min(calc(100% - 2rem), var(--max));
  }

  main > .subnav:not(.ascended-quick-nav) div {
    width: max-content;
    min-width: 100%;
    justify-content: flex-start;
    padding: 0 1rem;
  }

  main > .subnav:not(.ascended-quick-nav) a {
    min-height: 2.45rem;
    padding: 0 0.94rem;
  }

  .agreement-hero {
    min-height: 430px;
  }

  .agreement-hero h1 {
    font-size: 2.55rem;
    line-height: 1.14;
    white-space: normal;
  }

  .agreement-section {
    width: min(calc(100% - 2rem), 1080px);
    padding-top: 2.6rem;
  }

  .agreement-card {
    padding: 1.25rem;
    border-radius: 22px;
  }

  .agreement-card-head {
    margin-bottom: 1.75rem;
  }

  .agreement-card-head h2 {
    font-size: 2rem;
  }

  .agreement-lead {
    padding: 1rem;
    border-radius: 16px;
  }

  .agreement-content {
    gap: 1.5rem;
  }

  .agreement-block h3 {
    font-size: 1.42rem;
  }

  .agreement-subnav div {
    width: max-content;
    min-width: 100%;
    padding: 0 1rem;
  }

  .mods-hero h1 {
    font-size: 2.65rem;
    line-height: 1.14;
    white-space: normal;
  }

  .palworld-hero {
    min-height: 470px;
  }

  .palworld-hero h1 {
    white-space: normal;
    font-size: clamp(3rem, 15vw, 4.9rem);
    line-height: 1.06;
  }

  .mods-section {
    width: min(calc(100% - 2rem), 1080px);
  }

  .mod-table {
    min-width: 720px;
  }

  .mod-card-grid,
  .translation-grid {
    grid-template-columns: 1fr;
  }

  .mod-card.scs-card {
    grid-column: auto;
  }

  .mod-card,
  .translation-card {
    min-height: auto;
  }

  .translation-preview img {
    max-height: 520px;
  }

  .ascended-quick-nav {
    padding: 0.66rem 0;
  }

  .ascended-quick-nav div {
    display: flex;
    width: max-content;
    min-width: 100%;
    gap: 0.55rem;
    padding: 0 1rem;
  }

  .ascended-quick-nav .quick-link {
    min-height: 4.15rem;
    flex: 0 0 150px;
  }

  .ascended-quick-nav .featured {
    flex-basis: 190px;
  }

  .dark-detail {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .info-grid,
  .version-intro,
  .split-panel,
  .stats-grid,
  .step-row,
  .feature-grid,
  .group-grid,
  .sponsor-action-grid,
  .sponsor-tier-grid,
  .color-region-grid,
  .color-grid,
  .server-addresses,
  .palworld-grid,
  .tier-columns,
  .command-grid,
  .fee-panel,
  .plugin-grid,
  .instance-grid,
  .contact-hero-grid,
  .help-grid {
    grid-template-columns: 1fr;
  }

  .member-card-grid,
  .member-benefit-columns,
  .member-benefit-detail {
    grid-template-columns: 1fr;
  }

  .member-card-grid {
    row-gap: 3.35rem;
  }

  .member-offer-card {
    min-height: auto;
  }

  .member-benefit-panel {
    padding: 1.1rem;
  }

  .member-benefit-detail {
    gap: 1.45rem;
  }

  .ark-pass.large {
    width: min(260px, 100%);
    margin: 0 auto;
  }

  .member-benefit-copy h3 {
    font-size: clamp(1.85rem, 12vw, 2.45rem);
  }
}
