/* ============================================================
   安徽企业出海综合服务平台 · 产品原型 V4（全新构建）
   International Business Platform 视觉体系
   深空蓝 × 电蓝 × 极光青 / 玻璃拟态 / 渐变数据可视化
   ============================================================ */

:root {
  --ink-990: oklch(16% 0.035 268);
  --ink-970: oklch(20% 0.042 267);
  --ink-900: oklch(25% 0.04 264);
  --ink-800: oklch(34% 0.03 262);
  --ink-700: oklch(44% 0.026 262);
  --ink-600: oklch(52% 0.022 262);
  --ink-500: oklch(60% 0.018 262);

  --brand-700: oklch(48% 0.2 264);
  --brand-600: oklch(56% 0.21 264);
  --brand-500: oklch(63% 0.2 264);
  --brand-200: oklch(88% 0.04 264);
  --brand-100: oklch(94.5% 0.024 264);
  --brand-50: oklch(97.3% 0.012 264);

  --cyan-500: oklch(72% 0.13 212);
  --cyan-600: oklch(58% 0.12 220);
  --cyan-100: oklch(94% 0.03 212);

  --teal-700: oklch(48% 0.09 192);
  --teal-600: oklch(57% 0.1 194);
  --teal-100: oklch(94% 0.028 194);

  --gold-700: oklch(52% 0.11 78);
  --gold-600: oklch(62% 0.13 80);
  --gold-500: oklch(71% 0.14 83);
  --gold-100: oklch(95.5% 0.032 86);

  --risk-600: oklch(53% 0.19 25);
  --risk-100: oklch(95% 0.025 25);

  --green-600: oklch(55% 0.13 152);
  --green-100: oklch(94.5% 0.03 152);

  --bd-400: oklch(83% 0.014 256);
  --bd-300: oklch(89% 0.011 256);
  --bd-200: oklch(93% 0.007 256);

  --bg: oklch(96.8% 0.007 260);
  --bg-soft: oklch(98.4% 0.004 260);
  --card: oklch(100% 0 0);

  --sh-xs: 0 1px 2px oklch(24% 0.05 264 / 0.07);
  --sh-sm: 0 1px 2px oklch(24% 0.05 264 / 0.05), 0 6px 16px oklch(24% 0.06 264 / 0.07);
  --sh-md: 0 2px 5px oklch(24% 0.05 264 / 0.06), 0 14px 36px oklch(24% 0.07 264 / 0.11);
  --sh-lg: 0 4px 10px oklch(24% 0.05 264 / 0.08), 0 24px 60px oklch(24% 0.08 264 / 0.16);
  --glow: 0 4px 14px oklch(56% 0.21 264 / 0.32), 0 14px 40px oklch(56% 0.21 264 / 0.2);

  --r-lg: 14px;
  --r-md: 10px;
  --r-sm: 9px;

  --font: "Inter", "Segoe UI", "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", sans-serif;
  --serif: "Noto Serif SC", "Source Han Serif SC", "STSong", "SimSun", serif;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

* { box-sizing: border-box; }

html { background: var(--bg); scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  font-size: 14.5px;
  line-height: 1.62;
  color: var(--ink-900);
  background:
    radial-gradient(1100px 420px at 82% -140px, oklch(93% 0.028 264 / 0.65), transparent 65%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
a { color: var(--brand-600); text-decoration: none; }
a:hover { color: var(--brand-500); }
h1, h2, h3, h4 { margin: 0; line-height: 1.32; letter-spacing: -0.012em; color: var(--ink-990); }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }

/* 图标：统一基线，杜绝错位 */
svg.lucide {
  width: 18px; height: 18px;
  stroke-width: 1.9;
  display: inline-block;
  vertical-align: middle;
  flex: none;
}

.muted { color: var(--ink-600); }
.small { font-size: 12px; line-height: 1.55; }
.num { font-variant-numeric: tabular-nums; letter-spacing: -0.01em; }

.skip-link { position: absolute; left: -999px; top: 8px; z-index: 200; background: var(--ink-990); color: #fff; padding: 8px 16px; border-radius: 6px; }
.skip-link:focus { left: 8px; }

::selection { background: oklch(86% 0.07 264); }

:focus-visible { outline: 2px solid var(--brand-500); outline-offset: 2px; border-radius: 4px; }

/* ============ 按钮 ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  padding: 9px 17px;
  border-radius: var(--r-sm);
  font-size: 13.5px; font-weight: 600; line-height: 1.2;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: transform 170ms var(--ease), box-shadow 170ms var(--ease), background 170ms, border-color 170ms, color 170ms;
}
.btn svg.lucide { width: 16px; height: 16px; }
.btn:active { transform: translateY(0.5px); }

.btn-primary {
  background: linear-gradient(150deg, var(--brand-500), var(--brand-600) 45%, oklch(46% 0.2 268));
  color: #fff;
  box-shadow: 0 1px 2px oklch(40% 0.18 264 / 0.35), 0 6px 18px oklch(56% 0.21 264 / 0.3), inset 0 1px 0 oklch(100% 0 0 / 0.22);
}
.btn-primary:hover {
  background: linear-gradient(150deg, oklch(66% 0.19 264), var(--brand-500) 45%, var(--brand-600));
  box-shadow: var(--glow), inset 0 1px 0 oklch(100% 0 0 / 0.25);
  transform: translateY(-1px);
  color: #fff;
}
.btn-ghost {
  background: var(--card); border-color: var(--bd-400); color: var(--ink-800);
  box-shadow: var(--sh-xs);
}
.btn-ghost:hover { border-color: var(--brand-500); color: var(--brand-600); box-shadow: var(--sh-sm), 0 0 0 3px oklch(63% 0.2 264 / 0.1); transform: translateY(-1px); }
.btn-text { background: transparent; color: var(--ink-600); padding: 7px 10px; font-weight: 500; }
.btn-text:hover { background: var(--brand-50); color: var(--brand-600); }

.iconbtn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: var(--r-sm);
  border: 1px solid var(--bd-300); background: var(--card); color: var(--ink-700);
  transition: all 170ms var(--ease);
}
.iconbtn:hover { border-color: var(--brand-500); color: var(--brand-600); box-shadow: var(--sh-sm); }

.avatar {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%; flex: none;
  background: linear-gradient(150deg, var(--cyan-500), var(--cyan-600));
  color: var(--ink-990); font-weight: 700; font-size: 14px;
  box-shadow: 0 3px 10px oklch(58% 0.12 220 / 0.4), inset 0 0 0 2px oklch(100% 0 0 / 0.3);
}

/* ============ 表单 ============ */
.input, .select {
  padding: 9px 12px;
  border: 1px solid var(--bd-400);
  border-radius: var(--r-sm);
  background: var(--card); color: var(--ink-990); font-size: 13.5px;
  transition: border-color 170ms, box-shadow 170ms;
}
.input:focus, .select:focus {
  border-color: var(--brand-500);
  box-shadow: 0 0 0 3.5px oklch(63% 0.2 264 / 0.14);
  outline: none;
}
.select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--ink-600) 50%), linear-gradient(135deg, var(--ink-600) 50%, transparent 50%);
  background-position: calc(100% - 16px) 50%, calc(100% - 11px) 50%;
  background-size: 5px 5px; background-repeat: no-repeat;
  padding-right: 30px;
}
.searchbox { position: relative; flex: 1; min-width: 200px; }
.searchbox svg.lucide { position: absolute; left: 11px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; color: var(--ink-500); }
.searchbox .input { width: 100%; padding-left: 34px; }
.kbd { font-size: 11px; color: var(--ink-500); border: 1px solid var(--bd-300); border-bottom-width: 2px; padding: 1px 6px; border-radius: 5px; background: var(--bg-soft); }

.checkrow { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink-800); padding: 4px 0; cursor: pointer; }
.checkrow input { accent-color: var(--brand-600); width: 15px; height: 15px; }

/* ============ 标签 ============ */
.tag {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 3px 10px; border-radius: 999px;
  font-size: 12px; font-weight: 600; line-height: 1.5;
  border: 1px solid transparent; white-space: nowrap;
}
.tag svg.lucide { width: 13px; height: 13px; }
.tag-brand { background: var(--brand-100); color: var(--brand-700); border-color: var(--brand-200); }
.tag-green { background: var(--green-100); color: var(--green-600); border-color: oklch(88% 0.045 152); }
.tag-teal { background: var(--teal-100); color: var(--teal-700); border-color: oklch(88% 0.04 194); }
.tag-gold { background: var(--gold-100); color: var(--gold-700); border-color: oklch(89% 0.05 86); }
.tag-risk { background: var(--risk-100); color: var(--risk-600); border-color: oklch(88% 0.045 25); }
.tag-plain { background: var(--bg); color: var(--ink-700); border-color: var(--bd-300); }
.chips { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }

/* ============================================================
   公共门户
   ============================================================ */
.utilitybar {
  background: linear-gradient(90deg, var(--ink-990), var(--ink-970) 60%, oklch(27% 0.06 264));
  color: oklch(80% 0.02 264);
  font-size: 12px;
}
.utilitybar-inner { max-width: 1400px; margin: 0 auto; padding: 6px 32px; display: flex; justify-content: space-between; letter-spacing: 0.02em; }
.utilitybar-links { display: flex; gap: 18px; }
.utilitybar-links span { opacity: 0.85; cursor: pointer; }
.utilitybar-links span:hover { opacity: 1; }
.utilitybar-links span + span { position: relative; }
.utilitybar-links span + span::before { content: ""; position: absolute; left: -9px; top: 50%; transform: translateY(-50%); width: 1px; height: 10px; background: oklch(100% 0 0 / 0.22); }

.pubheader {
  position: sticky; top: 0; z-index: 100;
  background: oklch(100% 0 0 / 0.88);
  backdrop-filter: blur(16px) saturate(1.5);
  -webkit-backdrop-filter: blur(16px) saturate(1.5);
  border-bottom: 1px solid var(--bd-200);
  box-shadow: 0 6px 24px oklch(24% 0.06 264 / 0.05);
}
.pubheader-inner { max-width: 1400px; margin: 0 auto; padding: 0 32px; height: 74px; display: flex; align-items: center; gap: 34px; }

.brand { display: flex; align-items: center; gap: 12px; flex: none; }
.brand:hover { color: inherit; }
.brand-seal {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 13px; flex: none;
  background:
    radial-gradient(120% 120% at 20% 15%, oklch(70% 0.16 250 / 0.9), transparent 55%),
    linear-gradient(150deg, var(--brand-500), var(--brand-600) 45%, oklch(38% 0.17 268));
  color: #fff; font-family: var(--serif); font-weight: 700; font-size: 15px; letter-spacing: 0.06em;
  box-shadow: 0 4px 14px oklch(52% 0.2 264 / 0.38), inset 0 1px 0 oklch(100% 0 0 / 0.3), inset 0 0 0 1.5px oklch(100% 0 0 / 0.16);
}
.brand-name { display: block; font-size: 17px; font-weight: 700; color: var(--ink-990); line-height: 1.25; }
.brand-sub { display: block; font-size: 10.5px; color: var(--ink-500); letter-spacing: 0.14em; text-transform: uppercase; margin-top: 1px; }

.pubnav { display: flex; gap: 4px; flex: 1; }
.pubnav a { position: relative; padding: 9px 14px; border-radius: var(--r-sm); font-size: 14px; font-weight: 600; color: var(--ink-700); transition: color 160ms, background 160ms; }
.pubnav a:hover { color: var(--brand-600); background: var(--brand-50); }
.pubnav a.on { color: var(--brand-700); }
.pubnav a.on::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 2px; height: 2.5px; border-radius: 2px; background: linear-gradient(90deg, var(--brand-500), var(--cyan-500)); }

.head-actions { display: flex; align-items: center; gap: 10px; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(900px 480px at 84% -12%, oklch(52% 0.2 264 / 0.55), transparent 60%),
    radial-gradient(680px 480px at -4% 110%, oklch(55% 0.13 215 / 0.34), transparent 58%),
    radial-gradient(560px 380px at 46% 132%, oklch(60% 0.15 295 / 0.28), transparent 55%),
    linear-gradient(160deg, var(--ink-990) 0%, oklch(21% 0.05 266) 55%, oklch(27% 0.075 264) 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(oklch(100% 0 0 / 0.045) 1px, transparent 1px),
    linear-gradient(90deg, oklch(100% 0 0 / 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(75% 90% at 72% 18%, #000 28%, transparent 78%);
  -webkit-mask-image: radial-gradient(75% 90% at 72% 18%, #000 28%, transparent 78%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  max-width: 1400px; margin: 0 auto;
  padding: 54px 32px 84px;
  display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(350px, 0.72fr);
  gap: 60px; align-items: center;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--cyan-500);
  margin-bottom: 20px;
}
.hero-eyebrow::before { content: ""; width: 28px; height: 1.5px; background: linear-gradient(90deg, var(--cyan-500), transparent); }
.hero-copy h1 {
  color: #fff;
  font-family: var(--serif);
  font-size: 42px; font-weight: 700; line-height: 1.28;
  max-width: 15em; text-wrap: balance;
  text-shadow: 0 2px 30px oklch(15% 0.05 268 / 0.5);
}
.hero-copy h1 .accent {
  background: linear-gradient(95deg, oklch(84% 0.12 210), oklch(74% 0.16 264) 55%, oklch(76% 0.15 300));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-copy > p { margin-top: 18px; max-width: 34em; color: oklch(84% 0.02 262); font-size: 15.5px; line-height: 1.8; }

.hero-search {
  margin-top: 30px;
  display: flex; gap: 8px; max-width: 640px;
  background: oklch(100% 0 0 / 0.97);
  padding: 7px; border-radius: 15px;
  box-shadow:
    0 2px 8px oklch(14% 0.04 268 / 0.4),
    0 24px 60px oklch(14% 0.05 268 / 0.5),
    0 0 0 1px oklch(100% 0 0 / 0.12),
    0 0 60px oklch(58% 0.18 264 / 0.28);
}
.hero-search input { flex: 1; border: none; outline: none; background: transparent; padding: 11px 15px; font-size: 15px; color: var(--ink-990); }
.hero-search input::placeholder { color: var(--ink-500); }
.hero-search .btn { border-radius: 10px; padding: 11px 22px; font-size: 14px; }

.hero-hints { margin-top: 15px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font-size: 12.5px; color: oklch(72% 0.02 262); }
.hero-hints a {
  color: oklch(86% 0.02 262);
  border: 1px solid oklch(100% 0 0 / 0.2);
  background: oklch(100% 0 0 / 0.06);
  backdrop-filter: blur(4px);
  padding: 4px 12px; border-radius: 999px;
  transition: all 160ms var(--ease);
}
.hero-hints a:hover { color: #fff; border-color: var(--cyan-500); background: oklch(70% 0.13 215 / 0.18); }

.hero-routes { position: absolute; right: 0; top: 0; bottom: 0; width: 56%; pointer-events: none; opacity: 0.95; }
.hero-routes svg { width: 100%; height: 100%; }
.route-arc { stroke-dasharray: 5 7; animation: routeflow 14s linear infinite; filter: drop-shadow(0 0 5px oklch(70% 0.13 215 / 0.6)); }
@keyframes routeflow { to { stroke-dashoffset: -240; } }

/* Hero 进度卡（玻璃拟态） */
.glasscard {
  position: relative;
  background: linear-gradient(170deg, oklch(100% 0 0 / 0.14), oklch(100% 0 0 / 0.07));
  backdrop-filter: blur(18px) saturate(1.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
  border: 1px solid oklch(100% 0 0 / 0.18);
  border-radius: 18px;
  padding: 22px;
  color: #fff;
  box-shadow: 0 8px 20px oklch(14% 0.05 268 / 0.35), 0 32px 70px oklch(14% 0.06 268 / 0.45), inset 0 1px 0 oklch(100% 0 0 / 0.2);
}
.glasscard::before {
  content: ""; position: absolute; top: 0; left: 22px; right: 22px; height: 3px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(90deg, var(--cyan-500), var(--brand-500), var(--violet-500, oklch(66% 0.15 295)));
}
.glasscard-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 14px; margin-bottom: 6px; border-bottom: 1px solid oklch(100% 0 0 / 0.14); }
.glasscard-head strong { font-size: 15px; color: #fff; }
.glasscard .tag-green { background: oklch(70% 0.13 152 / 0.22); color: oklch(88% 0.09 152); border-color: oklch(70% 0.13 152 / 0.4); }
.glasscard .tag-brand { background: oklch(63% 0.2 264 / 0.28); color: oklch(88% 0.07 264); border-color: oklch(63% 0.2 264 / 0.5); }
.glasscard .tag-gold { background: oklch(71% 0.14 83 / 0.22); color: oklch(89% 0.09 86); border-color: oklch(71% 0.14 83 / 0.45); }
.glasscard .tag-teal { background: oklch(57% 0.1 194 / 0.28); color: oklch(87% 0.07 194); border-color: oklch(57% 0.1 194 / 0.5); }

.prow { display: flex; align-items: center; gap: 12px; padding: 12px 6px; border-radius: 10px; transition: background 160ms; }
.prow + .prow { border-top: 1px dashed oklch(100% 0 0 / 0.12); }
.prow:hover { background: oklch(100% 0 0 / 0.06); }
.prow-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 11px; flex: none;
  background: oklch(100% 0 0 / 0.12);
  border: 1px solid oklch(100% 0 0 / 0.16);
  color: oklch(84% 0.08 230);
}
.prow-main { flex: 1; min-width: 0; }
.prow-main strong { display: block; font-size: 13.5px; color: #fff; }
.prow-main span { display: block; font-size: 12px; color: oklch(76% 0.02 262); margin-top: 1px; }

/* Hero 数据带 */
.hero-stats { position: relative; border-top: 1px solid oklch(100% 0 0 / 0.12); background: oklch(15% 0.035 268 / 0.5); }
.hero-stats-inner { max-width: 1400px; margin: 0 auto; padding: 20px 32px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.hstat { display: flex; align-items: baseline; gap: 10px; }
.hstat strong {
  font-size: 28px; font-weight: 750; letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  background: linear-gradient(120deg, #fff, oklch(84% 0.07 230));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hstat strong em { font-style: normal; font-size: 14px; margin-left: 2px; -webkit-text-fill-color: var(--cyan-500); }
.hstat span { font-size: 12.5px; color: oklch(74% 0.02 262); }
.hstat + .hstat { border-left: 1px solid oklch(100% 0 0 / 0.1); padding-left: 24px; }

/* ---------- 五项任务带 ---------- */
.taskband { position: relative; z-index: 5; margin-top: -42px; }
.taskband-inner { max-width: 1336px; margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.taskcard {
  display: flex; align-items: center; gap: 13px;
  background: var(--card);
  border: 1px solid var(--bd-200);
  border-radius: 15px;
  padding: 19px 16px;
  text-align: left;
  box-shadow: var(--sh-sm);
  transition: transform 170ms var(--ease), box-shadow 170ms var(--ease), border-color 170ms;
}
.taskcard:hover {
  transform: translateY(-4px);
  border-color: transparent;
  box-shadow: var(--sh-md), 0 0 0 1px oklch(63% 0.2 264 / 0.3), 0 12px 32px oklch(56% 0.21 264 / 0.14);
}
.taskcard > svg.lucide { color: var(--ink-500); width: 15px; height: 15px; margin-left: auto; transition: transform 160ms, color 160ms; }
.taskcard:hover > svg.lucide { transform: translateX(3px); color: var(--brand-500); }
.taskcard-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 13px; flex: none;
  background: linear-gradient(150deg, var(--brand-500), oklch(44% 0.19 268));
  color: #fff;
  box-shadow: 0 4px 12px oklch(52% 0.2 264 / 0.35), inset 0 1px 0 oklch(100% 0 0 / 0.25);
}
.taskcard:nth-child(2) .taskcard-icon { background: linear-gradient(150deg, var(--cyan-500), var(--cyan-600)); box-shadow: 0 4px 12px oklch(62% 0.13 212 / 0.35), inset 0 1px 0 oklch(100% 0 0 / 0.25); }
.taskcard:nth-child(3) .taskcard-icon { background: linear-gradient(150deg, var(--teal-600), var(--teal-700)); box-shadow: 0 4px 12px oklch(55% 0.1 194 / 0.35), inset 0 1px 0 oklch(100% 0 0 / 0.25); }
.taskcard:nth-child(4) .taskcard-icon { background: linear-gradient(150deg, oklch(63% 0.17 25), oklch(47% 0.16 25)); box-shadow: 0 4px 12px oklch(53% 0.19 25 / 0.3), inset 0 1px 0 oklch(100% 0 0 / 0.25); }
.taskcard:nth-child(5) .taskcard-icon { background: linear-gradient(150deg, var(--gold-500), var(--gold-700)); box-shadow: 0 4px 12px oklch(60% 0.13 80 / 0.35), inset 0 1px 0 oklch(100% 0 0 / 0.25); }
.taskcard strong { display: block; font-size: 15px; }
.taskcard .t-desc { display: block; font-size: 12px; color: var(--ink-600); margin-top: 2px; }

/* ---------- 通用容器 ---------- */
.wrap { max-width: 1400px; margin: 0 auto; padding: 44px 32px 68px; }
.main-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 28px; align-items: start; }
.stack { display: flex; flex-direction: column; gap: 30px; min-width: 0; }

.sec-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; margin-bottom: 18px; }
.sec-head p { color: var(--ink-600); font-size: 13px; margin-top: 5px; }
.sec-title { font-size: 20px; font-weight: 750; letter-spacing: -0.01em; display: flex; align-items: center; gap: 10px; }
.sec-title::before {
  content: ""; width: 4px; height: 19px; border-radius: 2px; flex: none;
  background: linear-gradient(180deg, var(--brand-500), var(--cyan-500));
  box-shadow: 0 0 8px oklch(63% 0.2 264 / 0.5);
}

/* ---------- 权威发布 ---------- */
.newsband { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 22px; }
.newspanel { background: var(--card); border: 1px solid var(--bd-200); border-radius: var(--r-lg); box-shadow: var(--sh-xs); overflow: hidden; }
.newscols { display: grid; grid-template-columns: repeat(3, 1fr); }
.newscol { padding: 18px 20px 14px; min-width: 0; }
.newscol + .newscol { border-left: 1px solid var(--bd-200); }
.newscol-head { display: flex; align-items: center; gap: 8px; padding-bottom: 12px; margin-bottom: 4px; border-bottom: 2px solid var(--ink-990); font-size: 14.5px; font-weight: 700; }
.newscol-head svg.lucide { width: 16px; height: 16px; color: var(--brand-600); }
.newscol-head a { margin-left: auto; font-size: 12px; font-weight: 500; color: var(--ink-500); }
.newscol-head a:hover { color: var(--brand-600); }
.newslist a { display: block; padding: 10px 0 8px; color: var(--ink-800); border-bottom: 1px dashed var(--bd-200); }
.newslist li:last-child a { border-bottom: none; }
.news-title {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  font-size: 13.5px; line-height: 1.55; font-weight: 550; transition: color 160ms;
}
.newslist a:hover .news-title { color: var(--brand-600); }
.news-date { display: block; font-size: 11.5px; color: var(--ink-500); margin-top: 3px; font-variant-numeric: tabular-nums; }
.pin { display: inline-block; vertical-align: 1px; font-size: 10.5px; font-weight: 700; color: var(--risk-600); border: 1px solid oklch(86% 0.06 25); background: var(--risk-100); border-radius: 4px; padding: 0 4px; margin-right: 5px; }

.topiccard {
  position: relative; overflow: hidden;
  border-radius: var(--r-lg); padding: 22px; color: #fff;
  background:
    radial-gradient(420px 220px at 100% 0%, oklch(56% 0.21 264 / 0.45), transparent 60%),
    radial-gradient(300px 200px at 0% 100%, oklch(55% 0.13 215 / 0.3), transparent 55%),
    linear-gradient(155deg, oklch(22% 0.05 266), var(--ink-990));
  box-shadow: var(--sh-md);
}
.topiccard::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(oklch(100% 0 0 / 0.05) 1px, transparent 1px),
    linear-gradient(90deg, oklch(100% 0 0 / 0.05) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(100deg, transparent 45%, #000 95%);
  -webkit-mask-image: linear-gradient(100deg, transparent 45%, #000 95%);
}
.topic-label { display: inline-flex; align-items: center; gap: 7px; font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; color: var(--cyan-500); position: relative; }
.topic-label svg.lucide { width: 14px; height: 14px; }
.topiccard h3 { position: relative; color: #fff; font-size: 17.5px; margin-top: 12px; line-height: 1.5; font-family: var(--serif); }
.topiccard p { position: relative; font-size: 12.5px; color: oklch(80% 0.02 262); margin-top: 9px; line-height: 1.7; }
.topic-actions { position: relative; display: flex; gap: 8px; margin-top: 16px; flex-wrap: wrap; }
.topic-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12.5px; font-weight: 600; color: oklch(86% 0.06 230);
  border: 1px solid oklch(72% 0.13 212 / 0.5);
  background: oklch(100% 0 0 / 0.05);
  padding: 5px 12px; border-radius: 999px;
  transition: all 160ms var(--ease);
}
.topic-link:hover { background: oklch(72% 0.13 212 / 0.2); color: #fff; border-color: var(--cyan-500); }
.topic-link svg.lucide { width: 13px; height: 13px; }

.govopen { margin-top: 14px; background: var(--card); border: 1px solid var(--bd-200); border-radius: var(--r-lg); box-shadow: var(--sh-xs); padding: 16px 18px; }
.govopen-head { font-size: 13.5px; font-weight: 700; display: flex; align-items: center; gap: 8px; }
.govopen-head svg.lucide { width: 15px; height: 15px; color: var(--brand-600); }
.govopen-links { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 14px; margin-top: 10px; }
.govopen-links a { display: flex; align-items: center; gap: 7px; font-size: 12.5px; color: var(--ink-700); padding: 7px 0; border-bottom: 1px dashed var(--bd-200); }
.govopen-links a:hover { color: var(--brand-600); }
.govopen-links a svg.lucide { width: 13px; height: 13px; color: var(--ink-500); }

/* ---------- 一网办 ---------- */
.servegrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.servecard {
  display: flex; align-items: center; gap: 15px;
  background: var(--card);
  border: 1px solid var(--bd-200);
  border-radius: var(--r-lg);
  padding: 19px 20px;
  box-shadow: var(--sh-xs);
  color: var(--ink-990);
  transition: all 170ms var(--ease);
}
.servecard:hover { transform: translateY(-3px); box-shadow: var(--sh-md), 0 0 0 1px oklch(63% 0.2 264 / 0.25); border-color: transparent; color: var(--ink-990); }
.serve-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 14px; flex: none;
  background: linear-gradient(150deg, var(--brand-500), oklch(42% 0.19 268));
  color: #fff;
  box-shadow: 0 4px 12px oklch(52% 0.2 264 / 0.35), inset 0 1px 0 oklch(100% 0 0 / 0.25);
}
.serve-icon svg.lucide { width: 21px; height: 21px; }
.servecard:nth-child(3n+2) .serve-icon { background: linear-gradient(150deg, var(--teal-600), var(--teal-700)); box-shadow: 0 4px 12px oklch(55% 0.1 194 / 0.35), inset 0 1px 0 oklch(100% 0 0 / 0.25); }
.servecard:nth-child(3n) .serve-icon { background: linear-gradient(150deg, var(--gold-500), var(--gold-700)); box-shadow: 0 4px 12px oklch(58% 0.13 80 / 0.35), inset 0 1px 0 oklch(100% 0 0 / 0.25); }
.serve-main { flex: 1; min-width: 0; }
.serve-main strong { display: block; font-size: 14.5px; }
.serve-main > span { display: block; font-size: 12px; color: var(--ink-600); margin-top: 3px; }

/* ---------- 商机行 ---------- */
.opp-list { display: flex; flex-direction: column; gap: 14px; }
.opp-row {
  display: grid; grid-template-columns: 86px minmax(0, 1fr) 218px auto;
  align-items: center; gap: 20px;
  background: var(--card);
  border: 1px solid var(--bd-200);
  border-radius: var(--r-lg);
  padding: 21px 22px;
  box-shadow: var(--sh-xs);
  transition: all 170ms var(--ease);
}
.opp-row:hover { transform: translateY(-2px); box-shadow: var(--sh-md), 0 0 0 1px oklch(63% 0.2 264 / 0.2); border-color: transparent; }

.ring {
  --s: 80;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background:
    radial-gradient(closest-side, var(--card) 78%, transparent 79% 100%),
    conic-gradient(from 210deg, var(--brand-500), var(--cyan-500) calc(var(--s) * 1%), var(--bd-200) 0);
  box-shadow: inset 0 0 0 1px var(--bd-200), 0 3px 10px oklch(56% 0.21 264 / 0.16);
  text-align: center;
}
.ring-lg { width: 74px; height: 74px; }
.ring strong { display: block; font-size: 21px; font-weight: 750; color: var(--brand-700); font-variant-numeric: tabular-nums; line-height: 1.05; }
.ring span { font-size: 10.5px; color: var(--ink-500); }

.row-title { font-size: 15.5px; font-weight: 650; line-height: 1.5; }
.meta { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-top: 7px; font-size: 12.5px; color: var(--ink-600); }
.meta span { display: inline-flex; align-items: center; gap: 5px; }
.meta span + span { position: relative; }
.meta span + span::before { content: ""; position: absolute; left: -8px; top: 50%; transform: translateY(-50%); width: 3px; height: 3px; border-radius: 50%; background: var(--bd-400); }
.reason {
  font-size: 12.5px; color: var(--ink-700); line-height: 1.6;
  background: var(--gold-100);
  border: 1px solid oklch(90% 0.045 86);
  padding: 10px 13px; border-radius: 10px;
}
.reason strong { color: var(--gold-700); font-size: 12px; }

/* ---------- 重点活动 ---------- */
.actgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.actcard {
  display: flex; gap: 15px;
  background: var(--card);
  border: 1px solid var(--bd-200);
  border-radius: var(--r-lg);
  padding: 19px 20px;
  box-shadow: var(--sh-xs);
  transition: all 170ms var(--ease);
}
.actcard:hover { transform: translateY(-3px); box-shadow: var(--sh-md), 0 0 0 1px oklch(63% 0.2 264 / 0.2); border-color: transparent; }
.act-date {
  flex: none; width: 58px; height: 66px; border-radius: 13px;
  background:
    radial-gradient(120% 120% at 20% 10%, oklch(62% 0.16 264 / 0.8), transparent 55%),
    linear-gradient(160deg, oklch(34% 0.09 266), var(--ink-990));
  color: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: var(--sh-sm);
}
.act-date strong { font-size: 22px; font-weight: 750; line-height: 1; font-variant-numeric: tabular-nums; letter-spacing: -0.02em; }
.act-date span { font-size: 11px; color: oklch(76% 0.02 262); margin-top: 3px; }
.act-main { flex: 1; min-width: 0; }
.act-main h3 { font-size: 14px; line-height: 1.5; margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.act-meta { font-size: 12px; color: var(--ink-600); margin-top: 7px; display: flex; gap: 10px; flex-wrap: wrap; }
.act-meta span { display: inline-flex; align-items: center; gap: 4px; }
.act-meta svg.lucide { width: 13px; height: 13px; color: var(--teal-600); }
.act-foot { margin-top: 11px; display: flex; justify-content: space-between; align-items: center; }

/* ---------- 产业专区 ---------- */
.indgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.inditem {
  position: relative;
  background: var(--card);
  border: 1px solid var(--bd-200);
  border-radius: var(--r-lg);
  padding: 22px 20px;
  overflow: hidden;
  transition: all 170ms var(--ease);
}
.inditem::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: linear-gradient(180deg, var(--brand-500), var(--cyan-500)); opacity: 0; transition: opacity 160ms; }
.inditem:hover { transform: translateY(-3px); box-shadow: var(--sh-md); border-color: transparent; }
.inditem:hover::before { opacity: 1; }
.inditem strong { font-size: 15px; }
.inditem p { font-size: 12.5px; color: var(--ink-600); margin-top: 8px; line-height: 1.65; }

/* ---------- 面板 ---------- */
.panel { background: var(--card); border: 1px solid var(--bd-200); border-radius: var(--r-lg); box-shadow: var(--sh-xs); overflow: hidden; }
.panel-head { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 16px 22px; border-bottom: 1px solid var(--bd-200); background: linear-gradient(180deg, var(--bg-soft), var(--card)); }
.panel-head h2 { font-size: 15.5px; font-weight: 700; display: flex; align-items: center; gap: 9px; }
.panel-head h2::before { content: ""; width: 3.5px; height: 15px; border-radius: 2px; background: linear-gradient(180deg, var(--brand-500), var(--cyan-500)); }
.panel-body { padding: 20px 22px; }

.sidepanel { background: var(--card); border: 1px solid var(--bd-200); border-radius: var(--r-lg); padding: 22px; box-shadow: var(--sh-xs); }
.sidepanel h2 { font-size: 16px; font-weight: 750; display: flex; align-items: center; gap: 9px; }
.sidepanel h2::before { content: ""; width: 3.5px; height: 15px; border-radius: 2px; background: linear-gradient(180deg, var(--brand-500), var(--cyan-500)); }

.riskitem { display: flex; gap: 12px; padding: 13px 0; }
.riskitem + .riskitem { border-top: 1px dashed var(--bd-200); }
.riskicon { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 10px; flex: none; background: var(--risk-100); color: var(--risk-600); }
.riskicon svg.lucide { width: 16px; height: 16px; }
.riskitem strong { display: block; font-size: 13.5px; }
.riskitem .muted { display: block; margin-top: 3px; }

.srcitem { display: flex; gap: 12px; padding: 11px 0; align-items: flex-start; }
.srcitem + .srcitem { border-top: 1px dashed var(--bd-200); }
.srcicon { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 10px; flex: none; background: var(--teal-100); color: var(--teal-700); }
.srcicon svg.lucide { width: 16px; height: 16px; }
.srcitem strong { display: block; font-size: 13.5px; }
.srcitem .muted { display: block; margin-top: 2px; }

/* ---------- 门户页脚 ---------- */
.pubfooter { background: linear-gradient(180deg, var(--ink-990), oklch(14% 0.03 268)); color: oklch(70% 0.02 262); margin-top: 20px; }
.pubfooter-inner { max-width: 1400px; margin: 0 auto; padding: 36px 32px 28px; }
.pubfooter-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 24px; border-bottom: 1px solid oklch(100% 0 0 / 0.1); }
.pubfooter h4 { color: #fff; font-size: 13.5px; margin-bottom: 12px; letter-spacing: 0.04em; }
.pubfooter a { display: block; color: oklch(70% 0.02 262); font-size: 12.5px; padding: 4px 0; }
.pubfooter a:hover { color: var(--cyan-500); }
.pubfooter-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.pubfooter-brand strong { color: #fff; font-size: 15px; display: block; }
.pubfooter-brand small { color: oklch(62% 0.02 262); display: block; letter-spacing: 0.1em; }
.pubfooter-desc { font-size: 12.5px; line-height: 1.8; color: oklch(66% 0.02 262); max-width: 30em; }
.pubfooter-legal { display: flex; justify-content: space-between; padding-top: 18px; font-size: 12px; color: oklch(58% 0.02 262); flex-wrap: wrap; gap: 8px; }

/* ============================================================
   工作台外壳
   ============================================================ */
.appshell { display: flex; min-height: 100vh; }
.sidebar {
  width: 252px; flex: none;
  display: flex; flex-direction: column;
  background:
    radial-gradient(480px 280px at -20% -8%, oklch(50% 0.18 264 / 0.42), transparent 62%),
    radial-gradient(400px 300px at 110% 108%, oklch(48% 0.12 220 / 0.24), transparent 60%),
    linear-gradient(178deg, var(--ink-990), oklch(22% 0.045 266) 50%, var(--ink-990));
  color: oklch(80% 0.02 262);
  position: sticky; top: 0; height: 100vh; overflow-y: auto;
}
.sidebar-brand { display: flex; align-items: center; gap: 11px; padding: 21px 20px 19px; border-bottom: 1px solid oklch(100% 0 0 / 0.09); }
.sidebar-brand:hover { color: inherit; }
.sidebar-brand .brand-seal { width: 40px; height: 40px; border-radius: 12px; font-size: 14px; }
.sidebar-brand strong { display: block; font-size: 14.5px; color: #fff; }
.sidebar-brand small { display: block; font-size: 11px; color: oklch(68% 0.02 262); margin-top: 1px; letter-spacing: 0.04em; }
.side-label { padding: 18px 22px 8px; font-size: 11px; font-weight: 700; letter-spacing: 0.15em; color: oklch(58% 0.03 262); }
.sidenav { display: flex; flex-direction: column; gap: 3px; padding: 0 12px; }
.sidenav a {
  display: flex; align-items: center; gap: 11px;
  padding: 10px 12px; border-radius: 10px;
  color: oklch(78% 0.02 262); font-size: 13.5px; font-weight: 500;
  transition: all 160ms var(--ease);
}
.sidenav a svg.lucide { width: 17px; height: 17px; opacity: 0.8; }
.sidenav a:hover { background: oklch(100% 0 0 / 0.07); color: #fff; }
.sidenav a.on {
  background: linear-gradient(95deg, oklch(56% 0.21 264 / 0.9), oklch(46% 0.19 268 / 0.85));
  color: #fff; font-weight: 650;
  box-shadow: 0 4px 14px oklch(50% 0.2 264 / 0.4), inset 0 1px 0 oklch(100% 0 0 / 0.2);
}
.sidenav a.on svg.lucide { opacity: 1; color: oklch(84% 0.09 220); }
.navcount { margin-left: auto; background: oklch(100% 0 0 / 0.14); color: #fff; font-size: 11px; font-weight: 700; min-width: 20px; height: 20px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; padding: 0 6px; font-variant-numeric: tabular-nums; }
.sidenav a.on .navcount { background: oklch(100% 0 0 / 0.22); }
.sidebar-foot { margin-top: auto; padding: 16px; border-top: 1px solid oklch(100% 0 0 / 0.09); }
.sidebar-foot .user { display: flex; align-items: center; gap: 11px; padding: 4px 6px; }
.sidebar-foot strong { display: block; font-size: 13.5px; color: #fff; }
.sidebar-foot small { color: oklch(68% 0.02 262); }

.appmain { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.topbar {
  height: 66px; flex: none;
  display: flex; align-items: center; gap: 24px;
  padding: 0 28px;
  background: oklch(100% 0 0 / 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--bd-200);
  position: sticky; top: 0; z-index: 90;
}
.crumb { display: flex; align-items: center; gap: 7px; font-size: 13px; color: var(--ink-600); min-width: 0; }
.crumb svg.lucide { width: 14px; height: 14px; }
.crumb strong { color: var(--ink-990); font-weight: 650; }
.gsearch {
  flex: 1; max-width: 460px; margin-left: auto;
  display: flex; align-items: center; gap: 9px;
  background: var(--bg); border: 1px solid var(--bd-200);
  padding: 8px 13px; border-radius: 10px;
  transition: all 160ms;
}
.gsearch:focus-within { border-color: var(--brand-500); box-shadow: 0 0 0 3.5px oklch(63% 0.2 264 / 0.12); background: var(--card); }
.gsearch svg.lucide { width: 15px; height: 15px; color: var(--ink-500); }
.gsearch input { flex: 1; border: none; outline: none; background: transparent; font-size: 13px; }
.topbar .actions { display: flex; align-items: center; gap: 10px; }
.appcontent { flex: 1; padding: 28px; max-width: 1560px; width: 100%; margin: 0 auto; }

/* ---------- 页头 ---------- */
.pagehead { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 24px; }
.pagehead p { color: var(--ink-600); font-size: 13px; margin-top: 6px; }
.pagetitle { font-size: 25px; font-weight: 750; letter-spacing: -0.015em; }
.actions { display: flex; align-items: center; gap: 10px; }

/* ---------- 指标带 ---------- */
.metricstrip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 24px; }
.metric {
  position: relative; overflow: hidden;
  background: var(--card); border: 1px solid var(--bd-200); border-radius: var(--r-lg);
  padding: 19px 20px; box-shadow: var(--sh-xs);
  transition: transform 170ms var(--ease), box-shadow 170ms var(--ease);
}
.metric:hover { transform: translateY(-2px); box-shadow: var(--sh-sm); }
.metric::after { content: ""; position: absolute; right: -24px; top: -24px; width: 96px; height: 96px; border-radius: 50%; background: radial-gradient(closest-side, oklch(63% 0.2 264 / 0.14), transparent); }
.metric-label { display: flex; justify-content: space-between; align-items: center; font-size: 12.5px; color: var(--ink-600); font-weight: 500; position: relative; z-index: 1; }
.metric-label svg.lucide { width: 17px; height: 17px; color: var(--brand-500); }
.metric-value { margin-top: 10px; display: flex; align-items: baseline; gap: 10px; position: relative; z-index: 1; }
.metric-value strong { font-size: 31px; font-weight: 750; line-height: 1; letter-spacing: -0.02em; background: linear-gradient(120deg, var(--ink-990), var(--brand-700)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.metric-delta { font-size: 12px; color: var(--green-600); font-weight: 600; }

/* ---------- 工作台网格 ---------- */
.wkgrid { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 22px; align-items: start; }

.todo { display: flex; flex-direction: column; }
.todo li { display: flex; align-items: center; gap: 14px; padding: 15px 8px; border-radius: 10px; transition: background 160ms; }
.todo li:hover { background: var(--brand-50); }
.todo li + li { border-top: 1px dashed var(--bd-200); }
.todo-icon { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 12px; flex: none; background: var(--brand-100); color: var(--brand-600); }
.todo-main { flex: 1; min-width: 0; }
.todo-main strong { display: block; font-size: 14px; }
.todo-main span { display: block; font-size: 12.5px; color: var(--ink-600); margin-top: 2px; }

/* ---------- 阶段步骤 ---------- */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); position: relative; }
.steps::before { content: ""; position: absolute; top: 17px; left: 8%; right: 8%; height: 2px; border-radius: 2px; background: repeating-linear-gradient(90deg, var(--bd-300) 0 8px, transparent 8px 14px); }
.step { position: relative; text-align: center; padding: 0 8px; display: flex; flex-direction: column; align-items: center; gap: 7px; }
.step-dot { width: 36px; height: 36px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--card); border: 2px solid var(--bd-300); color: var(--ink-600); font-size: 13px; font-weight: 700; position: relative; z-index: 1; font-variant-numeric: tabular-nums; }
.step-dot svg.lucide { width: 15px; height: 15px; }
.step strong { font-size: 13px; }
.step > span:last-child { font-size: 11.5px; color: var(--ink-500); }
.step.done .step-dot { background: var(--teal-600); border-color: var(--teal-600); color: #fff; box-shadow: 0 0 0 4px var(--teal-100); }
.step.current .step-dot { background: linear-gradient(150deg, var(--brand-500), oklch(44% 0.19 268)); border-color: var(--brand-600); color: #fff; box-shadow: 0 0 0 5px oklch(63% 0.2 264 / 0.16), 0 4px 12px oklch(52% 0.2 264 / 0.35); }
.step.current strong { color: var(--brand-700); }

/* ---------- 推荐卡 ---------- */
.recgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.recitem { display: block; border: 1px solid var(--bd-200); border-radius: 12px; padding: 17px 18px; background: var(--card); transition: all 170ms var(--ease); }
.recitem:hover { border-color: transparent; box-shadow: var(--sh-md), 0 0 0 1px oklch(63% 0.2 264 / 0.25); transform: translateY(-2px); color: inherit; }
.recitem-top { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-bottom: 10px; }
.recitem h3 { font-size: 14px; line-height: 1.55; }
.recitem-reason { font-size: 12.5px; color: var(--ink-600); margin-top: 7px; line-height: 1.6; }

/* ---------- 完整度环 ---------- */
.complete { display: flex; align-items: center; gap: 16px; }
.complete-ring {
  --s: 78;
  width: 78px; height: 78px; border-radius: 50%; flex: none;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 17px; font-weight: 750; color: var(--brand-700); font-variant-numeric: tabular-nums;
  background:
    radial-gradient(closest-side, var(--card) 78%, transparent 79% 100%),
    conic-gradient(from 210deg, var(--brand-500), var(--cyan-500) calc(var(--s) * 1%), var(--bd-200) 0);
  box-shadow: inset 0 0 0 1px var(--bd-200), 0 3px 10px oklch(56% 0.21 264 / 0.16);
}
.complete strong { display: block; font-size: 13.5px; }
.complete .muted { display: block; margin-top: 3px; }

.checklist { display: flex; flex-direction: column; gap: 4px; }
.checklist li { display: flex; gap: 10px; align-items: flex-start; padding: 7px 0; font-size: 13px; color: var(--ink-800); }
.checklist svg.lucide { width: 16px; height: 16px; margin-top: 2px; color: var(--green-600); }
.checklist li.todo-item svg.lucide { color: var(--ink-500); }

.alertitem { display: flex; align-items: center; gap: 13px; padding: 14px 8px; border-radius: 10px; transition: background 160ms; }
.alertitem:hover { background: var(--bg-soft); }
.alertitem + .alertitem { border-top: 1px dashed var(--bd-200); }
.alerticon { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 11px; flex: none; background: var(--risk-100); color: var(--risk-600); }
.alertitem .a-main { flex: 1; min-width: 0; }
.alertitem strong { display: block; font-size: 13.5px; }
.alertitem .muted { display: block; margin-top: 2px; }

.fieldrow label { display: block; font-size: 12px; color: var(--ink-500); margin-bottom: 6px; font-weight: 600; letter-spacing: 0.03em; }
.fieldrow strong { font-size: 14px; }
.fieldhelp { font-size: 12px; color: var(--ink-500); margin-top: 7px; line-height: 1.6; }
.hr { height: 1px; background: var(--bd-200); }

/* ---------- 商机匹配页 ---------- */
.filterbar { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; background: var(--card); border: 1px solid var(--bd-200); border-radius: var(--r-lg); padding: 14px 16px; margin-bottom: 22px; box-shadow: var(--sh-xs); }
.matchlayout { display: grid; grid-template-columns: 404px minmax(0, 1fr); gap: 22px; align-items: start; }
.matchlist { display: flex; flex-direction: column; gap: 10px; }
.matchlist-head { display: flex; justify-content: space-between; align-items: center; padding: 2px 4px 10px; font-size: 14px; }
.matchcard {
  display: flex; gap: 14px; align-items: center;
  width: 100%; text-align: left;
  background: var(--card);
  border: 1px solid var(--bd-200);
  border-radius: 12px;
  padding: 15px 16px;
  box-shadow: var(--sh-xs);
  transition: all 170ms var(--ease);
}
.matchcard:hover { border-color: var(--brand-200); box-shadow: var(--sh-sm); transform: translateX(2px); }
.matchcard.on { border-color: transparent; box-shadow: 0 0 0 2px var(--brand-500), 0 8px 24px oklch(56% 0.21 264 / 0.18); background: linear-gradient(180deg, var(--brand-50), var(--card)); }
.ring-sm { width: 52px; height: 52px; font-size: 16px; }
.ring-sm strong { font-size: 16px; }
.matchcard.on .ring { background: radial-gradient(closest-side, var(--brand-50) 78%, transparent 79% 100%), conic-gradient(from 210deg, var(--brand-500), var(--cyan-500) calc(var(--s) * 1%), var(--brand-200) 0); }
.matchcard h3 { font-size: 14px; line-height: 1.5; font-weight: 650; }
.matchcard .meta { margin-top: 5px; font-size: 12px; }

.matchdetail { background: var(--card); border: 1px solid var(--bd-200); border-radius: var(--r-lg); box-shadow: var(--sh-sm); overflow: hidden; }
.detail-hero {
  position: relative; overflow: hidden;
  padding: 27px 28px 23px;
  background:
    radial-gradient(520px 220px at 100% 0%, oklch(52% 0.2 264 / 0.55), transparent 62%),
    radial-gradient(360px 220px at 0% 110%, oklch(55% 0.13 215 / 0.3), transparent 58%),
    linear-gradient(150deg, var(--ink-990), oklch(24% 0.055 266) 60%, oklch(30% 0.08 264));
  color: #fff;
}
.detail-hero::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(oklch(100% 0 0 / 0.05) 1px, transparent 1px),
    linear-gradient(90deg, oklch(100% 0 0 / 0.05) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(100deg, transparent 45%, #000 92%);
  -webkit-mask-image: linear-gradient(100deg, transparent 45%, #000 92%);
}
.detail-hero-top { display: flex; justify-content: space-between; gap: 24px; position: relative; }
.detail-hero h2 { color: #fff; font-size: 21px; margin-top: 12px; line-height: 1.45; }
.detail-hero .meta { color: oklch(78% 0.02 262); font-size: 12.5px; }
.detail-hero .meta span + span::before { background: oklch(100% 0 0 / 0.3); }
.detail-hero .tag-brand { background: oklch(63% 0.2 264 / 0.3); color: oklch(88% 0.07 264); border-color: oklch(63% 0.2 264 / 0.5); }
.detail-hero .tag-plain { background: oklch(100% 0 0 / 0.1); color: oklch(85% 0.02 262); border-color: oklch(100% 0 0 / 0.2); }
.detail-hero .tag-green { background: oklch(70% 0.13 152 / 0.25); color: oklch(88% 0.09 152); border-color: oklch(70% 0.13 152 / 0.45); }
.detail-score {
  --s: 92;
  flex: none;
  width: 94px; height: 94px; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background:
    radial-gradient(closest-side, oklch(26% 0.06 266) 76%, transparent 77% 100%),
    conic-gradient(from 210deg, var(--cyan-500), oklch(74% 0.15 300) calc(var(--s) * 1%), oklch(100% 0 0 / 0.14) 0);
  box-shadow: 0 0 0 4px oklch(100% 0 0 / 0.08), 0 0 30px oklch(72% 0.13 212 / 0.35);
}
.detail-score strong { font-size: 28px; color: #fff; font-variant-numeric: tabular-nums; line-height: 1; letter-spacing: -0.02em; }
.detail-score span { color: oklch(76% 0.02 262); margin-top: 4px; display: block; font-size: 12px; }

.detail-tabs { display: flex; gap: 2px; padding: 0 20px; border-bottom: 1px solid var(--bd-200); background: var(--bg-soft); }
.tabbtn { padding: 12px 16px; background: none; border: none; font-size: 13.5px; font-weight: 600; color: var(--ink-600); position: relative; transition: color 160ms; }
.tabbtn:hover { color: var(--brand-600); }
.tabbtn.on { color: var(--brand-700); }
.tabbtn.on::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: -1px; height: 2.5px; border-radius: 2px; background: linear-gradient(90deg, var(--brand-500), var(--cyan-500)); }
.detail-body { display: grid; grid-template-columns: minmax(0, 1fr) 272px; gap: 24px; padding: 24px 28px; }
.detail-sec + .detail-sec { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--bd-200); }
.detail-sec h3 { font-size: 14.5px; margin-bottom: 14px; }
.reasonlist { display: flex; flex-direction: column; gap: 10px; }
.reasonitem { display: flex; align-items: flex-start; gap: 12px; padding: 13px 15px; background: var(--bg-soft); border: 1px solid var(--bd-200); border-radius: 10px; }
.reasonitem svg.lucide { width: 17px; height: 17px; color: var(--teal-600); margin-top: 2px; }
.reasonitem .r-main { flex: 1; min-width: 0; }
.reasonitem strong { display: block; font-size: 13.5px; }
.reasonitem .muted { display: block; margin-top: 2px; }
.reasonitem .tag { flex: none; }

.actionbox { background: linear-gradient(170deg, var(--brand-50), var(--card)); border: 1px solid var(--brand-200); border-radius: 12px; padding: 18px; }
.actionbox h3 { font-size: 14px; margin-bottom: 8px; }
.actionbox .btn { width: 100%; }
.actionbox p { margin-bottom: 14px; }

/* ---------- 国别合规页 ---------- */
.country-hero {
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 27px 28px;
  border-radius: var(--r-lg);
  background:
    radial-gradient(620px 260px at 100% 0%, oklch(55% 0.13 215 / 0.35), transparent 60%),
    radial-gradient(400px 240px at 0% 110%, oklch(52% 0.2 264 / 0.4), transparent 58%),
    linear-gradient(150deg, var(--ink-990), oklch(24% 0.055 266) 60%, oklch(30% 0.08 264));
  color: #fff;
  margin-bottom: 22px;
  box-shadow: var(--sh-md);
  position: relative; overflow: hidden;
}
.country-hero::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(oklch(100% 0 0 / 0.045) 1px, transparent 1px),
    linear-gradient(90deg, oklch(100% 0 0 / 0.045) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(100deg, transparent 50%, #000 95%);
  -webkit-mask-image: linear-gradient(100deg, transparent 50%, #000 95%);
}
.country-id { display: flex; align-items: center; gap: 18px; position: relative; }
.flag { width: 62px; height: 44px; border-radius: 9px; flex: none; box-shadow: 0 0 0 3px oklch(100% 0 0 / 0.25), 0 6px 18px oklch(14% 0.05 268 / 0.4); overflow: hidden; }
.country-id h1 { color: #fff; font-size: 23px; }
.country-id p { color: oklch(78% 0.02 262); font-size: 13px; margin-top: 6px; }
.country-hero .select { position: relative; background-color: oklch(100% 0 0 / 0.1); border-color: oklch(100% 0 0 / 0.28); color: #fff; }
.country-hero .select option { color: var(--ink-990); }

.country-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 22px; align-items: start; }
.country-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 20px 22px 8px; }
.cstat { background: var(--bg-soft); border: 1px solid var(--bd-200); border-radius: 11px; padding: 14px 15px; }
.cstat strong { display: block; font-size: 16px; color: var(--brand-700); margin: 4px 0 2px; }
.cstat .muted { display: block; }
.country-tabs { display: flex; gap: 2px; flex-wrap: wrap; padding: 12px 20px 0; margin-top: 8px; border-top: 1px solid var(--bd-200); }
.pathgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.pathstep { border: 1px solid var(--bd-200); border-radius: 12px; padding: 16px; background: var(--card); transition: all 170ms var(--ease); }
.pathstep:hover { box-shadow: var(--sh-sm); transform: translateY(-2px); border-color: var(--brand-200); }
.pathstep strong { display: block; font-size: 14px; margin-top: 10px; }
.pathstep p { font-size: 12.5px; color: var(--ink-600); margin-top: 6px; line-height: 1.6; }

.actioncheck { display: flex; flex-direction: column; gap: 6px; }
.actioncheck label { display: flex; gap: 11px; align-items: flex-start; padding: 11px 12px; border: 1px solid var(--bd-200); border-radius: 10px; cursor: pointer; transition: all 160ms; }
.actioncheck label:hover { border-color: var(--brand-200); background: var(--bg-soft); }
.actioncheck input { accent-color: var(--brand-600); width: 16px; height: 16px; margin-top: 3px; }
.actioncheck strong { display: block; font-size: 13.5px; }
.actioncheck .muted { display: block; margin-top: 2px; }
.actioncheck .btn { margin-top: 10px; }

/* ---------- 服务市场页 ---------- */
.svc-intro { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; padding-bottom: 26px; margin-bottom: 8px; border-bottom: 1px solid var(--bd-200); }
.svc-intro h1 { font-size: 27px; font-weight: 750; font-family: var(--serif); }
.svc-intro p { color: var(--ink-600); margin-top: 10px; max-width: 44em; font-size: 13.5px; }
.stagepicker { display: flex; align-items: center; gap: 12px; flex: none; background: var(--card); border: 1px solid var(--bd-300); padding: 10px 14px; border-radius: 12px; box-shadow: var(--sh-xs); font-size: 13px; }

.svc-cats { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin: 26px 0 30px; }
.svc-cat {
  display: flex; flex-direction: column; align-items: center; gap: 9px;
  padding: 19px 10px 16px;
  background: var(--card);
  border: 1px solid var(--bd-200);
  border-radius: var(--r-lg);
  color: var(--ink-700); font-size: 13.5px; font-weight: 600;
  box-shadow: var(--sh-xs);
  transition: all 170ms var(--ease);
}
.svc-cat svg.lucide { width: 22px; height: 22px; color: var(--brand-600); }
.svc-cat:hover { transform: translateY(-3px); box-shadow: var(--sh-sm); border-color: var(--brand-200); }
.svc-cat.on {
  background:
    radial-gradient(120% 130% at 20% 0%, oklch(60% 0.18 264 / 0.9), transparent 60%),
    linear-gradient(160deg, oklch(40% 0.16 266), var(--ink-970));
  border-color: transparent; color: #fff;
  box-shadow: var(--sh-md), 0 8px 24px oklch(52% 0.2 264 / 0.3);
}
.svc-cat.on svg.lucide { color: var(--cyan-500); }

.svc-layout { display: grid; grid-template-columns: 244px minmax(0, 1fr); gap: 28px; align-items: start; }
.svc-filter { background: var(--card); border: 1px solid var(--bd-200); border-radius: var(--r-lg); padding: 20px; box-shadow: var(--sh-xs); position: sticky; top: 96px; }
.filtergroup + .filtergroup { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--bd-200); }
.filtergroup h3 { font-size: 13px; margin-bottom: 9px; letter-spacing: 0.02em; }

.svclist { display: flex; flex-direction: column; gap: 16px; }
.svccard { display: flex; justify-content: space-between; gap: 24px; background: var(--card); border: 1px solid var(--bd-200); border-radius: var(--r-lg); padding: 25px; box-shadow: var(--sh-xs); transition: all 170ms var(--ease); }
.svccard:hover { transform: translateY(-2px); box-shadow: var(--sh-md); border-color: var(--brand-200); }
.svccard h3 { font-size: 16.5px; margin-top: 12px; }
.svccard p { color: var(--ink-600); font-size: 13.5px; margin-top: 8px; line-height: 1.7; max-width: 56em; }
.svc-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 14px; font-size: 12.5px; color: var(--ink-700); }
.svc-meta span { display: inline-flex; align-items: center; gap: 6px; }
.svc-meta svg.lucide { width: 14px; height: 14px; color: var(--teal-600); }
.svc-price { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; gap: 16px; flex: none; text-align: right; padding-left: 24px; border-left: 1px dashed var(--bd-300); }
.svc-price strong { font-size: 16px; color: var(--brand-700); }

/* ---------- 咨询诉求页 ---------- */
.req-summary { display: grid; grid-template-columns: minmax(0, 1fr) 334px; gap: 20px; margin-bottom: 20px; }
.req-title { background: var(--card); border: 1px solid var(--bd-200); border-radius: var(--r-lg); padding: 25px 28px; box-shadow: var(--sh-xs); }
.req-title h1 { font-size: 21px; margin-top: 14px; line-height: 1.5; }
.req-title .meta { margin-top: 14px; }
.req-owner {
  background:
    radial-gradient(320px 170px at 100% 0%, oklch(52% 0.2 264 / 0.5), transparent 62%),
    linear-gradient(155deg, oklch(26% 0.055 266), var(--ink-990));
  color: #fff;
  border-radius: var(--r-lg);
  padding: 21px 22px;
  box-shadow: var(--sh-md);
  display: flex; flex-direction: column;
}
.req-owner .owner-row { display: flex; align-items: center; gap: 12px; margin: 14px 0 16px; }
.req-owner .owner-row strong { display: block; font-size: 13.5px; }
.req-owner .btn-ghost { background: oklch(100% 0 0 / 0.1); border-color: oklch(100% 0 0 / 0.28); color: #fff; flex: 1; }
.req-owner .btn-ghost:hover { background: oklch(100% 0 0 / 0.18); border-color: oklch(100% 0 0 / 0.4); }
.req-owner .actions { margin-top: auto; }

.req-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 22px; align-items: start; }

.tl { position: relative; display: flex; flex-direction: column; }
.tl li { position: relative; display: grid; grid-template-columns: 86px 40px minmax(0, 1fr); gap: 14px; padding: 16px 0; }
.tl li::before { content: ""; position: absolute; left: calc(86px + 14px + 19px); top: 0; bottom: 0; width: 2px; background: repeating-linear-gradient(180deg, var(--bd-300) 0 6px, transparent 6px 11px); }
.tl li:first-child::before { top: 26px; }
.tl li:last-child::before { bottom: calc(100% - 26px); }
.tl-time { font-size: 12px; color: var(--ink-500); text-align: right; padding-top: 9px; font-variant-numeric: tabular-nums; }
.tl-dot { width: 40px; height: 40px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--card); border: 2px solid var(--bd-300); color: var(--ink-500); position: relative; z-index: 1; }
.tl-dot svg.lucide { width: 16px; height: 16px; }
.tl li.current .tl-dot { background: linear-gradient(150deg, var(--brand-500), oklch(44% 0.19 268)); border-color: var(--brand-600); color: #fff; box-shadow: 0 0 0 5px oklch(63% 0.2 264 / 0.15), 0 4px 12px oklch(52% 0.2 264 / 0.3); }
.tl-content { background: var(--bg-soft); border: 1px solid var(--bd-200); border-radius: 12px; padding: 16px 18px; }
.tl li.current .tl-content { background: var(--brand-50); border-color: var(--brand-200); }
.tl-content strong { font-size: 14px; }
.tl-content p { font-size: 13px; color: var(--ink-700); margin-top: 6px; line-height: 1.7; }

.filerow { display: flex; align-items: center; gap: 12px; padding: 11px 6px; }
.filerow + .filerow { border-top: 1px dashed var(--bd-200); }
.fileicon { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 10px; flex: none; background: var(--gold-100); color: var(--gold-700); }
.fileicon svg.lucide { width: 16px; height: 16px; }
.filerow .f-main { flex: 1; min-width: 0; }
.filerow strong { display: block; font-size: 13px; }
.filerow .muted { display: block; margin-top: 1px; }

/* ---------- 运营页 ---------- */
.ops-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 22px; }
.daterange { display: flex; gap: 10px; align-items: center; }
.opsgrid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 22px; margin-bottom: 22px; }

.chartwrap { padding: 20px 22px 18px; }
.barchart { display: grid; grid-template-columns: repeat(8, 1fr); gap: 14px; align-items: end; height: 190px; padding-top: 10px; border-bottom: 2px solid var(--bd-300); background: repeating-linear-gradient(180deg, transparent 0 45px, var(--bd-200) 45px 46px); }
.bar { position: relative; height: var(--h); min-height: 8px; border-radius: 8px 8px 0 0; background: linear-gradient(180deg, var(--brand-500), oklch(44% 0.19 268)); box-shadow: inset 0 1px 0 oklch(100% 0 0 / 0.3); transition: filter 160ms, transform 170ms var(--ease); }
.bar:nth-child(even) { background: linear-gradient(180deg, var(--cyan-500), var(--cyan-600)); }
.bar:hover { filter: brightness(1.15) saturate(1.1); transform: scaleY(1.015); transform-origin: bottom; }
.bar span { position: absolute; bottom: -24px; left: 50%; transform: translateX(-50%); font-size: 11.5px; color: var(--ink-500); white-space: nowrap; }
.bar::after { content: attr(data-v); position: absolute; top: -22px; left: 50%; transform: translateX(-50%); font-size: 11px; font-weight: 700; color: var(--brand-700); opacity: 0; transition: opacity 160ms; font-variant-numeric: tabular-nums; }
.bar:hover::after { opacity: 1; }

.funnel { display: flex; flex-direction: column; gap: 11px; }
.funnel-row { display: grid; grid-template-columns: 76px minmax(0, 1fr) 52px; align-items: center; gap: 13px; font-size: 13px; }
.funnel-row > span:first-child { color: var(--ink-700); font-weight: 500; }
.funnel-row strong { text-align: right; font-size: 14px; }
.funnel-track { height: 14px; border-radius: 7px; background: var(--bg); box-shadow: inset 0 0 0 1px var(--bd-200); overflow: hidden; }
.funnel-fill { display: block; height: 100%; width: var(--w); border-radius: 7px; background: linear-gradient(90deg, var(--brand-600), var(--cyan-500)); box-shadow: inset 0 1px 0 oklch(100% 0 0 / 0.3); }
.funnel-row:nth-child(n+4) .funnel-fill { background: linear-gradient(90deg, var(--teal-600), var(--gold-500)); }

.qtable { width: 100%; border-collapse: collapse; font-size: 13px; }
.qtable th { text-align: left; font-size: 12px; color: var(--ink-500); font-weight: 600; letter-spacing: 0.04em; padding: 12px 14px; background: var(--bg-soft); border-bottom: 1px solid var(--bd-300); }
.qtable td { padding: 13px 14px; border-bottom: 1px solid var(--bd-200); vertical-align: middle; }
.qtable tbody tr { transition: background 160ms; }
.qtable tbody tr:hover { background: var(--brand-50); }
.qtable tbody tr:last-child td { border-bottom: none; }

.citylist { display: flex; flex-direction: column; gap: 12px; }
.cityrow { display: grid; grid-template-columns: 62px minmax(0, 1fr) 42px; align-items: center; gap: 13px; font-size: 13px; }
.cityrow > span:first-child { color: var(--ink-800); font-weight: 500; }
.cityrow strong { text-align: right; }
.citytrack { height: 10px; border-radius: 5px; background: var(--bg); box-shadow: inset 0 0 0 1px var(--bd-200); overflow: hidden; }
.cityfill { display: block; height: 100%; width: var(--w); border-radius: 5px; background: linear-gradient(90deg, var(--cyan-500), var(--brand-600)); }

/* ============================================================
   移动端（手机壳）
   ============================================================ */
.mobilestage { padding: 36px 0 56px; display: flex; justify-content: center; }
.phone {
  width: 400px;
  background: var(--card);
  border-radius: 40px;
  box-shadow:
    0 0 0 10px oklch(24% 0.03 265),
    0 0 0 12px oklch(62% 0.02 260),
    0 30px 80px oklch(24% 0.07 264 / 0.4);
  overflow: hidden;
  position: relative;
  min-height: 780px;
  display: flex; flex-direction: column;
}
.phone::before { content: ""; position: absolute; top: 12px; left: 50%; transform: translateX(-50%); width: 110px; height: 26px; border-radius: 14px; background: oklch(24% 0.03 265); z-index: 20; }
.m-status { display: flex; justify-content: space-between; padding: 16px 26px 8px; font-size: 12px; font-weight: 600; color: #fff; background: linear-gradient(155deg, oklch(24% 0.055 266), var(--ink-990)); }
.m-header {
  background:
    radial-gradient(320px 150px at 90% -20%, oklch(52% 0.2 264 / 0.55), transparent 62%),
    radial-gradient(240px 160px at 0% 110%, oklch(55% 0.13 215 / 0.3), transparent 58%),
    linear-gradient(155deg, oklch(24% 0.055 266), var(--ink-990));
  color: #fff;
  padding: 8px 20px 22px;
  border-radius: 0 0 28px 28px;
}
.m-header-row { display: flex; justify-content: space-between; align-items: center; }
.m-brand { display: flex; align-items: center; gap: 10px; }
.m-brand .brand-seal { width: 38px; height: 38px; border-radius: 11px; font-size: 13px; }
.m-brand strong { font-size: 14.5px; display: block; }
.m-brand small { display: block; font-size: 11px; color: oklch(76% 0.02 262); }
.m-header .iconbtn { color: #fff; background: oklch(100% 0 0 / 0.12); border-color: oklch(100% 0 0 / 0.22); }
.m-search { margin-top: 16px; display: flex; align-items: center; gap: 9px; background: oklch(100% 0 0 / 0.12); border: 1px solid oklch(100% 0 0 / 0.2); border-radius: 999px; padding: 10px 15px; }
.m-search svg.lucide { width: 15px; height: 15px; color: oklch(78% 0.02 262); }
.m-search input { flex: 1; border: none; outline: none; background: transparent; color: #fff; font-size: 13px; }
.m-search input::placeholder { color: oklch(70% 0.02 262); }

.m-content { flex: 1; background: var(--bg); padding: 18px 16px 20px; display: flex; flex-direction: column; gap: 18px; }
.m-tasks { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.m-task { display: flex; flex-direction: column; align-items: center; gap: 7px; background: none; border: none; font-size: 11.5px; color: var(--ink-800); font-weight: 600; padding: 4px 0; }
.m-task-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 15px;
  background: linear-gradient(150deg, var(--brand-500), oklch(44% 0.19 268));
  color: #fff;
  box-shadow: 0 4px 10px oklch(52% 0.2 264 / 0.3);
  transition: transform 150ms;
}
.m-task:nth-child(2) .m-task-icon { background: linear-gradient(150deg, var(--cyan-500), var(--cyan-600)); }
.m-task:nth-child(3) .m-task-icon { background: linear-gradient(150deg, var(--teal-600), var(--teal-700)); }
.m-task:nth-child(4) .m-task-icon { background: linear-gradient(150deg, oklch(63% 0.17 25), oklch(47% 0.16 25)); }
.m-task:nth-child(5) .m-task-icon { background: linear-gradient(150deg, var(--gold-500), var(--gold-700)); }
.m-task:active .m-task-icon { transform: scale(0.93); }
.m-task-icon svg.lucide { width: 20px; height: 20px; }

.m-card { background: var(--card); border-radius: 18px; padding: 16px; box-shadow: var(--sh-xs), inset 0 0 0 1px var(--bd-200); }
.m-card-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.m-card-head h2 { font-size: 15px; }
.m-row { display: flex; align-items: center; gap: 11px; padding: 11px 2px; }
.m-row + .m-row { border-top: 1px dashed var(--bd-200); }
.m-row > svg.lucide { width: 15px; height: 15px; color: var(--ink-500); margin-left: auto; }
.m-row .m-main { flex: 1; min-width: 0; }
.m-row strong { display: block; font-size: 13.5px; }
.m-row .m-sub { display: block; font-size: 12px; color: var(--ink-600); margin-top: 1px; }
.m-row .todo-icon { width: 36px; height: 36px; border-radius: 11px; }
.m-row .alerticon { width: 36px; height: 36px; border-radius: 11px; }

.m-match { border: 1px solid var(--brand-200); background: linear-gradient(170deg, var(--brand-50), var(--card)); border-radius: 14px; padding: 15px; }
.m-match h3 { font-size: 14px; margin-top: 10px; }
.m-match p { margin-top: 7px; line-height: 1.6; }

.m-bottomnav { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--card); border-top: 1px solid var(--bd-200); padding: 8px 0 14px; }
.m-bottomnav a { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 11px; color: var(--ink-500); font-weight: 600; padding: 4px 0; }
.m-bottomnav a svg.lucide { width: 20px; height: 20px; }
.m-bottomnav a.on { color: var(--brand-600); }

/* ============================================================
   Toast 与切换器
   ============================================================ */
.toast {
  position: fixed; left: 50%; bottom: 32px; transform: translate(-50%, 16px);
  background: linear-gradient(150deg, oklch(30% 0.07 266), var(--ink-990));
  color: #fff;
  padding: 11px 22px; border-radius: 999px;
  font-size: 13.5px; font-weight: 500;
  box-shadow: var(--sh-lg), 0 0 0 1px oklch(100% 0 0 / 0.12);
  opacity: 0; pointer-events: none;
  transition: opacity 220ms var(--ease), transform 220ms var(--ease);
  z-index: 300; max-width: 80vw;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.toast::before { content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan-500); box-shadow: 0 0 8px var(--cyan-500); margin-right: 9px; vertical-align: 1px; }

.pageswitcher {
  position: fixed; right: 18px; bottom: 18px; z-index: 250;
  display: flex; align-items: center; gap: 8px;
  background: oklch(100% 0 0 / 0.94);
  backdrop-filter: blur(10px);
  border: 1px solid var(--bd-300);
  padding: 7px 12px; border-radius: 999px;
  font-size: 12px; color: var(--ink-600);
  box-shadow: var(--sh-md);
}
.pageswitcher select { border: none; background: transparent; font-size: 12.5px; font-weight: 600; color: var(--brand-700); outline: none; cursor: pointer; }
body.capture .pageswitcher { display: none; }

/* ============================================================
   响应式
   ============================================================ */
@media (max-width: 1200px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; padding: 52px 28px 78px; }
  .hero-routes { width: 100%; opacity: 0.5; }
  .main-grid, .wkgrid, .country-layout, .req-layout { grid-template-columns: 1fr; }
  .taskband-inner { grid-template-columns: repeat(3, 1fr); }
  .indgrid, .metricstrip, .country-stats, .pathgrid { grid-template-columns: repeat(2, 1fr); }
  .matchlayout { grid-template-columns: 1fr; }
  .svc-layout { grid-template-columns: 1fr; }
  .svc-filter { position: static; }
  .opsgrid { grid-template-columns: 1fr; }
  .req-summary { grid-template-columns: 1fr; }
  .newsband { grid-template-columns: 1fr; }
  .servegrid, .actgrid { grid-template-columns: repeat(2, 1fr); }
  .pubfooter-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .pubnav { display: none; }
  .taskband-inner { grid-template-columns: 1fr 1fr; }
  .hero-stats-inner { grid-template-columns: 1fr 1fr; gap: 14px; }
  .hstat + .hstat { border-left: none; padding-left: 0; }
  .hero-copy h1 { font-size: 29px; }
  .sidebar { display: none; }
  .detail-body { grid-template-columns: 1fr; }
  .svc-cats { grid-template-columns: repeat(3, 1fr); }
  .opp-row { grid-template-columns: 74px minmax(0, 1fr); }
  .opp-row .reason, .opp-row .btn { grid-column: 2; }
  .newscols { grid-template-columns: 1fr; }
  .newscol + .newscol { border-left: none; border-top: 1px solid var(--bd-200); }
  .servegrid, .actgrid { grid-template-columns: 1fr; }
  .phone { width: 100%; max-width: 400px; }
}

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