/* 全国検索 — 案A/B「静かな台帳検索」 */

.st-wrap { max-width: 880px; margin: 0 auto; padding: 56px 20px 72px; }

.st-intro { font-size: 13px; color: var(--pv-ink-2, #475569); background: var(--pv-surface, #fff);
  border: 1px solid var(--pv-border, #e5eae7); border-radius: 12px; padding: 10px 16px; margin-bottom: 28px; }
.st-intro-badge { font-size: 10.5px; font-weight: 800; letter-spacing: .04em; color: #00734f;
  background: #ecfdf5; border: 1px solid #a7f3d0; border-radius: 999px; padding: 2px 10px; margin-right: 10px; }
.st-intro a { color: #00734f; font-weight: 700; }

.st-head { margin-bottom: 20px; }
.st-head h1 { font-size: 26px; font-weight: 800; color: var(--pv-ink, #0f172a); margin: 0 0 6px; }
.st-stats { font-size: 13px; color: var(--pv-muted, #64748b); margin: 0; font-variant-numeric: tabular-nums; }
/* 数字だけ大きく・濃く（信頼の根拠。カード化はせず検索框を主役に保つ） */
.st-stat-n { font-size: 19px; font-weight: 800; color: var(--pv-ink, #0f172a);
  font-family: 'DM Sans', system-ui; letter-spacing: -.01em; padding: 0 1px; }
.st-stats-note { font-size: 11px; color: var(--pv-muted, #94a3b8); }

.st-error { font-size: 13px; color: #b91c1c; background: #fef2f2; border: 1px solid #fecaca;
  border-radius: 10px; padding: 10px 14px; margin: 0 0 16px; }

.st-pills { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.st-pill { font-size: 13px; font-weight: 700; padding: 7px 16px; border-radius: 999px;
  background: var(--pv-surface, #fff); border: 1px solid var(--pv-border, #e5eae7);
  color: var(--pv-ink-2, #475569); cursor: pointer; transition: all .12s; }
.st-pill:hover { border-color: #a7f3d0; }
.st-pill.on { background: #ecfdf5; color: #00734f; border-color: #a7f3d0; }

.st-box { display: flex; align-items: center; background: var(--pv-surface, #fff);
  border: 1.5px solid var(--pv-border, #dfe9e3); border-radius: 14px; padding: 4px 4px 4px 16px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .04); transition: border-color .15s, box-shadow .15s; }
.st-box:focus-within { border-color: #00956f; box-shadow: 0 4px 20px rgba(0, 115, 79, .10); }
.st-box-ic { color: var(--pv-muted, #94a3b8); flex-shrink: 0; }
.st-input { flex: 1; border: none; outline: none; background: transparent; font-size: 16px;
  padding: 13px 12px; color: var(--pv-ink, #0f172a); min-width: 0; }
.st-btn { padding: 11px 30px; background: #00734f; color: #fff; border: none; border-radius: 10px;
  font-size: 15px; font-weight: 800; cursor: pointer; transition: background .12s; }
.st-btn:hover { background: #005a3e; }

.st-quick { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 12px; }
.st-quick-item { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; color: var(--pv-muted, #64748b); font-weight: 700; }
.st-quick-item select { font-size: 12.5px; font-weight: 600; color: var(--pv-ink, #0f172a);
  padding: 6px 10px; border: 1px solid var(--pv-border, #e5eae7); border-radius: 8px;
  background: var(--pv-surface, #fff); cursor: pointer; }
.st-adv { margin-left: auto; font-size: 12px; font-weight: 700; color: var(--pv-muted, #64748b); text-decoration: none; }
.st-adv:hover { color: #00734f; }

.st-examples { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 26px; font-size: 12.5px; }
.st-examples-lbl, .st-regions-lbl { font-size: 11px; font-weight: 800; color: var(--pv-muted, #94a3b8); letter-spacing: .05em; }
.st-examples a { color: var(--pv-ink-2, #475569); text-decoration: none; font-weight: 600;
  background: var(--pv-surface, #fff); border: 1px solid var(--pv-border, #e5eae7);
  border-radius: 999px; padding: 4px 13px; transition: all .12s; }
.st-examples a:hover { color: #00734f; border-color: #a7f3d0; }

.st-regions { display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px 16px; margin-top: 18px;
  padding-top: 16px; border-top: 1px solid var(--pv-border, #eef3f0); font-size: 13px; }
.st-regions a { color: var(--pv-ink-2, #475569); text-decoration: none; font-weight: 600; }
.st-regions a:hover { color: #00734f; }
.st-regions a small { font-size: 10.5px; color: var(--pv-muted, #94a3b8); font-variant-numeric: tabular-nums; }

.st-foot { margin-top: 40px; font-size: 12.5px; color: var(--pv-muted, #64748b); }
.st-foot a { color: #00734f; font-weight: 700; }

@media (max-width: 560px) {
  .st-wrap { padding-top: 28px; }
  .st-btn { padding: 11px 18px; }
  .st-adv { margin-left: 0; }
  /* iOS の入力ズーム回避（都道府県セレクト等） */
  .st-quick-item select { font-size: 16px; }
}
