:root {
  /* 全局：白底纸感 + 黑金扑克 + 皇家红点缀 */
  --bg: #f4f1ea;
  --bg-elevated: #ffffff;
  --bg-card: #ffffff;
  --bg-card-hover: #faf8f4;
  --border: rgba(16, 14, 10, 0.1);
  --border-strong: rgba(201, 162, 39, 0.42);
  --text: #101014;
  --muted: #5c5c68;
  --gold: #b8941f;
  --gold-bright: #d4af37;
  --gold-dim: #6b5420;
  --gold-muted: rgba(184, 148, 31, 0.38);
  --royal-red: #9b1c1c;
  --royal-red-bright: #c62828;
  --royal-red-glow: rgba(198, 40, 40, 0.28);
  --accent: #2d8a5e;
  --danger: var(--royal-red-bright);
  --radius: 12px;
  --radius-sm: 8px;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
  --shadow-red: 0 0 36px var(--royal-red-glow);
  --font: "DM Sans", system-ui, sans-serif;
  --font-display: "Outfit", var(--font);
  --metallic-shine: linear-gradient(
    125deg,
    rgba(255, 248, 220, 0.95) 0%,
    rgba(212, 175, 55, 0.75) 22%,
    rgba(100, 82, 36, 0.9) 48%,
    rgba(212, 175, 55, 0.55) 72%,
    rgba(255, 235, 180, 0.85) 100%
  );
  --metallic-silver: linear-gradient(
    125deg,
    rgba(90, 82, 70, 0.22) 0%,
    rgba(201, 162, 39, 0.38) 38%,
    rgba(140, 128, 108, 0.2) 68%,
    rgba(212, 175, 55, 0.32) 100%
  );
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background-color: #f2efe8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='112' height='112' viewBox='0 0 112 112'%3E%3Ctext x='6' y='26' fill='%230a0a0e' opacity='0.04' font-size='20' font-family='Georgia,serif'%3E♠%3C/text%3E%3Ctext x='62' y='34' fill='%23b8941f' opacity='0.07' font-size='18' font-family='Georgia,serif'%3E♦%3C/text%3E%3Ctext x='34' y='64' fill='%230a0a0e' opacity='0.035' font-size='17' font-family='Georgia,serif'%3E♣%3C/text%3E%3Ctext x='76' y='96' fill='%23c9a227' opacity='0.06' font-size='21' font-family='Georgia,serif'%3E♥%3C/text%3E%3Crect x='8' y='42' width='20' height='30' rx='3' fill='none' stroke='%23c9a227' stroke-opacity='0.11'/%3E%3Crect x='64' y='58' width='20' height='30' rx='3' fill='none' stroke='%230a0a0e' stroke-opacity='0.055' transform='rotate(7 74 73)'/%3E%3C/svg%3E");
  background-size: 112px 112px;
}

body {
  margin: 0;
  font-family: var(--font);
  background: transparent;
  color: var(--text);
  line-height: 1.6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

.page-bg {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  background-color: #f0ebe3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Ctext x='8' y='28' fill='%230a0a0e' opacity='0.045' font-size='22' font-family='Georgia,serif'%3E♠%3C/text%3E%3Ctext x='68' y='58' fill='%23b8941f' opacity='0.08' font-size='20' font-family='Georgia,serif'%3E♥%3C/text%3E%3Ctext x='38' y='92' fill='%230a0a0e' opacity='0.038' font-size='18' font-family='Georgia,serif'%3E♦%3C/text%3E%3Ctext x='88' y='108' fill='%23c9a227' opacity='0.065' font-size='24' font-family='Georgia,serif'%3E♣%3C/text%3E%3Crect x='10' y='44' width='22' height='32' rx='3' fill='none' stroke='%23d4af37' stroke-opacity='0.14'/%3E%3Crect x='72' y='72' width='22' height='32' rx='3' fill='none' stroke='%230a0a0e' stroke-opacity='0.06' transform='rotate(8 83 88)'/%3E%3C/svg%3E");
  background-size: 120px 120px;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1240px, 94vw);
  margin-inline: auto;
}

.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  opacity: 0.022;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  z-index: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(252, 250, 246, 0.94) 100%);
  backdrop-filter: blur(16px) saturate(1.15);
  border-bottom: 1px solid rgba(201, 162, 39, 0.32);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  z-index: 2;
}

.brand-mark svg {
  display: block;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-cn {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: 0.04em;
}

.brand-en {
  font-size: 0.7rem;
  color: var(--muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-main {
  display: flex;
  gap: 1.5rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.nav-main a {
  position: relative;
  padding: 0.2rem 0;
}

.nav-main a:hover {
  color: var(--gold-bright);
}

.nav-main a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--royal-red-bright), var(--gold));
  transition: width 0.2s ease;
}

.nav-main a:hover::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-primary,
.btn-outline,
.btn-ghost {
  font-family: inherit;
  cursor: pointer;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.58rem 1.25rem;
  border: 1px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

/* 金属质感：渐变描边 + 内高光 */
.btn-primary {
  color: var(--gold-bright);
  background:
    linear-gradient(180deg, #242018 0%, #100e0c 45%, #0a0908 100%) padding-box,
    var(--metallic-shine) border-box;
  border: 1px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.5),
    0 1px 0 rgba(255, 255, 255, 0.12) inset,
    0 -1px 0 rgba(0, 0, 0, 0.45) inset,
    0 10px 28px rgba(0, 0, 0, 0.5),
    0 0 24px rgba(212, 175, 55, 0.12);
}

.btn-primary:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.5),
    0 1px 0 rgba(255, 255, 255, 0.16) inset,
    0 -1px 0 rgba(0, 0, 0, 0.45) inset,
    0 14px 36px rgba(0, 0, 0, 0.55),
    0 0 32px rgba(212, 175, 55, 0.2);
}

.btn-outline {
  color: #141210;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f4ec 100%) padding-box,
    var(--metallic-silver) border-box;
  border: 1px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 2px 10px rgba(0, 0, 0, 0.05);
}

.btn-outline:hover {
  color: #4a3d12;
  filter: none;
  box-shadow:
    0 0 0 1px rgba(201, 162, 39, 0.3),
    0 1px 0 rgba(255, 255, 255, 1) inset,
    0 6px 18px rgba(201, 162, 39, 0.12);
}

.btn-ghost {
  background: transparent;
  color: var(--muted);
  border: 1px solid transparent;
  box-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
}

.btn-ghost:hover {
  color: var(--text);
  border-color: rgba(201, 162, 39, 0.35);
  box-shadow: none;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: center;
  width: 2.65rem;
  height: 2.65rem;
  padding: 0;
  cursor: pointer;
  border-radius: var(--radius-sm);
  background:
    linear-gradient(180deg, rgba(36, 36, 44, 0.95), rgba(18, 18, 24, 0.98)) padding-box,
    var(--metallic-silver) border-box;
  border: 1px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  background: linear-gradient(90deg, #3a3428, #1a1814);
  border-radius: 2px;
}

.hero {
  position: relative;
  z-index: 2;
  padding: 3rem 0 3.25rem;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  top: -25%;
  right: -8%;
  width: 52%;
  height: 110%;
  background:
    radial-gradient(ellipse at 72% 32%, rgba(212, 175, 55, 0.12), transparent 48%),
    radial-gradient(ellipse at center, rgba(10, 10, 14, 0.04), transparent 55%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: start;
}

/* 主标题区：白底 + 黑金 + 扑克纹样 */
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 2rem 2.35rem 2.4rem;
  border-radius: 18px;
  overflow: hidden;
  background-color: #fdfcfa;
  background-image:
    linear-gradient(
      168deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(252, 250, 245, 1) 42%,
      rgba(245, 238, 220, 0.65) 100%
    ),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 96 96'%3E%3Ctext x='6' y='24' fill='%230a0a0e' opacity='0.055' font-size='20' font-family='Georgia,serif'%3E♠%3C/text%3E%3Ctext x='54' y='30' fill='%23b8941f' opacity='0.09' font-size='18' font-family='Georgia,serif'%3E♦%3C/text%3E%3Ctext x='30' y='58' fill='%230a0a0e' opacity='0.045' font-size='17' font-family='Georgia,serif'%3E♣%3C/text%3E%3Ctext x='72' y='86' fill='%23c9a227' opacity='0.07' font-size='22' font-family='Georgia,serif'%3E♥%3C/text%3E%3Crect x='10' y='38' width='20' height='30' rx='3' fill='none' stroke='%23c9a227' stroke-opacity='0.12'/%3E%3Crect x='58' y='52' width='20' height='30' rx='3' fill='none' stroke='%230a0a0e' stroke-opacity='0.06' transform='rotate(6 68 67)'/%3E%3C/svg%3E");
  background-size: auto, 96px 96px;
  border: 1px solid rgba(201, 162, 39, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    0 14px 40px rgba(0, 0, 0, 0.08);
}

.hero-copy::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
  z-index: 1;
}

.hero-copy > * {
  position: relative;
  z-index: 2;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.72rem;
  color: var(--muted);
  margin: 0 0 0.75rem;
}

.hero-copy .eyebrow {
  color: #5c4a1a;
  font-weight: 700;
  border-bottom: 2px solid rgba(201, 162, 39, 0.55);
  display: inline-block;
  padding-bottom: 0.4rem;
  margin-bottom: 1rem;
  letter-spacing: 0.18em;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.85rem);
  line-height: 1.15;
  margin: 0 0 1rem;
  font-weight: 800;
}

.hero-copy h1 {
  color: #0a0a0f;
}

.hero .gold {
  background: linear-gradient(90deg, var(--gold), #fff3b0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy .gold {
  background: linear-gradient(105deg, #3d3010 0%, #8a7028 22%, #c9a227 48%, #f0d78c 62%, #b8941f 88%, #4a3d12 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.35));
}

.lead {
  color: var(--muted);
  max-width: 36rem;
  margin: 0 0 1.5rem;
  font-size: 1.02rem;
}

.hero-copy .lead {
  color: #4b4b55;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

/* 白底主标题区内的按钮对比度 */
.hero-copy .btn-outline {
  color: #141418;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f4ec 100%) padding-box,
    linear-gradient(125deg, rgba(212, 175, 55, 0.85), #c9a227, rgba(244, 208, 63, 0.9)) border-box;
  border: 1px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 2px 8px rgba(0, 0, 0, 0.06);
}

.hero-copy .btn-outline:hover {
  color: #3d3010;
  filter: none;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 1) inset,
    0 0 0 1px rgba(201, 162, 39, 0.35),
    0 6px 20px rgba(201, 162, 39, 0.18);
}

.hero-stats {
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

.hero-stats div {
  margin: 0;
}

.hero-stats dt {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  color: var(--gold-bright);
  margin: 0;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 0 24px rgba(212, 175, 55, 0.2);
}

.hero-copy .hero-stats dt {
  background: linear-gradient(180deg, #e8c547 0%, #c9a227 40%, #6b5420 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.4));
}

.hero-stats dd {
  margin: 0.2rem 0 0;
  font-size: 0.8rem;
  color: var(--muted);
}

.hero-copy .hero-stats dd {
  color: #6a6a75;
}

.hero-card-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.is-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s, transform 0.15s, box-shadow 0.2s;
}

.is-card-link:hover {
  border-color: rgba(244, 208, 63, 0.35);
  transform: translateY(-1px);
}

.is-card-link:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.hero-spotlight {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-spotlight-cover {
  position: relative;
  max-height: 220px;
  background: var(--bg-elevated);
}

.hero-spotlight-cover img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.hero-spotlight article {
  margin: 0;
  padding: 1.25rem 1.5rem 1.5rem;
}

.hero-spotlight h3 {
  font-family: var(--font-display);
  margin: 0.5rem 0 0.75rem;
  font-size: 1.2rem;
  color: var(--text);
}

.hero-spotlight p {
  color: var(--muted);
  margin: 0 0 1rem;
  font-size: 0.95rem;
}

.hero-spotlight footer {
  font-size: 0.8rem;
  color: var(--muted);
}

.mini-tourney {
  background: linear-gradient(135deg, rgba(255, 252, 245, 0.98), #ffffff);
  border: 1px solid rgba(201, 162, 39, 0.38);
  border-radius: var(--radius-sm);
  padding: 0.75rem 1rem 0.75rem 0.75rem;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

a.mini-tourney {
  border: 1px solid rgba(201, 162, 39, 0.38);
}

.mini-tourney-cover {
  width: 5.5rem;
  height: 3.25rem;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--bg-elevated);
}

.mini-tourney-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mini-tourney-text {
  flex: 1;
  min-width: 0;
}

.mini-tourney-text span {
  font-size: 0.72rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.25rem;
}

.mini-tourney-text strong {
  display: block;
  font-family: var(--font-display);
}

.mini-tourney-text em {
  display: block;
  font-style: normal;
  color: var(--gold);
  font-size: 0.85rem;
  margin-top: 0.15rem;
}

.tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
}

.tag-live {
  background: linear-gradient(135deg, rgba(198, 40, 40, 0.35), rgba(155, 28, 28, 0.25));
  color: #ffcdd2;
  border: 1px solid rgba(198, 40, 40, 0.45);
  box-shadow: 0 0 12px var(--royal-red-glow);
}

.section {
  padding: 3rem 0 3.5rem;
  position: relative;
  z-index: 2;
}

.section-alt {
  background: linear-gradient(180deg, rgba(24, 24, 32, 0.75) 0%, rgba(10, 10, 14, 0.35) 100%);
  border-block: 1px solid var(--border);
}

/* ESPN 式区块标题：数据驱动 / 实时感 */
.section-head {
  margin-bottom: 1.75rem;
  padding-left: 1rem;
  position: relative;
}

.section-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--gold-bright) 0%, var(--royal-red-bright) 100%);
  box-shadow: 0 0 12px rgba(198, 40, 40, 0.35);
}

.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  margin: 0 0 0.4rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  max-width: 46rem;
  font-size: 0.92rem;
}

.platform-scroll {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scroll-snap-type: x mandatory;
}

.platform-card {
  flex: 0 0 min(280px, 78vw);
  scroll-snap-align: start;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0;
  position: relative;
  overflow: hidden;
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.platform-card:hover {
  border-color: rgba(244, 208, 63, 0.3);
}

.platform-card-cover {
  aspect-ratio: 16 / 9;
  max-height: 150px;
  background: var(--bg-elevated);
}

.platform-card-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.platform-card .platform-badge,
.platform-card h3,
.platform-card p,
.platform-card ul {
  position: relative;
  padding-left: 1.35rem;
  padding-right: 1.35rem;
}

.platform-card .platform-badge {
  display: inline-block;
  margin-top: 1rem;
}

.platform-card ul {
  padding-bottom: 1.35rem;
  margin-top: 0;
}

.platform-card::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  pointer-events: none;
}

.p-gg::after {
  background: radial-gradient(circle at 80% 20%, #3498db, transparent 50%);
}

.p-wpk::after {
  background: radial-gradient(circle at 20% 80%, #9b59b6, transparent 50%);
}

.p-hh::after {
  background: radial-gradient(circle at 50% 0%, #e74c3c, transparent 45%);
}

.p-qq::after {
  background: radial-gradient(circle at 100% 100%, #1abc9c, transparent 40%);
}

.platform-badge {
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.08em;
}

.platform-card h3 {
  font-family: var(--font-display);
  margin: 0.5rem 0;
  position: relative;
}

.platform-card p {
  color: var(--muted);
  font-size: 0.88rem;
  margin: 0 0 0.75rem;
  position: relative;
}

.platform-card ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--text);
  font-size: 0.85rem;
  position: relative;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.chip {
  background: linear-gradient(180deg, rgba(32, 32, 40, 0.95), rgba(18, 18, 24, 0.98)) padding-box,
    var(--metallic-silver) border-box;
  border: 1px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  color: var(--muted);
  padding: 0.38rem 0.95rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
}

.chip.active,
.chip:hover {
  color: var(--gold-bright);
  background:
    linear-gradient(180deg, #2a2218 0%, #14110e 100%) padding-box,
    var(--metallic-shine) border-box;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 0 16px rgba(198, 40, 40, 0.12);
}

.tourney-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}

.tourney-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0;
  display: grid;
  gap: 0;
  transition: border-color 0.2s, transform 0.15s;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
}

.tourney-card-cover {
  aspect-ratio: 16 / 9;
  max-height: 160px;
  background: var(--bg-elevated);
}

.tourney-card-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tourney-card .tourney-top,
.tourney-card .tourney-prize,
.tourney-card .tourney-tags {
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}

.tourney-card .tourney-top {
  padding-top: 0.85rem;
}

.tourney-card .tourney-tags {
  padding-bottom: 1rem;
}

.tourney-card:hover {
  border-color: rgba(244, 208, 63, 0.35);
  transform: translateY(-2px);
}

.tourney-card:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.tourney-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
}

.tourney-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
}

.tourney-meta {
  font-size: 0.78rem;
  color: var(--muted);
}

.tourney-prize {
  font-size: 0.9rem;
  color: var(--gold);
  font-weight: 600;
}

.tourney-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.25rem;
}

.tourney-tags span {
  font-size: 0.65rem;
  padding: 0.15rem 0.45rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 2rem;
  align-items: start;
}

.live-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.live-list > li {
  list-style: none;
}

.live-list .live-item {
  width: 100%;
}

.live-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.85rem;
  padding: 0.65rem 1rem 0.65rem 0.65rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.live-item-cover {
  flex: 0 0 auto;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 10px;
  overflow: hidden;
  background: var(--bg-elevated);
}

.live-item-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.live-item > div:last-of-type {
  flex: 1;
  min-width: 0;
}

.live-item .live-badge {
  flex-shrink: 0;
  margin-left: auto;
}

.live-item:hover {
  border-color: rgba(244, 208, 63, 0.25);
}

.live-item:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.live-item strong {
  font-size: 0.92rem;
}

.live-item small {
  color: var(--muted);
  display: block;
  margin-top: 0.15rem;
}

.live-badge {
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  white-space: nowrap;
}

.live-badge.on {
  background: rgba(46, 204, 113, 0.2);
  color: #58d68d;
}

.live-badge.soon {
  background: rgba(244, 208, 63, 0.15);
  color: var(--gold);
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.side-block {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.15rem;
}

.side-block h3 {
  font-family: var(--font-display);
  font-size: 1rem;
  margin: 0 0 0.75rem;
}

.hot-list {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.hot-list li {
  margin-bottom: 0.45rem;
}

.hot-list li::marker {
  color: var(--gold);
}

.hot-item-row .hot-link {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}

.hot-thumb {
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--border);
}

.hot-thumb img {
  display: block;
}

.hot-link-text {
  flex: 1;
  min-width: 0;
}

.hot-link:hover .hot-link-text {
  color: var(--gold);
}

.hot-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}

.hot-link:hover {
  color: inherit;
}

.logo-showcase .logo-large {
  text-align: center;
}

.logo-showcase p {
  font-size: 0.78rem;
  color: var(--muted);
  margin: 0.75rem 0 0;
  line-height: 1.5;
}

.news-layout {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.news-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.tab {
  font-family: inherit;
  cursor: pointer;
  border: 1px solid transparent;
  background:
    linear-gradient(180deg, rgba(34, 34, 42, 0.9), rgba(20, 20, 28, 0.95)) padding-box,
    var(--metallic-silver) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  color: var(--muted);
  padding: 0.42rem 0.9rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 600;
}

.tab.active {
  color: var(--gold-bright);
  background:
    linear-gradient(180deg, #2c241a 0%, #15120e 100%) padding-box,
    var(--metallic-shine) border-box;
  box-shadow: 0 0 14px rgba(198, 40, 40, 0.1);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1rem;
}

.news-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 140px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.2s, transform 0.15s;
  overflow: hidden;
}

.news-card:hover {
  border-color: rgba(244, 208, 63, 0.35);
  transform: translateY(-2px);
}

.news-card:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.news-card-cover {
  position: relative;
  aspect-ratio: 16 / 9;
  max-height: 200px;
  background: var(--bg-elevated);
}

.news-card-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-card-cover--fallback {
  min-height: 4rem;
  background: linear-gradient(135deg, rgba(244, 208, 63, 0.15), transparent);
}

.news-card-cat {
  position: absolute;
  left: 0.65rem;
  bottom: 0.55rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(7, 10, 15, 0.75);
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
}

.news-card-inner {
  padding: 1rem 1.2rem 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}

.news-card h3 {
  font-family: var(--font-display);
  font-size: 1rem;
  margin: 0;
  line-height: 1.35;
}

.news-card p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--muted);
  flex: 1;
}

.news-card footer {
  font-size: 0.75rem;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

.industry-strip {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}

.industry-card {
  padding: 0;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.03), transparent);
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.2s, transform 0.15s;
  overflow: hidden;
}

.industry-card-cover {
  aspect-ratio: 16 / 9;
  max-height: 140px;
  background: var(--bg-elevated);
}

.industry-card-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.industry-card-text {
  padding: 1rem 1.1rem 1.15rem;
}

.industry-card:hover {
  border-color: rgba(244, 208, 63, 0.3);
  transform: translateY(-2px);
}

.industry-card:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.industry-card-text h4 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1rem;
}

.industry-card-text p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.community-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
}

.comm-post {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0;
  background: var(--bg-card);
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.2s, transform 0.15s;
  overflow: hidden;
}

.comm-post-cover {
  aspect-ratio: 16 / 9;
  max-height: 150px;
  background: var(--bg-elevated);
}

.comm-post-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.comm-post-inner {
  padding: 1rem 1.1rem 1.1rem;
}

.comm-post:hover {
  border-color: rgba(244, 208, 63, 0.3);
  transform: translateY(-2px);
}

.comm-post:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.comm-post-inner h4 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
}

.comm-post-inner p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--muted);
}

.comm-post .comm-meta {
  margin-top: 0.65rem;
  font-size: 0.75rem;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
}

.site-footer {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(201, 162, 39, 0.35);
  padding: 2.5rem 0 1.5rem;
  margin-top: 0;
  background: linear-gradient(180deg, #f5f1ea, #ebe4d8);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
}

.brand-footer .brand-cn {
  font-size: 1rem;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.footer-links a:hover {
  color: var(--gold-bright);
  text-decoration: underline;
  text-decoration-color: rgba(198, 40, 40, 0.45);
}

.muted {
  color: var(--muted);
  font-size: 0.88rem;
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
  font-size: 0.78rem;
  color: var(--muted);
}

.detail-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(3, 5, 8, 0.72);
  backdrop-filter: blur(8px);
  display: grid;
  place-items: stretch;
  padding: 0;
}

.detail-overlay[hidden] {
  display: none;
}

.detail-panel {
  background: var(--bg);
  border: 1px solid var(--border);
  margin: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow);
}

@media (min-width: 720px) {
  .detail-overlay {
    place-items: center;
    padding: 2rem 1rem;
  }

  .detail-panel {
    width: min(720px, 100%);
    max-height: min(92vh, 900px);
    min-height: 0;
    border-radius: var(--radius);
    overflow: hidden;
  }
}

.detail-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(201, 162, 39, 0.25);
  background: linear-gradient(90deg, rgba(255, 248, 235, 0.95) 0%, #ffffff 40%);
  flex-shrink: 0;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.detail-back {
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #1a1814;
  background:
    linear-gradient(180deg, #ffffff 0%, #f4f1ea 100%) padding-box,
    var(--metallic-silver) border-box;
  border: 1px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 999px;
  padding: 0.48rem 1.05rem;
  cursor: pointer;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.detail-back:hover {
  color: #6b5420;
  background:
    linear-gradient(180deg, #fffef8 0%, #ffffff 100%) padding-box,
    var(--metallic-shine) border-box;
}

.detail-brand {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  color: var(--muted);
}

.detail-scroll {
  overflow-y: auto;
  flex: 1;
  -webkit-overflow-scrolling: touch;
}

.detail-article {
  padding: 1.5rem 1.35rem 2.5rem;
  max-width: 52rem;
  margin-inline: auto;
}

.detail-cover {
  margin: 0 0 1.35rem;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  max-height: min(42vh, 320px);
}

.detail-cover img {
  width: 100%;
  height: min(42vh, 320px);
  object-fit: cover;
  display: block;
}

.detail-figure-block {
  margin: 1.25rem 0;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--bg-elevated);
}

.detail-figure-block img {
  width: 100%;
  height: auto;
  max-height: min(48vh, 360px);
  object-fit: cover;
  display: block;
}

.detail-figure-block figcaption {
  padding: 0.5rem 0.75rem;
  font-size: 0.78rem;
  color: var(--muted);
  background: rgba(0, 0, 0, 0.35);
}

.detail-header {
  margin-bottom: 1.5rem;
}

.detail-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.5rem;
}

.detail-article h1 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3.5vw, 1.85rem);
  line-height: 1.25;
  margin: 0 0 0.75rem;
}

.detail-meta {
  font-size: 0.85rem;
  color: var(--muted);
  margin: 0;
}

.detail-lead {
  font-size: 1.05rem;
  color: var(--text);
  line-height: 1.65;
  margin: 0 0 1.25rem;
}

.detail-article .detail-body p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.75;
}

.detail-article .detail-body p:last-child {
  margin-bottom: 0;
}

.detail-spec {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.detail-spec li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0.85rem;
  font-size: 0.88rem;
  border-bottom: 1px solid var(--border);
}

.detail-spec li:last-child {
  border-bottom: 0;
}

.detail-spec span:first-child {
  color: var(--muted);
}

.detail-spec span:last-child {
  font-weight: 600;
  text-align: right;
}

.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0 0 1.25rem;
}

.detail-tags span {
  font-size: 0.7rem;
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
  background: rgba(201, 162, 39, 0.12);
  color: var(--muted);
}

body.detail-open {
  overflow: hidden;
}

.search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 100;
  display: grid;
  place-items: start center;
  padding-top: 15vh;
}

.search-overlay[hidden] {
  display: none;
}

.search-panel {
  background: #ffffff;
  border: 1px solid rgba(201, 162, 39, 0.35);
  border-radius: var(--radius);
  padding: 1rem;
  width: min(480px, 90vw);
  display: flex;
  gap: 0.5rem;
  box-shadow: var(--shadow);
}

.search-panel input {
  flex: 1;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 0.6rem 0.85rem;
  color: var(--text);
  font-family: inherit;
}

/* —— ESPN 式实时滚动条 —— */
.ticker-bar {
  position: relative;
  z-index: 4;
  background: linear-gradient(90deg, #fffefb 0%, #f3efe6 42%, #faf7f1 100%);
  border-bottom: 1px solid rgba(201, 162, 39, 0.28);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset;
}

.ticker-inner {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.45rem 0;
  min-height: 2.25rem;
  overflow: hidden;
}

.ticker-live-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #ffcdd2;
  padding: 0.2rem 0.55rem;
  border-radius: 4px;
  background: linear-gradient(135deg, rgba(198, 40, 40, 0.5), rgba(100, 20, 20, 0.6));
  border: 1px solid rgba(255, 180, 180, 0.25);
  box-shadow: 0 0 14px var(--royal-red-glow);
}

.ticker-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff8a80;
  animation: ticker-pulse 1.2s ease-in-out infinite;
}

@keyframes ticker-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.45;
    transform: scale(0.85);
  }
}

.ticker-marquee {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 2%, #000 98%, transparent);
}

.ticker-marquee-slides {
  display: flex;
  width: max-content;
  animation: ticker-marquee 36s linear infinite;
}

.ticker-track {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 0.78rem;
  color: #4a4a54;
  white-space: nowrap;
  padding-right: 2rem;
}

@keyframes ticker-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.ticker-seg {
  color: #35353e;
}

.ticker-sep {
  color: rgba(212, 175, 55, 0.35);
}

@media (prefers-reduced-motion: reduce) {
  .ticker-marquee-slides {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
  }

  .ticker-track {
    white-space: normal;
    flex-wrap: wrap;
  }
}

/* —— 数据驱动横条（赛况数字） —— */
.data-strip {
  position: relative;
  z-index: 4;
  background: linear-gradient(180deg, #ebe7df, #f5f1ea);
  border-bottom: 1px solid rgba(16, 14, 10, 0.08);
}

.data-strip-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.65rem 0;
}

.data-cell {
  flex: 1 1 auto;
  min-width: 5.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(201, 162, 39, 0.22);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.15rem;
}

.data-cell--accent {
  border-color: rgba(198, 40, 40, 0.32);
  background: linear-gradient(180deg, rgba(255, 245, 245, 0.98), rgba(255, 252, 250, 1));
  box-shadow: 0 0 20px rgba(198, 40, 40, 0.06);
}

.data-num {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: #7a5f18;
  line-height: 1.1;
}

.data-cell--accent .data-num {
  color: var(--royal-red-bright);
  text-shadow: none;
}

.data-cap {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.live-badge.on {
  background: linear-gradient(135deg, rgba(45, 138, 94, 0.35), rgba(30, 90, 60, 0.3));
  color: #a8e6cf;
  border: 1px solid rgba(80, 200, 140, 0.25);
}

.live-badge.soon {
  background: rgba(212, 175, 55, 0.12);
  color: var(--gold-bright);
  border: 1px solid rgba(212, 175, 55, 0.25);
}

/* —— 资讯矩阵分页 —— */
.news-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
}

.news-page-btn {
  font-family: inherit;
  cursor: pointer;
  min-width: 2.35rem;
  padding: 0.45rem 0.65rem;
  border-radius: var(--radius-sm);
  font-size: 0.8rem;
  font-weight: 700;
  color: #4a4a54;
  background:
    linear-gradient(180deg, #ffffff 0%, #f4f1ea 100%) padding-box,
    var(--metallic-silver) border-box;
  border: 1px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.news-page-btn:hover:not(:disabled) {
  color: #6b5420;
}

.news-page-btn.is-active {
  color: var(--royal-red-bright);
  background:
    linear-gradient(180deg, #fffaf0 0%, #ffffff 100%) padding-box,
    var(--metallic-shine) border-box;
  box-shadow: 0 0 0 1px rgba(198, 40, 40, 0.15);
}

.news-page-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.news-page-btn--nav {
  min-width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.news-page-info {
  font-size: 0.8rem;
  color: var(--muted);
  padding: 0 0.5rem;
  font-variant-numeric: tabular-nums;
}

/* 赛事分页与资讯共用 .news-pagination；.tourney-pagination 仅作语义区分 */

/* —— 德州扑克教程卡片 —— */
.guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
  gap: 1rem;
}

.guide-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s, transform 0.15s;
}

.guide-card:hover {
  border-color: rgba(212, 175, 55, 0.35);
  transform: translateY(-2px);
}

.guide-card:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.guide-card-cover {
  position: relative;
  aspect-ratio: 16 / 9;
  max-height: 200px;
  background: var(--bg-elevated);
}

.guide-card-cover-img,
.guide-card-cover-img img {
  width: 100%;
  height: 100%;
}

.guide-card-cover-img img {
  object-fit: cover;
  display: block;
}

.guide-card-tag {
  position: absolute;
  left: 0.65rem;
  bottom: 0.55rem;
  z-index: 1;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-bright);
  background: rgba(7, 10, 15, 0.82);
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
}

.guide-card-inner {
  padding: 1rem 1.15rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.guide-card-inner h3 {
  font-family: var(--font-display);
  font-size: 1rem;
  margin: 0;
  line-height: 1.35;
}

.guide-card-inner p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--muted);
}

@media (max-width: 960px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .split {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .data-strip-inner {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.35rem;
    gap: 0.45rem;
  }

  .data-cell {
    flex: 0 0 auto;
    scroll-snap-align: start;
    min-width: 7.5rem;
  }

  .ticker-inner {
    flex-wrap: wrap;
  }

  .ticker-marquee-slides {
    animation-duration: 26s;
  }

  .ticker-track {
    font-size: 0.72rem;
  }
}

@media (max-width: 820px) {
  .nav-main {
    position: fixed;
    inset: 0 0 auto 0;
    top: 60px;
    background: var(--bg-elevated);
    flex-direction: column;
    padding: 1rem 1.5rem 1.25rem;
    border-bottom: 1px solid var(--border);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  .nav-main.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-toggle {
    display: flex;
  }

  .header-actions .btn-primary {
    display: none;
  }
}

/* —— GGPoker 式：深色顶栏 + 浅色主内容带 —— */
.dark-stage {
  position: relative;
  z-index: 2;
  background: var(--bg);
  overflow: hidden;
}

.dark-stage .page-bg,
.dark-stage .noise {
  position: absolute;
  inset: 0;
  height: auto;
  min-height: 100%;
}

.dark-stage .noise {
  z-index: 1;
}

.dark-stage .ticker-bar,
.dark-stage .data-strip,
.dark-stage .hero {
  position: relative;
  z-index: 2;
}

.lang-chip {
  font-size: 0.72rem;
  font-weight: 600;
  color: #4a4538;
  padding: 0.25rem 0.55rem;
  border-radius: 6px;
  border: 1px solid rgba(201, 162, 39, 0.32);
  background: rgba(255, 255, 255, 0.75);
}

.btn-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 1.1rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: none;
  color: #fff;
  background: linear-gradient(180deg, #d32f2f 0%, var(--royal-red-bright) 45%, #8b1515 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 4px 16px rgba(198, 40, 40, 0.35);
  transition: transform 0.15s ease, box-shadow 0.2s ease;
}

.btn-download:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(198, 40, 40, 0.45);
}

.btn-primary--compact {
  padding: 0.42rem 0.95rem;
  font-size: 0.78rem;
}

.header-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.paper-shell {
  --paper-bg: #f0f1f5;
  --paper-surface: #ffffff;
  --paper-text: #111116;
  --paper-muted: #5c5c68;
  --paper-border: #e0e1e8;
  --paper-tag: var(--royal-red-bright);
  --paper-radius: 12px;
  position: relative;
  z-index: 2;
  background: var(--paper-bg);
  color: var(--paper-text);
  box-shadow: 0 -16px 48px rgba(0, 0, 0, 0.14);
}

html[data-paper-theme="dark"] .paper-shell {
  --paper-bg: #121218;
  --paper-surface: #1a1a22;
  --paper-text: #ececf1;
  --paper-muted: #9898a8;
  --paper-border: rgba(255, 255, 255, 0.09);
  --paper-tag: #ff7a7a;
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.45);
}

html[data-paper-theme="dark"] {
  background: #0a0a0e;
}

html[data-paper-theme="dark"] body {
  background: #0a0a0e;
}

.paper-shell .section {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.paper-shell .section-alt {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, transparent 100%);
  border-block-color: var(--paper-border);
}

html[data-paper-theme="dark"] .paper-shell .section-alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, transparent 100%);
}

.paper-shell .section-head h2 {
  color: var(--paper-text);
}

.paper-shell .section-head p {
  color: var(--paper-muted);
}

.paper-shell .section-head::before {
  background: linear-gradient(180deg, var(--paper-tag) 0%, #8b1515 100%);
}

.paper-shell .tab {
  background: var(--paper-surface);
  border: 1px solid var(--paper-border);
  color: var(--paper-muted);
  box-shadow: none;
}

.paper-shell .tab.active {
  color: var(--paper-text);
  border-color: rgba(198, 40, 40, 0.35);
  background: linear-gradient(180deg, #fff5f5 0%, var(--paper-surface) 100%);
  box-shadow: 0 2px 10px rgba(198, 40, 40, 0.08);
}

html[data-paper-theme="dark"] .paper-shell .tab.active {
  background: linear-gradient(180deg, rgba(198, 40, 40, 0.15) 0%, var(--paper-surface) 100%);
}

.paper-shell .chip {
  background: var(--paper-surface);
  border: 1px solid var(--paper-border);
  color: var(--paper-muted);
  box-shadow: none;
}

.paper-shell .chip.active,
.paper-shell .chip:hover {
  color: var(--paper-text);
  border-color: rgba(198, 40, 40, 0.35);
  background: linear-gradient(180deg, #fff8f8 0%, var(--paper-surface) 100%);
  box-shadow: 0 2px 10px rgba(198, 40, 40, 0.06);
}

html[data-paper-theme="dark"] .paper-shell .chip.active,
html[data-paper-theme="dark"] .paper-shell .chip:hover {
  background: linear-gradient(180deg, rgba(198, 40, 40, 0.12) 0%, var(--paper-surface) 100%);
}

.paper-shell .platform-card {
  background: var(--paper-surface);
  border-color: var(--paper-border);
  color: var(--paper-text);
}

.paper-shell .platform-card p,
.paper-shell .platform-card ul {
  color: var(--paper-muted);
}

.paper-shell .tourney-card {
  background: var(--paper-surface);
  border-color: var(--paper-border);
}

.paper-shell .tourney-meta,
.paper-shell .tourney-prize {
  color: var(--paper-muted);
}

.paper-shell .tourney-name {
  color: var(--paper-text);
}

.paper-shell .live-item {
  background: var(--paper-surface);
  border-color: var(--paper-border);
  color: var(--paper-text);
}

.paper-shell .live-item strong {
  color: var(--paper-text);
}

.paper-shell .live-item small {
  color: var(--paper-muted);
}

.paper-shell .side-block {
  background: var(--paper-surface);
  border-color: var(--paper-border);
}

.paper-shell .side-block h3,
.paper-shell .logo-large p {
  color: var(--paper-muted);
}

.paper-shell .hot-list {
  color: var(--paper-muted);
}

.paper-shell .hot-thumb {
  border-color: var(--paper-border);
}

.paper-shell .hot-link:hover .hot-link-text {
  color: var(--paper-tag);
}

.paper-shell .industry-card {
  background: var(--paper-surface);
  border-color: var(--paper-border);
}

.paper-shell .industry-card-text h4 {
  color: var(--paper-text);
}

.paper-shell .industry-card-text p {
  color: var(--paper-muted);
}

.paper-shell .comm-post {
  background: var(--paper-surface);
  border-color: var(--paper-border);
}

.paper-shell .comm-post-inner h4 {
  color: var(--paper-text);
}

.paper-shell .comm-post-inner p,
.paper-shell .comm-meta {
  color: var(--paper-muted);
}

.paper-shell .guide-card {
  background: var(--paper-surface);
  border-color: var(--paper-border);
}

.paper-shell .guide-card-inner h3 {
  color: var(--paper-text);
}

.paper-shell .guide-card-inner p {
  color: var(--paper-muted);
}

@media (min-width: 1024px) {
  .paper-shell .news-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .paper-shell .tourney-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .paper-shell .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.paper-shell .news-card {
  background: var(--paper-surface);
  border: 1px solid var(--paper-border);
  border-radius: var(--paper-radius);
  box-shadow: 0 2px 14px rgba(15, 15, 24, 0.06);
}

.paper-shell .news-card:hover {
  border-color: rgba(198, 40, 40, 0.28);
  box-shadow: 0 10px 32px rgba(15, 15, 24, 0.1);
}

.paper-shell .news-card h3 {
  color: var(--paper-text);
}

.paper-shell .news-card p {
  color: var(--paper-muted);
}

.paper-shell .news-card-inner {
  flex: 1;
}

.paper-shell .news-card-cover {
  background: #e8e9ef;
}

html[data-paper-theme="dark"] .paper-shell .news-card-cover {
  background: #0f0f14;
}

.news-card-kicker {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--paper-tag);
  margin-bottom: 0.35rem;
}

.news-card-footer-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 0.35rem;
  font-size: 0.76rem;
  color: var(--paper-muted);
}

.news-card-read {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  white-space: nowrap;
}

.news-card-read-icon {
  opacity: 0.65;
  font-size: 0.7rem;
}

.breadcrumb {
  font-size: 0.78rem;
  color: var(--paper-muted);
  margin-bottom: 0.65rem;
}

.breadcrumb a {
  color: var(--paper-muted);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.breadcrumb a:hover {
  color: var(--paper-tag);
}

.breadcrumb-sep {
  margin: 0 0.35rem;
  opacity: 0.5;
}

.breadcrumb-current {
  color: var(--paper-text);
  font-weight: 600;
}

.news-hub-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.news-hub-title {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 1.2;
  color: var(--paper-text);
}

.news-hub-lead {
  margin: 0 0 1.5rem;
  max-width: 52rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--paper-muted);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.theme-toggle {
  position: relative;
  border: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  flex-shrink: 0;
}

.theme-toggle:focus-visible {
  outline: 2px solid var(--royal-red-bright);
  outline-offset: 4px;
  border-radius: 10px;
}

.theme-toggle-ui {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 54px;
  height: 28px;
  padding: 0 7px;
  border-radius: 999px;
  background: #dfe1ea;
  border: 1px solid #c5c8d4;
  box-sizing: border-box;
}

.theme-toggle-ui::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
  transition: transform 0.22s ease;
  z-index: 0;
}

html[data-paper-theme="dark"] .theme-toggle-ui::after {
  transform: translateX(26px);
}

html[data-paper-theme="dark"] .theme-toggle-ui {
  background: #2c2c38;
  border-color: rgba(255, 255, 255, 0.12);
}

.theme-icon {
  position: relative;
  z-index: 1;
  display: block;
}

.theme-icon--sun {
  color: #e8a317;
  opacity: 0.85;
}

.theme-icon--moon {
  color: #6a7390;
  opacity: 0.55;
}

html[data-paper-theme="dark"] .theme-icon--sun {
  opacity: 0.35;
}

html[data-paper-theme="dark"] .theme-icon--moon {
  opacity: 0.95;
  color: #c5cbe0;
}

.paper-shell .news-pagination .news-page-btn {
  background: var(--paper-surface);
  border: 1px solid var(--paper-border);
  color: var(--paper-text);
}

.paper-shell .news-pagination .news-page-btn:hover:not(:disabled) {
  border-color: rgba(198, 40, 40, 0.35);
}

.paper-shell .news-pagination .news-page-btn.is-active {
  border-color: var(--royal-red-bright);
  color: var(--royal-red-bright);
  background: rgba(198, 40, 40, 0.06);
}

.paper-shell .news-pagination .news-page-info {
  color: var(--paper-muted);
}

.fab-help {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 45;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  font-size: 1.35rem;
  font-weight: 800;
  font-family: var(--font-display);
  color: #fff;
  cursor: pointer;
  background: linear-gradient(145deg, #d32f2f, var(--royal-red-bright));
  box-shadow: 0 8px 28px rgba(198, 40, 40, 0.45);
  transition: transform 0.15s ease, box-shadow 0.2s ease;
}

.fab-help:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 36px rgba(198, 40, 40, 0.55);
}

@media (max-width: 820px) {
  .lang-chip {
    display: none;
  }

  .btn-download {
    padding: 0.38rem 0.75rem;
    font-size: 0.72rem;
  }
}
