/* ============================================================
   招商落地页（/merchant 未登录态）专用样式。P5，2026-09-03。
   只此一页加载，不并入 ds.css（其余页面不背这 200 行）。
   全部取 ds.css 的 token（--paper/--surface/--text/--orange/--r/--shadow-*），
   深色主题随 token 自动跟随；本文件只补三个页内语义色。
   类名一律 mk- 前缀，避免与 ds.css 的 .btn/.card 等撞名。
   ============================================================ */

.mk {
    --mk-orange-soft: rgba(255, 90, 31, .10);
    --mk-ok: #16a34a;
    --mk-ok-soft: rgba(22, 163, 74, .12);
    color: var(--text);
}
.mk h1, .mk h2, .mk h3 { margin: 0; line-height: 1.25; font-weight: 700; }
.mk p { margin: 0; }
.mk ul { margin: 0; padding: 0; list-style: none; }
.mk a { color: inherit; text-decoration: none; }

.mk-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    height: 46px; padding: 0 22px; border-radius: var(--r);
    font-weight: 600; font-size: 15px; border: 1px solid transparent; white-space: nowrap;
    transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.mk-btn-primary { background: var(--orange); color: var(--orange-ink); box-shadow: 0 6px 18px rgba(255, 90, 31, .28); }
.mk-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(255, 90, 31, .32); }
.mk-btn-ghost { background: var(--surface); border-color: var(--line-2); color: var(--text); }
.mk-btn-ghost:hover { border-color: var(--text-3); }
.mk-btn-sm { height: 36px; padding: 0 16px; font-size: 14px; }

/* ---- 商家顶栏（替换前台壳的头：商家在 C 端导航和搜索框里找不到自己的入口） ---- */
.mk-topbar { position: sticky; top: 0; z-index: 60; background: var(--surface); border-bottom: 1px solid var(--line); }
.mk-topbar .container { display: flex; align-items: center; gap: 14px; height: 60px; }
.mk-brand { font-size: 18px; font-weight: 800; color: var(--text); text-decoration: none; white-space: nowrap; letter-spacing: -.01em; }
.mk-brand em { font-style: normal; font-weight: 600; color: var(--text-2); margin-left: 8px; font-size: 14px; }
.mk-topbar-spacer { flex: 1; }
.mk-top-link { font-size: 14px; color: var(--text-2); text-decoration: none; white-space: nowrap; }
.mk-top-link:hover { color: var(--text); }
.mk-topbar .mk-btn { text-decoration: none; }

/* ---- hero 登录卡（表单标记与 /merchant/login 共用 _login_form.html，这里按招商页的 token 重新上色） ---- */
.mk-login { background: var(--surface); border: 1px solid var(--card-border); border-radius: var(--r);
    box-shadow: var(--shadow-2); padding: 22px 24px 18px; }
.mk-login-head { display: flex; align-items: baseline; gap: 10px; margin-bottom: 14px; }
.mk-login-head b { font-size: 18px; }
.mk-login-head span { font-size: 13px; color: var(--text-3); }
.mk-login .c-tabs { display: flex; gap: 18px; border-bottom: 1px solid var(--line); margin-bottom: 16px; }
.mk-login .c-tab { background: none; border: 0; padding: 8px 0 10px; font: inherit; font-size: 14.5px; color: var(--text-2);
    cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -1px; }
.mk-login .c-tab.is-active { color: var(--text); font-weight: 700; border-bottom-color: var(--orange); }
.mk-login .c-field { display: block; margin-bottom: 12px; }
.mk-login .c-field[hidden] { display: none; }   /* 登录卡的密码 / 验证码两栏按模式切换用 hidden 属性 */
.mk-login .c-field > span { display: block; font-size: 12.5px; color: var(--text-2); margin-bottom: 5px; }
.mk-login .c-field input { width: 100%; height: 42px; padding: 0 12px; border: 1px solid var(--line-2); border-radius: var(--r-sm);
    font: inherit; font-size: 15px; background: var(--paper); color: var(--text); }
.mk-login .c-field input:focus { outline: none; border-color: var(--orange); }
.mk-login .c-input-group { display: flex; gap: 8px; }
.mk-login .c-input-group input { flex: 1; min-width: 0; }
.mk-login .c-btn { display: inline-flex; align-items: center; justify-content: center; height: 42px; padding: 0 14px;
    border-radius: var(--r-sm); border: 1px solid transparent; font: inherit; font-size: 14px; font-weight: 600;
    cursor: pointer; white-space: nowrap; background: var(--orange); color: var(--orange-ink); }
.mk-login .c-btn-ghost { background: var(--surface); border-color: var(--line-2); color: var(--text); }
.mk-login .c-btn-sm { height: 42px; font-size: 13.5px; }
.mk-login .c-btn-block { width: 100%; height: 46px; font-size: 15.5px; margin-top: 4px; }
.mk-login .c-btn:disabled { opacity: .6; cursor: default; }
.mk-login .c-tip { min-height: 18px; font-size: 13px; margin: 0 0 8px; }
.mk-login .c-tip.is-err { color: #d92d20; }
.mk-login .c-tip.is-ok { color: var(--mk-ok); }
.mk-login-alt { font-size: 13px; color: var(--text-3); margin-top: 12px; text-align: center; }
.mk-login-alt a { color: var(--text); font-weight: 600; }

.mk-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 12.5px; font-weight: 600; letter-spacing: .04em;
    color: var(--orange-text); background: var(--mk-orange-soft);
    border-radius: var(--r-pill); padding: 5px 12px;
}
.mk-eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }

.mk-sec { padding: var(--s8) 0; }
.mk-sec-tight { padding-top: 0; }
.mk-sec-band { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mk-sec-head { max-width: 720px; margin: 0 auto var(--s7); text-align: center; }
.mk-sec-head h2 { font-size: clamp(22px, 2.6vw, 30px); margin-bottom: var(--s3); }
.mk-sec-head p { color: var(--text-2); font-size: 15.5px; }
.mk-small { font-size: 13px; color: var(--text-3); }

/* ---- Hero ---- */
.mk-hero {
    padding: var(--s8) 0 var(--s7);
    background:
        radial-gradient(900px 420px at 85% -10%, rgba(255, 90, 31, .10), transparent 60%),
        radial-gradient(600px 300px at 0% 100%, rgba(240, 168, 40, .10), transparent 60%),
        var(--paper);
}
.mk-hero .container { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 400px); gap: var(--s7); align-items: center; }
.mk-hero h1 { font-size: clamp(30px, 4.4vw, 48px); letter-spacing: -.01em; margin: var(--s4) 0; }
.mk-hero h1 em { font-style: normal; color: var(--orange); }
.mk-lede { font-size: 17px; line-height: 1.7; color: var(--text-2); max-width: 560px; }
.mk-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: var(--s6) 0 var(--s4); }
.mk-trust { display: flex; gap: 18px; flex-wrap: wrap; font-size: 13.5px; color: var(--text-2); }
.mk-trust li::before { content: "✓"; color: var(--mk-ok); font-weight: 700; margin-right: 6px; }

/* 产品即画面：场馆主页的复刻，不用素材图；样例名「你的攀岩馆」不可能撞真实商户 */
.mk-shot { position: relative; }
.mk-browser {
    background: var(--surface); border-radius: 14px; box-shadow: var(--shadow-2);
    border: 1px solid var(--line); overflow: hidden; transform: rotate(-1.2deg);
}
.mk-browser-bar {
    height: 34px; background: var(--surface-2); display: flex; align-items: center; gap: 6px;
    padding: 0 12px; border-bottom: 1px solid var(--line);
}
.mk-browser-bar i { width: 10px; height: 10px; border-radius: 50%; background: var(--line-2); }
.mk-browser-bar span {
    margin-left: 10px; flex: 1; height: 18px; border-radius: var(--r-pill); background: var(--surface);
    font-size: 11px; color: var(--text-3); display: flex; align-items: center; padding: 0 10px;
}
.mk-vp { padding: 14px; }
.mk-gallery {
    display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: 96px 96px; gap: 6px;
    border-radius: var(--r); overflow: hidden;
}
.mk-gallery div { position: relative; background: linear-gradient(135deg, #ffb38a, #ff7a45); }
.mk-gallery div:first-child { grid-row: 1 / 3; background: linear-gradient(160deg, #ffd0b5, #ff5a1f 70%, #c94409); }
.mk-gallery div:nth-child(2) { background: linear-gradient(135deg, #cfe3ff, #8fb6f2); }
.mk-gallery div:nth-child(3) { background: linear-gradient(135deg, #ffe4a8, #f0a828); }
.mk-gallery b {
    position: absolute; left: 8px; bottom: 8px; font-size: 10.5px; font-weight: 600;
    background: rgba(10, 10, 13, .62); color: #fff; border-radius: var(--r-sm); padding: 2px 6px;
}
.mk-vp h3 { font-size: 18px; margin: 12px 0 4px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.mk-cert { font-size: 10.5px; font-weight: 600; color: var(--mk-ok); background: var(--mk-ok-soft); border-radius: var(--r-pill); padding: 2px 8px; }
.mk-vp-meta { font-size: 12px; color: var(--text-2); }
.mk-vp-acts { display: flex; gap: 6px; margin: 10px 0; }
.mk-vp-acts span { flex: 1; text-align: center; font-size: 11.5px; border: 1px solid var(--line-2); border-radius: var(--r-sm); padding: 6px 0; }
.mk-vp-acts span.p { background: var(--orange); color: var(--orange-ink); border-color: var(--orange); }
.mk-vp-tabs { display: flex; gap: 14px; font-size: 12px; color: var(--text-3); border-top: 1px solid var(--line); padding-top: 8px; }
.mk-vp-tabs b { color: var(--text); font-weight: 600; border-bottom: 2px solid var(--orange); padding-bottom: 4px; }
.mk-float {
    position: absolute; background: var(--surface); border-radius: var(--r); box-shadow: var(--shadow-2);
    padding: 10px 12px; font-size: 12.5px; display: flex; gap: 10px; align-items: center; border: 1px solid var(--line);
}
.mk-float .dot { width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 15px; }
.mk-float b { display: block; font-size: 12.5px; }
.mk-float span { color: var(--text-2); font-size: 11.5px; }
.mk-f1 { right: -14px; top: 38px; }
.mk-f1 .dot { background: var(--mk-orange-soft); }
.mk-f2 { left: -18px; bottom: -12px; }
.mk-f2 .dot { background: var(--mk-ok-soft); }

/* ---- 数字带：讲产品事实，不讲流量规模 ---- */
.mk-stats { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mk-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s4); padding: var(--s6) 0 var(--s4); }
.mk-stat b { display: block; font-size: clamp(26px, 3vw, 36px); letter-spacing: -.02em; line-height: 1.1; }
.mk-stat b small { font-size: .5em; color: var(--orange); font-weight: 700; margin-left: 3px; }
.mk-stat span { color: var(--text-2); font-size: 13.5px; }
.mk-stats .mk-small { padding-bottom: var(--s4); }

/* ---- 三栏价值 ---- */
.mk-why { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s4); }
.mk-card { background: var(--surface); border-radius: var(--r); box-shadow: var(--shadow-1); border: 1px solid var(--card-border); padding: var(--s6); }
.mk-card .ico { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; background: var(--mk-orange-soft); margin-bottom: var(--s4); }
.mk-card h3 { font-size: 18px; margin-bottom: var(--s2); }
.mk-card p { color: var(--text-2); font-size: 14.5px; }

/* ---- 三步 ---- */
.mk-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s4); counter-reset: mkstep; }
.mk-step { position: relative; background: var(--surface); border-radius: var(--r); padding: var(--s6); box-shadow: var(--shadow-1); border: 1px solid var(--card-border); }
.mk-step::before {
    counter-increment: mkstep; content: counter(mkstep, decimal-leading-zero);
    font-size: 40px; font-weight: 900; color: var(--orange); opacity: .18;
    position: absolute; right: 18px; top: 8px; letter-spacing: -.04em;
}
.mk-step h3 { font-size: 17px; margin-bottom: 6px; }
.mk-step .t { font-size: 12.5px; color: var(--orange-text); font-weight: 600; margin-bottom: var(--s3); }
.mk-step p { font-size: 14px; color: var(--text-2); }
.mk-step ul { margin-top: var(--s3); font-size: 13px; color: var(--text-2); }
.mk-step li { padding-left: 14px; position: relative; }
.mk-step li::before { content: "·"; position: absolute; left: 2px; color: var(--orange); font-weight: 900; }

/* ---- 功能 ---- */
.mk-feats-wrap { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: var(--s7); align-items: center; }
.mk-feats { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s3); }
.mk-feat { background: var(--surface); border-radius: var(--r); padding: var(--s5); border: 1px solid var(--line); }
.mk-feat .g { font-size: 22px; margin-bottom: 10px; }
.mk-feat h3 { font-size: 15.5px; margin-bottom: 4px; }
.mk-feat p { font-size: 13.5px; color: var(--text-2); }

/* ---- 对比 ---- */
.mk-cmp { background: var(--surface); border-radius: var(--r); box-shadow: var(--shadow-1); border: 1px solid var(--card-border); overflow: hidden; }
.mk-cmp table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.mk-cmp th, .mk-cmp td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--line); }
.mk-cmp th { font-size: 13px; color: var(--text-2); font-weight: 600; background: var(--surface-2); }
.mk-cmp td:nth-child(2) { color: var(--text-2); }
.mk-cmp td:nth-child(3) { font-weight: 600; color: var(--orange-text); }
.mk-cmp tr:last-child td { border-bottom: 0; }
.mk-cmp .yes::before { content: "✓ "; color: var(--mk-ok); }

/* ---- 几件事，说在前面（2×2） ---- */
/* 选择器带 .mk 前缀：上面的 .mk ul 重置（margin:0）特异性更高，会吃掉这里的 margin auto，整组就贴左了 */
.mk .mk-notes { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s3); max-width: 900px; margin: 0 auto; }
.mk-notes li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; background: var(--surface); border-radius: var(--r); box-shadow: var(--shadow-1); border: 1px solid var(--card-border); padding: var(--s5); }
.mk-notes i { width: 26px; height: 26px; border-radius: 50%; background: var(--mk-ok-soft); color: var(--mk-ok); font-style: normal; font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: 13px; margin-top: 2px; }
.mk-notes b { display: block; font-size: 16px; margin-bottom: 4px; }
.mk-notes span { color: var(--text-2); font-size: 14px; }

/* ---- 类型与城市 ---- */
.mk-chips { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.mk-chips a { background: var(--surface); border: 1px solid var(--line-2); border-radius: var(--r-pill); padding: 7px 14px; font-size: 13.5px; transition: border-color var(--dur); }
.mk-chips a:hover { border-color: var(--orange); color: var(--orange-text); }
.mk-cities { margin-top: var(--s5); text-align: center; font-size: 14px; color: var(--text-2); }
.mk-cities a { color: var(--text); margin: 0 6px; font-weight: 600; }

/* ---- FAQ ---- */
.mk-faq { max-width: 820px; margin: 0 auto; }
.mk-faq details { background: var(--surface); border-radius: var(--r); border: 1px solid var(--line); margin-bottom: 10px; padding: 0 var(--s5); }
.mk-faq summary { cursor: pointer; list-style: none; padding: 16px 0; font-weight: 600; font-size: 15.5px; display: flex; justify-content: space-between; gap: 12px; }
.mk-faq summary::-webkit-details-marker { display: none; }
.mk-faq summary h3 { font-size: inherit; }
.mk-faq summary::after { content: "+"; color: var(--text-3); font-weight: 400; font-size: 20px; line-height: 1; }
.mk-faq details[open] summary::after { content: "–"; }
.mk-faq .a { padding: 0 0 16px; color: var(--text-2); font-size: 14.5px; line-height: 1.75; }
.mk-faq-more { text-align: center; font-size: 14px; color: var(--text-2); margin-top: var(--s4); }
.mk-faq-more a { color: var(--orange-text); text-decoration: underline; text-underline-offset: 2px; }

/* ---- 底部 CTA ---- */
.mk-cta {
    background: linear-gradient(120deg, #ff5a1f, #ff7a45 60%, #f0a828); color: #fff;
    border-radius: 18px; padding: var(--s7) var(--s6); text-align: center;
    box-shadow: 0 18px 40px rgba(255, 90, 31, .25);
}
.mk-cta h2 { font-size: clamp(22px, 3vw, 32px); margin-bottom: var(--s2); }
.mk-cta p { opacity: .92; margin-bottom: var(--s5); }
.mk-cta .mk-btn { background: #fff; color: var(--orange-text); box-shadow: none; }
.mk-cta .consent { font-size: 12.5px; opacity: .85; margin: var(--s4) 0 0; }
.mk-cta .consent a { text-decoration: underline; }

/* 服务号关注区：左二维码右文案。二维码底必须是白的（深色主题也一样，扫码需要） */
.mk-follow {
    display: grid; grid-template-columns: 180px 1fr; gap: var(--s6); align-items: center;
    background: var(--surface); border: 1px solid var(--line); border-radius: 18px;
    padding: var(--s6); max-width: 820px; margin: 0 auto;
}
.mk-follow-qr { background: #fff; border-radius: 14px; padding: 10px; border: 1px solid var(--line); }
.mk-follow-qr img { display: block; width: 100%; height: auto; border-radius: 8px; }
.mk-follow h2 { font-size: clamp(20px, 2.4vw, 26px); margin: var(--s2) 0 var(--s3); }
.mk-follow p { color: var(--text-2); font-size: 15px; line-height: 1.75; }
.mk-follow .mk-small { margin-top: var(--s3); }

@media (max-width: 960px) {
    .mk-hero .container { grid-template-columns: 1fr; }
    .mk-login { max-width: 480px; margin: var(--s5) auto 0; width: 100%; }
    .mk-feats-wrap { grid-template-columns: 1fr; }
    .mk-feats-wrap .mk-shot { order: 2; max-width: 520px; margin: var(--s6) auto 0; }
    .mk-why, .mk-steps, .mk-notes { grid-template-columns: 1fr; }
    .mk-feats, .mk-stats-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
    .mk-sec { padding: var(--s7) 0; }
    .mk-topbar .mk-top-link { display: none; }
    .mk-topbar .container { gap: 10px; }
    .mk-brand em { display: none; }
    .mk-feats { grid-template-columns: 1fr; }
    .mk-browser { transform: none; }
    .mk-f1 { right: -4px; top: -14px; }
    .mk-f2 { left: -4px; bottom: -14px; }
    .mk-hero-actions .mk-btn { width: 100%; }
    .mk-cmp th:nth-child(2), .mk-cmp td:nth-child(2) { display: none; }
    .mk-follow { grid-template-columns: 1fr; text-align: center; }
    .mk-follow-qr { width: 180px; margin: 0 auto; }
}

/* ============================================================
   商家帮助中心（/merchant/help，P6，2026-09-03）。与招商页共用本文件：两页都是公网商家页、同一套 mk- 语义，
   帮助页只多下面这一段（左侧粘性目录 + 右侧长文），不另起 css 文件省一次请求与一条 manifest。
   ============================================================ */
.mk-help { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: var(--s7); align-items: start; padding: var(--s6) 0 var(--s8); }
.mk-help-head { padding: var(--s7) 0 var(--s4); }
.mk-help-head h1 { font-size: clamp(26px, 3.4vw, 38px); margin: var(--s4) 0 var(--s3); letter-spacing: -.01em; }
.mk-help-head .mk-lede { max-width: 640px; }
.mk-help-head a { color: var(--orange-text); text-decoration: underline; text-underline-offset: 2px; }

/* 目录：桌面粘性竖排，移动端折成横滑 chips */
.mk-toc { position: sticky; top: calc(var(--hdr-h) + var(--s5)); }
.mk-toc b { display: block; font-size: 12.5px; color: var(--text-3); letter-spacing: .04em; margin-bottom: 10px; }
.mk-toc a { display: block; padding: 7px 10px; border-radius: var(--r-sm); font-size: 14px; color: var(--text-2); border-left: 2px solid transparent; }
.mk-toc a:hover { color: var(--text); background: var(--surface); }
.mk-toc a.on { color: var(--orange-text); border-left-color: var(--orange); background: var(--mk-orange-soft); }

/* 正文：每节一张大卡；锚点留出顶栏高度 */
.mk-help-body { display: grid; gap: var(--s6); }
.mk-hsec { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: var(--s6); scroll-margin-top: calc(var(--hdr-h) + var(--s4)); }
.mk-hsec > h2 { font-size: clamp(20px, 2.2vw, 24px); margin-bottom: var(--s2); }
.mk-hsec > .lede { color: var(--text-2); font-size: 15px; line-height: 1.7; margin-bottom: var(--s5); }
.mk-hsec h3 { font-size: 16px; margin: var(--s5) 0 var(--s2); padding-top: var(--s4); border-top: 1px dashed var(--line); }
.mk-hsec h3:first-of-type { border-top: 0; padding-top: 0; margin-top: 0; }
.mk-hsec p, .mk-hsec li { font-size: 14.5px; line-height: 1.75; color: var(--text-2); }
.mk-hsec p + p { margin-top: var(--s2); }
.mk-hsec strong { color: var(--text); font-weight: 600; }
.mk-hsec a { color: var(--orange-text); text-decoration: underline; text-underline-offset: 2px; }

/* 步骤（有序）与要点（无序）：.mk ul 重置了 list-style，这里自己画 */
/* ol 没被 .mk ul 那条重置覆盖，浏览器自带编号要显式关掉，否则和自绘的圆号重叠成「1. ①」 */
.mk .mk-steps-list { counter-reset: step; display: grid; gap: 8px; margin: var(--s3) 0; padding: 0; list-style: none; }
.mk .mk-steps-list li { position: relative; padding-left: 34px; }
.mk .mk-steps-list li::before {
    counter-increment: step; content: counter(step);
    position: absolute; left: 0; top: 3px; width: 22px; height: 22px; border-radius: 50%;
    background: var(--mk-orange-soft); color: var(--orange-text); font-size: 12.5px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
}
.mk .mk-dots { display: grid; gap: 6px; margin: var(--s3) 0; }
.mk .mk-dots li { position: relative; padding-left: 16px; }
.mk .mk-dots li::before { content: ""; position: absolute; left: 2px; top: 10px; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); opacity: .7; }

/* 规则表：与对比表同皮，但紧凑 */
.mk-table { width: 100%; border-collapse: collapse; font-size: 14px; margin: var(--s3) 0; }
.mk-table th, .mk-table td { padding: 10px 12px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; line-height: 1.6; }
.mk-table th { font-size: 12.5px; color: var(--text-2); font-weight: 600; background: var(--surface-2); white-space: nowrap; }
.mk-table td { color: var(--text-2); }
.mk-table td:first-child { color: var(--text); font-weight: 600; white-space: nowrap; }
.mk-table tr:last-child td { border-bottom: 0; }
.mk-table td.nw { white-space: nowrap; }
.mk-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r-sm); margin: var(--s3) 0; }
.mk-table-wrap .mk-table { margin: 0; }

/* 提示框：note 中性，tip 橙色（做法建议），warn 需要留意 */
.mk-note { border-left: 3px solid var(--line-2); background: var(--surface-2); border-radius: 0 var(--r-sm) var(--r-sm) 0; padding: 12px 14px; margin: var(--s3) 0; font-size: 14px; line-height: 1.7; color: var(--text-2); }
.mk-note.tip { border-left-color: var(--orange); background: var(--mk-orange-soft); }
.mk-note.warn { border-left-color: #d97706; background: rgba(217, 119, 6, .10); }
.mk-note b { color: var(--text); }

/* 材料示例卡：一行三张（什么算合格、常见不合格） */
.mk-samples { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s3); margin: var(--s3) 0; }
.mk-sample { border: 1px solid var(--line); border-radius: var(--r-sm); padding: 14px; background: var(--paper); }
.mk-sample b { display: block; font-size: 14px; margin-bottom: 6px; color: var(--text); }
.mk-sample p { font-size: 13.5px; }
.mk-sample .ok, .mk-sample .no { display: block; font-size: 13px; margin-top: 6px; }
.mk-sample .ok { color: var(--mk-ok); }
.mk-sample .no { color: #b45309; }

/* 页内小问答：沿用 FAQ 皮，但去掉居中限宽 */
.mk-hsec .mk-faq { max-width: none; margin-top: var(--s4); }
.mk-hsec .mk-faq details { background: var(--paper); }
.mk-hsec .mk-faq summary { font-size: 14.5px; padding: 13px 0; }
.mk-hsec .mk-faq .a { font-size: 14px; }

/* 首屏「先做这几件事」：橙色浅底，与正文卡区分 */
.mk-quick { background: var(--mk-orange-soft); border-color: transparent; }
.mk-quick .mk-steps-list li { color: var(--text); }

/* 现场照示意图与资料填写示例 */
.mk-scene { margin: var(--s4) 0 0; max-width: 520px; }
.mk-scene svg { display: block; width: 100%; height: auto; }
.mk-scene figcaption { font-size: 13px; color: var(--text-3); margin-top: 8px; line-height: 1.6; }
.mk-examples { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s3); margin: var(--s3) 0; }
.mk-examples > div { border: 1px solid var(--line); border-radius: var(--r-sm); padding: 14px; background: var(--paper); }
.mk-examples b { display: block; font-size: 14px; color: var(--text); margin-bottom: 6px; }
.mk-examples p { font-size: 13.5px; line-height: 1.8; }

/* 页尾联系卡 */
.mk-help-contact { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s3); }
.mk-help-contact > div { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-sm); padding: 14px; }
.mk-help-contact b { display: block; font-size: 14px; color: var(--text); margin-bottom: 4px; }
.mk-help-contact p { font-size: 13.5px; }
.mk-help-contact p + p { margin-top: 4px; }
.mk-help-sa { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: center; }
.mk-help-sa img { width: 96px; height: 96px; border-radius: 8px; background: #fff; padding: 4px; border: 1px solid var(--line); }
.mk-copy { font: inherit; font-size: 12px; padding: 2px 8px; margin-left: 6px; border-radius: var(--r-pill); border: 1px solid var(--line-2); background: var(--surface); color: var(--text-2); cursor: pointer; }
.mk-copy:hover { border-color: var(--orange); color: var(--orange-text); }

@media (max-width: 960px) {
    .mk-help { grid-template-columns: 1fr; gap: var(--s5); }
    .mk-toc { position: static; display: flex; gap: 6px; overflow-x: auto; padding-bottom: 6px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
    .mk-toc::-webkit-scrollbar { display: none; }
    .mk-toc b { display: none; }
    .mk-toc a { white-space: nowrap; border-left: 0; border: 1px solid var(--line-2); border-radius: var(--r-pill); padding: 6px 12px; font-size: 13px; background: var(--surface); }
    .mk-toc a.on { border-color: var(--orange); }
    .mk-samples, .mk-help-contact, .mk-examples { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
    .mk-hsec { padding: var(--s5) var(--s4); }
    /* 窄屏首列允许换行，否则长项目名把表撑出容器 */
    .mk-table td:first-child { white-space: normal; }
}
