/* content.css — /zh-hans/ 唯一的正文组件表。
   432 个页面（navigation/chinese-creators 除外）全部加载这一张，此外只有三张跨 locale 的
   chrome 表：zh-hans/header-footer.css、language-switcher.css、exoclick-ads.css。

   来历：本表合并自 73 张表 —— a-core.css(327 页) + b-shell.css(105 页) +
   platform-core.css(6 页) + 69 张页面/家族表 + zh-hans/main.css 对 zh-hans 有效的部分。
   合并依据见 reports/zh-hans-css-audit.md 与 reports/zh-hans-css-convergence.md。

   逐键裁决口径不是「几张表写了它」，而是**在真正有这个元素的页面里取多数**：
     收进来 → 给「有元素但当前没有这条声明」的页面新增；丢掉 → 从当前有它的页面拿走。
   取变化页数少的一边。少数派的页面独特视觉因此被牺牲，这是站主批准的取舍
   （CSS 标准化 > 长期维护成本 > 页面清晰可读 > … > 保留历史视觉差异）。

   ⚠ 改这张表之前必须知道的三件事
   1. **规则顺序就是层叠胜负。** 同特异性的 `.box a` / `.card a` / `.context-links a` 靠
      先后决定，分区顺序（容器→文字基底→表格→Hero→内容区块→卡片→链接卡→按钮→标签）
      是刻意排的，不要按字母重排。
   2. **不要在这里重写 chrome 已有的组件。** `.chips` / `.card p > a` / `.related-links` /
      `.table-wrap` / `.faq-item` / `a.goto-affiliate` 由 zh-hans/header-footer.css 提供，
      其中一批带 `!important`，在这里再写一遍只会制造两套真相。
   3. **成对的取值要一起改。** 逐属性独立投票拆散过一次 `.step-num` 的底色与字色
      （#d6336c 底 + #be185d 字，对比度 1.31:1，粉字压粉底完全不可读）。
      scripts/check-zh-hans-css-contract.mjs 现在会扫描对比度。

   本表由人工维护，没有生成器 —— 与 header-footer.css / main.css 同一性质。
   谁链它由 scripts/unify-zh-hans-css.mjs 负责。 */

/* 广告容器尺寸 —— 站主的保护项，不是正文组件。
   这几条原本在 platform-core.css 与 urban-emotional-scene-analysis.css 里，
   合并时被"不是正文组件"的过滤规则误删，由 verify-zh-hans-css-convergence.mjs 抓回来。
   类名自带作用域：.pc-ad-center-fix / .bottom-center-fix 各 6 页、.ad-slot 1 页，
   所以放在这张 432 页共用的表里不会外溢。
   特异性 (0,3,0) 高于 exoclick-ads.css 的同名规则，link 顺序变了也照样赢。 */
.ad-center.exo-ad-slot.bottom-after-footer-ad.bottom-center-fix { width: 100% !important; max-width: 100% !important; overflow-x: hidden !important; }
.ad-slot { display: block; border: 1px dashed #aaa; padding: 20px; text-align: center; }

/* 容器 */
.page { padding: 24px 20px 40px; max-width: 1180px; margin: 0 auto; }
/* 面包屑 */
.breadcrumbs { margin-bottom: 16px; font-size: 14px; color: #6b7280; }
.breadcrumbs a { color: #be185d; text-decoration: none; }
.breadcrumbs li { display: inline; font-size: inherit; line-height: inherit; color: inherit; }
.breadcrumbs ol { list-style: none; padding-left: 0; display: inline; }
.breadcrumbs li + li::before { content: " / "; }
/* 文字基底 */
h1 { font-size: clamp(24px, 5vw, 38px); line-height: 1.2; margin: 0 0 12px; color: #111827; }
h2 { margin: 0 0 14px; font-size: 24px; }
h3 { margin: 0 0 8px; font-size: 18px; color: #111827; }
img { display: block; width: min(100%, 760px); max-width: 100%; height: auto; border-radius: 1rem; margin: 16px auto; }
li { font-size: 15px; line-height: 1.8; color: #374151; }
ol { padding-left: 22px; margin: 0; }
p { font-size: 15px; line-height: 1.8; color: #374151; }
ul { padding-left: 22px; margin: 0; }
li + li { margin-top: 8px; }
section h2 i { margin-right: 10px; }
/* 表格 */
table { width: 100%; border-collapse: collapse; }
/* min-width 只在有横向滚动容器时才有意义。写成裸 `table` 会让不在 .table-wrap 里的表
   在 375px 视口把整页撑出横向滚动 —— in-scope 有 3 张这样的裸表（instagram / 7zip）。
   `.table-wrap table` 与下面的分档类同为 (0,1,1)，分档写在后面所以仍然压过它。 */
.table-wrap table { min-width: 500px; }
td { font-size: 14px; line-height: 1.8; color: #374151; padding: 10px 12px; border-bottom: 1px solid #f0dbe3; text-align: left; vertical-align: top; }
th { font-size: 14px; line-height: 1.8; color: #831843; padding: 10px 12px; border-bottom: 1px solid #f0dbe3; text-align: left; vertical-align: top; background: #fff5f8; }
.mini-table { width: 100%; border-collapse: collapse; margin: 12px 0 4px; overflow: hidden; border-radius: 10px; }
.mini-table td { border: 1px solid #f0f0f0; padding: 10px 12px; text-align: left; vertical-align: top; background: #fff; }
.mini-table th { border: 1px solid #f0f0f0; padding: 10px 12px; text-align: left; vertical-align: top; background: #fff5f8; color: #5b2b3a; font-weight: 700; width: 26%; }
table.table-mid { min-width: 600px; }
table.table-wide { min-width: 700px; }
/* Hero */
.eyebrow { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: #be185d; background: #ffe4ee; border-radius: 999px; padding: 6px 12px; margin-bottom: 12px; }
.hero { background: linear-gradient(135deg, #fff4f8, #fff); border: 1px solid #f2dbe3; border-radius: 18px; padding: 24px; box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04); margin-bottom: 22px; }
.hero-cards { display: grid; gap: 10px; align-content: start; }
.hero-page { background: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); margin-bottom: 20px; text-align: center; }
.hero-points { padding-left: 18px; color: #666; }
.hero-sub { color: #555; }
.hero-video { background: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); margin-bottom: 20px; text-align: center; }
.kicker { display: inline-flex; gap: 8px; align-items: center; font-size: 12px; color: var(--muted); border: 1px solid var(--border); padding: 6px 10px; border-radius: 999px; background: rgba(255, 255, 255, 0.9); }
.lead { font-size: 17px; margin: 0; max-width: 900px; }
.page-eyebrow { display: inline-block; margin: 0 0 12px; border: 1px solid #f0c6d5; border-radius: 999px; background: #ffe4ee; color: #be185d; padding: 6px 12px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.page-lead { max-width: 920px; margin: 0; font-size: 17px; }
.subtitle { margin: 0; color: var(--muted); font-size: 14px; }
.tagline { margin-top: 10px; padding: 12px 14px; border: 1px dashed var(--border); border-radius: 10px; background: #fff7fb; color: #555; font-size: 0.95rem; }
.video-header-intro { color: #666; }
.hero-page h1 { color: #d6336c; margin: 0 0 10px; font-size: 22px; }
.hero-points li { margin: 6px 0; }
.hero-page p.fineprint { font-size: 13px; }
/* 内容区块 */
.box { padding: 24px; border-radius: 18px; background: #fff; border: 1px solid #f2dbe3; box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04); margin-bottom: 22px; }
.box a { color: #be185d; text-decoration: none; font-weight: 600; }
.box .context-links > a { position: relative; padding-right: 42px !important; cursor: pointer; transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.box a.watch-btn { color: #fff; border-bottom: none; }
.box .context-links > a::after { content: "→"; position: absolute; top: 14px; right: 15px; color: #be185d; font-size: 16px; font-weight: 700; line-height: 1; transition: transform .18s ease; }
.box .context-links > a:active { box-shadow: 0 4px 10px rgba(190, 24, 93, .1); transform: translateY(0); }
.box .context-links > a:focus-visible { border-color: #d6336c; background: #fff0f5; box-shadow: 0 10px 22px rgba(190, 24, 93, .12); color: #831843; transform: translateY(-2px); outline: 3px solid rgba(214, 51, 108, .24); outline-offset: 3px; }
.box .context-links > a:hover { border-color: #d6336c; background: #fff0f5; box-shadow: 0 10px 22px rgba(190, 24, 93, .12); color: #831843; transform: translateY(-2px); }
.box .context-links > a:focus-visible::after, .box .context-links > a:hover::after { transform: translateX(3px); }
.box a:hover, .box a:focus-visible { color: #831843; text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
/* 卡片 */
.card { background: #fffafc; border: 1px solid #f0dbe3; border-radius: 14px; padding: 18px; }
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.faq-card-header { max-width: 780px; margin-bottom: 24px; }
.faq-card-item { padding: 22px 24px; border: 1px solid rgba(15, 23, 42, .08); border-radius: 18px; background: linear-gradient(180deg, #fff 0%, #f9fafb 100%); }
.faq-card-list { display: grid; gap: 14px; }
.guide-card { background: #fff; padding: 20px; border-radius: 14px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); }
.info-card { border: 1px solid #f0dbe3; border-radius: 12px; background: #fff; padding: 18px; }
.mini-card { border: 1px solid var(--border); border-radius: 10px; padding: 12px; background: #fff; }
.need-block { padding: 20px; border: 1px solid #f0dbe3; border-radius: 14px; background: #fffafc; margin-bottom: 16px; }
.risk-block { padding: 18px; border-left: 4px solid #d6336c; background: #fffafc; border-radius: 0 14px 14px 0; margin-bottom: 14px; }
.route-card { display: flex; flex-direction: column; min-height: 220px; padding: 20px; border: 1px solid rgba(214, 51, 108, .12); border-radius: 18px; background: linear-gradient(180deg, #fff 0%, #fff8fb 100%); box-shadow: 0 10px 24px rgba(15, 23, 42, .04); transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease; }
.route-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.route-card-label { display: inline-flex; align-self: flex-start; margin-bottom: 12px; padding: 5px 10px; border-radius: 999px; background: rgba(214, 51, 108, .08); color: #c2255c; font-size: 12px; font-weight: 800; }
.route-card-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.route-item { padding: 16px; border: 1px solid #f0dbe3; border-radius: 14px; background: #fffafc; }
.scene-arrow { font-size: 16px; color: #d6336c; opacity: 0.7; }
.scene-cover { width: 100%; max-height: 280px; overflow: hidden; border-radius: 14px; }
.scene-desc { font-size: 13px; color: #888; flex: 1; }
.scene-link { display: flex; align-items: center; gap: 10px; padding: 12px 16px; border: 1px solid #fce4ec; border-radius: 10px; background: #fff; }
.scene-title { font-weight: 600; color: #d6336c; white-space: nowrap; }
.step { padding: 16px; border: 1px solid #f0dbe3; border-radius: 14px; background: #fffafc; }
.step-head { display: flex; align-items: center; margin-bottom: 8px; }
.step-list { display: grid; gap: 12px; }
.step-num { flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; background: #ffe4ee; color: #be185d; font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 14px; text-align: center; line-height: 28px; margin-right: 8px; }
.card a { color: #be185d; text-decoration: none; font-weight: 700; }
.card h2 { margin: 0 0 8px; font-size: 1.05rem; }
.card p { margin-bottom: 0; }
.faq-card-header h2 { margin: 0 0 10px; font-size: clamp(28px, 3vw, 42px); line-height: 1.18; }
.faq-card-header p { margin: 0; color: #4b5563; font-size: 17px; line-height: 1.8; }
.faq-card-item h3 { margin: 0 0 10px; font-size: 21px; line-height: 1.35; }
.faq-card-item p { margin: 0; color: #4b5563; font-size: 16px; }
.guide-card h3 { color: var(--primary); }
.info-card a { color: #be185d; text-decoration: none; font-weight: 800; transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, text-decoration-color 0.18s ease; }
.mini-card p { margin: 0; font-size: 13px; color: var(--muted); }
.mini-card strong { color: #222; display: block; font-size: 13px; margin-bottom: 6px; }
.route-card > a { margin-top: auto; }
.route-card a { color: #be185d; text-decoration: none; font-weight: 800; transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, text-decoration-color 0.18s ease; }
.route-card h3 { margin: 0 0 10px; font-size: 19px; line-height: 1.35; }
.route-card p { margin: 0 0 16px; color: #4b5563; line-height: 1.75; }
.route-card-links a { display: inline-flex; align-items: center; padding: 7px 10px; border: 1px solid #f0c6d5; border-radius: 999px; background: #fff; font-size: 14px; }
.route-item strong { color: #111827; }
.scene-cover img { width: 100%; height: 100%; object-fit: cover; }
.side h2 { font-size: 16px; margin-bottom: 10px; }
.card .pad { padding: 20px; }
.faq-card-header .section-kicker { display: inline-flex; align-items: center; margin-bottom: 10px; padding: 5px 12px; border-radius: 999px; background: rgba(214, 51, 108, .08); color: #c2255c; font-size: 13px; font-weight: 700; }
.route-card:focus-within, .route-card:hover { border-color: #f472b6; box-shadow: 0 14px 30px rgba(190, 24, 93, .10); transform: translateY(-1px); }
.scene-link:hover { background: #fdf2f8; border-color: #d6336c; box-shadow: 0 6px 14px rgba(214, 51, 108, 0.15); transform: translateY(-1px); }
.side .pad { padding: 16px; }
.info-card a:focus-visible { color: #831843; text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 3px; outline: 3px solid rgba(244, 114, 182, 0.35); outline-offset: 3px; }
.info-card a:hover { color: #831843; text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
.route-card a:focus-visible { outline: 3px solid rgba(244, 114, 182, 0.35); outline-offset: 3px; }
.route-card-links a:focus-visible, .route-card-links a:hover { background: #ffe4ee; border-color: #f472b6; box-shadow: 0 8px 18px rgba(190, 24, 93, 0.12); transform: translateY(-1px); }
.side a.item { display: block; padding: 10px 12px; border: 1px solid var(--border); border-radius: 14px; background: #fff; margin-bottom: 10px; }
.side a.item span { display: block; font-size: 12px; color: var(--muted); }
.side a.item strong { display: block; font-size: 13px; margin-bottom: 4px; }
/* 链接卡 */
.context-links { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.link-box { margin: 1.8rem 0; padding: 1rem 1.2rem; background: #fdf2f8; border: 1px dashed var(--accent); border-radius: 14px; }
.link-note { line-height: 1.55; }
.link-title { color: #9d174d; }
.related-card { transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, text-decoration-color 0.18s ease; }
.related-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.safety-check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.safety-check-header { max-width: 780px; margin-bottom: 24px; }
.safety-check-item { display: flex; gap: 14px; padding: 18px; border: 1px solid rgba(214, 51, 108, .10); border-radius: 18px; background: #fff; }
.safety-check-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.context-links a { display: block; padding: 14px; border-radius: 10px; border: 1px solid #f1dce4; background: #ffffff; text-decoration: none; color: var(--soft-hot); font-weight: 600; box-shadow: 0 8px 18px rgba(16, 24, 40, .08); }
.context-links span { display: block; }
.link-box a { color: var(--primary); font-weight: 600; }
.safety-check-header h2 { margin: 0 0 10px; font-size: clamp(26px, 3vw, 38px); line-height: 1.18; }
.safety-check-header p { margin: 0; color: #4b5563; font-size: 17px; line-height: 1.8; }
.safety-check-item p { margin: 0; color: #4b5563; line-height: 1.7; }
.safety-check-item strong { display: block; margin-bottom: 6px; color: #111827; font-size: 16px; }
.safety-check-links a { display: inline-flex; align-items: center; padding: 9px 14px; border-radius: 999px; background: rgba(214, 51, 108, .08); color: #c2255c; text-decoration: none; font-size: 14px; font-weight: 700; transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, text-decoration-color 0.18s ease; }
.tool-links a { display: inline-block; margin: 6px 10px 0 0; font-weight: 600; color: #c0265a; }
.context-links .link-note { font-size: 12px; color: var(--muted); margin-top: 4px; }
.context-links .link-title { font-weight: 600; font-size: 14px; }
.related-card:focus-visible { background: #ffe4ee; border-color: #f472b6; color: #831843; box-shadow: 0 8px 18px rgba(190, 24, 93, 0.12); transform: translateY(-1px); outline: 3px solid rgba(244, 114, 182, 0.35); outline-offset: 3px; }
.related-card:hover { box-shadow: 0 8px 18px rgba(190, 24, 93, 0.12); transform: translateY(-1px); }
.safety-check-header .section-kicker { display: inline-flex; align-items: center; margin-bottom: 10px; padding: 5px 12px; border-radius: 999px; background: rgba(214, 51, 108, .08); color: #c2255c; font-size: 13px; font-weight: 700; }
.safety-check-item .check-icon { display: inline-flex; flex: 0 0 26px; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 999px; background: rgba(214, 51, 108, .10); color: #c2255c; font-weight: 800; }
.context-links a:focus-visible, .context-links a:hover { border: 1px solid var(--primary); }
.link-box a:hover { text-decoration: underline; }
.safety-check-links a:focus-visible { background: #ffe4ee; border-color: #f472b6; color: #831843; box-shadow: 0 8px 18px rgba(190, 24, 93, 0.12); transform: translateY(-1px); outline: 3px solid rgba(244, 114, 182, 0.35); outline-offset: 3px; }
.safety-check-links a:hover { background: #ffe4ee; border-color: #f472b6; color: #831843; box-shadow: 0 8px 18px rgba(190, 24, 93, 0.12); transform: translateY(-1px); }
.tool-links a:hover { text-decoration: underline; }
/* 按钮 / CTA */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; border-radius: 999px; text-decoration: none; font-weight: 700; background: #fff; border: 1px solid #f0c6d5; cursor: pointer; gap: 8px; font-size: 14px; }
.btn-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 8px; }
.cta-btn { display: inline-block; margin-top: 16px; padding: 12px 30px; background: linear-gradient(135deg, var(--primary), var(--accent)); color: #fff; border-radius: 26px; text-decoration: none; font-weight: 600; }
.cta-note { font-size: 12px; color: #888; margin-top: 6px; }
.cta-row { margin-top: 16px; }   /* gap 归 header-footer.css（12px）—— 同一个 (选择器, 属性) 不允许两张表各写一遍，check-zh-hans-css-contract 的 singlesource 规则守这一条 */
.cta-wrap { text-align: center; margin: 30px 0; }
.watch-btn { display: inline-block; background: #d6336c; color: #fff; padding: 12px 30px; border-radius: 25px; text-decoration: none; font-weight: 550; margin: 15px 0; transition: 0.3s; font-size: 16px; line-height: 1.5; text-align: center; max-width: 100%; overflow-wrap: anywhere; }
.watch-btn-large { font-size: 18px; padding: 15px 40px; }
.btn:focus-visible { outline: 3px solid rgba(244, 114, 182, 0.35); outline-offset: 3px; }
.btn.primary { background: #d6336c; color: #fff; }
.btn.secondary { background: #fff; color: #be185d; border: 1px solid #f0c6d5; }
.watch-btn:hover { background: #b0265a; transform: scale(1.05); }
.btn.ghost:hover { background: #fff5f8; }
/* 标签 / 提示 */
.ads { background: #fff; margin: 25px 0; padding: 20px; border-radius: 8px; border: 1px dashed #aaa; }
.answer { border-left: 4px solid #d6336c; background: #fff5f8; border-radius: 14px; padding: 18px; margin-top: 16px; }
.before-related-ad { margin-top: 28px !important; margin-bottom: 28px !important; }
.chip-links, .chip-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.chips { display: flex; flex-wrap: wrap; margin-top: 16px; }
.disclaimer { border: 1px dashed var(--border); background: #fff; padding: 12px 14px; border-radius: 12px; color: var(--muted); font-size: 13px; margin: 14px 0; }
.intro { text-align: center; margin-bottom: 30px; line-height: 1.8; }
.mini-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 12px; }
.note { padding: 16px; border-radius: 14px; background: #fff7ed; border: 1px solid #fed7aa; color: #7c2d12; margin-top: 16px; }
.note-box { background: #fff5f8; border: 1px solid #ffd6e7; padding: 14px 16px; border-radius: 10px; color: #5b2b3a; margin: 14px 0; }
.notice { margin-top: 28px; padding: 18px; border-radius: 12px; background: #fff5f8; border: 1px solid #f2c2d4; color: #9c1f4b; font-size: 14px; }
.official-url { font-size: 18px; }
.platform-summary { color: #666; margin: 10px 0; }
.route { display: grid; gap: 12px; }
.section-heading { max-width: 860px; margin-bottom: 20px; }
.tag { display: inline-block; padding: 4px 8px; border-radius: 999px; font-size: 12px; border: 1px solid var(--border); color: var(--muted); background: #fff; margin-right: 6px; margin-top: 6px; }
.tags { margin: 20px 0; padding: 10px 0; border-top: 1px dashed #eee; border-bottom: 1px dashed #eee; }
.toc { background: #fafafa; border: 1px solid #eee; border-radius: 10px; padding: 14px 16px; margin: 10px 0 18px; }
.topic-links { font-size: 14px; color: #888; }
.type-tag { display: inline-block; font-size: 11px; font-weight: 800; color: #be185d; background: #ffe4ee; border-radius: 6px; padding: 3px 8px; margin-bottom: 8px; text-transform: uppercase; }
.verdict { background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 14px; padding: 18px; margin-top: 16px; }
.video-cover-image-framed { border: 1px solid #ddd; border-radius: 10px; }
.video-cover-image-rounded-12 { border-radius: 12px; }
.video-cover-image-rounded-6 { border-radius: 6px; }
.video-cover-image-rounded-8 { border-radius: 8px; }
.warn { margin-top: 16px; padding: 16px; border-radius: 14px; background: #fef2f2; border: 1px solid #fca5a5; color: #7f1d1d; }
.warning { background: #fff7ed; border: 1px solid #fed7aa; border-radius: 14px; padding: 16px; margin-top: 16px; }
.chip-list span { display: inline-flex; border: 1px solid #f0c6d5; border-radius: 999px; background: #fff; color: #9d174d; padding: 8px 12px; text-decoration: none; font-size: 14px; font-weight: 700; }
.faq details { border: 1px solid #fce4ec; border-radius: 10px; padding: 10px 12px; margin: 10px 0; background: #fff7fb; }
.faq summary { cursor: pointer; font-weight: 700; color: #d6336c; }
.section-heading h2 { margin: 0 0 10px; }
.section-heading p { margin: 0; color: #4b5563; font-size: 16px; line-height: 1.8; }
.tags span { display: inline-block; background: #fdf2f8; color: #d6336c; padding: 5px 12px; border-radius: 15px; font-size: 14px; margin: 5px 8px 5px 0; }
.toc a { color: #b0265a; text-decoration: none; text-underline-offset: 2px; }
.toc li { margin: 6px 0; }
.toc ul { margin: 8px 0 0; padding-left: 18px; }
.verdict h3 { color: #166534; }
.warning p { margin: 0; color: #7c2d12; }
.section-heading .section-kicker { display: inline-flex; align-items: center; margin-bottom: 10px; padding: 5px 12px; border-radius: 999px; background: rgba(214, 51, 108, .08); color: #c2255c; font-size: 13px; font-weight: 800; }
.bottom-after-footer-ad.bottom-center-fix .ad-inner { overflow: hidden !important; }
/* 其它 */
.need-tag { display: inline-block; font-size: 11px; font-weight: 800; color: #be185d; background: #ffe4ee; border-radius: 6px; padding: 3px 10px; margin-bottom: 10px; text-transform: uppercase; }
.risk-num { display: inline-block; font-size: 12px; font-weight: 800; color: #be185d; background: #ffe4ee; border-radius: 6px; padding: 2px 8px; margin-bottom: 8px; }
a.link { color: #be185d; text-decoration: none; font-weight: 600; }
ul.link-list { list-style: none; padding-left: 0; margin: 0; }
ul.link-list a { color: #333; font-weight: 500; }
ul.link-list li { margin: 10px 0; }
a.link:hover { color: var(--primary, #d6336c); text-decoration: underline; }
ul.link-list a:hover { color: var(--primary); text-decoration: underline; }

@media (max-width: 900px) {
  /* 卡片 */
  .route-card { min-height: auto; }
  .route-card-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  /* 容器 */
  .page { padding: 18px 14px 28px; }
  /* 文字基底 */
  img { width: 100%; border-radius: 0.8rem; }
  /* 表格 */
  .mini-table th { width: auto; }
  /* Hero */
  .hero { padding: 20px 18px; }
  .hero-page h1 { font-size: 18px; }
  .hero-page p { font-size: 12px; }
  /* 内容区块 */
  .box { padding: 20px 18px; }
  /* 卡片 */
  .faq-card-item, .route-card { padding: 18px; }
  .faq-card-header h2 { font-size: 28px; }
  .faq-card-header p { font-size: 16px; }
  .faq-card-item h3 { font-size: 19px; }
  .faq-card-item p { font-size: 15px; }
  .route-card:hover, .route-card-links a:hover { transform: none; }
  /* 链接卡 */
  .safety-check-grid { grid-template-columns: 1fr; }
  .safety-check-header h2 { font-size: 26px; }
  .safety-check-header p { font-size: 16px; }
  .related-card:hover, .safety-check-links a:hover { transform: none; }
  /* 按钮 / CTA */
  .watch-btn { padding: 8px 20px; border-radius: 15px; margin: 12px 0; transition: 0.3s; font-size: 14px; }
  /* 标签 / 提示 */
  .before-related-ad { margin-top: 22px !important; margin-bottom: 22px !important; }
  .content-tip { color: #888; font-size: 14px; margin-top: 20px; }
  .notice { margin-top: 24px; padding: 14px 16px; background: #fff5f8; border-left: 4px solid var(--primary); font-size: 14px; color: #555; }
  .section-heading { margin-bottom: 16px; }
  .tags span { padding: 4px 10px; border-radius: 10px; font-size: 12px; margin: 4px 6px 4px 0; }
  .ad-center.exo-ad-slot.pc-ad-center-fix { width: 100% !important; max-width: 100% !important; padding-left: 12px !important; padding-right: 12px !important; overflow-x: hidden !important; }
  .bottom-after-footer-ad.pc-ad-center-fix .ad-inner { max-width: 480px !important; }
}

@media (min-width: 769px) {
  /* 广告容器尺寸 */
  .ad-center.exo-ad-slot.pc-ad-center-fix { width: min(100%, 1160px) !important; padding-left: 0 !important; padding-right: 0 !important; transform: none !important; left: auto !important; right: auto !important; }
  .pc-ad-center-fix .ad-inner { max-width: 1160px !important; }
  .pc-ad-center-fix .ad-inner > ins.eas6a97888e2 { display: inline-flex !important; }
}

@media (min-width: 900px) {
  /* 卡片 */
  .faq-card-item { min-height: 150px; }
  .faq-card-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  /* 内容区块 */
  .box .context-links > a, .box .context-links > a::after { transition: none; }
}
