/* ============================================================
   机器人前线 — styles.css  v4 「晨光工业风」
   ------------------------------------------------------------
   v3 的问题：整站近黑底，压抑，科技感靠发光堆出来，久看疲劳。
   v4 的思路（参考宇树/智元官网的做法）：
     - 主体是**亮面**：近白偏冷的底 + 大留白 + 细线框
     - 深色只在两处出现：首屏 hero 和末尾订阅区 → 形成明暗节奏
     - 色调从单一青色扩到三色：靛蓝(主) / 青(辅) / 琥珀(强调) + 洋红点缀
     - 渲染感靠**大面积柔和渐变 + 网格 + 玻璃卡**，不靠 glow 描边
   所有可调项集中在 :root。不引外部字体/CDN。
   ============================================================ */

:root {
  /* ---- 亮面体系 ---- */
  --page:       #f7f9fc;   /* 全站底 */
  --page-2:     #eef2f8;   /* 交替区块 */
  --card:       #ffffff;
  --card-soft:  rgba(255, 255, 255, .72);
  --line:       #dde4ef;
  --line-soft:  #e8edf5;

  --ink:        #101623;   /* 正文 */
  --ink-2:      #3d4859;   /* 次要 */
  --ink-3:      #6b7789;   /* 弱 */

  /* ---- 暗面体系（hero / subscribe） ---- */
  --dark:       #0d1526;
  --dark-2:     #121d33;
  --dark-ink:   #eef3fb;
  --dark-ink-2: #a3b2c9;
  --dark-line:  rgba(255, 255, 255, .14);

  /* ---- 三色调 ---- */
  --indigo:     #3d5afe;
  --indigo-d:   #2438c4;
  --cyan:       #06b6d4;
  --cyan-l:     #22d3ee;
  --amber:      #f59e0b;
  --amber-d:    #b45309;
  --magenta:    #e0359b;
  --green:      #10b981;

  --radius:     16px;
  --radius-lg:  22px;
  --wrap:       1180px;
  --mono:       ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas,
                "Liberation Mono", monospace;
  --shadow-sm:  0 1px 2px rgba(16, 22, 35, .05),
                0 2px 8px rgba(16, 22, 35, .04);
  --shadow:     0 2px 4px rgba(16, 22, 35, .05),
                0 12px 32px -8px rgba(16, 22, 35, .12);
  --shadow-lg:  0 8px 24px -6px rgba(36, 56, 196, .18),
                0 24px 60px -20px rgba(16, 22, 35, .22);
  --ease:       cubic-bezier(.22, .68, .34, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font: 16px/1.7 -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
        "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 { margin: 0; line-height: 1.24; letter-spacing: -.02em; font-weight: 700; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
img { max-width: 100%; display: block; }
a { color: var(--indigo); text-decoration: none; }
a:hover { color: var(--indigo-d); }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.wrap.narrow { max-width: 640px; }

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

.skip-link { position: absolute; left: -9999px; }
.skip-link:focus {
  left: 16px; top: 12px; z-index: 300;
  background: #fff; color: var(--ink); padding: 10px 16px;
  border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow);
}

.mono {
  font-family: var(--mono); font-size: 11.5px;
  letter-spacing: .16em; text-transform: uppercase;
}

/* ============ 顶栏 ============ */

.site-header {
  position: sticky; top: 0; z-index: 80;
  background: rgba(247, 249, 252, .82);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, background .3s;
}
.site-header.is-scrolled { border-bottom-color: var(--line); }
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; min-height: 66px;
}
.logo {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 800; font-size: 17px; color: var(--ink); letter-spacing: -.02em;
}
.logo:hover { color: var(--ink); }
.logo-mark {
  position: relative; width: 32px; height: 32px; flex: none;
  display: block; border-radius: 9.5px;
  box-shadow: 0 3px 10px -2px rgba(61, 90, 254, .45),
              0 0 0 1px rgba(61, 90, 254, .12);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.logo-mark svg { display: block; width: 100%; height: 100%; }
/* 天线顶端的呼吸点：暗示「在线追踪」，不是纯装饰 */
.logo-pulse {
  position: absolute; left: 50%; top: 4px; width: 3.6px; height: 3.6px;
  margin-left: -1.8px; border-radius: 50%; background: #fff;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .9);
  animation: logoPulse 2.6s var(--ease) infinite;
}
@keyframes logoPulse {
  0%   { box-shadow: 0 0 0 0 rgba(255, 255, 255, .85); }
  70%  { box-shadow: 0 0 0 6px rgba(255, 255, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}
.logo:hover .logo-mark {
  transform: rotate(-4deg) scale(1.06);
  box-shadow: 0 6px 18px -3px rgba(61, 90, 254, .55),
              0 0 0 1px rgba(61, 90, 254, .2);
}
.logo-word { line-height: 1; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  display: inline-block; padding: 8px 13px; border-radius: 9px;
  color: var(--ink-2); font-size: 14.5px; font-weight: 500;
  transition: background .2s, color .2s;
}
.nav a:hover { background: rgba(61, 90, 254, .08); color: var(--indigo-d); }
.nav .nav-cta {
  margin-left: 6px; color: #fff; font-weight: 600;
  background: linear-gradient(135deg, var(--indigo), var(--indigo-d));
  box-shadow: 0 3px 10px -2px rgba(61, 90, 254, .45);
}
.nav .nav-cta:hover { color: #fff; filter: brightness(1.08); }
@media (max-width: 640px) {
  .nav a { padding: 7px 9px; font-size: 13.5px; }
  .nav a[href="#supply"] { display: none; }
  .logo { font-size: 16px; gap: 9px; }
  .logo-mark { width: 29px; height: 29px; border-radius: 8.5px; }
}

/* ============ HERO（暗面） ============ */

.hero {
  position: relative; overflow: hidden;
  background: var(--dark);
  color: var(--dark-ink);
  padding: 84px 0 96px;
  margin-bottom: -40px;      /* 让下面的亮面卡片上浮盖住边界 */
  border-radius: 0 0 32px 32px;
}
/* 多层渐变：靛蓝→青→洋红，模拟工业渲染的环境光 */
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(820px 420px at 12% 4%,  rgba(61, 90, 254, .40), transparent 66%),
    radial-gradient(720px 380px at 88% 0%,  rgba(224, 53, 155, .24), transparent 64%),
    radial-gradient(900px 500px at 62% 106%, rgba(6, 182, 212, .30), transparent 68%);
}
/* 原来是横竖小方格，太呆板。换成稀疏的斜向光带 + 缓慢漂移，
   只提供质感，不构成图形。 */
.hero::after {
  content: ""; position: absolute; inset: -20%; pointer-events: none;
  background-image: repeating-linear-gradient(
    108deg,
    transparent 0 84px,
    rgba(174, 208, 255, .07) 84px 85px,
    transparent 85px 190px
  );
  mask-image: radial-gradient(ellipse 78% 74% at 26% 40%, #000 4%, transparent 68%);
  -webkit-mask-image: radial-gradient(ellipse 78% 74% at 26% 40%, #000 4%, transparent 68%);
  animation: drift 26s linear infinite;
}
@keyframes drift {
  0%   { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(190px, 0, 0); }
}
.hero > .wrap { position: relative; z-index: 2; }

.hero-grid {
  display: grid; gap: 48px; align-items: center;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; gap: 36px; } }

.badge-live {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px; border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid var(--dark-line);
  color: #cfe0f7;
}
.badge-live .dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 0 4px rgba(16, 185, 129, .22);
  animation: pulse 2.4s var(--ease) infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(16, 185, 129, .28); }
  50%      { box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
}

.hero h1 {
  margin: 22px 0 18px;
  font-size: clamp(32px, 5.2vw, 54px);
  letter-spacing: -.035em; line-height: 1.14;
}
.grad {
  background: linear-gradient(96deg, var(--cyan-l) 0%, #7c9dff 42%, var(--magenta) 96%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.hero .lede {
  max-width: 30em; font-size: clamp(15.5px, 1.6vw, 17.5px);
  color: var(--dark-ink-2);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 34px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 24px; border-radius: 12px; border: 1px solid transparent;
  font-size: 15px; font-weight: 600; cursor: pointer;
  transition: transform .18s var(--ease), filter .2s, background .2s, box-shadow .2s;
  font-family: inherit;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #5b74ff, var(--indigo) 55%, var(--indigo-d));
  box-shadow: 0 6px 20px -6px rgba(61, 90, 254, .7);
}
.btn-primary:hover { color: #fff; filter: brightness(1.09); transform: translateY(-1px); }
.btn-ghost {
  color: var(--dark-ink); background: rgba(255, 255, 255, .07);
  border-color: var(--dark-line);
}
.btn-ghost:hover { color: #fff; background: rgba(255, 255, 255, .13); transform: translateY(-1px); }
.btn-block { width: 100%; }

/* 首屏数字 */
.stats {
  display: flex; flex-wrap: wrap; gap: 34px; margin: 0;
  padding-top: 26px; border-top: 1px solid var(--dark-line);
}
.stats div { margin: 0; }
.stats dt {
  font-family: var(--mono); font-size: 11px; letter-spacing: .14em;
  text-transform: uppercase; color: #8fa3c0; margin-bottom: 5px;
}
.stats dd {
  margin: 0; font-size: 27px; font-weight: 800; letter-spacing: -.03em;
  color: #fff; font-variant-numeric: tabular-nums;
}

/* hero 幻灯片 */
.hero-visual { position: relative; }
.slider {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 30px 70px -24px rgba(0, 0, 0, .7);
  background: linear-gradient(160deg, rgba(61,90,254,.22), rgba(6,182,212,.14));
  aspect-ratio: 3 / 2;
}
/* 横向轨道：整条平移，所以是真正的「左右滑动」而不是淡入淡出 */
.slider-track {
  display: flex; height: 100%; width: 100%;
  transition: transform .78s var(--ease);
  will-change: transform;
}
.slider-track .slide { flex: 0 0 100%; height: 100%; position: relative; }
.slider-track .slide img { width: 100%; height: 100%; object-fit: cover; }

/* 扫描光：挂在容器上，不随轨道走 */
.slider::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 2;
  background: linear-gradient(115deg, transparent 38%, rgba(255,255,255,.14) 50%, transparent 62%);
  transform: translateX(-110%);
  animation: sweep 7s var(--ease) 1.4s infinite;
}
@keyframes sweep { 0% { transform: translateX(-110%); } 46%, 100% { transform: translateX(110%); } }

/* 图注 */
.slider-cap {
  position: absolute; z-index: 3; left: 0; right: 0; bottom: 0;
  padding: 40px 18px 15px;
  font-size: 13.5px; font-weight: 600; color: #eaf1fb;
  background: linear-gradient(to top, rgba(8, 13, 26, .88), transparent);
  pointer-events: none;
}
/* 圆点导航 */
.slider-dots {
  position: absolute; z-index: 4; right: 14px; top: 14px;
  display: flex; gap: 7px;
}
.slider-dots button {
  width: 8px; height: 8px; padding: 0; border-radius: 50%; cursor: pointer;
  border: 0; background: rgba(255, 255, 255, .38);
  transition: background .25s, transform .25s var(--ease), width .3s var(--ease);
}
.slider-dots button:hover { background: rgba(255, 255, 255, .7); }
.slider-dots button[aria-selected="true"] {
  width: 22px; border-radius: 999px; background: #fff;
}

/* 浮动小卡：给静态图加动感 */
.float-chip {
  position: absolute; z-index: 3;
  display: flex; align-items: center; gap: 9px;
  padding: 10px 14px; border-radius: 13px;
  background: rgba(255, 255, 255, .95);
  box-shadow: var(--shadow-lg); color: var(--ink);
  font-size: 13px; font-weight: 600; white-space: nowrap;
}
.float-chip .n {
  font-size: 17px; font-weight: 800; letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
}
.float-chip.a { left: -14px;  bottom: 34px; animation: bobA 6s var(--ease) infinite; }
.float-chip.b { right: -10px; top: 26px;    animation: bobB 7s var(--ease) infinite; }
.float-chip.a .n { color: var(--indigo); }
.float-chip.b .n { color: var(--amber-d); }
@keyframes bobA { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-11px); } }
@keyframes bobB { 0%,100% { transform: translateY(0); } 50% { transform: translateY(9px); } }
@media (max-width: 900px) { .float-chip { display: none; } }

/* ============ 通用区块 ============ */

.section { padding: 76px 0; position: relative; }
.section-alt { background: var(--page-2); }
.section-alt::before, .section-alt::after {
  content: ""; position: absolute; left: 0; right: 0; height: 1px; background: var(--line-soft);
}
.section-alt::before { top: 0; } .section-alt::after { bottom: 0; }

.section-head {
  display: flex; flex-wrap: wrap; gap: 20px 28px;
  align-items: flex-end; justify-content: space-between; margin-bottom: 34px;
}
/* ---- 板块眉标（eyebrow）----
   去掉 01/02/03 编号：这三块无先后关系，编号在暗示不存在的顺序。
   降权重的手段：小写字号 + 中性墨色 + 左侧色条承担「区分板块」的职责。
   每个板块换一种色条 → 互相独立，但不与下面的 h2 抢注意力。        */
.eyebrow {
  position: relative; padding-left: 13px; margin-bottom: 10px;
  font-size: 13px; font-weight: 600; letter-spacing: .04em;
  color: var(--ink-3);
}
.eyebrow::before {
  content: ""; position: absolute; left: 0; top: .18em; bottom: .18em;
  width: 3px; border-radius: 3px;
  background: linear-gradient(180deg, var(--indigo), var(--cyan));
}
#news  .eyebrow::before { background: linear-gradient(180deg, var(--amber), #fbbf24); }
#supply .eyebrow::before { background: linear-gradient(180deg, #8b5cf6, var(--magenta)); }

/* 移动端 h2 缩到 24px，眉标必须同步降权重，否则反而抢戏。
   注意：这段必须放在 .eyebrow 基础样式之后，否则同优先级下会被覆盖。 */
@media (max-width: 640px) {
  .eyebrow { font-size: 12px; padding-left: 11px; margin-bottom: 7px; letter-spacing: .02em; }
  .eyebrow::before { width: 2.5px; }
  .section-head { margin-bottom: 26px; }
}

/* 板块间的分隔不再靠标题大小，靠顶部一条细色带 */
.section { position: relative; }
.section-tint::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px;
  background: linear-gradient(90deg, var(--indigo), var(--cyan) 45%, transparent 92%);
  opacity: .5;
}
#news.section-tint::before {
  background: linear-gradient(90deg, var(--amber), #fbbf24 45%, transparent 92%);
}
#supply.section-tint::before {
  background: linear-gradient(90deg, #8b5cf6, var(--magenta) 45%, transparent 92%);
}
.section h2 { font-size: clamp(24px, 3.2vw, 34px); }
.section-sub { margin-top: 11px; color: var(--ink-3); max-width: 44em; font-size: 15.5px; }

/* 筛选 chip */
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  padding: 8px 16px; border-radius: 999px; cursor: pointer;
  background: #fff; border: 1px solid var(--line);
  color: var(--ink-2); font-size: 13.5px; font-weight: 600; font-family: inherit;
  transition: all .2s var(--ease);
}
.chip:hover { border-color: #b9c6de; transform: translateY(-1px); }
.chip.is-active {
  color: #fff; border-color: transparent;
  background: linear-gradient(135deg, var(--indigo), var(--indigo-d));
  box-shadow: 0 4px 12px -3px rgba(61, 90, 254, .5);
}

/* ============ 本周看点 spotlight ============ */

.spotlight-wrap { position: relative; z-index: 5; padding-top: 0; }
.spotlight {
  display: grid; gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(272px, 1fr));
}
.spot {
  position: relative; overflow: hidden;
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 26px 24px 22px;
  box-shadow: var(--shadow);
  transition: transform .28s var(--ease), box-shadow .28s var(--ease);
}
.spot:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.spot::before {  /* 顶部彩条 */
  content: ""; position: absolute; inset: 0 0 auto 0; height: 4px;
  background: linear-gradient(90deg, var(--indigo), var(--cyan));
}
.spot.tone-amber::before   { background: linear-gradient(90deg, var(--amber), #fbbf24); }
.spot.tone-violet::before  { background: linear-gradient(90deg, #7c3aed, var(--magenta)); }
/* kicker 原来 11px 灰字贴在顶上，等于没有。
   改成有色底的实体标签，一眼能认出分类。 */
.spot .kicker {
  display: inline-flex; align-items: center; gap: 7px;
  margin-bottom: 15px; padding: 7px 14px 7px 12px;
  border-radius: 999px; font-size: 13px; font-weight: 800;
  letter-spacing: -.01em; font-family: inherit; text-transform: none;
  background: rgba(61, 90, 254, .11); color: var(--indigo-d);
  border: 1px solid rgba(61, 90, 254, .2);
}
.spot .kicker::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%; flex: none;
  background: linear-gradient(135deg, var(--indigo), var(--cyan));
}
.spot.tone-amber .kicker {
  background: rgba(245, 158, 11, .14); color: var(--amber-d);
  border-color: rgba(245, 158, 11, .3);
}
.spot.tone-amber .kicker::before { background: linear-gradient(135deg, var(--amber), #fbbf24); }
.spot.tone-violet .kicker {
  background: rgba(124, 58, 237, .11); color: #6d28d9;
  border-color: rgba(124, 58, 237, .22);
}
.spot.tone-violet .kicker::before { background: linear-gradient(135deg, #7c3aed, var(--magenta)); }

.spot h3 { font-size: 20.5px; margin-bottom: 10px; letter-spacing: -.025em; }
.spot p { color: var(--ink-2); font-size: 14.5px; }
.spot .src {
  margin-top: 16px; padding-top: 13px; border-top: 1px dashed var(--line);
  font-size: 12.5px; color: var(--ink-3);
}
.spot .src a { font-weight: 600; }

/* ============ 会展日历 ============ */

.event-list { display: grid; gap: 14px; }
.event { position: relative; }

/* 整条卡片可点：用铺满的透明 <a> 覆盖，而不是把整行包进 <a>。
   这样卡片里的其他链接/按钮以后还能单独点，无障碍语义也不乱。 */
.event-hit {
  position: absolute; inset: 0; z-index: 2; border-radius: var(--radius);
  text-indent: -9999px; overflow: hidden; white-space: nowrap;
}
.event-hit:focus-visible { outline-offset: -3px; }

.event-card {
  display: grid; gap: 18px; align-items: start;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 20px 22px;
  box-shadow: var(--shadow-sm);
  transition: transform .24s var(--ease), box-shadow .24s var(--ease), border-color .24s;
}
.event:hover .event-card,
.event:focus-within .event-card {
  transform: translateX(4px); box-shadow: var(--shadow); border-color: #c3cfe4;
}
.event:hover .event-body h3 { color: var(--indigo-d); }

/* 右上角外链箭头：暗示整块可点 */
.event-go {
  position: absolute; z-index: 3; right: 14px; top: 14px;
  width: 26px; height: 26px; border-radius: 8px;
  display: grid; place-items: center; font-size: 13px;
  color: var(--ink-3); background: var(--page-2); border: 1px solid var(--line);
  opacity: 0; transform: translate(-4px, 4px);
  transition: opacity .24s var(--ease), transform .24s var(--ease),
              background .24s, color .24s;
  pointer-events: none;
}
.event:hover .event-go, .event:focus-within .event-go {
  opacity: 1; transform: none;
  background: var(--indigo); color: #fff; border-color: transparent;
}
.event.is-key {
  /* is-key 的视觉挂到内层卡片上 */
}
.event.is-key .event-card {
  border-left: 4px solid var(--amber);
  background: linear-gradient(100deg, #fffbf2 0%, var(--card) 34%);
}
.event-date {
  text-align: center; padding: 10px 6px; border-radius: 12px;
  background: linear-gradient(160deg, #eef2ff, #e6f7fb);
  border: 1px solid #dbe4f5;
}
.event.is-key .event-date {
  background: linear-gradient(160deg, #fff4dd, #ffe9c7); border-color: #f5dcae;
}
.event-month {
  font-family: var(--mono); font-size: 11px; letter-spacing: .1em;
  color: var(--indigo-d); font-weight: 700;
}
.event.is-key .event-month { color: var(--amber-d); }
.event-day {
  font-size: 27px; font-weight: 800; line-height: 1.1;
  letter-spacing: -.03em; color: var(--ink); font-variant-numeric: tabular-nums;
}
.event-body h3 {
  font-size: 17.5px; margin-bottom: 9px; padding-right: 34px;
  transition: color .22s;
}
.event-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 13px; color: var(--ink-3); }
.badge {
  padding: 3.5px 10px; border-radius: 7px; font-size: 12px; font-weight: 700;
  background: #eef2f8; color: var(--ink-2); border: 1px solid var(--line);
}
.badge-key {
  background: linear-gradient(135deg, var(--amber), #fbbf24);
  color: #4a2c00; border-color: transparent;
}
.badge-price { background: #eafaf3; color: #06795a; border-color: #c6ecdd; }
.event-note { margin-top: 10px; color: var(--ink-2); font-size: 14.5px; }
.event-note a { font-weight: 600; }

/* ---- 现场信息：站内写全，替代「点出去」---- */
.event-detail {
  margin-top: 14px; border-top: 1px dashed var(--line); padding-top: 12px;
}
.event-detail > summary {
  cursor: pointer; list-style: none; display: flex; align-items: center;
  gap: 10px; flex-wrap: wrap; padding: 4px 0; font-size: 13.5px;
  -webkit-user-select: none; user-select: none;
}
.event-detail > summary::-webkit-details-marker { display: none; }
.event-detail > summary::before {
  content: '+'; flex: none; width: 18px; height: 18px; border-radius: 5px;
  display: grid; place-items: center;
  font-family: var(--mono); font-size: 13px; font-weight: 700; line-height: 1;
  color: var(--indigo-d); background: var(--page-2); border: 1px solid var(--line);
  transition: background .2s, color .2s, border-color .2s;
}
.event-detail[open] > summary::before { content: '\2013'; }
.event-detail > summary:hover::before {
  background: var(--indigo); color: #fff; border-color: transparent;
}
.event-detail > summary:focus-visible {
  outline: 2px solid var(--indigo); outline-offset: 3px; border-radius: 6px;
}
.ed-label { font-weight: 700; color: var(--ink-2); }
.ed-hint {
  font-family: var(--mono); font-size: 11.5px; letter-spacing: .04em; color: var(--ink-3);
}
.ed-list {
  display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 8px 14px;
  margin: 12px 0 0; padding: 14px 16px;
  background: var(--page-2); border: 1px solid var(--line); border-radius: 12px;
  font-size: 14px; line-height: 1.75;
}
.ed-list dt {
  font-weight: 700; color: var(--ink-3); font-size: 12.5px;
  letter-spacing: .05em; padding-top: 2px;
}
.ed-list dd { margin: 0; color: var(--ink-2); }
.ed-foot { margin-top: 10px; font-size: 12.5px; color: var(--ink-3); line-height: 1.7; }
.ed-foot.is-warn {
  padding: 9px 12px; border-radius: 9px;
  background: #fff8ed; border: 1px solid #f3dfc0; color: #8a5a12;
}
.ed-src { font-weight: 600; white-space: nowrap; }
@media (max-width: 560px) {
  .ed-list { grid-template-columns: minmax(0, 1fr); gap: 2px 0; padding: 12px 14px; }
  .ed-list dt { padding-top: 10px; }
  .ed-list dt:first-child { padding-top: 0; }
}
.event-city {
  align-self: center; font-size: 14px; font-weight: 700; color: var(--ink-2);
  padding: 7px 14px; border-radius: 999px; background: var(--page-2);
  border: 1px solid var(--line); white-space: nowrap;
}
@media (max-width: 720px) {
  .event-card { grid-template-columns: 64px minmax(0, 1fr); gap: 14px; }
  .event-city { grid-column: 2; justify-self: start; margin-top: 4px; }
}

.note {
  margin-top: 20px; font-size: 13.5px; color: var(--ink-3);
  padding: 13px 16px; border-radius: 12px;
  background: rgba(61, 90, 254, .05); border: 1px dashed #c9d5ef;
}

/* 三张并排配图：替代原来那条横幅（横幅裁切太狠，图看不全）。
   每张自带方形比例，不再被压成细长条。 */
.gallery {
  margin-top: 26px; display: grid; gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 860px)  { .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px)  { .gallery { grid-template-columns: 1fr; } }

.shot {
  margin: 0; position: relative; overflow: hidden;
  border-radius: var(--radius); border: 1px solid var(--line);
  box-shadow: var(--shadow-sm); background: var(--dark);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.shot:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.shot img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 42%;
  transition: transform .6s var(--ease);
}
.shot:hover img { transform: scale(1.045); }
.shot figcaption {
  position: absolute; inset: auto 0 0 0; padding: 52px 17px 15px;
  background: linear-gradient(to top, rgba(8, 13, 26, .94) 12%, rgba(8, 13, 26, .6) 58%, transparent);
  color: #eef3fb;
}
.shot .st { font-size: 15.5px; font-weight: 800; letter-spacing: -.02em; }
.shot .sb { margin-top: 5px; font-size: 13px; line-height: 1.55; color: #b9c9e0; }

/* 已结束的活动：折叠 */
.past-toggle {
  margin-top: 22px; background: none; border: 0; cursor: pointer; font-family: inherit;
  color: var(--indigo); font-size: 14px; font-weight: 600;
  padding: 8px 0; display: inline-flex; align-items: center; gap: 7px;
}
.past-toggle .caret { transition: transform .25s var(--ease); }
.past-toggle[aria-expanded="true"] .caret { transform: rotate(90deg); }
/* [hidden] 必须能盖住后面的 display 声明，否则折叠根本不生效 */
[hidden] { display: none !important; }

.past-list { display: grid; gap: 10px; margin-top: 14px; }
.past-item {
  display: flex; flex-wrap: wrap; gap: 6px 14px; align-items: baseline;
  padding: 13px 16px; border-radius: 12px;
  background: var(--card); border: 1px solid var(--line-soft);
  font-size: 14px; color: var(--ink-2);
}
.past-item time { font-family: var(--mono); font-size: 12px; color: var(--ink-3); }
.past-item strong { color: var(--ink); font-weight: 700; }
.past-item .pn { flex: 1 1 100%; color: var(--ink-3); font-size: 13.5px; }

/* ============ 资讯卡 ============ */

.card-grid {
  display: grid; gap: 18px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.card {
  display: flex; flex-direction: column;
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 22px;
  box-shadow: var(--shadow-sm);
  transition: transform .26s var(--ease), box-shadow .26s var(--ease), border-color .26s;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #c3cfe4; }
.card-meta {
  display: flex; align-items: center; gap: 10px; margin-bottom: 13px;
  font-size: 12.5px; color: var(--ink-3);
}
.tag {
  padding: 3.5px 10px; border-radius: 7px; font-size: 11.5px; font-weight: 700;
  background: #e8edff; color: var(--indigo-d); border: 1px solid #d3ddfc;
}
.tag-overseas { background: #e6f9fd; color: #05708a; border-color: #c4ecf5; }
.tag-topic { background: #f4f0ff; color: #6d28d9; border-color: #e2d9fb; }
.card h3 { font-size: 17px; margin-bottom: 10px; letter-spacing: -.02em; }
.card h3 a { color: var(--ink); }
.card h3 a:hover { color: var(--indigo); text-decoration: underline; text-underline-offset: 3px; }
.card .summary { color: var(--ink-2); font-size: 14.5px; flex: 1; }
.card-source {
  margin-top: 15px; padding-top: 13px; border-top: 1px dashed var(--line);
  font-family: var(--mono); font-size: 11px; color: var(--ink-3);
}

.empty { color: var(--ink-3); text-align: center; padding: 40px 0; }

/* ============ 供应链区块 ============ */

.supply-shell {
  display: grid; gap: 34px; align-items: start;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
}
@media (max-width: 940px) { .supply-shell { grid-template-columns: 1fr; } }

.supply-side .figure {
  border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line);
  box-shadow: var(--shadow); background: #fff; aspect-ratio: 1 / 1;
}
.supply-side .figure img { width: 100%; height: 100%; object-fit: cover; }
.supply-lead {
  margin-top: 20px; font-size: 16.5px; color: var(--ink); font-weight: 500;
  line-height: 1.66;
}

.supply-list { display: grid; gap: 12px; }
.sup {
  display: grid; gap: 4px 16px; align-items: baseline;
  grid-template-columns: 150px minmax(0, 1fr);
  padding: 16px 18px; border-radius: 13px;
  background: var(--card); border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: border-color .22s, transform .22s var(--ease);
}
.sup:hover { border-color: var(--cyan); transform: translateX(3px); }
.sup .part {
  font-weight: 800; font-size: 14px; color: var(--ink);
  padding-left: 12px; position: relative;
}
.sup .part::before {
  content: ""; position: absolute; left: 0; top: .55em;
  width: 5px; height: 5px; border-radius: 50%;
  background: linear-gradient(135deg, var(--indigo), var(--cyan));
}
.sup .who { font-size: 13.5px; font-weight: 700; color: var(--indigo-d); }
.sup .fact { grid-column: 2; font-size: 14px; color: var(--ink-2); }
@media (max-width: 620px) {
  .sup { grid-template-columns: 1fr; }
  .sup .fact { grid-column: 1; }
}
.caveat {
  margin-top: 18px; padding: 15px 17px; border-radius: 13px; font-size: 13.5px;
  background: #fffaf0; border: 1px solid #f3e2bd; color: #7c5310;
}

/* ============ 订阅（暗面） ============ */

.subscribe {
  position: relative; overflow: hidden;
  background: var(--dark); color: var(--dark-ink);
  border-radius: 32px 32px 0 0; margin-top: 40px;
}
.subscribe::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(700px 340px at 20% 0%,  rgba(61, 90, 254, .34), transparent 66%),
    radial-gradient(620px 320px at 84% 8%,  rgba(6, 182, 212, .24), transparent 66%),
    radial-gradient(520px 300px at 55% 100%, rgba(224, 53, 155, .18), transparent 70%);
}
.subscribe > .wrap { position: relative; z-index: 2; }
.subscribe .eyebrow { color: var(--dark-ink-2); }
.subscribe .eyebrow::before { background: linear-gradient(180deg, var(--cyan-l), var(--magenta)); }
.subscribe h2 { color: #fff; }
.subscribe .section-sub { color: var(--dark-ink-2); }

.lead-form { margin-top: 30px; display: grid; gap: 17px; }
.field { display: grid; gap: 7px; }
.field label { font-size: 13.5px; font-weight: 600; color: #c6d4e9; }
.optional { color: #8397b4; font-weight: 400; }
.field input, .field select {
  width: 100%; padding: 13px 15px; border-radius: 12px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid var(--dark-line);
  color: #fff; font-size: 15px; font-family: inherit;
  transition: border-color .2s, background .2s, box-shadow .2s;
}
.field input::placeholder { color: #7e91ad; }
.field input:focus, .field select:focus {
  outline: none; border-color: var(--cyan-l);
  background: rgba(255, 255, 255, .11);
  box-shadow: 0 0 0 3.5px rgba(34, 211, 238, .18);
}
.field select option { background: var(--dark-2); color: #fff; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.error { color: #fda4af; font-size: 13.5px; }
.success {
  color: #6ee7b7; font-size: 14.5px; padding: 13px 15px; border-radius: 12px;
  background: rgba(16, 185, 129, .12); border: 1px solid rgba(16, 185, 129, .34);
}
.form-note { font-size: 12.5px; color: #8397b4; text-align: center; }

/* ============ 页脚 ============ */

.site-footer {
  background: var(--dark); color: var(--dark-ink-2);
  border-top: 1px solid var(--dark-line); padding: 30px 0;
}
.footer-inner {
  display: flex; flex-wrap: wrap; gap: 10px 26px;
  align-items: center; justify-content: space-between; font-size: 13.5px;
}
.footer-note { color: #7e91ad; font-size: 12.5px; }

/* ============ 滚动入场 ============ */

.has-reveal .reveal {
  opacity: 0; transform: translateY(20px);
  transition: opacity .62s var(--ease), transform .62s var(--ease);
}
.has-reveal .reveal.is-in { opacity: 1; transform: none; }
.has-reveal .reveal:nth-child(2) { transition-delay: .07s; }
.has-reveal .reveal:nth-child(3) { transition-delay: .14s; }
.has-reveal .reveal:nth-child(4) { transition-delay: .19s; }
@media (prefers-reduced-motion: reduce) {
  .has-reveal .reveal { opacity: 1 !important; transform: none !important; }
}
