/* ══════════════════════════════════════════════════════════════
   Codex 重置雷达 · 视觉系统
   设计方向：信号监测台 —— 深墨绿夜幕、薄荷荧光信号、玻璃仪表盘
   ══════════════════════════════════════════════════════════════ */

/* ── 设计令牌 ───────────────────────────────────────────────── */
:root {
  --bg:          #040907;
  --bg-deep:     #020504;
  --surface:     rgba(11, 22, 19, 0.66);
  --surface-2:   rgba(14, 28, 24, 0.82);
  --surface-3:   rgba(19, 36, 31, 0.9);

  --line:        rgba(120, 240, 190, 0.11);
  --line-strong: rgba(120, 240, 190, 0.22);

  --text:        #E9F6F0;
  --text-2:      #B9D2C8;
  --text-3:      #7C948C;
  --text-4:      #72887F;   /* 最弱层级，仍需 ≥4.5:1 以满足 AA */

  --mint:        #4AF5A8;
  --mint-soft:   rgba(74, 245, 168, 0.14);
  --lime:        #B6FF3C;
  --amber:       #FFC24A;
  --violet:      #A48BFF;
  --rose:        #FF8095;

  --gold:        var(--amber);

  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 22px;
  --r-xl: 30px;

  --shell: 1180px;
  --gutter: clamp(16px, 4vw, 40px);

  --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 18px 40px -18px rgba(0, 0, 0, 0.75);
  --shadow-glow: 0 0 0 1px rgba(74, 245, 168, 0.08), 0 24px 60px -28px rgba(74, 245, 168, 0.35);

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);

  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI",
               "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, sans-serif;
  --font-mono: ui-monospace, "SF Mono", "JetBrains Mono", Menlo, Consolas, monospace;
}

/* ── 基础 ───────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.011em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body.is-locked { overflow: hidden; }

h1, h2, h3, h4 { margin: 0; line-height: 1.15; letter-spacing: -0.03em; font-weight: 700; }
p { margin: 0; }
ul, ol, dl, dd, dt { margin: 0; padding: 0; }
li { list-style: none; }
img { display: block; max-width: 100%; }
button { font: inherit; color: inherit; border: 0; background: none; cursor: pointer; }
a { color: inherit; text-decoration: none; }
strong { font-weight: 700; }
::selection { background: rgba(74, 245, 168, 0.28); color: #fff; }

.mono { font-family: var(--font-mono); font-size: 0.86em; font-variant-numeric: tabular-nums; }

.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 200;
  padding: 10px 16px; border-radius: var(--r-sm);
  background: var(--mint); color: #04120B; font-weight: 700;
  transform: translateY(-200%);
  transition: transform 0.2s var(--ease);
}
.skip-link:focus-visible { transform: none; }

:focus-visible {
  outline: 2px solid var(--mint);
  outline-offset: 3px;
  border-radius: 6px;
}

/* ── 背景层 ─────────────────────────────────────────────────── */
.bg-layer { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }

.bg-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.5;
}
.bg-glow-a {
  width: 620px; height: 620px;
  top: -260px; right: -160px;
  background: radial-gradient(circle at center, rgba(74, 245, 168, 0.30), rgba(74, 245, 168, 0) 68%);
  animation: drift-a 24s var(--ease) infinite alternate;
}
.bg-glow-b {
  width: 560px; height: 560px;
  top: 34%; left: -240px;
  background: radial-gradient(circle at center, rgba(182, 255, 60, 0.16), rgba(182, 255, 60, 0) 70%);
  animation: drift-b 30s var(--ease) infinite alternate;
}
@keyframes drift-a { to { transform: translate3d(-60px, 70px, 0) scale(1.12); } }
@keyframes drift-b { to { transform: translate3d(50px, -60px, 0) scale(1.08); } }

.bg-grid {
  position: absolute; inset: -1px;
  background-image:
    linear-gradient(rgba(120, 240, 190, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 240, 190, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 100% 62% at 50% 0%, #000 20%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse 100% 62% at 50% 0%, #000 20%, transparent 78%);
}

.bg-noise {
  position: absolute; inset: 0;
  opacity: 0.32;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.42'/%3E%3C/svg%3E");
}

/* ── 页头导航 ───────────────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 60;
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  background: linear-gradient(to bottom, rgba(4, 9, 7, 0.9), rgba(4, 9, 7, 0.62));
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.nav.is-stuck { border-bottom-color: var(--line); }

.nav-inner {
  max-width: var(--shell);
  margin: 0 auto;
  padding: 12px var(--gutter);
  display: flex; align-items: center; gap: 18px;
}

.nav-brand { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.nav-brand-mark {
  position: relative;
  width: 30px; height: 30px; border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, rgba(74, 245, 168, 0.4), rgba(74, 245, 168, 0.04) 70%);
  border: 1px solid var(--line-strong);
  display: grid; place-items: center;
}
.nav-brand-mark::after {
  content: ""; position: absolute; inset: 5px;
  border: 1px solid rgba(74, 245, 168, 0.3); border-radius: 50%;
}
.radar-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 8px 2px rgba(74, 245, 168, 0.65);
  animation: blip-pulse 2.4s var(--ease) infinite;
}
@keyframes blip-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.72); }
}
.nav-brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.nav-brand-text strong { font-size: 15px; letter-spacing: -0.02em; }
.nav-brand-text span {
  font-size: 9.5px; letter-spacing: 0.16em; color: var(--text-4);
  font-family: var(--font-mono); font-weight: 600;
}

.nav-links { display: flex; gap: 4px; margin-left: auto; }
.nav-links a {
  position: relative;
  padding: 8px 13px; border-radius: 999px;
  font-size: 13.5px; font-weight: 550; color: var(--text-3);
  transition: color 0.2s var(--ease), background 0.2s var(--ease);
}
.nav-links a:hover { color: var(--text); background: rgba(255, 255, 255, 0.04); }
.nav-links a.is-active { color: var(--mint); background: var(--mint-soft); }

.nav-actions { display: flex; align-items: center; gap: 8px; }

.nav-progress {
  height: 1.5px; width: 0%;
  background: linear-gradient(90deg, var(--mint), var(--lime));
  box-shadow: 0 0 12px rgba(74, 245, 168, 0.6);
  transition: width 0.1s linear;
}

/* ── 按钮 ───────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 24px;
  border-radius: 999px;
  font-size: 14.5px; font-weight: 650; letter-spacing: -0.012em;
  white-space: nowrap;
  transition: transform 0.18s var(--ease), box-shadow 0.24s var(--ease),
              background 0.2s var(--ease), border-color 0.2s var(--ease), color 0.2s var(--ease);
}
.btn:active { transform: scale(0.975); }

.btn-primary {
  background: linear-gradient(140deg, var(--mint), #2FD98A);
  color: #03150C;
  box-shadow: 0 12px 34px -14px rgba(74, 245, 168, 0.85), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px -14px rgba(74, 245, 168, 0.95), inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line-strong);
  color: var(--text);
}
.btn-secondary:hover {
  background: rgba(74, 245, 168, 0.1);
  border-color: rgba(74, 245, 168, 0.4);
  transform: translateY(-2px);
}

.btn-ghost {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--text-2);
}
.btn-ghost:hover { border-color: var(--line-strong); color: var(--text); background: rgba(255, 255, 255, 0.04); }

.btn-sm { padding: 9px 15px; font-size: 13px; }

.link-btn {
  display: inline-flex; align-items: center; gap: 3px;
  font-size: 13px; font-weight: 600; color: var(--mint);
  transition: gap 0.2s var(--ease), opacity 0.2s var(--ease);
}
.link-btn:hover { gap: 7px; opacity: 0.85; }

.live-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 0 rgba(74, 245, 168, 0.7);
  animation: live-ring 2.6s var(--ease) infinite;
  flex-shrink: 0;
}
@keyframes live-ring {
  0%   { box-shadow: 0 0 0 0 rgba(74, 245, 168, 0.6); }
  70%  { box-shadow: 0 0 0 7px rgba(74, 245, 168, 0); }
  100% { box-shadow: 0 0 0 0 rgba(74, 245, 168, 0); }
}

/* ── 布局外壳 ───────────────────────────────────────────────── */
.shell {
  position: relative; z-index: 1;
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 var(--gutter) 60px;
}

.eyebrow {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 10.5px; font-weight: 600; letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--mint);
  opacity: 0.78;
}

.section-title { font-size: clamp(25px, 3.4vw, 34px); }
.section-sub { margin-top: 9px; color: var(--text-3); font-size: 14.5px; max-width: 62ch; }

.section { margin-top: clamp(64px, 9vw, 104px); }
.section-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
  margin-bottom: 26px;
}

/* ── HERO ───────────────────────────────────────────────────── */
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
  padding: clamp(48px, 8vw, 90px) 0 clamp(36px, 5vw, 56px);
}

.brand-lockup {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 9px 20px 9px 9px;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--line);
  backdrop-filter: blur(12px);
  transition: border-color 0.25s var(--ease), transform 0.25s var(--ease), background 0.25s var(--ease);
}
.brand-lockup:hover {
  border-color: rgba(74, 245, 168, 0.36);
  background: var(--surface-2);
  transform: translateY(-1px);
}
.brand-avatar-wrap { position: relative; width: 42px; height: 42px; flex-shrink: 0; }
.brand-avatar {
  width: 42px; height: 42px; border-radius: 50%; object-fit: cover;
  background: linear-gradient(140deg, #1B3529, #0C1A15);
}
.brand-avatar-ring {
  position: absolute; inset: -3px; border-radius: 50%;
  border: 1.5px solid transparent;
  background: linear-gradient(140deg, var(--mint), var(--lime)) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  opacity: 0.85;
  animation: spin-slow 9s linear infinite;
}
@keyframes spin-slow { to { transform: rotate(360deg); } }
.brand-lockup-text { display: flex; flex-direction: column; line-height: 1.3; min-width: 0; }
.brand-lockup-name { font-size: 15px; font-weight: 700; letter-spacing: -0.022em; }
.brand-lockup-meta { font-size: 12px; color: var(--text-3); }
.brand-lockup-meta strong { color: var(--text-2); font-weight: 600; }
.brand-lockup-meta span { font-family: var(--font-mono); font-size: 11px; color: var(--mint); }

/* 首屏以一句陈述直接作为页面主标题（h1），不再另立大字号标语 */
.hero-tagline {
  margin-top: 26px;
  font-size: clamp(16px, 1.8vw, 19px);
  font-weight: 450;
  letter-spacing: -0.011em;
  line-height: 1.7;
  color: var(--text-2);
  max-width: 52ch;
}

.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.hero-trust {
  display: flex; flex-wrap: wrap; gap: 8px 22px;
  margin-top: 26px;
  font-size: 12.5px; color: var(--text-3);
}
.hero-trust li { display: inline-flex; align-items: center; gap: 6px; }
.hero-trust svg { color: var(--mint); opacity: 0.8; flex-shrink: 0; }

/* 雷达可视化 */
.hero-radar { display: grid; place-items: center; }
.radar {
  position: relative;
  width: 100%; max-width: 380px; aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(74, 245, 168, 0.09), rgba(74, 245, 168, 0.01) 62%, transparent 72%);
}
.radar-ring {
  position: absolute; border-radius: 50%;
  border: 1px solid rgba(74, 245, 168, 0.15);
}
.radar-ring-1 { inset: 0; }
.radar-ring-2 { inset: 17%; border-color: rgba(74, 245, 168, 0.19); }
.radar-ring-3 { inset: 34%; border-color: rgba(74, 245, 168, 0.24); }

.radar-cross {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(74, 245, 168, 0.16) 50%, transparent calc(50% + 0.5px)),
    linear-gradient(0deg, transparent calc(50% - 0.5px), rgba(74, 245, 168, 0.16) 50%, transparent calc(50% + 0.5px));
}

.radar-sweep {
  position: absolute; inset: 0; border-radius: 50%;
  background: conic-gradient(from 0deg,
    rgba(74, 245, 168, 0.42) 0deg,
    rgba(74, 245, 168, 0.14) 30deg,
    rgba(74, 245, 168, 0.03) 65deg,
    transparent 100deg,
    transparent 360deg);
  mask-image: radial-gradient(circle, #000 62%, transparent 71%);
  -webkit-mask-image: radial-gradient(circle, #000 62%, transparent 71%);
  animation: sweep 5.6s linear infinite;
  will-change: transform;
}
@keyframes sweep { to { transform: rotate(360deg); } }

.radar-core {
  position: absolute; inset: 38%;
  border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 1px;
  background: radial-gradient(circle at 50% 40%, rgba(74, 245, 168, 0.2), rgba(4, 9, 7, 0.92) 72%);
  border: 1px solid rgba(74, 245, 168, 0.3);
  box-shadow: 0 0 34px rgba(74, 245, 168, 0.22), inset 0 0 22px rgba(74, 245, 168, 0.12);
}
.radar-core-value { font-size: clamp(15px, 2vw, 19px); font-weight: 700; color: var(--mint); letter-spacing: -0.01em; }
.radar-core-label {
  font-family: var(--font-mono); font-size: 8.5px; letter-spacing: 0.22em;
  color: var(--text-4); font-weight: 600;
}

.radar-blip {
  position: absolute; width: 7px; height: 7px; border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 10px 3px rgba(74, 245, 168, 0.55);
}
.radar-blip-a { top: 22%; left: 63%; animation: blip-pulse 2.2s var(--ease) infinite 0.2s; }
.radar-blip-b { top: 66%; left: 30%; animation: blip-pulse 3.1s var(--ease) infinite 1.1s; background: var(--lime); box-shadow: 0 0 10px 3px rgba(182, 255, 60, 0.5); }
.radar-blip-c { top: 47%; left: 80%; animation: blip-pulse 2.7s var(--ease) infinite 1.8s; width: 5px; height: 5px; }

/* ── 卡片通用 ───────────────────────────────────────────────── */
.card {
  position: relative;
  padding: clamp(20px, 2.6vw, 28px);
  border-radius: var(--r-lg);
  background: var(--surface);
  border: 1px solid var(--line);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.card::before {
  content: ""; position: absolute; inset: 0 0 auto; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(74, 245, 168, 0.4), transparent);
  opacity: 0.7;
}
.card-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; flex-wrap: wrap;
  margin-bottom: 14px;
}
.card-title { font-size: 17px; letter-spacing: -0.028em; }
.card-foot {
  margin-top: 14px;
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  font-size: 12.5px; color: var(--text-3);
}
.dot-sep { width: 3px; height: 3px; border-radius: 50%; background: var(--text-4); }

.pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 11px; border-radius: 999px;
  font-size: 11.5px; font-weight: 600; letter-spacing: 0.01em;
}
.pill-live {
  background: var(--mint-soft);
  border: 1px solid rgba(74, 245, 168, 0.3);
  color: var(--mint);
}
.pill-quiet {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  color: var(--text-3);
  font-family: var(--font-mono);
  font-size: 10.5px; letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ── 仪表盘网格 ─────────────────────────────────────────────── */
.dash {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  scroll-margin-top: 88px;
}
.card-scan::after {
  content: ""; position: absolute; right: -60px; bottom: -70px;
  width: 190px; height: 190px; border-radius: 50%;
  background: radial-gradient(circle, rgba(74, 245, 168, 0.16), transparent 68%);
  pointer-events: none;
}

/* 倒计时 */
.countdown {
  display: flex; align-items: baseline; gap: 6px;
  margin-top: 18px;
}
.countdown-unit { display: flex; align-items: baseline; gap: 3px; }
.countdown-unit strong {
  font-family: var(--font-mono);
  font-size: clamp(32px, 5.4vw, 46px);
  font-weight: 700; letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
  color: var(--text);
  text-shadow: 0 0 26px rgba(74, 245, 168, 0.28);
}
.countdown-unit span { font-size: 12px; color: var(--text-3); font-weight: 500; }
.countdown-sep {
  font-family: var(--font-mono); font-size: clamp(24px, 4vw, 34px);
  color: var(--mint); opacity: 0.42; transform: translateY(-3px);
}

.scan-bar {
  margin-top: 18px; height: 3px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.06); overflow: hidden;
}
.scan-bar > span {
  display: block; height: 100%; width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mint), var(--lime));
  box-shadow: 0 0 12px rgba(74, 245, 168, 0.6);
  transition: width 1s linear;
}

/* 概率环 */
.prob-body {
  display: flex; align-items: center; gap: 20px;
  margin-top: 12px;
}
.prob-gauge { position: relative; width: 118px; height: 118px; flex-shrink: 0; }
.prob-gauge svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.gauge-track {
  fill: none; stroke: rgba(255, 255, 255, 0.07); stroke-width: 9;
}
.gauge-fill {
  fill: none; stroke: url(#prob-grad); stroke-width: 9; stroke-linecap: round;
  stroke-dasharray: 314.16; stroke-dashoffset: 314.16;
  filter: drop-shadow(0 0 8px rgba(74, 245, 168, 0.55));
  transition: stroke-dashoffset 1.5s var(--ease-out);
}
.prob-gauge-center {
  position: absolute; inset: 0;
  display: flex; align-items: baseline; justify-content: center; gap: 1px;
}
.prob-gauge-center strong {
  font-family: var(--font-mono);
  font-size: 36px; font-weight: 700; letter-spacing: -0.045em;
  font-variant-numeric: tabular-nums;
  align-self: center;
  color: var(--text);
}
.prob-unit { font-size: 15px; color: var(--mint); font-weight: 600; align-self: center; margin-top: 8px; }

.prob-copy { min-width: 0; display: flex; flex-direction: column; gap: 7px; }
.prob-verdict { font-size: 14.5px; font-weight: 650; color: var(--text); line-height: 1.45; }
.prob-note { font-size: 12.5px; color: var(--text-3); line-height: 1.6; }

.mini-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; margin-top: 20px;
  border-radius: var(--r-md);
  background: var(--line);
  border: 1px solid var(--line);
  overflow: hidden;
}
.mini-stats > div {
  padding: 12px 14px;
  background: rgba(6, 14, 12, 0.66);
}
.mini-stats dt { font-size: 11px; color: var(--text-3); margin-bottom: 4px; }
.mini-stats dd { font-size: 16px; font-weight: 700; letter-spacing: -0.02em; }
.mini-stats dd strong { color: var(--mint); }

/* 最近一次重置 */
.card-latest { display: flex; flex-direction: column; gap: 12px; }
.latest-ago {
  font-size: clamp(30px, 4.4vw, 40px);
  font-weight: 750; letter-spacing: -0.04em;
  background: linear-gradient(120deg, var(--mint), var(--lime));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  line-height: 1.1;
}
.kind-tag {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 6px 13px; border-radius: 999px;
  font-size: 12.5px; font-weight: 600;
  border: 1px solid transparent;
  width: fit-content;
}
.kind-tag.kind-full   { background: rgba(74, 245, 168, 0.13);  border-color: rgba(74, 245, 168, 0.34);  color: var(--mint); }
.kind-tag.kind-card   { background: rgba(164, 139, 255, 0.14); border-color: rgba(164, 139, 255, 0.36); color: var(--violet); }
.kind-tag.kind-signal { background: rgba(255, 194, 74, 0.13);  border-color: rgba(255, 194, 74, 0.34);  color: var(--amber); }

.latest-source {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; flex-wrap: wrap;
  padding: 12px 15px; border-radius: var(--r-md);
  background: rgba(74, 245, 168, 0.06);
  border: 1px solid var(--line);
  color: var(--text-2);
  transition: background 0.22s var(--ease), border-color 0.22s var(--ease), transform 0.22s var(--ease);
}
.latest-source:hover {
  background: rgba(74, 245, 168, 0.12);
  border-color: rgba(74, 245, 168, 0.36);
  transform: translateX(3px);
}
.latest-source-cta {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 12.5px; font-weight: 650; color: var(--mint);
}
.latest-hint { font-size: 12px; color: var(--text-4); line-height: 1.6; margin-top: auto; }

/* ── 祈愿 ───────────────────────────────────────────────────── */
.wish {
  position: relative;
  margin-top: clamp(64px, 9vw, 104px);
  padding: clamp(38px, 6vw, 62px) var(--gutter);
  border-radius: var(--r-xl);
  text-align: center;
  background:
    radial-gradient(ellipse 70% 100% at 50% 0%, rgba(182, 255, 60, 0.11), transparent 66%),
    var(--surface);
  border: 1px solid var(--line);
  overflow: hidden;
}
.wish::before {
  content: ""; position: absolute; inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(150deg, rgba(74, 245, 168, 0.34), transparent 42%, rgba(182, 255, 60, 0.24));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.wish-inner { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }
.wish .section-sub { text-align: center; }

.wish-counter {
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  margin: 24px 0 20px;
}
.wish-counter-label { font-size: 12px; color: var(--text-3); }
.wish-counter-value { display: flex; align-items: baseline; gap: 5px; }
.wish-counter-value strong {
  font-family: var(--font-mono);
  font-size: 46px; font-weight: 700; letter-spacing: -0.05em;
  font-variant-numeric: tabular-nums;
  background: linear-gradient(120deg, var(--mint), var(--lime));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.wish-counter-value span { font-size: 13px; color: var(--text-3); }

.btn-wish {
  position: relative;
  padding: 16px 38px;
  font-size: 16px;
  background: linear-gradient(140deg, var(--mint), var(--lime));
  color: #04150A;
  box-shadow: 0 16px 40px -16px rgba(74, 245, 168, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.btn-wish:hover { transform: translateY(-2px) scale(1.02); }
.btn-wish.is-bump { animation: wish-bump 0.42s var(--ease); }
@keyframes wish-bump {
  0% { transform: scale(1); }
  38% { transform: scale(0.94); }
  70% { transform: scale(1.06); }
  100% { transform: scale(1); }
}
.wish-emoji { font-size: 19px; display: inline-block; }
.btn-wish.is-bump .wish-emoji { animation: wish-emoji 0.6s var(--ease); }
@keyframes wish-emoji {
  0% { transform: translateY(0) rotate(0); }
  40% { transform: translateY(-9px) rotate(-14deg); }
  100% { transform: translateY(0) rotate(0); }
}

.wish-message {
  margin-top: 16px; min-height: 22px;
  font-size: 13.5px; color: var(--mint); font-weight: 550;
  opacity: 0; transform: translateY(6px);
  transition: opacity 0.35s var(--ease), transform 0.35s var(--ease);
}
.wish-message.is-visible { opacity: 1; transform: none; }

.wish-particles { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.wish-particle {
  position: absolute;
  font-size: 17px;
  animation: float-up 1.5s var(--ease-out) forwards;
  will-change: transform, opacity;
}
@keyframes float-up {
  0%   { transform: translate(0, 0) scale(0.5) rotate(0deg); opacity: 0; }
  18%  { opacity: 1; }
  100% { transform: translate(var(--dx), -150px) scale(1.15) rotate(var(--rot)); opacity: 0; }
}

/* ── 统计 ───────────────────────────────────────────────────── */
.stats {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(40px, 6vw, 64px);
}
.stat-card {
  position: relative;
  display: flex; flex-direction: column; gap: 10px;
  padding: clamp(20px, 2.6vw, 26px);
  border-radius: var(--r-lg);
  background: var(--surface);
  border: 1px solid var(--line);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-md);
  transition: transform 0.28s var(--ease), border-color 0.28s var(--ease);
}
.stat-card:hover { transform: translateY(-3px); border-color: var(--line-strong); }
.stat-label { font-size: 12.5px; color: var(--text-3); }
.stat-value { display: flex; align-items: baseline; gap: 7px; flex-wrap: wrap; }
.stat-value strong {
  font-family: var(--font-mono);
  font-size: clamp(32px, 4.4vw, 42px);
  font-weight: 700; letter-spacing: -0.045em;
  font-variant-numeric: tabular-nums;
  color: var(--text);
}
.stat-value em { font-size: 12.5px; color: var(--text-3); font-style: normal; }
.stat-bar { height: 3px; border-radius: 999px; background: rgba(255, 255, 255, 0.06); overflow: hidden; }
.stat-bar > i {
  display: block; height: 100%; width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mint), var(--lime));
  transition: width 1.2s var(--ease-out);
}
.stat-card.is-inview .stat-bar > i { width: var(--w); }

/* ── 热力图 ─────────────────────────────────────────────────── */
.map-legend {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  font-size: 12.5px; color: var(--text-3);
}
.map-legend span { display: inline-flex; align-items: center; gap: 7px; }
.legend-swatch {
  width: 11px; height: 11px; border-radius: 3px;
  border: 1px solid transparent;
}
.legend-swatch.kind-full   { background: rgba(74, 245, 168, 0.75);  border-color: rgba(74, 245, 168, 0.9); }
.legend-swatch.kind-card   { background: rgba(164, 139, 255, 0.72); border-color: rgba(164, 139, 255, 0.9); }
.legend-swatch.kind-signal { background: rgba(255, 194, 74, 0.75);  border-color: rgba(255, 194, 74, 0.9); }

.map-filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.chip {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 15px; border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  font-size: 13px; font-weight: 550; color: var(--text-3);
  transition: all 0.2s var(--ease);
}
.chip:hover { border-color: var(--line-strong); color: var(--text-2); }
.chip.is-active {
  background: var(--mint-soft);
  border-color: rgba(74, 245, 168, 0.4);
  color: var(--mint);
}
.chip-count {
  font-family: var(--font-mono); font-size: 10.5px;
  padding: 1px 6px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: inherit;
  font-variant-numeric: tabular-nums;
}
.chip.is-active .chip-count { background: rgba(74, 245, 168, 0.22); }

.map-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 20px;
  align-items: start;
  padding: clamp(20px, 2.6vw, 28px);
  border-radius: var(--r-lg);
  background: var(--surface);
  border: 1px solid var(--line);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-md);
}

/* 热力图：26 周 × 7 天，单元格随容器自适应为正方形；
   窄屏时以 12px 为下限并让外层横向滚动，保证仍然好点。 */
.heatmap-wrap { overflow-x: auto; padding-bottom: 6px; scrollbar-width: thin; }
.heatmap-wrap::-webkit-scrollbar { height: 6px; }
.heatmap-wrap::-webkit-scrollbar-thumb { background: rgba(74, 245, 168, 0.22); border-radius: 999px; }

.heatmap-months {
  display: grid;
  grid-template-columns: repeat(26, minmax(12px, 1fr));
  gap: 3px;
  margin: 0 0 7px 24px;      /* 24px = 星期列 17px + 间距 7px，保证与下方列对齐 */
  min-width: 387px;           /* 26 × 12px + 25 × 3px */
  font-size: 10.5px; color: var(--text-4);
  font-family: var(--font-mono);
}
.heatmap-months span { white-space: nowrap; overflow: hidden; }

.heatmap-main {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  gap: 7px;
  align-items: stretch;
  min-width: 411px;           /* 17px + 7px + 387px */
}
.heatmap-days {
  display: grid;
  grid-template-rows: repeat(7, 1fr);
  gap: 3px;
  height: 100%;
  font-size: 9.5px; color: var(--text-4);
}
.heatmap-days span { display: flex; align-items: center; justify-content: flex-end; }

.heatmap {
  display: grid;
  grid-template-columns: repeat(26, minmax(12px, 1fr));
  grid-template-rows: repeat(7, auto);
  gap: 3px;
}

.heat-cell {
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  border-radius: 22%;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.045);
  padding: 0;
  transition: transform 0.16s var(--ease), box-shadow 0.2s var(--ease), opacity 0.24s var(--ease);
}
.heat-cell.is-empty { cursor: default; }
.heat-cell.is-event { cursor: pointer; }
.heat-cell.is-event:hover { transform: scale(1.34); z-index: 2; }
.heat-cell.is-event:focus-visible { transform: scale(1.34); z-index: 2; }

.heat-cell.kind-full   { background: rgba(74, 245, 168, 0.78);  border-color: rgba(74, 245, 168, 0.95); }
.heat-cell.kind-card   { background: rgba(164, 139, 255, 0.74); border-color: rgba(164, 139, 255, 0.95); }
.heat-cell.kind-signal { background: rgba(255, 194, 74, 0.78);  border-color: rgba(255, 194, 74, 0.95); }
.heat-cell.is-event { box-shadow: 0 0 10px -2px currentColor; }
.heat-cell.kind-full   { color: rgba(74, 245, 168, 0.9); }
.heat-cell.kind-card   { color: rgba(164, 139, 255, 0.9); }
.heat-cell.kind-signal { color: rgba(255, 194, 74, 0.9); }

.heat-cell.is-dimmed { opacity: 0.12; }
.heat-cell.is-future { background: rgba(255, 255, 255, 0.015); }
.heat-cell.is-future::after {
  content: ""; position: absolute; inset: 3px;
  border-radius: 2px;
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 3px);
}
.heat-cell.is-future { position: relative; }
.heat-cell.is-selected {
  outline: 2px solid var(--text);
  outline-offset: 2px;
  transform: scale(1.3);
  z-index: 3;
}
.heat-cell.is-today::after {
  content: ""; position: absolute; inset: -3px;
  border-radius: 5px; border: 1px dashed rgba(74, 245, 168, 0.6);
}
.heat-cell.is-today { position: relative; }

.map-detail {
  display: flex; flex-direction: column; gap: 10px;
  padding: 18px;
  border-radius: var(--r-md);
  background: rgba(6, 14, 12, 0.6);
  border: 1px solid var(--line);
  position: sticky; top: 88px;
}
.map-detail-date {
  font-family: var(--font-mono);
  font-size: 15px; font-weight: 650; letter-spacing: -0.02em;
  color: var(--text);
}
.map-detail-note { font-size: 12.5px; color: var(--text-3); line-height: 1.6; }
.map-detail-source {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 12.5px; font-weight: 650; color: var(--mint);
  transition: gap 0.2s var(--ease);
}
.map-detail-source:hover { gap: 8px; }
.map-detail-facts {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  border-radius: var(--r-sm); overflow: hidden;
  background: var(--line); border: 1px solid var(--line);
  margin-top: 2px;
}
.map-detail-facts > div { padding: 9px 11px; background: rgba(6, 14, 12, 0.8); }
.map-detail-facts dt { font-size: 10.5px; color: var(--text-4); }
.map-detail-facts dd { font-size: 13px; font-weight: 650; margin-top: 2px; }
.map-hint { font-size: 11.5px; color: var(--text-4); line-height: 1.6; margin-top: auto; }

/* ── 动态列表 ───────────────────────────────────────────────── */
.feed-author {
  display: flex; align-items: center; gap: 11px;
  padding: 9px 16px 9px 9px;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--line);
}
.feed-author img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; background: linear-gradient(140deg, #1B3529, #0C1A15); }
.feed-author span { display: flex; flex-direction: column; line-height: 1.3; }
.feed-author strong { font-size: 13px; }
.feed-author em { font-size: 11px; color: var(--text-3); font-style: normal; }

.feed-filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }

.feed-list { display: flex; flex-direction: column; gap: 10px; }

.feed-item {
  position: relative;
  border-radius: var(--r-md);
  background: var(--surface);
  border: 1px solid var(--line);
  transition: border-color 0.24s var(--ease), background 0.24s var(--ease), transform 0.24s var(--ease);
  overflow: hidden;
}
.feed-item:hover {
  border-color: var(--line-strong);
  background: var(--surface-2);
  transform: translateX(4px);
}
.feed-item.is-reset { border-color: rgba(74, 245, 168, 0.3); }
.feed-item.is-reset::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 2.5px;
  background: linear-gradient(180deg, var(--mint), var(--lime));
}
.feed-item.is-signal { border-color: rgba(255, 194, 74, 0.28); }
.feed-item.is-signal::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 2.5px;
  background: linear-gradient(180deg, var(--amber), #FF9A4A);
}

.feed-link {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  padding: 17px 20px;
}
.feed-index {
  font-family: var(--font-mono);
  font-size: 12px; font-weight: 650;
  color: var(--text-4);
  padding-top: 2px;
  font-variant-numeric: tabular-nums;
}
.feed-item.is-reset .feed-index { color: var(--mint); }
.feed-item.is-signal .feed-index { color: var(--amber); }

.feed-main { min-width: 0; }
.feed-tags { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; margin-bottom: 7px; }
.tag-cat {
  padding: 3px 9px; border-radius: 6px;
  font-size: 11px; font-weight: 650;
  background: rgba(255, 255, 255, 0.07);
  color: var(--text-2);
  border: 1px solid var(--line);
}
.tag-cat[data-cat="重置"] { background: rgba(74, 245, 168, 0.14); color: var(--mint); border-color: rgba(74, 245, 168, 0.3); }
.tag-cat[data-cat="容量"] { background: rgba(255, 194, 74, 0.13); color: var(--amber); border-color: rgba(255, 194, 74, 0.3); }
.tag-cat[data-cat="模型"] { background: rgba(164, 139, 255, 0.13); color: var(--violet); border-color: rgba(164, 139, 255, 0.3); }
.tag-cat[data-cat="产品"] { background: rgba(109, 190, 255, 0.12); color: #6DBEFF; border-color: rgba(109, 190, 255, 0.28); }
.tag-cat[data-cat="团队"] { background: rgba(255, 128, 149, 0.12); color: var(--rose); border-color: rgba(255, 128, 149, 0.28); }
.tag-cat[data-cat="互动"] { background: rgba(255, 255, 255, 0.07); color: var(--text-2); }
.tag-cat[data-cat="观点"] { background: rgba(255, 255, 255, 0.07); color: var(--text-2); }

.tag-status {
  padding: 3px 9px; border-radius: 6px;
  font-size: 11px; font-weight: 600;
  font-family: var(--font-mono);
  letter-spacing: 0.02em;
}
.tag-status[data-status="确认重置"] { background: rgba(74, 245, 168, 0.2); color: #7CFFC4; }
.tag-status[data-status="相关信号"] { background: rgba(255, 194, 74, 0.18); color: #FFD37A; }
.tag-status[data-status="普通动态"] { background: rgba(255, 255, 255, 0.05); color: var(--text-4); }

.feed-time { font-size: 11.5px; color: var(--text-4); font-family: var(--font-mono); }
.feed-title { font-size: 16px; letter-spacing: -0.024em; font-weight: 680; }
.feed-summary { margin-top: 5px; font-size: 13.5px; color: var(--text-3); line-height: 1.62; }

.feed-go {
  display: grid; place-items: center;
  width: 30px; height: 30px; border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--text-3);
  transition: all 0.24s var(--ease);
}
.feed-item:hover .feed-go {
  border-color: rgba(74, 245, 168, 0.45);
  color: var(--mint);
  background: var(--mint-soft);
  transform: translate(2px, -2px);
}
.feed-empty { padding: 34px; text-align: center; color: var(--text-4); font-size: 13.5px; }

/* ── 页脚 ───────────────────────────────────────────────────── */
.footer {
  margin-top: clamp(60px, 9vw, 96px);
  padding-top: 26px;
  border-top: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 14px;
}
.footer-main {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
}
.footer-note { font-size: 12.5px; color: var(--text-3); }
.footer-disclaimer {
  font-size: 12px; color: var(--text-4);
  padding: 12px 16px; border-radius: var(--r-sm);
  background: rgba(255, 194, 74, 0.05);
  border: 1px solid rgba(255, 194, 74, 0.16);
}

/* ── 弹窗 ───────────────────────────────────────────────────── */
.modal-root { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 20px; }
/* hidden 属性必须显式生效，否则空蒙层会盖住整页并拦截点击 */
.modal-root[hidden] { display: none; }
.modal-backdrop {
  position: absolute; inset: 0;
  background: rgba(2, 5, 4, 0.72);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  animation: fade-in 0.24s var(--ease);
}
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }

.modal {
  position: relative;
  width: min(560px, 100%);
  max-height: min(82vh, 720px);
  overflow-y: auto;
  padding: clamp(24px, 3.4vw, 34px);
  border-radius: var(--r-lg);
  background: linear-gradient(165deg, var(--surface-3), rgba(8, 16, 14, 0.97));
  border: 1px solid var(--line-strong);
  box-shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.9), var(--shadow-glow);
  animation: modal-in 0.32s var(--ease-out);
}
@keyframes modal-in {
  from { opacity: 0; transform: translateY(16px) scale(0.97); }
  to   { opacity: 1; transform: none; }
}

.modal-close {
  position: absolute; top: 14px; right: 14px;
  width: 32px; height: 32px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid var(--line);
  color: var(--text-3);
  transition: all 0.2s var(--ease);
}
.modal-close:hover { border-color: var(--line-strong); color: var(--text); background: rgba(255, 255, 255, 0.05); }

.modal-body { display: flex; flex-direction: column; gap: 14px; }
.modal-body h3 { font-size: 21px; letter-spacing: -0.03em; padding-right: 34px; }
.modal-body > p { font-size: 14px; color: var(--text-2); line-height: 1.72; }
.modal-body code {
  font-family: var(--font-mono); font-size: 12.5px;
  padding: 2px 6px; border-radius: 5px;
  background: rgba(74, 245, 168, 0.12); color: var(--mint);
}
.modal-list { display: flex; flex-direction: column; gap: 9px; margin-top: 2px; }
.modal-list li {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 13.5px; color: var(--text-2); line-height: 1.62;
}
.modal-list li::before {
  content: ""; flex-shrink: 0;
  width: 5px; height: 5px; margin-top: 8px; border-radius: 50%;
  background: var(--mint);
}
.modal-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 6px; }
.modal-note {
  font-size: 12px; color: var(--text-4);
  padding: 11px 14px; border-radius: var(--r-sm);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--line);
  line-height: 1.6;
}
/* 公众号二维码：必须放在浅底上并留白，深色反色会导致扫不出来 */
.modal-qr {
  margin: 2px 0;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.modal-qr-frame {
  display: block;
  padding: 14px;                       /* 兼作二维码静默区 */
  border-radius: var(--r-md);
  background: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14), 0 14px 32px -18px rgba(0, 0, 0, 0.9);
}
.modal-qr img {
  display: block;
  width: 200px; height: 200px;
  max-width: none;                     /* 避免与收缩尺寸形成循环依赖被压缩 */
  border-radius: 4px;
  background: #fff;
}
.modal-qr figcaption { font-size: 12px; color: var(--text-4); }

/* ── 滚动揭示动画 ───────────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}
.reveal.is-inview { opacity: 1; transform: none; }

/* ── 响应式 ─────────────────────────────────────────────────── */
@media (max-width: 1040px) {
  .hero { grid-template-columns: 1fr; }
  .hero-radar { order: -1; max-width: 300px; margin-inline: auto; }
  .radar { max-width: 300px; }
  .dash { grid-template-columns: 1fr 1fr; }
  .card-latest { grid-column: 1 / -1; }
  .map-body { grid-template-columns: 1fr; }
  .map-detail { position: static; }
  .nav-links { display: none; }
}

@media (max-width: 720px) {
  .dash, .stats { grid-template-columns: 1fr; }
  .prob-body { flex-direction: column; align-items: flex-start; gap: 14px; }
  .prob-gauge { width: 104px; height: 104px; }
  .feed-link { grid-template-columns: 26px minmax(0, 1fr); gap: 11px; padding: 15px 16px; }
  .feed-go { display: none; }
  .stats .stat-card { padding: 18px 20px; }
  .modal-root { padding: 12px; }
  .wish { padding: 34px 20px; }
  .countdown-unit strong { font-size: 34px; }
  .hero-trust { gap: 8px 16px; }
  .footer-main { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 420px) {
  .hero-tagline { font-size: 15.5px; }
  .hero-cta .btn { flex: 1 1 100%; }
  .mini-stats { grid-template-columns: 1fr; }
}

/* ── 动效降级 ───────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
  .heat-cell.is-event:hover, .heat-cell.is-selected { transform: none; }
}

@media print {
  .bg-layer, .nav, .wish, .footer-disclaimer { display: none; }
  body { background: #fff; color: #000; }
}
