/* ==========================================================================
   VPNDT · components.css
   跨页面组件：tab / toc / FAQ / 套餐卡 / 线路表 / 平台卡 / 文章卡 / callout /
   文末推广块 / 客户端窗口装置 / 事实带 / 设计预览专用示例排版
   ========================================================================== */

/* ---------- 1. 通用 tab（role=tablist / role=tab） ---------- */
.tabs{display:flex;flex-direction:column;gap:22px;min-width:0}
.tablist{
  display:flex;flex-wrap:wrap;gap:4px;padding:4px;
  background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--r-pill);
  box-shadow:var(--shadow-pill);width:max-content;max-width:100%;
}
.tablist--center{margin-inline:auto}
.tab{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:38px;padding:0 20px;border-radius:var(--r-pill);
  font-size:14px;font-weight:500;color:var(--muted);white-space:nowrap;
  transition:background var(--speed),color var(--speed);
}
.tab:hover{color:var(--text)}
.tab[aria-selected="true"]{background:var(--accent-10);color:var(--accent);font-weight:700}
.tabpanel{min-width:0}
.tabpanel[hidden]{display:none}

/* ---------- 2. 长页分类跳转导航 toc ---------- */
.toc-tabs{
  position:sticky;top:calc(var(--header-h) + 8px);z-index:40;
  display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  padding:8px 2px;margin-bottom:26px;
  background:var(--bg);border-bottom:1px solid var(--border);
  scrollbar-width:thin;
}
.toc-tabs a{
  display:inline-flex;align-items:center;flex:0 0 auto;
  min-height:34px;padding:0 14px;border-radius:var(--r-pill);
  background:var(--bg-panel);border:1px solid var(--border);
  font-size:13.5px;color:var(--muted);white-space:nowrap;
}
.toc-tabs a:hover{color:var(--accent);border-color:var(--accent-22)}
.toc-tabs a.is-current{
  color:var(--white);background:linear-gradient(180deg,var(--accent),var(--accent-dark));
  border-color:transparent;font-weight:600;
  box-shadow:0 8px 18px -10px var(--accent-22);
}
.toc-tabs--static{position:static}
body:has(.toc-tabs) section[id],
body:has(.toc-tabs) [id].doc-sec{scroll-margin-top:calc(var(--header-h) + 68px)}

/* ---------- 3. FAQ 折叠项 ---------- */
.faq-list{display:flex;flex-direction:column;gap:10px}
.faq{
  background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--r-card);
  box-shadow:var(--shadow-card);overflow:hidden;
}
.faq summary{
  display:flex;align-items:center;gap:12px;
  min-height:56px;padding:14px 18px;cursor:pointer;list-style:none;
  font-weight:600;font-size:15.5px;color:var(--text);
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{
  content:"";margin-left:auto;flex:none;
  width:9px;height:9px;border-right:2px solid var(--accent);border-bottom:2px solid var(--accent);
  transform:rotate(45deg);transition:transform var(--speed);
}
.faq[open] summary::after{transform:rotate(-135deg)}
.faq[open] summary{color:var(--accent)}
.faq__body{padding:0 18px 18px;color:var(--muted);font-size:14.5px}
.faq__body p+p{margin-top:10px}

/* ---------- 4. 套餐卡 ---------- */
.plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.plan{
  position:relative;display:flex;flex-direction:column;gap:16px;
  background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--r-panel);
  box-shadow:var(--shadow-card);padding:24px 22px 22px;min-width:0;
}
.plan--current{border-color:var(--accent-22);box-shadow:var(--shadow-panel);background:linear-gradient(180deg,var(--accent-05),var(--bg-panel) 42%)}
.plan__badge{
  position:absolute;top:-12px;left:22px;
  display:inline-flex;align-items:center;gap:6px;height:24px;padding:0 11px;border-radius:var(--r-pill);
  background:var(--apricot);color:var(--text);font-size:11.5px;font-weight:700;letter-spacing:.04em;
  box-shadow:0 8px 18px -10px rgba(196,134,15,.6);
}
.plan__name{font-size:15px;font-weight:700;color:var(--muted);letter-spacing:.06em;text-transform:uppercase}
.plan__price{display:flex;align-items:baseline;gap:6px;font-family:var(--font-display);color:var(--text)}
.plan__price b{font-size:38px;font-weight:600;letter-spacing:-.02em}
.plan__price span{font-size:13.5px;color:var(--muted);font-family:var(--font-body)}
.plan__note{font-size:13px;color:var(--muted)}
.plan__list{display:flex;flex-direction:column;gap:9px;font-size:14px}
.plan__list li{display:flex;align-items:flex-start;gap:9px;color:var(--text)}
.plan__list svg{width:15px;height:15px;color:var(--accent);flex:none;margin-top:3px}
.plan__cta{margin-top:auto}
.plan__cta .btn{width:100%}

/* 流量包小卡 */
.pack-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.pack{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  background:var(--bg-panel2);border:1px solid var(--border);border-radius:var(--r-card);
  padding:16px 18px;min-width:0;
}
.pack__vol{font-family:var(--font-mono);font-size:19px;font-weight:600;color:var(--text)}
.pack__price{font-size:14px;color:var(--muted)}
.pack__price b{color:var(--accent);font-weight:700}

/* ---------- 5. 宽表格（线路表 / 套餐对比表）：窄屏横滑 ---------- */
.table-scroll{
  overflow-x:auto;max-width:100%;min-width:0;
  -webkit-overflow-scrolling:touch;
  border:1px solid var(--border);border-radius:var(--r-card);
  background:var(--bg-panel);box-shadow:var(--shadow-card);
}
.table-scroll > table{min-width:640px}
.data-table{width:100%;font-size:14px}
.data-table th,.data-table td{
  padding:12px 16px;text-align:left;vertical-align:middle;
  border-bottom:1px solid var(--border);
  word-break:keep-all;
}
.data-table th{
  font-size:12.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;
  color:var(--muted);background:var(--bg-panel2);white-space:nowrap;
}
.data-table tbody tr:last-child td{border-bottom:0}
.data-table tbody tr:hover td{background:var(--accent-05)}
.data-table .col-num{font-family:var(--font-mono);font-variant-numeric:tabular-nums;white-space:nowrap}
.data-table .is-on td{background:var(--accent-08)}
.region-row td{
  background:var(--bg-panel2);font-weight:700;color:var(--text);
  font-size:13px;letter-spacing:.06em;white-space:nowrap;
}
/* 文章正文里的裸表格防御 */
.prose > .data-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;min-width:0}

/* ---------- 6. 平台卡 ---------- */
.platform-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:16px}
.platform-card{
  display:flex;flex-direction:column;align-items:flex-start;gap:12px;
  background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--r-card);
  box-shadow:var(--shadow-card);padding:18px;min-width:0;
}
.platform-card svg{width:24px;height:24px;color:var(--text)}
.platform-card__name{font-weight:700;font-size:15px}
.platform-card__meta{font-size:12.5px;color:var(--muted)}
.platform-card .btn{margin-top:auto}

/* ---------- 7. 博客文章卡 ---------- */
.post-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}
.post-card{
  display:flex;flex-direction:column;gap:12px;
  background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--r-card);
  box-shadow:var(--shadow-card);padding:20px;min-width:0;
  transition:transform var(--speed),box-shadow var(--speed);
}
.post-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-panel)}
.post-card__meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:12px;color:var(--muted)}
.post-card h3{font-size:18px;line-height:1.35}
.post-card p{font-size:13.5px;color:var(--muted)}
.post-card__more{margin-top:auto;display:inline-flex;align-items:center;gap:6px;font-size:13.5px;font-weight:600;color:var(--accent)}
.post-card__more svg{width:14px;height:14px}

/* 博客列表 hero：带框卡片 + 左侧竖色条 */
.blog-hero{
  position:relative;overflow:hidden;
  background:linear-gradient(180deg,var(--accent-05),var(--bg-panel) 60%);
  border:1px solid var(--border);border-radius:var(--r-panel);
  box-shadow:var(--shadow-panel);
  padding:30px 30px 30px 40px;min-width:0;
}
.blog-hero::before{
  content:"";position:absolute;left:16px;top:22px;bottom:22px;width:6px;border-radius:var(--r-pill);
  background:linear-gradient(180deg,var(--accent),var(--mist));
}
.blog-hero h1{font-size:clamp(26px,3.4vw,40px);margin-bottom:12px}
.blog-hero__meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}

/* ---------- 8. callout 引用块 ---------- */
.callout{
  display:flex;gap:12px;
  background:var(--accent-05);border:1px solid var(--accent-12);
  border-left:3px solid var(--accent);
  border-radius:var(--r-sm);padding:14px 16px;margin:18px 0;
  font-size:14.5px;color:var(--text);min-width:0;
}
.callout svg{width:17px;height:17px;color:var(--accent);flex:none;margin-top:2px}
.callout--warn{background:var(--warn-12);border-color:rgba(196,134,15,.28);border-left-color:var(--warn)}
.callout--warn svg{color:var(--warn)}
.callout--quiet{background:var(--bg-panel2);border-color:var(--border);border-left-color:var(--muted)}
.callout--quiet svg{color:var(--muted)}
blockquote{
  border-left:3px solid var(--border);padding:4px 0 4px 16px;margin:18px 0;
  color:var(--muted);font-style:italic;
}

/* ---------- 9. 文末推广块（博客文章页用） ---------- */
.promo-block{
  display:flex;flex-wrap:wrap;align-items:center;gap:16px 24px;
  background:linear-gradient(180deg,var(--accent-05),var(--bg-panel) 55%);
  border:1px solid var(--border);border-radius:var(--r-panel);
  box-shadow:var(--shadow-panel);padding:24px;margin-top:34px;min-width:0;
}
.promo-block__text{flex:1 1 320px;min-width:0}
.promo-block__text h3{margin-bottom:8px}
.promo-block__text p{font-size:14px;color:var(--muted)}
.promo-block .btn{flex-shrink:0;white-space:nowrap}

/* ---------- 10. 正文排版（教程 / 文章） ---------- */
.prose{font-size:15.5px;line-height:1.78;min-width:0}
.prose > *+*{margin-top:16px}
.prose h2{font-size:clamp(22px,2.4vw,28px);margin-top:38px}
.prose h3{font-size:19px;margin-top:26px}
.prose ul,.prose ol{display:flex;flex-direction:column;gap:8px;padding-left:2px}
.prose ul li{position:relative;padding-left:18px}
.prose ul li::before{content:"";position:absolute;left:2px;top:.72em;width:6px;height:6px;border-radius:50%;background:var(--accent);opacity:.6}
.prose ol{counter-reset:step}
.prose ol li{position:relative;padding-left:38px;counter-increment:step;min-height:26px}
.prose ol li::before{
  content:counter(step);
  position:absolute;left:0;top:2px;width:24px;height:24px;border-radius:50%;
  display:grid;place-items:center;
  background:var(--accent-10);color:var(--accent);
  font-family:var(--font-mono);font-size:12px;font-weight:600;
}
.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}

/* ---------- 11. 客户端窗口装置（首屏记忆点 / 预览页共用） ---------- */
.hero{
  position:relative;overflow:clip;max-width:100%;
  padding-top:28px;padding-bottom:64px;
  background:linear-gradient(180deg,var(--accent-05) 0%,rgba(26,92,176,0) 62%),var(--bg);
}
.hero__copy{position:relative;z-index:6;display:flex;flex-direction:column;align-items:center;text-align:center}
.tag-badge{
  display:inline-flex;align-items:center;gap:9px;height:26px;padding:0 12px 0 10px;
  border-radius:var(--r-pill);background:var(--bg-panel);border:1px solid var(--border);
  box-shadow:var(--shadow-pill);font-size:12.5px;font-weight:600;color:var(--muted);
  letter-spacing:.04em;margin-bottom:14px;
}
.tag-badge b{width:8px;height:8px;border-radius:50%;background:var(--accent);flex:none;box-shadow:0 0 0 3px var(--accent-12)}
.hero h1{
  font-family:var(--font-display);font-weight:600;
  font-size:clamp(30px,4.8vw,60px);line-height:1.08;letter-spacing:-.02em;
  color:var(--text);margin-bottom:12px;max-width:22ch;
}
.hero h1 .h1-alt{display:block;color:var(--accent)}
.hero__sub{font-size:17px;line-height:26px;color:var(--muted);margin-bottom:18px;max-width:760px}
.hero__sub strong{color:var(--text);font-weight:600}
.cta-row{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.trust{
  display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 18px;
  font-size:13px;color:var(--muted);margin-bottom:12px;
}
.trust li{display:inline-flex;align-items:center;gap:6px}
.trust svg{width:14px;height:14px;color:var(--accent);flex:none}
.chips{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px 22px}
.chips li{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:500;color:var(--text)}
.chips svg{width:17px;height:17px;color:var(--text);opacity:.86}
.platforms{margin-bottom:8px}
.flags svg{width:22px;height:16px;border-radius:3px;box-shadow:0 0 0 1px var(--ink-10)}

/* 装置层 */
.stage{position:relative;z-index:3;margin-top:34px;height:350px}
.orb{position:absolute;border-radius:50%;z-index:1}
.orb--coral{width:360px;height:360px;left:-10px;top:-20px;background:var(--coral);box-shadow:inset -14px -18px 46px var(--ink-06),inset 0 1px 0 var(--hilite-soft)}
.orb--apricot{width:420px;height:420px;right:-40px;bottom:-140px;background:var(--apricot);box-shadow:inset -16px -22px 52px var(--ink-06),inset 0 1px 0 var(--hilite-soft)}
.deco{position:absolute;z-index:2}
.deco svg{width:100%;height:100%}
.deco--tri-a{width:22px;height:22px;left:28px;top:40px;color:var(--apricot)}
.deco--dot-b{width:12px;height:12px;left:84px;top:300px;border-radius:50%;background:var(--accent)}
.deco--dot-m{width:18px;height:18px;left:12px;top:-30px;border-radius:50%;background:var(--mist)}
.deco--tri-m{width:26px;height:26px;right:24px;top:44px;color:var(--mist)}
.deco--dot-c{width:14px;height:14px;right:6px;top:96px;border-radius:50%;background:var(--coral)}

.window{
  position:absolute;z-index:4;left:9%;right:9%;top:0;height:350px;
  background:var(--bg-panel);border-radius:var(--r-panel);
  box-shadow:var(--shadow-window);
  display:grid;grid-template-rows:42px 1fr;overflow:hidden;
  font-size:12.5px;min-width:0;
}
.chrome{
  display:grid;grid-template-columns:1fr auto 1fr;align-items:center;
  padding:0 16px;border-bottom:1px solid var(--border);
  background:linear-gradient(180deg,var(--bg-panel) 0%,var(--bg-panel2) 100%);
}
.chrome__dots{display:flex;gap:7px}
.chrome__dots i{width:10px;height:10px;border-radius:50%;flex:none}
.chrome__dots i:nth-child(1){background:var(--coral)}
.chrome__dots i:nth-child(2){background:var(--apricot)}
.chrome__dots i:nth-child(3){background:var(--accent)}
.search{
  display:flex;align-items:center;gap:8px;width:300px;max-width:100%;height:26px;padding:0 12px;
  border-radius:var(--r-pill);background:var(--white);border:1px solid var(--border);
  color:var(--muted);font-size:12px;
}
.search svg{width:13px;height:13px;flex:none}
.chrome__lock{justify-self:end;color:var(--accent)}
.chrome__lock svg{width:16px;height:16px}
.panes{display:grid;grid-template-columns:196px 340px 1fr;min-height:0}
.pane{padding:10px 12px;min-width:0;min-height:0}
.pane + .pane{border-left:1px solid var(--border)}
.pane__hd{
  display:flex;align-items:center;justify-content:space-between;
  font-size:11px;font-weight:600;letter-spacing:.08em;color:var(--muted);
  text-transform:uppercase;height:22px;
}
.regions li{display:flex;align-items:center;gap:9px;height:30px;padding:0 8px;border-radius:8px;color:var(--text)}
.regions li svg{width:20px;height:14px;border-radius:3px;box-shadow:0 0 0 1px var(--ink-10);flex:none}
.regions li.is-on{background:var(--accent-08);color:var(--accent);font-weight:600}
.regions li .cnt{margin-left:auto;font-family:var(--font-mono);font-size:11px;color:var(--muted)}
.regions li.is-on .cnt{color:var(--accent)}
.favs{margin-top:2px}
.favs li{display:flex;align-items:center;gap:8px;height:28px;padding:0 8px;font-size:12px;color:var(--text)}
.favs svg{width:12px;height:12px;color:var(--apricot);flex:none}
.routes{margin-top:2px}
.route{
  display:grid;grid-template-columns:22px 1fr;column-gap:8px;align-items:center;
  height:44px;padding:0 10px;border-radius:10px;border-left:2px solid transparent;
}
.route.is-on{background:var(--accent-08);border-left-color:var(--accent)}
.route .num{font-family:var(--font-mono);font-size:11px;color:var(--muted)}
.route.is-on .num{color:var(--accent)}
.route__main{display:flex;align-items:center;gap:6px;min-width:0}
.route__name{
  font-weight:600;font-size:12.5px;color:var(--text);
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.route.is-on .route__name{color:var(--accent-dark)}
.route__tags{margin-left:auto;display:flex;gap:5px;flex:none}
.pill{
  display:inline-flex;align-items:center;height:18px;padding:0 7px;border-radius:var(--r-pill);
  font-size:10.5px;font-weight:600;line-height:1;border:1px solid;white-space:nowrap;
  max-width:100%;overflow:hidden;
}
.pill--iepl{color:var(--accent);border-color:var(--accent);background:var(--accent-08)}
.pill--relay{color:var(--warn);border-color:var(--warn);background:var(--warn-12)}
.pill--direct{color:var(--success);border-color:var(--success);background:var(--success-10)}
.pill--media{color:var(--muted);border-color:var(--border);background:var(--bg-panel2)}

.connect{display:flex;flex-direction:column;padding:12px 16px 12px 18px;min-width:0}
.connect__name{
  font-family:var(--font-display);font-size:20px;line-height:1.2;font-weight:600;
  color:var(--text);margin-top:4px;letter-spacing:-.01em;
}
.connect__meta{font-size:11.5px;color:var(--muted);margin-top:2px;font-family:var(--font-mono)}
.switch{display:flex;align-items:center;gap:10px;margin-top:12px}
.switch__track{
  width:44px;height:24px;border-radius:var(--r-pill);background:var(--accent);
  position:relative;flex:none;box-shadow:inset 0 1px 2px var(--ink-16);
}
.switch__track::after{
  content:"";position:absolute;top:2px;right:2px;width:20px;height:20px;border-radius:50%;
  background:var(--white);box-shadow:0 1px 3px var(--ink-16);
}
.switch__label{font-weight:700;font-size:13px;color:var(--accent)}
.switch__label::before{
  content:"";display:inline-block;width:7px;height:7px;border-radius:50%;
  background:var(--success);margin-right:7px;vertical-align:1px;
}
.facts{margin-top:12px;display:flex;flex-direction:column;gap:7px}
.facts li{
  display:flex;align-items:center;gap:8px;min-height:28px;padding:0 10px;border-radius:var(--r-pill);
  background:var(--bg-panel2);border:1px solid var(--border);font-size:11.5px;color:var(--text);
  box-shadow:inset 0 1px 0 var(--hilite);
}
.facts li span{color:var(--muted)}
.facts li b{font-weight:600}
.facts svg{width:12px;height:12px;color:var(--accent);flex:none}
.connect__foot{
  margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px;
  font-family:var(--font-mono);font-size:11px;color:var(--muted);
  padding-top:8px;border-top:1px dashed var(--border);
}
.connect__foot b{color:var(--accent);font-weight:600}

/* 分段切换器压在窗口上沿 */
.seg{
  position:absolute;z-index:6;top:-22px;left:50%;transform:translateX(-50%);
  display:flex;gap:2px;padding:4px;height:44px;border-radius:var(--r-pill);
  background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-pill);
  max-width:calc(100% - 24px);
}
.seg a{
  display:inline-flex;align-items:center;gap:8px;height:34px;padding:0 22px;
  border-radius:var(--r-pill);font-size:14px;font-weight:500;color:var(--muted);white-space:nowrap;
}
.seg a svg{width:15px;height:15px;flex:none}
.seg a.is-on{background:var(--accent-10);color:var(--accent);font-weight:700}

/* 漂浮辅件：手机小窗 */
.phone{
  position:absolute;z-index:5;left:-120px;bottom:20px;width:180px;height:250px;
  border-radius:28px;background:var(--bg-panel);
  box-shadow:var(--shadow-float),0 0 0 4px var(--bg-panel2);
  padding:12px 12px 10px;display:flex;flex-direction:column;gap:8px;overflow:hidden;
}
.phone__top{display:flex;align-items:center;justify-content:space-between;gap:8px}
.phone__time{font-family:var(--font-mono);font-size:10px;color:var(--muted)}
.phone__state{
  display:inline-flex;align-items:center;gap:5px;height:20px;padding:0 8px;border-radius:var(--r-pill);
  background:var(--accent-10);color:var(--accent);font-size:10.5px;font-weight:700;white-space:nowrap;
}
.phone__state i{width:6px;height:6px;border-radius:50%;background:var(--success);flex:none}
.phone__title{font-family:var(--font-display);font-size:15px;font-weight:600;line-height:1.2;color:var(--text)}
.phone__list{display:flex;flex-direction:column;gap:4px}
.phone__list li{
  display:flex;align-items:center;gap:6px;height:30px;padding:0 8px;border-radius:9px;
  background:var(--white);border:1px solid var(--border);
  font-size:10.5px;font-weight:600;color:var(--text);
}
.phone__list li.is-on{background:var(--accent-08);border-color:var(--accent-22);color:var(--accent-dark)}
.phone__list svg{width:16px;height:11px;border-radius:2px;flex:none;box-shadow:0 0 0 1px var(--ink-10)}
.phone__list .pill{margin-left:auto;height:15px;font-size:9px;padding:0 5px}
.phone__foot{margin-top:auto;font-family:var(--font-mono);font-size:9.5px;color:var(--muted);text-align:center}

/* 漂浮辅件：状态小卡 */
.statuscard{
  position:absolute;z-index:7;top:-12px;right:-40px;
  display:inline-flex;align-items:center;gap:9px;height:36px;padding:0 14px 0 12px;
  border-radius:var(--r-pill);background:var(--white);border:1px solid var(--border);
  box-shadow:var(--shadow-float);font-size:12.5px;font-weight:600;color:var(--text);
  white-space:nowrap;
}
.statuscard i{width:9px;height:9px;border-radius:50%;background:var(--accent);flex:none;box-shadow:0 0 0 3px var(--accent-12)}
.statuscard em{font-style:normal;color:var(--muted);font-weight:500}
.statuscard b{color:var(--accent)}

/* Hero 之后：大圆弧收边 + 事实带 */
.after{
  position:relative;z-index:8;margin-top:calc(var(--r-section) * -1);
  background:var(--bg-panel);border-radius:var(--r-section) var(--r-section) 0 0;
  padding-top:52px;padding-bottom:64px;box-shadow:0 -1px 0 var(--hilite);
}
.factband{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.factband li{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;min-width:0}
.factband svg{width:22px;height:22px;color:var(--accent)}
.factband strong{font-family:var(--font-display);font-size:24px;font-weight:600;letter-spacing:-.01em;color:var(--text)}
.factband span{font-size:14px;color:var(--muted)}

/* ---------- 12. 卖点分段器 + 彩底大卡 ---------- */
.feature-card{
  display:grid;grid-template-columns:1.25fr .75fr;gap:28px;align-items:center;
  border-radius:var(--r-panel);border:1px solid var(--border);
  box-shadow:var(--shadow-panel);padding:30px;min-width:0;
  background:var(--bg-panel);
}
.feature-card--apricot{background:linear-gradient(180deg,var(--apricot),#EFB04E 100%);border-color:transparent}
.feature-card--coral{background:linear-gradient(180deg,var(--coral),#E8838A 100%);border-color:transparent}
.feature-card--mist{background:linear-gradient(180deg,var(--mist),#9CB9E4 100%);border-color:transparent}
.feature-card--paper{background:var(--bg-panel2);border-color:var(--border)}
.feature-card h3{font-size:clamp(21px,2.3vw,27px);margin-bottom:10px}
.feature-card p{color:var(--text);opacity:.86;font-size:14.5px}
.feature-card .fact-row{margin-top:16px}
.feature-card__art{
  position:relative;width:160px;height:160px;justify-self:center;
  border-radius:22px;background:var(--bg-panel);
  box-shadow:var(--shadow-float);display:grid;place-items:center;overflow:hidden;
}
.feature-card__art svg{width:96px;height:96px;color:var(--accent)}

/* ---------- 13. 线路状态条（servers.js 容器占位） ---------- */
#server-status{
  display:block;width:100%;max-width:100%;
  overflow:hidden;min-height:0;margin-bottom:22px;
}
#server-status > *{max-width:100%}

/* ---------- 14. 语言/其它工具类 ---------- */
.stack{display:flex;flex-direction:column;gap:16px;min-width:0}
.cluster{display:flex;flex-wrap:wrap;gap:10px;align-items:center;min-width:0}
.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.visually-hidden{
  position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;
  clip:rect(0 0 0 0);white-space:nowrap;border:0;
}

/* ---------- 15. 响应 ---------- */
@media (max-width:1100px){
  .panes{grid-template-columns:160px 1fr 1fr}
  .phone{left:-40px}
  .plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:900px){
  .window{left:4%;right:4%}
  .panes{grid-template-columns:1fr 1fr}
  .pane--regions{display:none}
  .phone,.statuscard{display:none}
  .feature-card{grid-template-columns:1fr;gap:20px}
  .grid-3{grid-template-columns:1fr}
}
@media (max-width:768px){
  .deco{display:none}
  .hero h1{font-size:clamp(28px,7.4vw,40px)}
  .hero__sub{font-size:15px}
  .orb--coral{width:260px;height:260px;left:-80px}
  .orb--apricot{width:300px;height:300px;right:-100px}
  .blog-hero{padding:24px 22px 24px 34px}
  .blog-hero::before{left:12px;top:18px;bottom:18px}
}
@media (max-width:640px){
  .cta-row{flex-direction:column;width:100%}
  .cta-row .btn{width:100%}
  .panes{grid-template-columns:1fr}
  .pane--connect{display:none}
  .seg a{padding:0 14px}
  .factband{grid-template-columns:1fr}
  .plan-grid,.pack-grid,.grid-2{grid-template-columns:1fr}
  .table-scroll > table{min-width:560px}
  .tablist{width:100%}
  .tab{flex:1 1 auto}
}

/* ==========================================================================
   16. design-preview.html 专用示例排版（演示页类名必须真实存在）
   ========================================================================== */
.preview-band{
  padding-top:56px;padding-bottom:56px;
  border-bottom:1px solid var(--border);
}
.preview-band--paper{background:var(--bg-panel)}
.preview-band__head{max-width:820px;margin-bottom:26px}
.preview-band__head h2{margin:8px 0 10px}
.preview-band__head p{color:var(--muted);font-size:14.5px}

.swatch-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px}
.swatch{
  background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--r-card);
  box-shadow:var(--shadow-card);padding:12px;min-width:0;
}
.swatch__chip{height:64px;border-radius:var(--r-sm);border:1px solid var(--ink-06);margin-bottom:10px}
.swatch__name{font-size:13px;font-weight:700}
.swatch__val{font-family:var(--font-mono);font-size:11.5px;color:var(--muted);overflow-wrap:anywhere}

.type-sample{display:flex;flex-direction:column;gap:18px;min-width:0}
.type-sample__row{
  display:grid;grid-template-columns:190px 1fr;gap:18px;align-items:baseline;
  padding-bottom:16px;border-bottom:1px dashed var(--border);min-width:0;
}
.type-sample__label{font-family:var(--font-mono);font-size:11.5px;color:var(--muted);overflow-wrap:anywhere}
.type-sample__demo{min-width:0}

.btn-showcase{display:flex;flex-wrap:wrap;gap:14px;align-items:center}
.state-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}
.state-grid__cell{
  background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--r-card);
  padding:16px;display:flex;flex-direction:column;gap:12px;align-items:flex-start;min-width:0;
}
.state-grid__cell h4{font-size:12.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
.hover-demo{pointer-events:none}
.hover-demo.btn--primary{background:var(--accent-dark)}
.hover-demo.btn--ghost{border-color:var(--accent);color:var(--accent)}
.hover-demo.btn--login{background:var(--accent);color:var(--white)}

.token-note{font-size:12.5px;color:var(--muted);margin-top:10px}
.preview-foot-sample{background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--r-panel);box-shadow:var(--shadow-card);padding:24px}