/* ═══════════════════════════════════════════════════════
   內頁元件：麵包屑、內頁標題區、文章版型、列表篩選、
   工具頁、比較檯、名詞頁、數據頁、更正記錄、搜尋、404
   （基礎 token 與首頁元件在 site.css）
   ═══════════════════════════════════════════════════════ */

/* ── 麵包屑 ── */
.crumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 13.5px; color: var(--ink-3); margin-bottom: 18px; }
.crumb a { text-decoration: none; color: var(--ink-2); }
.crumb a:hover { color: var(--accent); }
.crumb span.sep { color: var(--ink-3); }

/* ── 內頁標題區 ── */
.pagehead { padding: 44px 0 8px; position: relative; overflow: hidden; }
.pagehead .eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 13.5px; font-weight: 600; margin-bottom: 12px; }
.pagehead .eyebrow .dot { width: 9px; height: 9px; border-radius: 50%; flex: none; }
.pagehead h1 { margin: 0 0 14px; font-size: clamp(27px, 3.4vw, 40px); line-height: 1.34; font-weight: 700; max-width: 20em; }
.pagehead .lede { margin: 0; font-size: 17px; color: var(--ink-2); max-width: 42em; line-height: 1.85; }
.pagehead .stats { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 22px; font-size: 14px; color: var(--ink-3); }
.pagehead .stats b { color: var(--ink); font-weight: 600; font-variant-numeric: tabular-nums; }

/* ── 兩欄版型 ── */
.two-col { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 56px; align-items: start; }
.two-col.wide-side { grid-template-columns: 260px minmax(0, 1fr); }
.sticky-side { position: sticky; top: 96px; }

/* ── 文章 ── */
.article { max-width: 720px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; font-size: 14px; color: var(--ink-3); margin-bottom: 26px; }
.article-meta .who { color: var(--ink-2); }
.article-meta .sep { opacity: .5; }
.updated-flag { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; background: var(--c3-t); color: var(--c3-i); border-radius: var(--r-pill); padding: 5px 13px; }

.prose { font-size: 17.5px; line-height: 1.95; }
.prose > * + * { margin-top: 1.15em; }
.prose h2 { font-size: 24px; line-height: 1.45; font-weight: 700; margin-top: 2.2em; letter-spacing: .02em; scroll-margin-top: 100px; }
.prose h3 { font-size: 19.5px; line-height: 1.5; font-weight: 700; margin-top: 1.8em; scroll-margin-top: 100px; }
.prose p { margin-bottom: 0; }
.prose ul, .prose ol { padding-left: 1.4em; }
.prose li + li { margin-top: .5em; }
.prose a { color: var(--accent); text-underline-offset: 3px; }
.prose strong { font-weight: 700; }
.prose blockquote {
  margin: 1.6em 0; padding: 4px 0 4px 22px;
  border-left: 3px solid var(--c5-b); color: var(--ink-2);
}
.prose code {
  font-family: ui-monospace, Consolas, monospace; font-size: .88em;
  background: var(--surface-alt); padding: 2px 7px; border-radius: 6px;
}
.prose hr { border: 0; border-top: 1px solid var(--line); margin: 2.6em 0; }
.prose .callout {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 22px 26px; font-size: 16.5px; line-height: 1.85; box-shadow: var(--lift);
}
.prose .callout b { display: block; margin-bottom: 4px; }
.prose figure { margin: 1.8em 0; }
.prose figcaption { font-size: 13.5px; color: var(--ink-3); margin-top: 10px; line-height: 1.7; }

/* 目錄 */
.toc { font-size: 14.5px; }
.toc h4 { margin: 0 0 12px; font-size: 13px; font-weight: 600; color: var(--ink-3); letter-spacing: .06em; }
.toc ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; border-left: 2px solid var(--line); }
.toc a { display: block; text-decoration: none; color: var(--ink-2); padding: 6px 0 6px 16px; margin-left: -2px; border-left: 2px solid transparent; line-height: 1.6; transition: color .2s ease, border-color .2s ease; }
.toc a:hover { color: var(--accent); border-left-color: var(--bright); }

/* 來源區 */
.sources { margin-top: 44px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 30px; box-shadow: var(--lift); }
.sources h3 { margin: 0 0 4px; font-size: 16.5px; font-weight: 700; display: flex; align-items: center; gap: 9px; }
.sources h3 .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--c2-b); flex: none; }
.sources .cap { margin: 0 0 16px; font-size: 13.5px; color: var(--ink-3); }
.sources ol { margin: 0; padding-left: 1.3em; font-size: 14.5px; line-height: 1.85; }
.sources li + li { margin-top: 9px; }
.sources a { color: var(--c2-i); text-underline-offset: 3px; }
.sources .accessed { color: var(--ink-3); font-size: 13px; }
/* 法條卡：條文原文用引文樣式，但它在 .rulecard 裡不是在 .prose 裡 */
.specs td small { display:block; margin-top:5px; font-size:12.5px; color:var(--ink-3); line-height:1.6; }
.rulecard blockquote {
  margin: 12px 0 14px; padding: 12px 0 12px 20px;
  border-left: 3px solid var(--flag); color: var(--ink);
  font-size: 15.5px; line-height: 1.85;
}
.rulecard .cap .accessed { color: var(--ink-3); font-size: 12.5px; margin-left: 6px; }
.rulecard .cap a { color: var(--c2-i); }
/* 引文出處：官方原句底下標來源 */
.prose blockquote cite {
  display: block; margin-top: 10px; font-style: normal;
  font-size: 13px; color: var(--ink-3);
}

/* 引用本頁 */
.cite { margin-top: 22px; display: flex; gap: 14px; align-items: center; flex-wrap: wrap; background: var(--surface-alt); border-radius: var(--r-md); padding: 16px 20px; font-size: 14px; color: var(--ink-2); }
.cite button {
  font: inherit; font-size: 14px; padding: 8px 18px; border-radius: var(--r-pill);
  border: 1px solid var(--line); background: var(--surface); color: var(--ink-2); cursor: pointer;
  transition: color .2s ease, border-color .2s ease;
}
.cite button:hover { color: var(--accent); border-color: var(--bright); }
/* 複製成功的回饋。按鈕沒有回饋的話，使用者會不確定到底複製到了沒，然後再按一次 */
.cite button.copied { color: var(--on-bright); background: var(--bright); border-color: var(--bright); }

/* 文末相關 */
.related { margin-top: 48px; }
.related h3 { margin: 0 0 18px; font-size: 18px; font-weight: 700; }
.rel-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; }
.rel-grid a {
  display: block; text-decoration: none; background: var(--surface);
  border: 1px solid var(--line); border-radius: var(--r-md); padding: 20px 22px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.rel-grid a:hover { transform: translateY(-3px); box-shadow: var(--lift); border-color: var(--bright); }
.rel-grid .k { font-size: 12.5px; color: var(--ink-3); }
.rel-grid .t { display: block; font-size: 15.5px; font-weight: 600; line-height: 1.6; margin-top: 5px; }

/* ── 列表頁：篩選 ── */
.filters { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 26px; }
.filters .grp { display: flex; gap: 6px; align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-pill); padding: 4px 5px 4px 14px; }
.filters .grp > span { font-size: 13px; color: var(--ink-3); white-space: nowrap; }
.filters button {
  font: inherit; font-size: 13.5px; padding: 6px 14px; border-radius: var(--r-pill);
  border: 1px solid transparent; background: transparent; color: var(--ink-2); cursor: pointer; white-space: nowrap;
  transition: background .2s ease, color .2s ease;
}
.filters button:hover { background: var(--surface-alt); }
.filters button[aria-pressed="true"] { background: var(--c2-t); color: var(--c2-i); font-weight: 600; }
/* 按鈕內的筆數，降一階但保持等寬對齊 */
.filters button em { font-style: normal; font-size: 12px; color: var(--ink-3); font-variant-numeric: tabular-nums; margin-left: 3px; }
.filters button[aria-pressed="true"] em { color: inherit; opacity: .7; }
/* 篩選後沒有結果時的提示 */
.filter-empty { padding: 44px 24px; text-align: center; color: var(--ink-3); border: 1px dashed var(--line); border-radius: var(--r-md); }
.filters .clear { margin-left: auto; font-size: 13.5px; color: var(--ink-3); text-decoration: none; }
.filters .clear:hover { color: var(--accent); }
.result-count { font-size: 14px; color: var(--ink-3); margin: 0 0 20px; }
.result-count b { color: var(--ink); font-variant-numeric: tabular-nums; }

/* 卡片列表 */
.postgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.post {
  display: flex; flex-direction: column; text-decoration: none;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 26px 26px 24px; box-shadow: var(--lift);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.post:hover { transform: translateY(-4px); box-shadow: var(--lift-2); }
.post .meta { margin-bottom: 10px; }
.post .t { font-size: 18px; font-weight: 700; line-height: 1.55; }
.post .ex { font-size: 14.5px; color: var(--ink-2); line-height: 1.75; margin-top: 8px; flex: 1; }
.post .foot { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line-soft); font-size: 13px; color: var(--ink-3); display: flex; gap: 12px; align-items: center; }
.post.c1:hover { border-color: var(--c1-b); } .post.c1:hover .t { color: var(--c1-i); }
.post.c2:hover { border-color: var(--c2-b); } .post.c2:hover .t { color: var(--c2-i); }
.post.c3:hover { border-color: var(--c3-b); } .post.c3:hover .t { color: var(--c3-i); }
.post.c4:hover { border-color: var(--c4-b); } .post.c4:hover .t { color: var(--c4-i); }
.post.c5:hover { border-color: var(--c5-b); } .post.c5:hover .t { color: var(--c5-i); }

/* 分頁 */
.pager { display: flex; gap: 8px; justify-content: center; align-items: center; margin-top: 44px; }
.pager a, .pager span {
  min-width: 40px; height: 40px; padding: 0 14px; border-radius: var(--r-pill);
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; font-size: 14.5px; color: var(--ink-2);
  border: 1px solid var(--line); background: var(--surface);
  font-variant-numeric: tabular-nums;
  transition: color .2s ease, border-color .2s ease;
}
.pager a:hover { color: var(--accent); border-color: var(--bright); }
.pager .cur { background: var(--ink); color: var(--ground); border-color: var(--ink); font-weight: 600; }
.pager .gap { border: 0; background: transparent; }

/* ── 名詞 ── */
.az { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 30px; }
.az a {
  min-width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: var(--r-sm); text-decoration: none; font-size: 14.5px; font-weight: 600;
  background: var(--surface); border: 1px solid var(--line); color: var(--ink-2);
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.az a:hover { background: var(--c1-t); color: var(--c1-i); border-color: var(--c1-b); }
.az a.off { color: var(--ink-3); opacity: .45; pointer-events: none; }
.termset { margin-bottom: 36px; }
.termset h2 { margin: 0 0 14px; font-size: 21px; font-weight: 700; display: flex; align-items: center; gap: 11px; scroll-margin-top: 100px; }
.termset h2 em { font-style: normal; font-size: 13px; color: var(--ink-3); font-weight: 400; }
.termlist { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 12px; }
.termlist a {
  display: block; text-decoration: none; padding: 16px 20px;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.termlist a:hover { transform: translateY(-2px); border-color: var(--c1-b); box-shadow: var(--lift); }
.termlist .zh { font-size: 16px; font-weight: 600; }
.termlist .en { font-size: 12.5px; color: var(--ink-3); }
.termlist .one { display: block; font-size: 13.5px; color: var(--ink-2); line-height: 1.7; margin-top: 6px; }

/* 領域切換列。手機版的 header 下拉是關掉的，這條是那個尺寸底下唯一的領域入口，
   所以索引頁與四張領域表都要有。 */
.catbar { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.catbar a {
  display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
  padding: 9px 15px; font-size: 14.5px; border-radius: var(--r-pill);
  background: var(--surface); border: 1px solid var(--line); color: var(--ink-2);
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.catbar a .dot { width: 8px; height: 8px; border-radius: 50%; flex: none; }
.catbar a em { font-style: normal; font-size: 12.5px; color: var(--ink-3); font-variant-numeric: tabular-nums; }
.catbar a:hover { color: var(--ink); border-color: var(--ink-3); }
.catbar a[aria-current] {
  background: var(--surface-alt); border-color: var(--ink-3); color: var(--ink); font-weight: 600;
}
.catbar a[aria-current] em { color: var(--ink-2); }

.termdef {
  background: var(--surface); border: 1px solid var(--line); border-left: 5px solid var(--c1-b);
  border-radius: var(--r-lg); padding: 30px 34px; box-shadow: var(--lift); margin-bottom: 32px;
}
.termdef .label { font-size: 13px; color: var(--ink-3); margin-bottom: 6px; }
.termdef .one { margin: 0; font-size: 21px; line-height: 1.7; font-weight: 500; }
.termdef .en { margin: 12px 0 0; font-size: 14px; color: var(--ink-3); }
/* 生活比喻：定義講「是什麼」，比喻負責讓它黏得住 */
.termdef .metaphor {
  margin: 16px 0 0; padding-top: 14px; border-top: 1px solid var(--line-soft);
  font-size: 15.5px; line-height: 1.8; color: var(--ink-2);
}
.termdef .metaphor b {
  display: inline-block; margin-right: 10px; font-size: 12.5px; font-weight: 600;
  color: var(--c1-i); background: var(--c1-t); padding: 2px 9px; border-radius: var(--r-pill);
  vertical-align: 1px;
}

/* ── 領域釋義表 ── */
/* 分節標題：整頁是「速查表→年表→誤會→細節→下一步」的長捲軸，
   沒有分隔線的話會糊成一片 */
.secline {
  margin: 52px 0 18px; padding-bottom: 12px; font-size: 22px; font-weight: 700;
  border-bottom: 1px solid var(--line); scroll-margin-top: 100px;
}
.secline:first-of-type { margin-top: 8px; }
/* 表格要吃滿寬度好比較，但論述段落太寬會難讀，所以只收窄文字區 */
.prose.narrow, .sources.narrow { max-width: 760px; }
.prose.narrow h3 { font-size: 18.5px; margin-top: 2em; }
.prose.narrow h3:first-child { margin-top: .4em; }
.prose.narrow ol { margin: 0; }
.prose.narrow ol li { margin-bottom: 14px; }
/* 速查表的分組列：把一張長表切成幾段，讀者才知道自己在看哪一類 */
.grouprow td {
  background: var(--surface-alt); padding: 14px 22px;
  border-top: 1px solid var(--line);
}
.grouprow b { font-size: 14.5px; font-weight: 700; }
.grouprow small {
  display: block; margin-top: 4px; max-width: 62em;
  font-size: 13px; font-weight: 400; line-height: 1.65; color: var(--ink-3);
}
tbody tr.grouprow:hover { background: var(--surface-alt); }
/* 別稱：跟名字同一行的括號。降字重不降字級——它是名字的另一半，不是註腳，
   壓太小就等於又被推回下面那一行去了。h1 上再降字級，否則整行會撐爆兩排。 */
.termalt { font-weight: 400; color: var(--ink-2); }
h1 .termalt { font-size: .6em; letter-spacing: 0; }
.termlist .termalt { font-size: 13.5px; color: var(--ink-3); }
/* 表格欄位窄，不管的話括號會自己斷成「（經驗、專業、權威、可」＋「信）」兩截 */
td.name .termalt { white-space: nowrap; }

/* 速查表三欄的比例。詳細釋義那欄字多，放任瀏覽器自動分配的話它會把
   「一句話白話」擠成三四行——而那一欄的價值本來就在一眼掃完。
   table-layout:fixed 才能讓百分比生效；auto 版面下那只是建議值。
   ⚠ 這個 class 不能叫 .quick，site.css 已經有一個 .quick（首頁那排膠囊快速連結，
   帶 display:flex 與 max-width），套到 table 上整張表會變成置中的 flex 容器。 */
table.termtable { table-layout: fixed; }
table.termtable th:nth-child(1) { width: 23%; }
table.termtable th:nth-child(2) { width: 27%; }
table.termtable th:nth-child(3) { width: 50%; }
.termdef .en b { color: var(--ink-2); font-weight: 600; }

/* 年份即出處。虛線底線＋小箭頭，安靜地在那裡：
   要查的人點得到，不查的人整頁讀起來就是解釋，沒有參考文獻擋路。 */
td.date a.srcyear {
  color: inherit; text-decoration: none; padding-bottom: 1px;
  border-bottom: 1px dotted var(--ink-3);
  transition: color .2s ease, border-color .2s ease;
}
td.date a.srcyear::after {
  content: "↗"; font-size: 10px; margin-left: 3px; opacity: .45; vertical-align: 2px;
}
td.date a.srcyear:hover { color: var(--c2-i); border-bottom-color: currentColor; }
td.date a.srcyear:hover::after { opacity: 1; }

/* 入口三個詞：給第一次來、不知道從哪看起的人一個落腳點 */
.startline {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  margin: 16px 0 0; font-size: 14.5px; color: var(--ink-3);
}
.startline span { margin-right: 2px; }
.startline a {
  text-decoration: none; color: var(--ink-2);
  padding: 5px 13px; border-radius: var(--r-pill);
  border: 1px dashed var(--line); background: transparent;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.startline a:hover {
  color: var(--ink); border-style: solid; border-color: var(--ink-3);
  background: var(--surface);
}

/* ── 工具頁 ── */
.toolhead { display: flex; gap: 26px; align-items: flex-start; flex-wrap: wrap; }
.toolhead .logo {
  width: 66px; height: 66px; border-radius: 18px; flex: none;
  background: var(--c2-t); color: var(--c2-i);
  display: grid; place-items: center; font-size: 26px; font-weight: 700;
}
.toolhead .info { flex: 1; min-width: 240px; }
.toolhead h1 { margin: 0 0 6px; font-size: 32px; line-height: 1.35; }
.toolhead .url { font-size: 14px; color: var(--ink-3); }
.toolhead .cats { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }
.toolhead .cats span { font-size: 13px; padding: 4px 12px; border-radius: var(--r-pill); background: var(--c2-t); color: var(--c2-i); }
.verdict {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 26px 30px; box-shadow: var(--lift); margin: 28px 0;
}
.verdict .label { font-size: 13px; color: var(--ink-3); margin-bottom: 8px; }
.verdict p { margin: 0; font-size: 18px; line-height: 1.8; }
.specs { width: 100%; border-collapse: collapse; font-size: 15.5px; }
.specs th { text-align: left; font-weight: 500; color: var(--ink-3); padding: 14px 0; width: 11em; vertical-align: top; border-bottom: 1px solid var(--line-soft); font-size: 14.5px; }
.specs td { padding: 14px 0; border-bottom: 1px solid var(--line-soft); }
.specs tr:last-child th, .specs tr:last-child td { border-bottom: 0; }
.proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 26px 0; }
.proscons .col { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px 26px; }
.proscons h4 { margin: 0 0 14px; font-size: 15.5px; display: flex; align-items: center; gap: 9px; }
.proscons h4 .dot { width: 9px; height: 9px; border-radius: 50%; flex: none; }
.proscons.ok h4 .dot, .proscons .col.ok h4 .dot { background: var(--c1-b); }
.proscons .col.no h4 .dot { background: var(--c4-b); }
.proscons ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; font-size: 15px; line-height: 1.75; }
.proscons li { padding-left: 20px; position: relative; }
.proscons li::before { content: "—"; position: absolute; left: 0; color: var(--ink-3); }

.verifybar {
  display: flex; gap: 16px; align-items: center; flex-wrap: wrap;
  background: var(--c3-t); color: var(--c3-i); border-radius: var(--r-md);
  padding: 14px 20px; font-size: 14px; margin: 24px 0;
}
.verifybar b { font-weight: 600; }

/* 比較檯 */
.compare-head { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin-bottom: 24px; }
.chip {
  display: inline-flex; align-items: center; gap: 9px; font-size: 14.5px;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-pill);
  padding: 8px 10px 8px 16px;
}
.chip button { border: 0; background: var(--surface-alt); color: var(--ink-2); width: 22px; height: 22px; border-radius: 50%; cursor: pointer; font-size: 14px; line-height: 1; display: grid; place-items: center; }
.chip button:hover { background: var(--c4-t); color: var(--c4-i); }
.chip.add { border-style: dashed; color: var(--ink-3); padding: 8px 16px; cursor: pointer; }
table.compare th.rowhead { text-align: left; font-weight: 500; color: var(--ink-3); width: 12em; background: var(--surface-alt); font-size: 14.5px; }
table.compare td { text-align: center; }
table.compare td.diff { background: var(--c3-t); }

/* ── 數據頁 ── */
.chartbox { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--lift); overflow: hidden; }
.chartbox .top { padding: 24px 28px 0; }
.chartbox h3 { margin: 0 0 4px; font-size: 19px; font-weight: 700; }
.chartbox .cap { margin: 0; font-size: 14px; color: var(--ink-3); }
.chartbox .plot { padding: 24px 28px; min-height: 260px; display: grid; place-items: center; }
.chartbox .foot { border-top: 1px solid var(--line-soft); padding: 16px 28px; display: flex; gap: 20px; flex-wrap: wrap; font-size: 13.5px; color: var(--ink-3); }
.chartbox .foot a { color: var(--c2-i); text-decoration: none; }
.chartbox .foot a:hover { text-decoration: underline; text-underline-offset: 3px; }
.emptyplot { text-align: center; color: var(--ink-3); font-size: 14.5px; display: grid; gap: 14px; justify-items: center; }
.emptyplot .bars { display: flex; gap: 10px; align-items: flex-end; height: 110px; }
.emptyplot .bars i { display: block; width: 34px; border-radius: 8px 8px 0 0; background: var(--surface-alt); }
.sourcebox { background: var(--surface-alt); border-radius: var(--r-md); padding: 20px 24px; font-size: 14.5px; line-height: 1.8; }
.sourcebox dt { font-size: 13px; color: var(--ink-3); }
.sourcebox dd { margin: 2px 0 14px; }
.sourcebox dd:last-child { margin-bottom: 0; }

/* ── 更正記錄 ── */
.corrections { display: grid; gap: 16px; }
.correction {
  background: var(--surface); border: 1px solid var(--line); border-left: 4px solid var(--c4-b);
  border-radius: var(--r-md); padding: 22px 26px;
}
.correction .when { font-size: 13px; color: var(--ink-3); font-variant-numeric: tabular-nums; }
.correction h3 { margin: 6px 0 10px; font-size: 16.5px; font-weight: 700; }
.correction .what { font-size: 15px; color: var(--ink-2); line-height: 1.8; margin: 0; }
.correction .what b { color: var(--ink); }

/* ── 搜尋結果 ── */
.resultgroup { margin-bottom: 40px; }
.resultgroup h2 { margin: 0 0 4px; font-size: 19px; font-weight: 700; display: flex; align-items: center; gap: 10px; }
.resultgroup h2 .dot { width: 9px; height: 9px; border-radius: 50%; flex: none; }
.resultgroup h2 em { font-style: normal; font-size: 13.5px; color: var(--ink-3); font-weight: 400; }
.results { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 3px; }
.results a { display: block; text-decoration: none; padding: 16px 18px; border-radius: var(--r-md); transition: background .2s ease; }
.results a:hover { background: var(--surface); box-shadow: var(--lift); }
.results .t { font-size: 16.5px; font-weight: 600; line-height: 1.6; }
.results mark { background: var(--c3-t); color: inherit; border-radius: 4px; padding: 0 3px; }
.results .ex { display: block; font-size: 14px; color: var(--ink-2); line-height: 1.75; margin-top: 4px; }
.results .path { display: block; font-size: 12.5px; color: var(--ink-3); margin-top: 5px; }

/* ── 政策類長頁 ── */
.policy { max-width: 720px; }
.policy .updated { font-size: 13.5px; color: var(--ink-3); margin-bottom: 30px; }
.rulecard { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 30px; box-shadow: var(--lift); margin: 22px 0; }
.rulecard h3 { margin: 0 0 10px; font-size: 17px; font-weight: 700; display: flex; gap: 10px; align-items: center; }
.rulecard h3 .num {
  width: 26px; height: 26px; border-radius: 50%; flex: none;
  display: grid; place-items: center; font-size: 13px;
  background: var(--c5-t); color: var(--c5-i);
}
.rulecard p { margin: 0; font-size: 15.5px; color: var(--ink-2); line-height: 1.85; }

/* 空狀態 / 待補 */
.pending-box {
  background: var(--flag-soft); color: var(--flag); border-radius: var(--r-md);
  padding: 20px 24px; font-size: 15px; line-height: 1.8;
}
.pending-box b { display: block; margin-bottom: 4px; }

/* ── 廣告位（內頁）── */
.adslot {
  border: 1px dashed var(--line); background: var(--surface-alt); border-radius: var(--r-md);
  min-height: 96px; display: grid; place-items: center; text-align: center;
  font-size: 12.5px; color: var(--ink-3); padding: 14px; margin: 36px 0; line-height: 1.7;
}
.adslot b { display: block; font-weight: 400; }
.adslot.side { min-height: 250px; margin: 22px 0 0; }

/* ── 404 ── */
.oops { text-align: center; padding: 80px 0 40px; }
.oops .big { font-size: clamp(64px, 12vw, 120px); font-weight: 700; line-height: 1; letter-spacing: -.02em; background: linear-gradient(120deg, var(--c1-b), var(--c2-b) 40%, var(--c5-b)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.oops h1 { margin: 18px 0 12px; font-size: 26px; }
.oops p { margin: 0 auto 28px; color: var(--ink-2); max-width: 30em; }
.oops .doors { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.oops .doors a { text-decoration: none; font-size: 15px; padding: 11px 22px; border-radius: var(--r-pill); border: 1px solid var(--line); background: var(--surface); color: var(--ink-2); transition: color .2s ease, border-color .2s ease; }
.oops .doors a:hover { color: var(--accent); border-color: var(--bright); }

@media (max-width: 1000px) {
  .two-col, .two-col.wide-side { grid-template-columns: 1fr; gap: 40px; }
  .sticky-side { position: static; }
  .proscons { grid-template-columns: 1fr; }
}
@media (max-width: 660px) {
  .pagehead { padding: 30px 0 4px; }
  .pagehead .lede { font-size: 16px; line-height: 1.8; }
  .pagehead .stats { gap: 10px 18px; margin-top: 18px; }
  .article, .policy { max-width: none; }
  .prose { font-size: 16.5px; }
  .toolhead .logo { width: 52px; height: 52px; font-size: 21px; }
  .toolhead h1 { font-size: 25px; }

  /* 篩選列在手機上是主要的操作入口，卻是全站最小的手指目標。
     每組拉成整行、標籤自己佔一列，按鈕才有空間長到 38px 高。 */
  .filters { gap: 8px; margin-bottom: 20px; }
  .filters .grp {
    width: 100%; flex-wrap: wrap; gap: 7px;
    border-radius: var(--r-md); padding: 10px 11px;
  }
  .filters .grp > span { width: 100%; margin-bottom: 1px; }
  .filters button { padding: 9px 14px; font-size: 14px; }
  .filters .clear { margin-left: 0; padding: 4px 0; }
  .filters .matched { margin-left: 0; }
}

/* ═══ 行銷知識地圖 ═══════════════════════════════════════
   把行銷的四個層次做成可點的導覽，讓讀者先看出自己卡在哪一層 */
.kmap-top {
  max-width: 640px; margin: 0 auto 34px; text-align: center;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 22px 28px; box-shadow: var(--lift);
}
.kmap-top strong { display: block; font-size: 19px; letter-spacing: .04em; }
.kmap-top span { display: block; font-size: 14px; color: var(--ink-2); margin-top: 5px; }

.kmap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: start; }
.klayer {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--lift);
  display: flex; flex-direction: column;
}
.klayer .cap { padding: 20px 22px; color: var(--on-bright); }
.klayer .cap .step { font-size: 12.5px; opacity: .78; }
.klayer .cap h3 { margin: 3px 0 4px; font-size: 19px; font-weight: 700; letter-spacing: .04em; }
.klayer .cap .sub { font-size: 13.5px; opacity: .86; line-height: 1.6; }
.klayer .cap .en { display: block; font-size: 11.5px; opacity: .62; margin-top: 6px; letter-spacing: .04em; }
.klayer ul { list-style: none; margin: 0; padding: 10px; display: grid; gap: 4px; flex: 1; }
.klayer li a {
  display: flex; align-items: baseline; gap: 9px;
  padding: 11px 14px; border-radius: var(--r-sm);
  text-decoration: none; font-size: 14.5px; line-height: 1.55; color: var(--ink);
  transition: background .2s ease;
}
.klayer li a .n { font-size: 12px; color: var(--ink-3); flex: none; }
.klayer li a:hover { background: var(--surface-alt); }
.klayer .foot { padding: 12px 16px 16px; font-size: 13px; }
.klayer .foot a { text-decoration: none; display: inline-flex; gap: 5px; align-items: center; }

.kl1 .cap { background: var(--c1-b); } .kl1 li a:hover { background: var(--c1-t); color: var(--c1-i); } .kl1 .foot a { color: var(--c1-i); }
.kl2 .cap { background: var(--c5-b); } .kl2 li a:hover { background: var(--c5-t); color: var(--c5-i); } .kl2 .foot a { color: var(--c5-i); }
.kl3 .cap { background: var(--c3-b); } .kl3 li a:hover { background: var(--c3-t); color: var(--c3-i); } .kl3 .foot a { color: var(--c3-i); }
.kl4 .cap { background: var(--c4-b); } .kl4 li a:hover { background: var(--c4-t); color: var(--c4-i); } .kl4 .foot a { color: var(--c4-i); }

.kbranch {
  margin-top: 22px; background: var(--c2-t); border-radius: var(--r-lg);
  padding: 26px 28px;
}
.kbranch .lead { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; margin-bottom: 16px; }
.kbranch .lead h3 { margin: 0; font-size: 17.5px; font-weight: 700; color: var(--c2-i); }
.kbranch .lead span { font-size: 13.5px; color: var(--ink-2); }
.kbranch .tools { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; }
.kbranch .tools a {
  display: block; text-decoration: none; text-align: center;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 14px 12px; font-size: 14.5px; color: var(--ink);
  transition: transform .2s ease, border-color .2s ease, color .2s ease;
}
.kbranch .tools a:hover { transform: translateY(-2px); border-color: var(--c2-b); color: var(--c2-i); }
.kbranch .tools a small { display: block; font-size: 12px; color: var(--ink-3); margin-top: 3px; }

.kmap-entry {
  display: flex; gap: 18px; align-items: center; flex-wrap: wrap;
  background: var(--surface); border: 1px solid var(--line); border-left: 5px solid var(--c5-b);
  border-radius: var(--r-lg); padding: 22px 26px; box-shadow: var(--lift); margin-bottom: 26px;
}
.kmap-entry .txt { flex: 1; min-width: 240px; }
.kmap-entry strong { display: block; font-size: 16.5px; }
.kmap-entry span { display: block; font-size: 14px; color: var(--ink-2); margin-top: 4px; line-height: 1.7; }
.kmap-entry a.btn {
  text-decoration: none; font-size: 14.5px; font-weight: 600;
  padding: 11px 22px; border-radius: var(--r-pill);
  background: var(--c5-b); color: var(--on-bright); white-space: nowrap;
  transition: filter .2s ease;
}
.kmap-entry a.btn:hover { filter: brightness(1.06); }

@media (max-width: 1000px) { .kmap { grid-template-columns: 1fr 1fr; } }
@media (max-width: 660px) { .kmap { grid-template-columns: 1fr; } }

/* ═══ 知識地圖：補充層與橫切帶 ═══════════════════════════ */
.kflow { text-align: center; color: var(--ink-3); font-size: 13px; margin: 18px 0 6px; }
.kflow span { display: inline-flex; align-items: center; gap: 8px; }

.kaxis {
  margin-top: 22px; border-radius: var(--r-lg); padding: 24px 28px;
  background: var(--c4-t); border: 1px solid var(--c4-b);
}
.kaxis .lead { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; margin-bottom: 8px; }
.kaxis .lead h3 { margin: 0; font-size: 17.5px; font-weight: 700; color: var(--c4-i); }
.kaxis .lead .badge { font-size: 12px; padding: 3px 11px; border-radius: var(--r-pill); background: var(--surface); color: var(--c4-i); font-weight: 600; }
.kaxis > p { margin: 0 0 16px; font-size: 14.5px; color: var(--ink-2); line-height: 1.75; max-width: 60em; }
.kaxis .items { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 10px; }
.kaxis .items a {
  display: block; text-decoration: none; text-align: center; font-size: 14.5px; color: var(--ink);
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); padding: 13px 12px;
  transition: transform .2s ease, border-color .2s ease, color .2s ease;
}
.kaxis .items a:hover { transform: translateY(-2px); border-color: var(--c4-b); color: var(--c4-i); }

.kextra { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 22px; }
.kx {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 26px 26px 24px; box-shadow: var(--lift); display: flex; flex-direction: column;
}
.kx .badge { align-self: flex-start; font-size: 12px; padding: 4px 12px; border-radius: var(--r-pill); font-weight: 600; margin-bottom: 12px; }
.kx h3 { margin: 0 0 8px; font-size: 18px; font-weight: 700; letter-spacing: .03em; }
.kx > p { margin: 0 0 16px; font-size: 14.5px; color: var(--ink-2); line-height: 1.78; flex: 1; }
.kx ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 5px; }
.kx ul a { display: block; text-decoration: none; font-size: 14px; color: var(--ink-2); padding: 8px 12px; border-radius: var(--r-sm); transition: background .2s ease, color .2s ease; }
.kx.x1 .badge { background: var(--c2-t); color: var(--c2-i); } .kx.x1 ul a:hover { background: var(--c2-t); color: var(--c2-i); }
.kx.x2 .badge { background: var(--c1-t); color: var(--c1-i); } .kx.x2 ul a:hover { background: var(--c1-t); color: var(--c1-i); }
.kx.x3 .badge { background: var(--c5-t); color: var(--c5-i); } .kx.x3 ul a:hover { background: var(--c5-t); color: var(--c5-i); }

.ksymptom { margin-top: 22px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px 30px; box-shadow: var(--lift); }
.ksymptom h3 { margin: 0 0 6px; font-size: 18px; font-weight: 700; }
.ksymptom > p { margin: 0 0 18px; font-size: 14.5px; color: var(--ink-2); line-height: 1.78; max-width: 56em; }
.symlist { display: grid; gap: 8px; }
.symlist a {
  display: flex; gap: 14px; align-items: baseline; flex-wrap: wrap;
  text-decoration: none; padding: 14px 18px; border-radius: var(--r-md);
  background: var(--ground); border: 1px solid var(--line);
  transition: border-color .2s ease, transform .2s ease;
}
.symlist a:hover { border-color: var(--c5-b); transform: translateX(3px); }
.symlist .sym { font-size: 15.5px; font-weight: 600; }
.symlist .arrow { color: var(--ink-3); font-size: 13px; }
.symlist .real { font-size: 14px; color: var(--ink-2); }
.symlist .lay { margin-left: auto; font-size: 12.5px; padding: 3px 11px; border-radius: var(--r-pill); background: var(--c5-t); color: var(--c5-i); white-space: nowrap; }

.kflag {
  margin-top: 22px; border-radius: var(--r-lg); padding: 26px 30px;
  background: var(--surface); border: 1px solid var(--line); border-left: 5px solid var(--c3-b);
  box-shadow: var(--lift);
}
.kflag h3 { margin: 0 0 8px; font-size: 18px; font-weight: 700; }
.kflag p { margin: 0; font-size: 15px; color: var(--ink-2); line-height: 1.82; max-width: 58em; }
.kflag a.go { display: inline-flex; gap: 6px; align-items: center; margin-top: 14px; font-size: 14.5px; color: var(--c3-i); text-decoration: none; }

@media (max-width: 1000px) { .kextra { grid-template-columns: 1fr; } }

/* ═══ 廠商收錄 ═══════════════════════════════════════════ */
.vnotice {
  background: var(--surface); border: 1px solid var(--line); border-left: 5px solid var(--c3-b);
  border-radius: var(--r-lg); padding: 22px 26px; box-shadow: var(--lift); margin-bottom: 26px;
}
.vnotice strong { display: block; font-size: 16px; margin-bottom: 6px; }
.vnotice p { margin: 0; font-size: 14.5px; color: var(--ink-2); line-height: 1.8; max-width: 62em; }
.vnotice .links { margin-top: 12px; display: flex; gap: 10px; flex-wrap: wrap; }
.vnotice .links a { font-size: 13.5px; color: var(--c3-i); text-decoration: none; border: 1px solid var(--line); border-radius: var(--r-pill); padding: 6px 14px; }
.vnotice .links a:hover { border-color: var(--c3-b); }

.vgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 20px; }
.vcard {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 24px 26px 22px; box-shadow: var(--lift); text-decoration: none; display: flex; flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.vcard:hover { transform: translateY(-3px); box-shadow: var(--lift-2); border-color: var(--c3-b); }
.vcard .vtop { display: flex; gap: 14px; align-items: flex-start; }
.vcard .mark {
  width: 44px; height: 44px; border-radius: 13px; flex: none;
  background: var(--c3-t); color: var(--c3-i); display: grid; place-items: center;
  font-size: 17px; font-weight: 700;
}
.vcard h3 { margin: 0 0 3px; font-size: 17px; font-weight: 700; }
.vcard .site { font-size: 12.5px; color: var(--ink-3); }
.vcard .svc { display: flex; flex-wrap: wrap; gap: 6px; margin: 14px 0 0; }
.vcard .svc span { font-size: 12.5px; padding: 3px 11px; border-radius: var(--r-pill); background: var(--surface-alt); color: var(--ink-2); }
.vcard dl { margin: 16px 0 0; display: grid; grid-template-columns: auto 1fr; gap: 7px 14px; font-size: 13.5px; flex: 1; }
.vcard dt { color: var(--ink-3); }
.vcard dd { margin: 0; color: var(--ink-2); }
.vcard .vfoot { margin-top: 16px; padding-top: 13px; border-top: 1px solid var(--line-soft); font-size: 12.5px; color: var(--ink-3); display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.vcard .selfnote { background: var(--flag-soft); color: var(--flag); border-radius: var(--r-pill); padding: 3px 11px; font-size: 12px; }

/* ═══ 量化評分卡 ═══════════════════════════════════════ */
.scorecard { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--lift); overflow: hidden; margin: 26px 0; }
.scorecard .sctop { padding: 20px 26px 16px; border-bottom: 1px solid var(--line-soft); display: flex; gap: 14px; align-items: baseline; flex-wrap: wrap; }
.scorecard .sctop h3 { margin: 0; font-size: 17px; font-weight: 700; }
.scorecard .sctop .how { margin-left: auto; font-size: 13px; color: var(--c2-i); text-decoration: none; }
.scorecard .sctop .how:hover { text-decoration: underline; text-underline-offset: 3px; }
/* 四欄：維度名 / 圓點 / 分數 / 條件與依據。
   條件逐條攤開是刻意的——方法論承諾讀者驗得動每一分怎麼來的 */
.scrow { display: grid; grid-template-columns: 9em auto 4.2em 1fr; gap: 16px; align-items: start; padding: 16px 26px; border-top: 1px solid var(--line-soft); }
.scrow:first-of-type { border-top: 0; }
.scrow .dim { font-size: 15px; font-weight: 600; padding-top: 1px; }
.scrow .pips { display: flex; gap: 5px; padding-top: 6px; }
.scrow .pips i { width: 13px; height: 13px; border-radius: 50%; background: var(--surface-alt); display: block; }
.scrow .pips i.on { background: var(--c1-b); }
.scrow .pips i.na { background: var(--flag-soft); border: 1px dashed var(--flag); }
.scrow .pt { font-size: 13.5px; font-weight: 700; color: var(--c1-i); white-space: nowrap; font-variant-numeric: tabular-nums; padding-top: 1px; }
.scrow .why { font-size: 13.5px; color: var(--ink-2); line-height: 1.7; display: flex; flex-direction: column; gap: 6px; }
.scrow .why b { color: var(--ink); font-weight: 600; }
.scrow .why .c { display: flex; gap: 8px; align-items: baseline; justify-content: space-between; max-width: 30em; }
.scrow .why small { font-size: 12.5px; color: var(--ink-3); line-height: 1.65; }
.scrow .why small a { color: var(--c2-i); }
/* 圓點分數也用在名錄表格與比較檯，所以另給一組不綁 .scrow 的樣式 */
.pips { display: inline-flex; gap: 5px; vertical-align: middle; }
.pips i { width: 11px; height: 11px; border-radius: 50%; background: var(--surface-alt); display: block; }
.pips i.on { background: var(--c1-b); }
.pips i.na { background: var(--flag-soft); border: 1px dashed var(--flag); }
tbody td .pips + small { display: block; margin-top: 5px; font-size: 12px; color: var(--ink-3); font-variant-numeric: tabular-nums; }
.cond { font-size: 12px; padding: 2px 9px; border-radius: var(--r-pill); white-space: nowrap; }
.cond.yes { background: var(--c1-t); color: var(--c1-i); font-weight: 600; }
.cond.no  { background: var(--surface-alt); color: var(--ink-3); }
.cond.na  { background: transparent; color: var(--flag); border: 1px dashed var(--line); }
.scfoot { padding: 15px 26px; background: var(--surface-alt); font-size: 13.5px; color: var(--ink-2); line-height: 1.75; }
.scfoot b { color: var(--ink); }

.weightbar { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; background: var(--c2-t); border-radius: var(--r-md); padding: 14px 20px; margin: 20px 0; font-size: 14px; color: var(--ink-2); }
.weightbar strong { color: var(--c2-i); }
.weightbar button {
  font: inherit; font-size: 13.5px; padding: 6px 14px; border-radius: var(--r-pill);
  border: 1px solid var(--line); background: var(--surface); color: var(--ink-2); cursor: pointer;
  transition: color .2s ease, border-color .2s ease;
}
.weightbar button[aria-pressed="true"] { background: var(--c2-b); color: var(--on-bright); border-color: var(--c2-b); font-weight: 600; }

.rubric { width: 100%; border-collapse: collapse; font-size: 14.5px; margin-top: 8px; }
.rubric th { text-align: left; font-weight: 600; font-size: 13.5px; color: var(--ink-3); padding: 12px 14px; background: var(--surface-alt); }
.rubric td { padding: 12px 14px; border-top: 1px solid var(--line-soft); vertical-align: top; }
.rubric td:first-child { font-weight: 600; white-space: nowrap; }
.rubric .pt { color: var(--c1-i); font-weight: 700; white-space: nowrap; }

@media (max-width: 660px) {
  .scrow { grid-template-columns: 1fr; gap: 7px; padding: 15px 20px; }
}

/* ═══ 真實數據圖表 ═══════════════════════════════════════ */
.chart { padding: 26px 28px 8px; }
.bars3 { display: flex; gap: 26px; align-items: flex-end; height: 230px; padding-bottom: 4px; }
.bars3 .col { flex: 1; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; height: 100%; }
.bars3 .val { font-size: 15px; font-weight: 700; font-variant-numeric: tabular-nums; margin-bottom: 8px; white-space: nowrap; }
.bars3 .bar { width: 100%; max-width: 92px; border-radius: 10px 10px 0 0; background: var(--c3-b); }
.bars3 .col.hi .bar { background: var(--c3-i); }
.bars3 .yr { font-size: 13.5px; color: var(--ink-3); margin-top: 10px; font-variant-numeric: tabular-nums; }
.chart .axis { border-top: 1px solid var(--line); margin-top: 2px; padding-top: 10px; font-size: 12.5px; color: var(--ink-3); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }

.hbars { display: grid; gap: 12px; padding: 24px 28px; }
.hbar { display: grid; grid-template-columns: 8.5em 1fr auto; gap: 14px; align-items: center; font-size: 14.5px; }
.hbar .lb { color: var(--ink-2); }
.hbar .track { background: var(--surface-alt); border-radius: var(--r-pill); height: 22px; overflow: hidden; }
.hbar .fill { height: 100%; border-radius: var(--r-pill); }
.hbar .num { font-variant-numeric: tabular-nums; font-weight: 600; white-space: nowrap; font-size: 14px; }

.srcline { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; padding: 14px 28px; border-top: 1px solid var(--line-soft); font-size: 13px; color: var(--ink-3); }
.srcline a { color: var(--c2-i); text-decoration: none; }
.srcline a:hover { text-decoration: underline; text-underline-offset: 3px; }
.srcline .verified { background: var(--c1-t); color: var(--c1-i); border-radius: var(--r-pill); padding: 3px 11px; font-weight: 600; }

.figlive .band { height: 5px; }
.figlive .big { font-size: 34px; font-weight: 700; font-variant-numeric: tabular-nums; line-height: 1.25; margin: 6px 0 2px; }
.figlive .unit { font-size: 14px; color: var(--ink-2); }
.figlive .delta { font-size: 13.5px; margin-top: 8px; display: inline-flex; align-items: center; gap: 6px; border-radius: var(--r-pill); padding: 4px 12px; }
.figlive .delta.up { background: var(--c1-t); color: var(--c1-i); }
.figlive .delta.flat { background: var(--surface-alt); color: var(--ink-2); }
.figlive .src { font-size: 12.5px; color: var(--ink-3); margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line-soft); line-height: 1.6; }
.figlive .src a { color: var(--c2-i); text-decoration: none; }

@media (max-width: 660px) {
  .bars3 { gap: 14px; height: 190px; }
  .bars3 .val { font-size: 13px; }
  .hbar { grid-template-columns: 7em 1fr auto; gap: 10px; font-size: 13.5px; }
}

.filters .matched { margin-left: auto; font-size: 13.5px; color: var(--ink-3); font-variant-numeric: tabular-nums; }
