/* 新手指引頁（2026-08-21）。
   色／圓角／字級全部行 theme.css 嘅 token，兩個場域自動跟主題——
   唔准喺呢度寫死 hex（見 docs/theme-2026-08.md）。 */

.start-head { margin: 6px 0 26px; }
.start-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  color: var(--accent);
  margin: 0 0 6px;
}
.doc-wrap h1 { text-wrap: balance; }
.start-lede { font-size: 16px; color: var(--text); margin: 10px 0 0; }

/* ---------- 你而家喺邊一步 ---------- */
.start-status {
  border-radius: 14px;
  padding: 16px 18px;
  margin: 0 0 30px;
  border: 1px solid var(--line);
  background: var(--panel);
  border-left: 5px solid var(--accent);
}
.start-status.is-pending { border-left-color: var(--red); }
.start-status.is-ready { border-left-color: var(--green); }
.start-status h2 {
  font-size: 17px;
  margin: 0 0 8px;
  color: var(--text);   /* 蓋走 .doc-wrap h2 嘅 accent 色同上邊距 */
}
.start-status p { margin: 0 0 8px; font-size: 15px; }
.start-status p:last-child { margin-bottom: 0; }
.start-status-act { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px !important; }

/* ---------- 掣 ---------- */
.start-btn {
  display: inline-block;
  background: var(--accent);
  color: var(--on-solid);
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  padding: 12px 18px;
  border-radius: 12px;
  min-height: 44px;
  box-sizing: border-box;
}
.start-btn-ghost {
  background: var(--card);
  color: var(--text);
  border: 1px solid var(--line);
}
.start-btn:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }

/* ---------- 段落 ---------- */
.start-sec { margin-bottom: 32px; }
.start-sub { color: var(--muted); font-size: 14px; margin: 0 0 12px; }
.start-note {
  font-size: 14px;
  color: var(--muted);
  background: var(--card);
  border-radius: 10px;
  padding: 11px 13px;
  margin-top: 14px;
}

/* 「同上一次比，有冇變？」——成頁最核心嗰句，值得大聲講 */
.start-bigq {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.5;
  color: var(--accent);
  border-left: 4px solid var(--accent);
  padding: 4px 0 4px 14px;
  margin: 16px 0;
}

.start-list { margin: 12px 0; padding-left: 20px; }
.start-list li { line-height: 1.7; margin-bottom: 9px; }
.start-list li:last-child { margin-bottom: 0; }

.start-dl { margin: 12px 0 0; }
.start-dl dt {
  font-weight: 800;
  font-size: 15px;
  color: var(--accent);
  margin-top: 14px;
}
.start-dl dt:first-child { margin-top: 0; }
.start-dl dd { margin: 4px 0 0; line-height: 1.7; font-size: 15px; }

/* ---------- 定義卡（有變類型／連鎖度）：由 taxonomy.json render ---------- */
.start-defs { display: flex; flex-direction: column; gap: 9px; }
.start-def {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
}
/* 有線畫圖示嗰啲（變化類型）：圖上文下，唔用左右——375px 左右排會令圖細到睇唔清 */
.start-def.has-art { padding: 14px; }

/* ---------- 舖面線畫（shopart.js）---------- */
.ci-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 10px;
}
.ci-shop { width: 82px; height: 66px; flex: 0 0 auto; }
.ci-single .ci-shop { width: 96px; height: 78px; }
.ci-arrow { width: 30px; height: 60px; flex: 0 0 auto; }

/* 筆觸同首頁街景線畫（platform.css .ps-svg）同一套，色全部行 theme token */
.ci-ground { fill: none; stroke: var(--text); stroke-width: 2.2; stroke-linecap: round; opacity: .55; }
.ci-face { fill: var(--panel); stroke: var(--text); stroke-width: 2; stroke-linejoin: round; }
.ci-sign { fill: var(--card); stroke: var(--text); stroke-width: 2; stroke-linejoin: round; }
.ci-glass { fill: var(--card); stroke: var(--text); stroke-width: 1.8; }
.ci-glass-empty { fill: var(--bg); }
.ci-shutter { fill: var(--card); stroke: var(--text); stroke-width: 2; }
.ci-board { fill: var(--card); stroke: var(--text); stroke-width: 2; }
.ci-note { fill: var(--panel); stroke: var(--text); stroke-width: 1.4; }
.ci-awn { fill: var(--card); stroke: var(--text); stroke-width: 2; stroke-linejoin: round; }
.ci-ink { fill: none; stroke: var(--text); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ci-ink-thin { fill: none; stroke: var(--text); stroke-width: 1.3; stroke-linecap: round; opacity: .8; }
.ci-lit { fill: var(--accent); opacity: .8; }
.ci-gold { fill: var(--accent); }
.ci-red { fill: var(--red); }
.ci-plus-bg { fill: var(--green); }
.ci-plus { fill: none; stroke: var(--on-solid); stroke-width: 2; stroke-linecap: round; }
.start-def-name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 4px;
  color: var(--text);
}
.start-def-swatch {
  width: 13px; height: 13px; border-radius: 3px;
  flex: 0 0 auto;
  border: 1px solid rgba(0, 0, 0, .15);
}
.start-def-body { font-size: 14px; line-height: 1.65; color: var(--muted); }

/* ---------- 分類 chips ---------- */
.start-cat-group { margin-bottom: 14px; }
.start-cat-head {
  display: flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: 15px; margin-bottom: 7px;
}

/* 大類圖示（shopart.js slCatIcon）：底色圓形用分類色，圖形白色。
   glyph 統一喺呢度上白色，唔喺每個 path 各自寫——改一次全部跟。 */
.cat-ic { width: 22px; height: 22px; flex: 0 0 auto; display: block; }
.cat-glyph { fill: #fff; stroke: #fff; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
/* 有啲圖形係線條（fill:none 寫喺 path 度），有啲係實色——上面兩樣都上白就啱晒 */
.start-cat-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.start-cat-chip {
  font-size: 13px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 10px;
  color: var(--text);
}
.start-cat-chip b {
  font-weight: 800;
  color: var(--accent);
  margin-right: 5px;
  font-variant-numeric: tabular-nums;
}

/* ---------- 工具卡：由 common.js SL_TOOLS render ---------- */
.start-tools { display: flex; flex-direction: column; gap: 10px; }
.start-tool {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 13px 15px;
}
.start-tool.is-core { border-left: 4px solid var(--accent); }
.start-tool-head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 10px; margin-bottom: 5px;
}
.start-tool-name {
  font-weight: 800; font-size: 16px;
  color: var(--accent); text-decoration: none;
}
.start-tool-name:hover { text-decoration: underline; }
.start-tool-tag {
  font-size: 12px; font-weight: 700; white-space: nowrap;
  background: var(--card); color: var(--muted);
  border: 1px solid var(--line); border-radius: 999px;
  padding: 2px 9px;
}
.start-tool-desc { margin: 0 0 6px; font-size: 14.5px; line-height: 1.6; }
.start-tool-when { margin: 0; font-size: 13.5px; color: var(--muted); line-height: 1.55; }
.start-tool-when span {
  font-weight: 700; color: var(--text);
  margin-right: 6px;
}

/* ---------- 結尾 ---------- */
.start-cta-sec { border-top: 1px solid var(--line); padding-top: 22px; }
.start-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.start-cta-wait {
  align-self: center;
  font-size: 15px; font-weight: 700; color: var(--muted);
}

/* 手機：小標題放大（2026-08-21 使用者要求）。
   ⚠️ 呢頁字多，`.doc-wrap h2` 喺 nav.css 淨係 17px，喺 375px 掃落嚟章節分唔開。
   放大到 20px ＋ 加返上下留白，先至有「一章一章」嘅節奏。
   桌面唔郁——桌面本身行寬夠、掃得快。 */
@media (max-width: 700px) {
  .doc-wrap h1 { font-size: 26px; line-height: 1.25; }
  .doc-wrap h2 { font-size: 20px; margin: 34px 0 10px; line-height: 1.4; }
  .start-sec { margin-bottom: 36px; }
  .start-lede { font-size: 16.5px; }
  .start-def-name { font-size: 16px; }
  .start-def-body { font-size: 14.5px; }
}

@media (max-width: 380px) {
  .start-bigq { font-size: 17px; }
  .start-btn { width: 100%; text-align: center; }
  .ci-shop { width: 72px; height: 58px; }
  .ci-single .ci-shop { width: 86px; height: 70px; }
  .ci-arrow { width: 24px; }
}
