:root {
  --bg: #252525;
  --bg-deep: #151515;
  --surface: #303030;
  --surface-raised: #383838;
  --paper: #fff8fb;
  --ink: #171717;
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.66);
  --faint: rgba(255, 255, 255, 0.42);
  --line: rgba(255, 255, 255, 0.14);
  --pink: #fe0990;
  --pink-soft: #fb64b7;
  --cyan: #83f8f0;
  --yellow: #83f8f0;
  --shadow: 8px 8px 0 #111111;
  --display: "Bowlby One SC", Impact, Haettenschweiler, sans-serif;
  --body: "Geologica", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  --cn: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
}

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

html {
  background: var(--bg);
  scroll-behavior: smooth;
  scroll-padding-top: 160px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-width: 0;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--white);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.hidden { display: none !important; }

.page-noise {
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
  opacity: 0.035;
  background-image:
    repeating-radial-gradient(circle at 20% 30%, #fff 0 0.7px, transparent 0.8px 4px),
    repeating-radial-gradient(circle at 80% 70%, #000 0 0.7px, transparent 0.8px 5px);
  mix-blend-mode: overlay;
}

/* Personal-site navigation */
.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: var(--pink);
  border-bottom: 3px solid var(--ink);
}

.site-nav {
  width: min(100%, 1480px);
  min-height: 64px;
  margin: 0 auto;
  padding: 16px clamp(18px, 4vw, 56px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-brand,
.site-nav-links a {
  font-family: var(--display);
  text-transform: uppercase;
}

.site-brand {
  display: flex;
  align-items: baseline;
  gap: 12px;
  line-height: 1;
  white-space: nowrap;
}

.site-brand span { font-size: clamp(14px, 1.4vw, 18px); }
.site-brand small {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  letter-spacing: 0.16em;
  opacity: 0.72;
}

.site-nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 36px);
}

.site-nav-links a {
  position: relative;
  font-size: clamp(11px, 1.15vw, 15px);
  transition: color 0.18s ease, transform 0.18s cubic-bezier(.16, 1, .3, 1);
}

.site-nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 3px;
  background: var(--cyan);
  transform: scaleX(0) rotate(-2deg);
  transform-origin: left;
  transition: transform 0.2s cubic-bezier(.16, 1, .3, 1);
}

.site-nav-links a:hover,
.site-nav-links a.nav-hovered,
.site-nav-links a:focus-visible {
  color: var(--cyan);
}
.site-nav-links a:focus-visible { transform: translateY(-2px) rotate(-1.5deg); }
.site-nav-links a:hover::after,
.site-nav-links a.nav-hovered::after,
.site-nav-links a:focus-visible::after { transform: scaleX(1) rotate(-2deg); }

/* Identity hero */
.identity-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(254, 9, 144, 0.16), transparent 27%),
    radial-gradient(circle at 84% 74%, rgba(131, 248, 240, 0.09), transparent 24%),
    var(--bg);
  border-bottom: 3px solid var(--ink);
}

.identity-grid {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: clamp(46px, 7vw, 94px) clamp(20px, 5vw, 72px) clamp(42px, 6vw, 76px);
  display: grid;
  grid-template-columns: minmax(150px, 220px) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(28px, 4.5vw, 68px);
}

.identity-avatar {
  position: relative;
  width: 100%;
  max-width: 220px;
  aspect-ratio: 217 / 253;
  justify-self: center;
  transform-origin: 50% 85%;
  will-change: transform;
}

.identity-avatar::before {
  content: "";
  position: absolute;
  left: -9%;
  right: -9%;
  bottom: 0;
  height: 34%;
  background: var(--pink);
  clip-path: polygon(2% 14%, 18% 7%, 36% 15%, 53% 4%, 71% 12%, 98% 2%, 94% 88%, 71% 82%, 52% 94%, 28% 84%, 7% 95%);
  transform: rotate(-3deg);
  opacity: 0.7;
}

.identity-avatar img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: drop-shadow(8px 9px 0 rgba(0, 0, 0, 0.24));
}

.identity-eyes {
  position: absolute;
  z-index: 2;
  width: 45.16%;
  aspect-ratio: 98 / 14;
  right: 11.98%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.identity-eyes svg {
  position: absolute;
  left: 0;
  top: -28.57%;
  width: 100%;
  height: 164.29%;
  overflow: visible;
}

.eye-outer { fill: #fff; stroke: var(--ink); stroke-width: 3.6; }
.eye-center { fill: var(--ink); }
.pupil-group { transform-box: fill-box; transform-origin: center; will-change: transform; }

.identity-copy { min-width: 0; }
.eyebrow,
.subscribe-kicker,
.block-kicker,
.control-label,
.site-footer p {
  margin: 0;
  color: var(--cyan);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow { margin-bottom: 18px; font-size: clamp(10px, 1vw, 13px); }

.identity-copy h1 {
  margin: 0;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(46px, 6.2vw, 92px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.identity-copy h1 span {
  position: relative;
  z-index: 0;
  display: table;
  width: fit-content;
  padding: 5px 14px 7px;
  margin: 0 0 10px -9px;
  color: var(--ink);
  font-size: 0.73em;
}

.identity-copy h1 span::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--pink-soft);
  clip-path: polygon(0 9%, 19% 3%, 34% 10%, 55% 2%, 77% 8%, 100% 0, 97% 91%, 75% 85%, 53% 96%, 30% 87%, 5% 100%);
  transform: rotate(-1deg);
}

.identity-lede {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 1.8;
}

.signal-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.signal-chips span {
  --chip-sweep: -140%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 7px 10px;
  border: 2px solid rgba(255, 255, 255, 0.78);
  color: var(--white);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  transform: rotate(var(--chip-tilt, -1deg));
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .2s ease;
}
.signal-chips span::after {
  content: "";
  position: absolute;
  inset: -35% -22%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(100deg, transparent 34%, rgba(255,255,255,.42) 48%, rgba(131,248,240,.24) 55%, transparent 69%);
  transform: translate3d(var(--chip-sweep), 0, 0) skewX(-16deg);
  will-change: transform;
}
.signal-chips span:nth-child(2n) { --chip-tilt: 1.4deg; color: var(--cyan); border-color: var(--cyan); }

/* Bottom subscription zone */
.subscribe-zone {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(68px, 9vw, 120px) clamp(18px, 5vw, 72px);
  color: var(--white);
  background:
    linear-gradient(rgba(131, 248, 240, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(131, 248, 240, 0.07) 1px, transparent 1px),
    var(--bg-deep);
  background-size: 34px 34px;
  border-top: 3px solid var(--cyan);
}
.subscribe-zone::before {
  content: "SUBSCRIBE";
  position: absolute;
  right: -20px;
  top: -26px;
  z-index: -1;
  color: rgba(254, 9, 144, 0.12);
  font-family: var(--display);
  font-size: clamp(74px, 15vw, 210px);
  line-height: 1;
  transform: rotate(-3deg);
}
.subscribe-zone-inner {
  width: min(100%, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
  align-items: center;
  gap: clamp(42px, 8vw, 110px);
}
.subscribe-intro { position: relative; }
.subscribe-kicker { color: var(--cyan); font-size: 10px; }
.subscribe-intro h2 {
  margin: 16px 0 18px;
  font-family: var(--display);
  font-size: clamp(42px, 6vw, 78px);
  font-weight: 400;
  line-height: 0.98;
  text-transform: uppercase;
}
.subscribe-intro > p:not(.subscribe-kicker) {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.subscribe-stamp {
  display: inline-block;
  margin-top: 30px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--cyan);
  border: 3px solid var(--ink);
  box-shadow: 5px 5px 0 var(--pink);
  font-family: var(--display);
  font-size: 13px;
  line-height: 1.05;
  transform: rotate(-4deg);
}
.subscribe-card {
  position: relative;
  padding: clamp(24px, 3vw, 36px);
  color: var(--white);
  background: rgba(48, 48, 48, 0.94);
  border: 2px solid var(--white);
  box-shadow: 10px 10px 0 var(--pink);
}
.subscribe-card::before {
  content: "LOCAL 21:00";
  position: absolute;
  right: 18px;
  top: -13px;
  padding: 5px 9px;
  color: var(--ink);
  background: var(--cyan);
  border: 2px solid var(--ink);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  transform: rotate(2deg);
}
.subscribe-form > label:first-child {
  display: block;
  margin-bottom: 7px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.subscribe-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
.subscribe-row input {
  min-width: 0;
  height: 46px;
  padding: 0 13px;
  color: var(--white);
  background: var(--bg-deep);
  border: 2px solid var(--white);
  border-right: 0;
  border-radius: 0;
  outline: none;
}
.subscribe-row input::placeholder { color: var(--faint); }
.subscribe-row input:focus { border-color: var(--cyan); box-shadow: inset 0 -4px 0 rgba(131, 248, 240, 0.32); }
.subscribe-row button {
  min-width: 88px;
  padding: 0 14px;
  color: var(--white);
  background: var(--pink);
  border: 2px solid var(--white);
  font-family: var(--display);
  font-size: 13px;
  text-transform: uppercase;
  transition: color 0.16s ease, background 0.16s ease, transform 0.16s ease;
}
.subscribe-row button:hover:not(:disabled) { color: var(--ink); background: var(--cyan); transform: translate(-2px, -2px); }
.subscribe-row button:disabled,
.subscribe-row input:disabled { cursor: not-allowed; opacity: 0.58; }
.subscribe-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
}
.consent-row input { accent-color: var(--pink); margin: 2px 0 0; }
.timezone-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  letter-spacing: 0.08em;
}
.timezone-line strong { color: var(--cyan); text-align: right; overflow-wrap: anywhere; }
.subscribe-status { min-height: 16px; margin: 10px 0 0; color: var(--faint); font-size: 10px; line-height: 1.45; }
.subscribe-status.success { color: var(--cyan); }
.subscribe-status.error { color: #ff74b8; }

.signal-ticker {
  position: relative;
  overflow: hidden;
  padding: 10px 0 9px;
  color: var(--ink);
  background: var(--cyan);
  border-top: 3px solid var(--ink);
  font-family: var(--display);
  font-size: 13px;
  white-space: nowrap;
}
.signal-ticker div { width: max-content; padding-left: 0; will-change: transform; }

/* Sticky issue controls */
.control-deck {
  position: sticky;
  top: 64px;
  z-index: 60;
  color: var(--white);
  background: rgba(21, 21, 21, 0.96);
  border-bottom: 2px solid var(--pink);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.control-inner { width: min(100%, 1260px); margin: 0 auto; padding: 10px clamp(18px, 4vw, 46px) 9px; }
.date-row { display: flex; align-items: center; gap: 14px; }
.control-label { flex: 0 0 auto; color: var(--cyan); font-size: 10px; }
.date-tabs-wrap { min-width: 0; flex: 1; display: flex; align-items: center; gap: 6px; }
.date-tabs { min-width: 0; flex: 1; display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; }
.date-tabs::-webkit-scrollbar { display: none; }
.date-tab,
.date-nav-btn,
.filter-btn {
  color: var(--muted);
  background: transparent;
  border: 0;
}
.date-tab {
  flex: 0 0 auto;
  padding: 6px 9px;
  border-bottom: 2px solid transparent;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 700;
}
.date-tab:hover { color: var(--white); }
.date-tab.active { color: var(--white); border-color: var(--pink); }
.date-nav-btn { width: 28px; height: 28px; font-size: 15px; }
.date-nav-btn:hover:not(:disabled) { color: var(--ink); background: var(--cyan); }
.date-nav-btn:disabled { opacity: 0.24; cursor: not-allowed; }

.filter-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}
.filter-group { display: inline-flex; align-items: center; gap: 4px; }
.filter-btn { padding: 4px 6px; border-bottom: 1px solid transparent; font-size: 12px; }
.filter-btn:hover { color: var(--white); }
.filter-btn.active { color: var(--cyan); border-bottom-color: var(--cyan); font-weight: 700; }
.filter-dot { color: rgba(255, 255, 255, 0.25); }
.filter-sep { width: 1px; height: 14px; background: var(--line); }
.search-wrap { position: relative; flex: 1 1 190px; max-width: 310px; margin-left: auto; }
.search-icon { position: absolute; left: 10px; top: 50%; width: 14px; height: 14px; color: var(--faint); transform: translateY(-50%); pointer-events: none; }
.search-input {
  width: 100%;
  height: 32px;
  padding: 0 12px 0 32px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 0;
  outline: 0;
  font-size: 12px;
}
.search-input::placeholder { color: var(--faint); }
.search-input:focus { border-color: var(--cyan); box-shadow: 3px 3px 0 rgba(131, 248, 240, 0.18); }

/* Editorial content */
.site-main { width: min(100%, 1260px); margin: 0 auto; padding: clamp(34px, 5vw, 70px) clamp(18px, 4vw, 46px) 84px; }
.main-grid { display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: clamp(28px, 4vw, 48px); }
#mainContent { min-width: 0; }

.summary-banner {
  position: relative;
  margin-bottom: 28px;
  padding: 22px 24px 22px 28px;
  overflow: hidden;
  color: var(--ink);
  background: var(--cyan);
  border: 3px solid var(--ink);
  box-shadow: 6px 6px 0 var(--pink);
}
.summary-banner::before { content: attr(data-label); position: absolute; right: -9px; top: -14px; color: rgba(32, 32, 32, 0.08); font-family: var(--display); font-size: 74px; transform: rotate(-4deg); }
.summary-meta { position: relative; display: flex; gap: 8px; margin-bottom: 8px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; font-weight: 900; letter-spacing: 0.1em; }
.summary-text { position: relative; max-width: 920px; margin: 0; font-size: clamp(14px, 1.4vw, 17px); font-weight: 600; line-height: 1.75; }

.hero-section { margin-bottom: 52px; }
.hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  overflow: hidden;
  color: var(--white);
  background: var(--surface);
  border: 2px solid rgba(255, 255, 255, 0.72);
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.34);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.hero-card:hover { border-color: var(--pink); box-shadow: 10px 10px 0 var(--pink); }
.hero-image { position: relative; min-height: 330px; overflow: hidden; background: var(--ink); }
.hero-image img,
.news-image img,
.longread-image img,
.video-thumb img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 0.55s cubic-bezier(.16, 1, .3, 1), filter 0.3s ease; }
.hero-card:hover .hero-image img,
.news-card:hover .news-image img,
.longread-card:hover .longread-image img,
.video-card:hover .video-thumb img { transform: scale(1.045); filter: saturate(1.08); }
.hero-fallback,
.news-fallback,
.longread-fallback {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, transparent 0 46%, var(--pink) 46% 55%, transparent 55%),
    repeating-linear-gradient(90deg, #171717 0 22px, #202020 22px 44px);
}
.hero-fallback::after,
.news-fallback::after,
.longread-fallback::after { content: "// SIGNAL"; position: absolute; right: -12px; bottom: 9px; color: rgba(255, 255, 255, 0.12); font-family: var(--display); font-size: 38px; transform: rotate(-6deg); }
.hero-fallback-label,
.news-fallback-label,
.longread-fallback-label { position: relative; z-index: 1; padding: 8px 12px; color: var(--ink); background: var(--cyan); font-family: var(--display); text-transform: uppercase; transform: rotate(-3deg); }
.hero-fallback-label { font-size: clamp(24px, 4vw, 44px); }
.news-fallback-label,
.longread-fallback-label { font-size: 18px; }
.hero-body { min-width: 0; padding: clamp(24px, 3vw, 38px); display: flex; flex-direction: column; justify-content: center; gap: 14px; }
.hero-tag { color: var(--cyan); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.hero-tag::before { content: "// "; color: var(--pink); }
.hero-title { margin: 0; font-size: clamp(24px, 2.6vw, 38px); line-height: 1.22; font-weight: 800; }
.hero-summary { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.hero-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 6px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--faint); font-size: 10px; }
.hero-meta-dot { color: var(--pink); }

.block-section { margin: 0 0 62px; }
.block-head { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 22px; padding: 0 0 13px; border-bottom: 3px solid var(--white); }
.block-head::after { content: ""; position: absolute; left: 0; bottom: -7px; width: min(240px, 42%); height: 5px; background: var(--pink); clip-path: polygon(0 24%, 17% 6%, 33% 34%, 50% 3%, 69% 28%, 86% 8%, 100% 38%, 96% 80%, 75% 62%, 53% 95%, 29% 68%, 7% 92%); }
.block-kicker { display: block; margin-bottom: 5px; font-size: 9px; }
.block-title { margin: 0; font-family: var(--display); font-size: clamp(28px, 3.8vw, 48px); font-weight: 400; line-height: 1; text-transform: uppercase; }
.block-count { color: var(--faint); font-size: 11px; }
.news-channel { position: relative; }
.news-channel::before {
  content: attr(data-channel);
  position: absolute;
  right: 0;
  top: 20px;
  color: rgba(255, 255, 255, 0.025);
  font-family: var(--display);
  font-size: clamp(70px, 12vw, 150px);
  line-height: 0.7;
  pointer-events: none;
}
.game-channel { --channel-accent: var(--pink); }
.ai-channel { --channel-accent: var(--cyan); }
.news-channel .block-head::after { background: var(--channel-accent); }
.ai-channel .block-kicker,
.ai-channel .block-count,
.ai-channel .news-tag-chip.type-marker { color: var(--cyan); }
.ai-channel .block-head { border-bottom-color: var(--cyan); }
.ai-channel .news-card { border-left: 5px solid var(--cyan); }
.ai-channel .news-card:hover { border-color: var(--cyan); background: #293938; box-shadow: 7px 7px 0 rgba(131, 248, 240, 0.35); }

.news-grid,
.videos-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.ai-news-grid { grid-template-columns: 1fr; }
.ai-channel .news-card { display: grid; grid-template-columns: minmax(220px, 0.42fr) minmax(0, 0.58fr); }
.ai-channel .news-image { min-height: 270px; aspect-ratio: auto; }
.longreads-list { display: grid; gap: 18px; }
.news-card,
.video-card,
.longread-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  color: var(--white);
  background: var(--surface);
  border: 1px solid var(--line);
  transition: transform 0.22s cubic-bezier(.16, 1, .3, 1), border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.news-card,
.video-card { display: flex; flex-direction: column; }
.news-card:hover,
.video-card:hover,
.longread-card:hover { transform: translateY(-6px) rotate(-0.35deg); border-color: var(--pink); background: #342b31; box-shadow: 7px 7px 0 rgba(254, 9, 144, 0.42); }
.news-image,
.longread-image,
.video-thumb { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: var(--bg-deep); }
.news-image::after,
.hero-image::after,
.longread-image::after,
.video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.42));
}
.news-image::before,
.hero-image::before {
  content: "SOURCE IMAGE";
  position: absolute;
  z-index: 2;
  left: 10px;
  top: 10px;
  padding: 4px 7px;
  color: var(--ink);
  background: var(--cyan);
  border: 1px solid var(--ink);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.news-image img,
.hero-image img,
.longread-image img,
.video-thumb img { filter: saturate(0.9) contrast(1.03); }
.news-body,
.video-body,
.longread-body { min-width: 0; padding: 19px 20px 21px; display: flex; flex-direction: column; gap: 9px; }
.news-body,
.video-body { flex: 1; }
.news-tags { display: flex; flex-wrap: wrap; gap: 5px; color: var(--faint); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; font-weight: 900; letter-spacing: 0.07em; text-transform: uppercase; }
.news-tag-chip.type-marker { color: var(--cyan); }
.news-tag-dot { color: var(--pink); }
.news-title,
.video-title,
.longread-title { margin: 0; color: var(--white); font-weight: 800; line-height: 1.32; }
.news-title { font-size: 18px; }
.video-title { font-size: 17px; }
.longread-title { font-size: 20px; }
.news-summary,
.video-summary,
.longread-summary { margin: 0; color: var(--muted); line-height: 1.68; }
.news-summary,
.longread-summary { font-size: 13px; }
.video-summary { font-size: 12px; }
.news-meta,
.video-meta,
.longread-meta { margin-top: auto; padding-top: 11px; border-top: 1px solid var(--line); color: var(--faint); font-size: 10px; }
.news-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.news-source { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news-hotness { flex: 0 0 auto; color: var(--pink); letter-spacing: 1px; }
.news-hotness.empty { color: var(--faint); }
.longread-card { display: grid; grid-template-columns: minmax(220px, 0.42fr) minmax(0, 0.58fr); border-left: 5px solid var(--cyan); }
.longread-image { aspect-ratio: auto; min-height: 210px; }
.longread-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.longread-meta strong { color: var(--cyan); }
.longread-meta-dot { color: var(--pink); }
.video-thumb-fallback { width: 100%; height: 100%; background: repeating-radial-gradient(circle at 50% 50%, #111 0 17px, #292929 18px 34px); }
.video-play { position: absolute; left: 50%; top: 50%; width: 58px; height: 58px; display: grid; place-items: center; padding-left: 3px; color: var(--ink); background: var(--pink); border: 3px solid var(--ink); border-radius: 50%; box-shadow: 5px 5px 0 var(--ink); transform: translate(-50%, -50%); transition: color 0.16s ease, background 0.16s ease, transform 0.16s ease; }
.video-card:hover .video-play { color: var(--ink); background: var(--cyan); transform: translate(-50%, -50%) scale(1.08) rotate(-5deg); }
.video-duration { position: absolute; right: 9px; bottom: 9px; padding: 4px 7px; color: var(--ink); background: var(--cyan); border: 1px solid var(--ink); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; font-weight: 900; }

.empty-state { padding: 44px 18px; color: var(--muted); background: var(--surface); border: 2px dashed rgba(255, 255, 255, 0.25); text-align: center; }
mark.search-hl { padding: 0 2px; color: var(--ink); background: var(--yellow); }

/* Sidebar */
.sidebar { position: sticky; top: 166px; align-self: start; display: flex; flex-direction: column; gap: 18px; max-height: calc(100vh - 185px); overflow-y: auto; scrollbar-width: thin; }
.side-card { padding: 18px; background: rgba(0, 0, 0, 0.14); border: 1px solid var(--line); }
.side-card:nth-child(2) { border-color: rgba(131, 248, 240, 0.46); }
.side-card:nth-child(3) { border-color: rgba(254, 9, 144, 0.48); }
.side-title { margin: 0 0 13px; padding-bottom: 10px; color: var(--white); border-bottom: 2px solid var(--pink); font-family: var(--display); font-size: 16px; font-weight: 400; text-transform: uppercase; }
.archive-list { display: flex; flex-direction: column; gap: 4px; }
.archive-month { margin: 10px 0 4px; color: var(--cyan); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; font-weight: 900; letter-spacing: 0.1em; }
.archive-date { display: flex; align-items: center; gap: 7px; padding: 7px 8px; color: var(--muted); border-left: 3px solid transparent; font-size: 11px; transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease; }
.archive-date:hover { color: var(--white); background: rgba(255, 255, 255, 0.06); }
.archive-date.active { color: var(--white); background: rgba(254, 9, 144, 0.12); border-left-color: var(--pink); }
.archive-date-num { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-weight: 900; }
.archive-date-label { min-width: 0; overflow: hidden; color: var(--faint); text-overflow: ellipsis; white-space: nowrap; }
.stats-list { display: flex; flex-direction: column; gap: 7px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.stats-list strong { color: var(--cyan); }
.side-about p { margin: 0 0 8px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.side-about-2 { color: var(--faint) !important; }

/* Skeletons */
@keyframes signal-shimmer { from { background-position: 200% 0; } to { background-position: -200% 0; } }
.skeleton-card { overflow: hidden; background: var(--surface); border: 1px solid var(--line); }
.skeleton-thumb,
.skeleton-line { background: linear-gradient(90deg, #2c2c2c 0%, #444 42%, #2c2c2c 78%); background-size: 200% 100%; animation: signal-shimmer 1.35s linear infinite; }
.skeleton-thumb { width: 100%; aspect-ratio: 16 / 9; }
.skeleton-body { padding: 19px 20px 21px; display: flex; flex-direction: column; gap: 10px; }
.skeleton-line { display: block; height: 10px; }
.skeleton-line.tag { width: 38%; }
.skeleton-line.title { width: 92%; height: 17px; }
.skeleton-line.text { width: 100%; }
.skeleton-line.text.short { width: 68%; }
.skeleton-line.meta { width: 52%; margin-top: 7px; }

/* Footer */
.site-footer { padding: clamp(58px, 8vw, 98px) clamp(22px, 6vw, 78px) 42px; color: var(--white); background: var(--bg-deep); border-top: 18px solid var(--pink); }
.site-footer p { font-size: 11px; }
.site-footer > div { margin: 12px 0 30px; font-family: var(--display); font-size: clamp(44px, 8vw, 106px); line-height: 0.95; text-transform: uppercase; }
.site-footer > div span { color: var(--pink); }
.site-footer small { display: block; padding-top: 20px; color: var(--faint); border-top: 2px solid var(--white); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; }

::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: var(--bg-deep); }
::-webkit-scrollbar-thumb { background: #6c6c6c; border: 2px solid var(--bg-deep); }
::-webkit-scrollbar-thumb:hover { background: var(--pink); }

@media (max-width: 1120px) {
  .identity-grid { grid-template-columns: 170px minmax(0, 1fr); }
  .subscribe-zone-inner { grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1fr); gap: 42px; }
  .subscribe-row { grid-template-columns: minmax(0, 1fr) 120px; }
}

@media (max-width: 900px) {
  .site-nav-links a:nth-child(2), .site-nav-links a:nth-child(3) { display: none; }
  .main-grid { grid-template-columns: 1fr; }
  .sidebar { position: static; max-height: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: visible; }
  .hero-card { grid-template-columns: 1fr; }
  .hero-image { min-height: 0; aspect-ratio: 16 / 8.5; }
  .subscribe-zone-inner { grid-template-columns: 1fr; }
  .subscribe-intro { max-width: 680px; }
  .subscribe-card { width: min(100%, 680px); }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 136px; }
  .site-nav { min-height: 58px; padding: 13px 12px; }
  .site-brand small { display: none; }
  .site-nav-links { gap: 12px; }
  .site-nav-links a { font-size: 10px; }
  .identity-grid { padding: 34px 18px 40px; grid-template-columns: 1fr; gap: 22px; text-align: center; }
  .identity-avatar { width: 150px; }
  .identity-copy { display: grid; justify-items: center; }
  .identity-copy h1 { font-size: clamp(45px, 14vw, 70px); }
  .identity-copy h1 span { margin-left: auto; margin-right: auto; }
  .identity-lede { max-width: 520px; }
  .signal-chips { justify-content: center; }
  .subscribe-zone { padding: 62px 18px 70px; }
  .subscribe-zone-inner { gap: 34px; }
  .subscribe-intro h2 { font-size: clamp(40px, 12vw, 64px); }
  .subscribe-card { width: 100%; max-width: 560px; text-align: left; box-shadow: 7px 7px 0 var(--pink); }
  .control-deck { top: 58px; }
  .control-inner { padding: 9px 12px 8px; }
  .filter-bar { gap: 7px; }
  .filter-sep { display: none; }
  .search-wrap { flex-basis: 100%; max-width: none; margin-left: 0; }
  .site-main { padding: 34px 14px 60px; }
  .news-grid, .videos-grid { grid-template-columns: 1fr; gap: 20px; }
  .ai-channel .news-card { grid-template-columns: 1fr; }
  .ai-channel .news-image { min-height: 0; aspect-ratio: 16 / 9; }
  .longread-card { grid-template-columns: 1fr; }
  .longread-image { min-height: 0; aspect-ratio: 16 / 9; }
  .block-section { margin-bottom: 50px; }
  .sidebar { grid-template-columns: 1fr; }
}

@media (max-width: 460px) {
  .site-nav-links a:first-child { display: none; }
  .identity-copy h1 { font-size: 44px; }
  .subscribe-card { padding: 28px 18px 22px; }
  .subscribe-row { grid-template-columns: 1fr; gap: 7px; }
  .subscribe-row input { border-right: 2px solid var(--white); }
  .subscribe-row button { height: 44px; }
  .summary-banner { padding: 19px 18px; }
  .block-title { font-size: 32px; }
  .site-footer > div { font-size: 42px; }
}

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

/* 2026 hierarchy pass: clearer route, quieter lead-in, denser editorial cards */
.site-nav { min-height: 60px; padding-top: 12px; padding-bottom: 12px; }
.site-nav-links { gap: clamp(10px, 2.1vw, 26px); }
.site-nav-links a { font-size: clamp(10px, 1vw, 13px); }
.site-nav-links a.active::after { transform: scaleX(1) rotate(-2deg); }
.site-nav-links .nav-subscribe {
  padding: 8px 11px 7px;
  color: var(--ink);
  background: var(--cyan);
  border: 2px solid var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
}
.site-nav-links .nav-subscribe::after { display: none; }
.site-nav-links .nav-subscribe:hover,
.site-nav-links .nav-subscribe.nav-hovered,
.site-nav-links .nav-subscribe:focus-visible { color: var(--ink); }
.site-nav-links .nav-subscribe:focus-visible { transform: translate(-1px, -1px) rotate(-1deg); }
.locale-switch {
  flex: 0 0 auto;
  display: inline-flex;
  padding: 2px;
  background: rgba(32, 32, 32, .14);
  border: 2px solid var(--ink);
}
.locale-switch button {
  min-width: 30px;
  height: 26px;
  padding: 0 7px;
  color: rgba(32, 32, 32, .62);
  background: transparent;
  border: 0;
  font-family: var(--display);
  font-size: 9px;
  line-height: 1;
}
.locale-switch button.active { color: var(--ink); background: var(--cyan); }
.locale-switch button:hover,
.locale-switch button.nav-hovered { color: var(--ink); background: rgba(255, 255, 255, .38); }
.locale-switch button:focus-visible { outline: 2px solid var(--white); outline-offset: 2px; }

@media (hover: hover) and (pointer: fine) {
  .site-brand,
  .site-nav-links > a,
  .locale-switch button { will-change: transform; }
}

.identity-grid {
  width: min(100%, 1040px);
  padding: clamp(34px, 4.5vw, 58px) clamp(20px, 5vw, 72px) clamp(32px, 4vw, 50px);
  grid-template-columns: minmax(125px, 170px) minmax(360px, 1fr);
  gap: clamp(26px, 4vw, 52px);
}
.identity-avatar { max-width: 170px; }
.eyebrow { margin-bottom: 12px; }
.identity-copy h1 { font-size: clamp(44px, 5.4vw, 72px); }
.identity-lede { max-width: 760px; margin-top: 18px; font-size: clamp(13px, 1.25vw, 16px); line-height: 1.65; }
.signal-chips { margin-top: 20px; }

html { scroll-padding-top: 152px; }
.control-deck { top: 60px; }
.control-inner { padding-top: 8px; padding-bottom: 8px; }
.date-row { gap: 12px; }
.date-tabs-wrap { flex: 0 1 410px; }
.date-select {
  min-width: 0;
  width: 100%;
  height: 32px;
  padding: 0 34px 0 11px;
  color: var(--white);
  background: #202020;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  outline: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  font-weight: 700;
  text-overflow: ellipsis;
}
.date-select:focus { border-color: var(--cyan); box-shadow: 3px 3px 0 rgba(131, 248, 240, 0.2); }
.section-route {
  min-width: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5px;
  overflow-x: auto;
  scrollbar-width: none;
}
.section-route::-webkit-scrollbar { display: none; }
.section-route a {
  flex: 0 0 auto;
  padding: 6px 8px;
  color: var(--faint);
  border-bottom: 2px solid transparent;
  font-size: 10px;
  font-weight: 700;
}
.section-route a:hover,
.section-route a.active { color: var(--cyan); border-bottom-color: var(--cyan); }
.filter-bar { margin-top: 6px; padding-top: 6px; }
.filter-name { margin-right: 4px; color: var(--faint); font-size: 10px; }

.site-main { padding-top: clamp(30px, 4vw, 52px); }
.summary-banner {
  margin-bottom: 34px;
  padding: 22px 24px 20px;
  color: var(--white);
  background: #202020;
  border: 1px solid rgba(131, 248, 240, 0.56);
  border-left: 6px solid var(--cyan);
  box-shadow: 6px 6px 0 rgba(131, 248, 240, 0.2);
}
.summary-banner::before { color: rgba(255, 255, 255, 0.025); }
.summary-meta { color: var(--cyan); }
.summary-text { max-width: 840px; color: rgba(255, 255, 255, 0.84); font-size: clamp(13px, 1.3vw, 16px); line-height: 1.65; }
.issue-pulse {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  background: var(--line);
  border: 1px solid var(--line);
}
.issue-pulse a {
  min-width: 0;
  padding: 10px 9px 9px;
  display: flex;
  align-items: baseline;
  gap: 7px;
  background: #292929;
  transition: color .18s ease, background .18s ease;
}
.issue-pulse a:hover { color: var(--ink); background: var(--cyan); }
.issue-pulse span { color: var(--pink); font-family: var(--display); font-size: 20px; line-height: 1; }
.issue-pulse a:hover span { color: var(--ink); }
.issue-pulse small { color: inherit; font-size: 9px; font-weight: 700; }

.hero-section { margin-bottom: 56px; }
.hero-card { grid-template-columns: minmax(0, 1.12fr) minmax(260px, .88fr); }
.hero-image { min-height: 310px; }
.hero-title { font-size: clamp(23px, 2.3vw, 34px); }

.block-head { align-items: end; margin-bottom: 20px; }
.block-kicker { font-size: 10px; }
.block-title { font-size: clamp(28px, 3.3vw, 43px); }
.block-description { max-width: 560px; margin: 8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.news-channel::before { top: 28px; opacity: .58; font-size: clamp(62px, 9vw, 112px); }
.block-count { flex: 0 0 auto; font-size: 11px; }

.game-news-grid { grid-template-columns: 1fr; gap: 15px; }
.game-channel .news-card {
  display: grid;
  grid-template-columns: minmax(150px, .34fr) minmax(0, .66fr);
  min-height: 210px;
}
.game-channel .news-image { min-height: 210px; aspect-ratio: auto; }
.game-channel .news-body { padding: 17px 19px 18px; gap: 7px; }
.game-channel .news-title { font-size: 17px; }
.game-channel .news-summary {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 12px;
  line-height: 1.6;
}
.ai-channel .news-card { grid-template-columns: minmax(210px, .38fr) minmax(0, .62fr); }
.ai-channel .news-image { min-height: 245px; }
.region-cn { border-left: 5px solid var(--pink); }
.news-image::before { content: attr(data-source-label); }
.region-cn .news-image::before { color: var(--ink); background: var(--pink); }
.region-cn .news-tags { color: var(--pink-soft); }
.news-tags { font-size: 10px; }
.news-meta, .video-meta, .longread-meta { font-size: 11px; }

.issue-index { display: flex; flex-direction: column; }
.issue-index a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 7px;
  color: var(--muted);
  border-left: 3px solid transparent;
  font-size: 12px;
  font-weight: 700;
  transition: color .16s ease, background .16s ease, border-color .16s ease;
}
.issue-index a span { color: var(--faint); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; }
.issue-index a b { font: inherit; }
.issue-index a:hover,
.issue-index a.active { color: var(--white); background: rgba(131, 248, 240, .08); border-left-color: var(--cyan); }
.sidebar { top: 158px; max-height: calc(100vh - 176px); }

@media (max-width: 900px) {
  .site-nav-links a:nth-child(2),
  .site-nav-links a:nth-child(3) { display: block; }
  .site-nav { overflow: hidden; }
  .site-nav-links { min-width: 0; overflow-x: auto; scrollbar-width: none; }
  .site-nav-links::-webkit-scrollbar { display: none; }
  .site-nav-links a { flex: 0 0 auto; }
  .date-tabs-wrap { flex-basis: 350px; }
  .section-route { flex: 1 1 auto; }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 176px; }
  .site-nav { min-height: 56px; padding: 10px 12px; gap: 14px; }
  .site-brand span { font-size: 12px; }
  .site-nav-links { gap: 11px; }
  .site-nav-links a { font-size: 9px; }
  .site-nav-links .nav-subscribe { padding: 6px 8px 5px; }
  .locale-switch button { min-width: 27px; height: 24px; padding: 0 5px; font-size: 8px; }
  .identity-grid { padding: 28px 18px 30px; grid-template-columns: 105px minmax(0, 1fr); gap: 20px; text-align: left; }
  .identity-avatar { width: 105px; }
  .identity-copy { display: block; }
  .identity-copy h1 { font-size: clamp(34px, 8.5vw, 48px); }
  .identity-copy h1 span { margin-left: 0; margin-right: 0; }
  .identity-lede { margin-top: 13px; font-size: 12px; }
  .signal-chips { display: none; }
  .control-deck { top: 56px; }
  .control-inner { padding: 8px 12px; }
  .date-row { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 6px 10px; }
  .date-tabs-wrap { flex-basis: auto; }
  .section-route { grid-column: 1 / -1; width: 100%; margin-left: 0; }
  .filter-bar { flex-wrap: nowrap; }
  .filter-group { flex: 0 0 auto; }
  .search-wrap { flex: 1 1 130px; min-width: 108px; }
  .search-input { padding-right: 7px; font-size: 10px; }
  .summary-banner { padding: 18px 17px 16px; }
  .issue-pulse { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-card { grid-template-columns: 1fr; }
  .hero-image { min-height: 0; aspect-ratio: 16 / 8.5; }
  .game-channel .news-card { grid-template-columns: 128px minmax(0, 1fr); min-height: 188px; }
  .game-channel .news-image { min-height: 188px; }
  .game-channel .news-body { padding: 14px 14px 15px; }
  .game-channel .news-summary { -webkit-line-clamp: 2; }
  .ai-channel .news-card { grid-template-columns: 1fr; }
  .ai-channel .news-image { min-height: 0; aspect-ratio: 16 / 9; }
}

@media (max-width: 460px) {
  .site-nav-links a:first-child { display: block; }
  .site-brand { display: none; }
  .site-nav-links { width: 100%; justify-content: space-between; }
  .locale-switch { border-width: 1px; }
  .identity-grid { grid-template-columns: 82px minmax(0, 1fr); gap: 14px; }
  .identity-avatar { width: 82px; }
  .identity-copy h1 { font-size: clamp(30px, 9.5vw, 40px); }
  .eyebrow { font-size: 8px; }
  .identity-lede { display: none; }
  .game-channel .news-card { grid-template-columns: 112px minmax(0, 1fr); min-height: 176px; }
  .game-channel .news-image { min-height: 176px; }
  .game-channel .news-title { font-size: 15px; }
  .game-channel .news-summary { display: none; }
  .news-meta { font-size: 9px; }
  .news-hotness { display: none; }
}

/* 2026 hierarchy pass 2: one reading path, stronger Chinese type, calmer sections */
html[lang="zh-CN"] body { font-family: var(--cn); font-weight: 600; }
html[lang="zh-CN"] .site-nav-links a,
html[lang="zh-CN"] .nav-subscribe,
html[lang="zh-CN"] .filter-btn,
html[lang="zh-CN"] .control-label,
html[lang="zh-CN"] .block-title,
html[lang="zh-CN"] .side-title,
html[lang="zh-CN"] .hero-section-label {
  font-family: var(--cn);
}
html[lang="zh-CN"] .site-nav-links a { font-size: 14px; font-weight: 800; letter-spacing: .02em; }
html[lang="zh-CN"] .site-nav-links .nav-subscribe { font-weight: 900; }
html[lang="zh-CN"] .control-label { font-size: 12px; font-weight: 900; letter-spacing: .08em; }
html[lang="zh-CN"] .filter-name { font-size: 11px; font-weight: 700; }
html[lang="zh-CN"] .filter-btn { font-size: 13px; font-weight: 700; }
html[lang="zh-CN"] .summary-text { font-size: clamp(15px, 1.45vw, 18px); font-weight: 700; line-height: 1.75; }
html[lang="zh-CN"] .block-title {
  font-size: clamp(40px, 4.7vw, 60px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.045em;
}
html[lang="zh-CN"] .block-description { font-size: 13px; font-weight: 600; line-height: 1.65; }
html[lang="zh-CN"] .hero-section-label { font-size: 14px; font-weight: 900; }
html[lang="zh-CN"] .hero-title { font-size: clamp(26px, 2.65vw, 40px); font-weight: 900; line-height: 1.34; }
html[lang="zh-CN"] .news-title { font-size: 20px; font-weight: 800; line-height: 1.48; }
html[lang="zh-CN"] .longread-title { font-size: 23px; font-weight: 900; line-height: 1.45; }
html[lang="zh-CN"] .video-title { font-size: 19px; font-weight: 800; line-height: 1.48; }
html[lang="zh-CN"] .news-tags,
html[lang="zh-CN"] .news-meta,
html[lang="zh-CN"] .longread-meta,
html[lang="zh-CN"] .video-meta { font-family: var(--cn); font-weight: 700; }

.signal-ticker {
  padding: 8px 0 7px;
  color: var(--cyan);
  background: var(--bg-deep);
  border-top-color: rgba(131, 248, 240, .48);
  font-size: 11px;
  letter-spacing: .025em;
}

.control-deck { border-bottom-width: 1px; }
.control-inner { width: min(100%, 1120px); padding-top: 9px; padding-bottom: 9px; }
.date-row { justify-content: flex-start; }
.date-tabs-wrap { flex: 0 1 430px; }
.filter-bar { justify-content: space-between; }
.reading-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
  overflow: hidden;
  background: rgba(255, 255, 255, .05);
}
.reading-progress span {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(90deg, var(--pink), var(--cyan));
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.site-main { width: min(100%, 1120px); padding-top: clamp(42px, 5vw, 68px); }
.main-grid { display: block; }
#mainContent { width: 100%; }
.summary-banner { margin-bottom: 52px; padding: clamp(24px, 3vw, 34px); }
.issue-pulse { max-width: 760px; }

.hero-section { margin-bottom: clamp(78px, 9vw, 116px); }
.hero-section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 15px;
  color: var(--white);
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.hero-section-label span {
  min-width: 34px;
  padding: 5px 7px;
  color: var(--ink);
  background: var(--pink);
  border: 1px solid var(--ink);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  font-weight: 900;
  text-align: center;
}
.hero-card { grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); border-width: 1px; }
.hero-image { min-height: 360px; }
.hero-body { padding: clamp(30px, 4vw, 48px); }

.block-section {
  margin-bottom: clamp(82px, 10vw, 126px);
  padding-top: clamp(26px, 4vw, 44px);
  border-top: 1px solid rgba(255, 255, 255, .25);
}
.block-head {
  align-items: end;
  margin-bottom: 30px;
  padding-bottom: 23px;
  border-bottom: 0;
}
.block-head::after { display: none; }
.block-head > div { max-width: 720px; }
.block-kicker { margin-bottom: 9px; font-size: 11px; letter-spacing: .16em; }
.block-title { font-size: clamp(34px, 4vw, 52px); }
.block-description { margin-top: 11px; font-size: 12px; }
.block-count { padding: 7px 10px; color: var(--white); background: rgba(255, 255, 255, .06); border: 1px solid var(--line); font-size: 11px; font-weight: 700; }
.section-rule {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  display: block;
  background: var(--pink);
  transform: scaleX(1);
  transform-origin: left center;
  will-change: transform;
}
.ai-channel .section-rule,
#long-reads .section-rule { background: var(--cyan); }
#watch .section-rule { background: var(--yellow); }
.news-channel::before { top: 54px; color: rgba(255, 255, 255, .014); }

.game-news-grid { gap: 18px; }
.game-channel .news-card { min-height: 222px; border-color: rgba(255, 255, 255, .2); }
.game-channel .news-image { min-height: 222px; }
.game-channel .news-body { padding: 20px 23px 21px; gap: 9px; }
.ai-channel {
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
  background: linear-gradient(180deg, rgba(131, 248, 240, .045), transparent 76%);
}
.ai-channel .news-card { border-width: 1px 1px 1px 6px; }
.longread-card { border-width: 1px 1px 1px 6px; }
.videos-grid { grid-template-columns: 1fr; }
.video-card { display: grid; grid-template-columns: minmax(300px, .48fr) minmax(0, .52fr); }
.video-thumb { aspect-ratio: 16 / 9; min-height: 260px; }

@media (max-width: 900px) {
  .site-main { width: min(100%, 820px); }
  .hero-card { grid-template-columns: 1fr; }
  .hero-image { min-height: 0; }
  .video-card { grid-template-columns: 1fr; }
  .video-thumb { min-height: 0; }
}

@media (max-width: 700px) {
  html[lang="zh-CN"] .site-nav-links a { font-size: 12px; font-weight: 800; }
  html[lang="zh-CN"] .block-title { font-size: clamp(36px, 10vw, 46px); }
  html[lang="zh-CN"] .news-title { font-size: 18px; }
  html[lang="zh-CN"] .filter-btn { font-size: 12px; }
  .control-inner { padding-top: 8px; padding-bottom: 8px; }
  .date-row { display: flex; }
  .date-tabs-wrap { flex: 1 1 auto; }
  .site-main { padding-top: 40px; }
  .summary-banner { margin-bottom: 48px; }
  .hero-section { margin-bottom: 76px; }
  .block-section { margin-bottom: 80px; padding-top: 28px; }
  .block-head { margin-bottom: 24px; padding-bottom: 20px; }
  .game-channel .news-card { min-height: 198px; }
  .game-channel .news-image { min-height: 198px; }
  .ai-channel { margin-left: -10px; margin-right: -10px; padding-left: 10px; padding-right: 10px; }
}

@media (max-width: 460px) {
  .site-nav-links { justify-content: flex-start; gap: 14px; }
  .site-nav-links a:nth-child(2),
  .site-nav-links a:nth-child(3) { display: none; }
  html[lang="zh-CN"] .site-nav-links a { font-size: 11px; }
  .site-nav-links .nav-subscribe { margin-left: auto; }
  .locale-switch { position: sticky; right: 0; background: var(--pink); }
  .filter-bar { gap: 9px; }
  .game-channel .news-card { grid-template-columns: 120px minmax(0, 1fr); }
  .game-channel .news-body { padding: 15px; }
}

/* 2026 archive + motion pass: compact recent issues, searchable history, fluid media grid */
:root { --sticky-offset: 160px; }
html {
  scroll-behavior: auto;
  scroll-padding-top: var(--sticky-offset);
  scrollbar-gutter: stable;
}
#today,
#heroSection,
#game-news,
#ai-news,
#long-reads,
#watch,
#subscribe { scroll-margin-top: var(--sticky-offset); }

.archive-toggle {
  min-height: 32px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 11px;
  color: var(--ink);
  background: var(--cyan);
  border: 1px solid var(--ink);
  box-shadow: 3px 3px 0 var(--pink);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .035em;
  transition: transform .2s cubic-bezier(.16, 1, .3, 1), box-shadow .2s ease, background .2s ease;
}
.archive-toggle span { font-size: 15px; line-height: 1; }
.archive-toggle b { font: inherit; }
.archive-toggle:hover,
.archive-toggle[aria-expanded="true"] {
  background: var(--yellow);
  box-shadow: 5px 5px 0 var(--pink);
  transform: translate(-2px, -2px);
}
.archive-toggle:focus-visible,
.archive-close:focus-visible,
.archive-result:focus-visible,
.archive-tools select:focus-visible,
.archive-tools input:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; }

.archive-is-open { overflow: hidden; }
.archive-backdrop {
  position: fixed;
  inset: 0;
  z-index: 140;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(5, 5, 5, .74);
  border: 0;
  cursor: default;
}
.archive-panel {
  position: fixed;
  z-index: 150;
  top: var(--sticky-offset);
  left: max(18px, calc((100vw - 1120px) / 2));
  right: max(18px, calc((100vw - 1120px) / 2));
  max-height: calc(100dvh - var(--sticky-offset) - 22px);
  overflow: auto;
  padding: clamp(22px, 3vw, 34px);
  color: var(--white);
  background: #1b1b1b;
  border: 1px solid rgba(131, 248, 240, .55);
  box-shadow: 12px 12px 0 rgba(254, 9, 144, .82);
  overscroll-behavior: contain;
}
.archive-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.archive-eyebrow {
  color: var(--cyan);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .16em;
}
.archive-panel h2 {
  margin: 7px 0 8px;
  font-family: var(--display);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1;
}
html[lang="zh-CN"] .archive-panel h2 { font-family: var(--cn); font-weight: 900; letter-spacing: -.04em; }
.archive-panel-head p { max-width: 650px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.archive-close {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  color: var(--white);
  background: transparent;
  border: 1px solid var(--line);
  font-size: 26px;
  line-height: 1;
  transition: color .16s ease, background .16s ease, transform .16s ease;
}
.archive-close:hover { color: var(--ink); background: var(--pink); transform: rotate(4deg); }
.archive-tools {
  display: grid;
  grid-template-columns: minmax(180px, .34fr) minmax(260px, .66fr);
  gap: 14px;
  margin: 20px 0;
}
.archive-tools label { display: grid; gap: 7px; color: var(--faint); font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.archive-tools select,
.archive-tools input {
  width: 100%;
  height: 42px;
  padding: 0 13px;
  color: var(--white);
  background: #252525;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 0;
  outline: 0;
  font-size: 12px;
}
.archive-tools input::placeholder { color: var(--faint); }
.archive-results { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.archive-result {
  position: relative;
  min-width: 0;
  min-height: 112px;
  padding: 16px 46px 16px 16px;
  color: var(--white);
  background: rgba(255, 255, 255, .035);
  border: 1px solid var(--line);
  text-align: left;
  transition: transform .18s cubic-bezier(.16, 1, .3, 1), border-color .18s ease, background .18s ease;
}
.archive-result:hover { background: rgba(131, 248, 240, .075); border-color: var(--cyan); transform: translateY(-2px); }
.archive-result.active { background: rgba(254, 9, 144, .1); border-color: var(--pink); }
.archive-result-meta { display: flex; align-items: center; gap: 9px; margin-bottom: 9px; }
.archive-result-meta time { color: var(--cyan); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; font-weight: 900; }
.archive-result-meta em { padding: 3px 6px; color: var(--ink); background: var(--pink); font-size: 8px; font-style: normal; font-weight: 900; }
.archive-result strong { display: -webkit-box; overflow: hidden; color: var(--muted); font-size: 12px; font-weight: 650; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.archive-result-arrow { position: absolute; right: 16px; bottom: 14px; color: var(--pink); font-size: 17px; }
.archive-loading,
.archive-empty { grid-column: 1 / -1; margin: 0; padding: 36px 18px; color: var(--muted); border: 1px dashed var(--line); text-align: center; }

.longreads-list { gap: 22px; }
.videos-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.video-card { display: flex; grid-template-columns: none; flex-direction: column; }
.video-thumb { min-height: 0; }

@media (max-width: 700px) {
  .page-noise { display: none; }
  .control-deck {
    background: #151515;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .archive-toggle { min-width: 34px; padding: 0 8px; }
  .archive-toggle b { display: none; }
  .archive-panel {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 82dvh;
    padding: 22px 16px max(24px, env(safe-area-inset-bottom));
    border-width: 1px 0 0;
    box-shadow: 0 -8px 0 rgba(254, 9, 144, .72);
  }
  .archive-panel-head { gap: 16px; }
  .archive-tools { grid-template-columns: 1fr; }
  .archive-results { grid-template-columns: 1fr; }
  .archive-result { min-height: 102px; }
  .videos-grid { grid-template-columns: 1fr; }
  .site-nav-links > a { min-height: 32px; display: inline-flex; align-items: center; }
  .locale-switch button { height: 32px; }
  .date-nav-btn { height: 32px; }
  .filter-btn { min-height: 32px; }
}

@media (max-width: 374px) {
  .site-nav { padding-left: 8px; padding-right: 8px; }
  .site-nav-links { gap: 8px; }
  .site-nav-links .nav-subscribe { padding-left: 7px; padding-right: 7px; }
  .locale-switch button { min-width: 28px; }

  .control-inner { padding-left: 10px; padding-right: 10px; }
  .date-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px 10px;
  }
  .control-label { grid-column: 1; grid-row: 1; align-self: center; }
  .archive-toggle { grid-column: 2; grid-row: 1; }
  .date-tabs-wrap { grid-column: 1 / -1; grid-row: 2; width: 100%; }
  .filter-bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
  }
  .filter-group { min-width: 0; justify-content: flex-start; }
  .filter-sep { display: none; }
  .search-wrap { width: 100%; min-width: 0; max-width: none; margin-left: 0; }
  .search-input { height: 34px; }
}

@supports (padding: max(0px)) {
  @media (max-width: 700px) {
    .site-nav {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
    .identity-grid {
      padding-left: max(18px, env(safe-area-inset-left));
      padding-right: max(18px, env(safe-area-inset-right));
    }
    .control-inner {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
    .site-main {
      padding-left: max(14px, env(safe-area-inset-left));
      padding-right: max(14px, env(safe-area-inset-right));
    }
    .subscribe-zone {
      padding-left: max(18px, env(safe-area-inset-left));
      padding-right: max(18px, env(safe-area-inset-right));
    }
    .site-footer {
      padding-left: max(22px, env(safe-area-inset-left));
      padding-right: max(22px, env(safe-area-inset-right));
    }
  }

  @media (max-width: 374px) {
    .site-nav {
      padding-left: max(8px, env(safe-area-inset-left));
      padding-right: max(8px, env(safe-area-inset-right));
    }
    .control-inner {
      padding-left: max(10px, env(safe-area-inset-left));
      padding-right: max(10px, env(safe-area-inset-right));
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .archive-toggle,
  .archive-result,
  .archive-close { transition: none; }
}
