/* === 東京ナイトマッチ shared design system === */

/* 未実装ページへのリンクを視覚的に「準備中」化（クリック無効・薄表示）
 * 現在ページ表示用の .active / .current / .logo および age-verification の #btn-yes は除外
 */
a[href="#"]:not(.active):not(.current):not(.logo):not(#btn-yes) {
  pointer-events: none;
  opacity: 0.45;
  cursor: not-allowed;
}

:root {
  --bg: #f4f5f7;
  --bg-card: #ffffff;
  --ink: #222;
  --ink-2: #444;
  --ink-mute: #666;
  --line: #e3e3e3;
  --line-soft: #efefef;
  --link: #1e88e5;
  --link-visited: #6a4ca1;
  --pink: #e91e63;
  --pink-soft: #fce4ec;
  --orange: #ff7043;
  --orange-soft: #fff3e0;
  --blue: #1e88e5;
  --blue-soft: #e3f2fd;
  --teal: #00897b;
  --teal-soft: #e0f2f1;
  --green: #43a047;
  --green-soft: #e8f5e9;
  --red: #e53935;
  --red-soft: #ffebee;
  --yellow-warn: #fff8e1;
  --warn-border: #ffa726;
  --shadow: 0 1px 2px rgba(0,0,0,0.06);
  --font: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  font-size: 15px;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: var(--link); }
a:visited { color: var(--link-visited); }
img { max-width: 100%; display: block; }

/* Top bar */
.top-bar { background: #2c2c2c; color: #ddd; font-size: 11px; padding: 6px 0; }
.top-bar-inner { max-width: 1100px; margin: 0 auto; padding: 0 12px; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.top-bar .age { color: #ffd54f; }

/* Header */
.site-header { background: #fff; border-bottom: 3px solid #e91e63; box-shadow: var(--shadow); }
.header-inner { max-width: 1100px; margin: 0 auto; padding: 14px 12px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.logo { font-weight: 900; font-size: 1.4rem; color: var(--ink); text-decoration: none; display: flex; flex-direction: column; gap: 2px; }
.logo .accent { color: var(--pink); }
.logo .sub { font-size: 0.65rem; color: var(--ink-mute); font-weight: 500; letter-spacing: 0.1em; }
.header-nav { display: flex; gap: 18px; align-items: center; }
.header-nav a { color: var(--ink-2); text-decoration: none; font-size: 0.85rem; font-weight: 500; }
.header-nav a:hover { color: var(--pink); text-decoration: underline; }
@media (max-width: 768px) { .header-nav { display: none; } }

/* Category bar */
.cat-bar { background: #fff; border-bottom: 1px solid var(--line); }
.cat-bar-inner { max-width: 1100px; margin: 0 auto; padding: 0 12px; display: flex; gap: 0; overflow-x: auto; }
.cat-bar a { display: block; padding: 12px 16px; color: var(--ink-2); text-decoration: none; font-size: 0.83rem; font-weight: 700; border-right: 1px solid var(--line); white-space: nowrap; transition: background 0.2s; }
.cat-bar a:first-child { border-left: 1px solid var(--line); }
.cat-bar a:hover { background: var(--pink-soft); color: var(--pink); }
.cat-bar a.active { background: var(--pink); color: #fff; }

/* Container */
.container { max-width: 1100px; margin: 0 auto; padding: 18px 12px; display: grid; grid-template-columns: 1fr 280px; gap: 24px; }
.container.single { grid-template-columns: 1fr; max-width: 880px; }
@media (max-width: 920px) { .container { grid-template-columns: 1fr; } }

/* Breadcrumb */
.breadcrumb { grid-column: 1 / -1; font-size: 0.78rem; color: var(--ink-mute); margin-bottom: -4px; }
.breadcrumb a { color: var(--ink-mute); text-decoration: none; }
.breadcrumb a:hover { color: var(--pink); text-decoration: underline; }
.breadcrumb .sep { margin: 0 6px; color: var(--ink-mute); }

/* Main */
main { background: #fff; padding: 24px; border-radius: 4px; box-shadow: var(--shadow); }
@media (max-width: 600px) { main { padding: 16px; } }

/* Article header */
.article-header { margin-bottom: 20px; }
.article-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 12px; }
.article-tags a { background: var(--pink-soft); color: var(--pink); padding: 3px 10px; font-size: 0.72rem; text-decoration: none; border-radius: 3px; font-weight: 700; }
.article-tags a:nth-child(2n) { background: var(--blue-soft); color: var(--blue); }
.article-tags a:nth-child(3n) { background: var(--orange-soft); color: var(--orange); }

h1.article-title { font-size: 1.7rem; line-height: 1.5; font-weight: 900; color: var(--ink); margin-bottom: 14px; letter-spacing: -0.005em; }
@media (max-width: 600px) { h1.article-title { font-size: 1.3rem; } }

.article-meta { display: flex; gap: 16px; flex-wrap: wrap; font-size: 0.78rem; color: var(--ink-mute); padding: 8px 0; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); margin-bottom: 18px; }
.article-meta .item { display: inline-flex; align-items: center; gap: 4px; }
.article-meta strong { color: var(--ink-2); font-weight: 700; }

/* Eyecatch (base; per-page gradient override) */
.eyecatch { width: 100%; aspect-ratio: 16/8; position: relative; margin-bottom: 24px; border-radius: 4px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.eyecatch::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 25% 35%, rgba(255,213,79,0.18), transparent 50%), radial-gradient(circle at 75% 65%, rgba(255,255,255,0.12), transparent 50%); }
.eyecatch-text { position: relative; color: #fff; text-align: center; padding: 20px; text-shadow: 0 2px 8px rgba(0,0,0,0.4); }
.eyecatch-text .em { font-weight: 900; font-size: 1.7rem; line-height: 1.45; display: block; margin-bottom: 8px; }
.eyecatch-text .em .hl { color: #ffd54f; }
.eyecatch-text .small { font-size: 0.85rem; opacity: 0.95; }

/* Eyecatch theme overrides */
.eyecatch.eye-pain { background: linear-gradient(135deg, #4a148c 0%, #6a1b9a 30%, #8a2738 70%, #b71c1c 100%); }
.eyecatch.eye-review { background: linear-gradient(135deg, #e91e63 0%, #ff7043 50%, #ffa726 100%); }
.eyecatch.eye-shibuya { background: linear-gradient(135deg, #c2185b 0%, #5a2348 50%, #2a1525 100%); }
.eyecatch.eye-info { background: linear-gradient(135deg, #1e88e5 0%, #1565c0 50%, #0d47a1 100%); }
.eyecatch.eye-legal { background: linear-gradient(135deg, #455a64 0%, #37474f 50%, #263238 100%); }

/* Lead */
.lead { background: var(--red-soft); border-left: 4px solid var(--red); padding: 14px 16px; margin-bottom: 28px; font-size: 0.95rem; line-height: 1.9; border-radius: 0 4px 4px 0; }
.lead.lead-neutral { background: var(--yellow-warn); border-left-color: var(--warn-border); }
.lead.lead-info { background: var(--blue-soft); border-left-color: var(--blue); }
.lead p { margin-bottom: 8px; }
.lead p:last-child { margin-bottom: 0; }
.lead strong { color: var(--red); font-weight: 700; }
.lead.lead-neutral strong { color: #e65100; }
.lead.lead-info strong { color: var(--blue); }

/* TOC */
.toc { background: #fafafa; border: 1px solid var(--line); padding: 14px 18px; margin: 24px 0; border-radius: 3px; }
.toc-title { font-size: 0.88rem; font-weight: 700; color: var(--ink); margin-bottom: 10px; padding-bottom: 8px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 6px; }
.toc-title::before { content: '📑'; }
.toc ol { list-style: none; counter-reset: toc; }
.toc ol li { counter-increment: toc; font-size: 0.85rem; padding: 4px 0; line-height: 1.6; }
.toc ol li::before { content: counter(toc) '.'; color: var(--pink); font-weight: 700; margin-right: 8px; }
.toc ol li a { color: var(--ink-2); text-decoration: none; }
.toc ol li a:hover { color: var(--pink); text-decoration: underline; }

/* Body */
.body p { margin-bottom: 18px; color: var(--ink-2); }
.body p strong { color: var(--ink); font-weight: 700; }

.body h2 { font-size: 1.3rem; font-weight: 900; color: #fff; padding: 14px 16px; margin: 36px 0 18px; line-height: 1.5; letter-spacing: 0.01em; border-radius: 4px; position: relative; }
.body h2.h2-red { background: var(--red); border-left: 6px solid #b71c1c; }
.body h2.h2-orange { background: var(--orange); border-left: 6px solid #d8431c; }
.body h2.h2-blue { background: var(--blue); border-left: 6px solid #1565c0; }
.body h2.h2-pink { background: var(--pink); border-left: 6px solid #ad1457; }
.body h2.h2-teal { background: var(--teal); border-left: 6px solid #00695c; }
.body h2.h2-green { background: var(--green); border-left: 6px solid #2e7d32; }
.body h2.h2-gray { background: #546e7a; border-left: 6px solid #37474f; }

.body h3 { font-size: 1.08rem; font-weight: 700; color: var(--ink); padding: 8px 12px; margin: 22px 0 12px; border-left: 4px solid var(--pink); background: #fafafa; line-height: 1.55; }
.body h3.h3-blue { border-left-color: var(--blue); }
.body h3.h3-orange { border-left-color: var(--orange); }
.body h3.h3-teal { border-left-color: var(--teal); }
.body h3.h3-red { border-left-color: var(--red); }
.body h3.h3-green { border-left-color: var(--green); }

.body ul, .body ol { margin: 0 0 18px 20px; padding-left: 8px; color: var(--ink-2); }
.body ul li, .body ol li { margin-bottom: 6px; line-height: 1.85; }

/* Highlight box */
.highlight-box { background: var(--blue-soft); border: 1px dashed var(--blue); padding: 14px 16px; margin: 18px 0; border-radius: 4px; font-size: 0.92rem; }
.highlight-box.warn { background: var(--yellow-warn); border-color: var(--warn-border); border-style: solid; border-left-width: 4px; }
.highlight-box.warn .label { color: #e65100; font-weight: 700; display: block; margin-bottom: 6px; }
.highlight-box.warn .label::before { content: '⚠️ '; }
.highlight-box.info .label { color: var(--blue); font-weight: 700; display: block; margin-bottom: 6px; }
.highlight-box.info .label::before { content: 'ℹ️ '; }
.highlight-box.good { background: var(--green-soft); border: 1px dashed var(--green); }
.highlight-box.good .label { color: var(--green); font-weight: 700; display: block; margin-bottom: 6px; }
.highlight-box.good .label::before { content: '✓ '; }

/* PR Disclosure */
.pr-disclosure { background: #f5f5f5; border: 1px solid var(--line); padding: 10px 14px; font-size: 0.78rem; color: var(--ink-mute); border-radius: 3px; margin: 16px 0; line-height: 1.7; }
.pr-disclosure strong { color: var(--orange); }

/* CTA banner */
.cta-banner { background: linear-gradient(135deg, #ff7043 0%, #e91e63 100%); color: #fff; padding: 20px; margin: 24px 0; border-radius: 4px; text-align: center; }
.cta-banner h4 { font-size: 1.15rem; font-weight: 900; margin-bottom: 6px; }
.cta-banner p { font-size: 0.88rem; margin-bottom: 12px; opacity: 0.95; }
.cta-banner .btn { display: inline-block; background: #fff; color: var(--pink); padding: 10px 24px; font-weight: 900; text-decoration: none; border-radius: 4px; font-size: 0.95rem; }
.cta-banner .btn:hover { background: #fafafa; text-decoration: none; }
.cta-banner .sub { font-size: 0.75rem; opacity: 0.85; margin-top: 8px; display: block; }

/* Spotlight box (inline kuricari spotlight) */
.hero-cta { background: linear-gradient(135deg, #fff8e8 0%, #fce4ec 100%); border: 2px solid var(--pink); border-radius: 8px; padding: 22px; margin: 22px 0 30px; position: relative; }
.hero-cta::before { content: 'PR'; position: absolute; top: 10px; right: 10px; background: var(--orange); color: #fff; font-size: 0.7rem; font-weight: 700; padding: 2px 8px; border-radius: 3px; }
.hero-cta .em { font-size: 0.85rem; color: var(--pink); font-weight: 900; letter-spacing: 0.05em; margin-bottom: 8px; }
.hero-cta h3 { font-size: 1.25rem; font-weight: 900; color: var(--ink); line-height: 1.5; margin-bottom: 10px; padding: 0; border: none; background: none; }
.hero-cta h3 mark { background: linear-gradient(180deg, transparent 60%, #ffd54f 60%); padding: 0 2px; }
.hero-cta p { font-size: 0.9rem; line-height: 1.85; color: var(--ink-2); margin-bottom: 12px; }
.hero-cta .specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 14px 0; }
.hero-cta .specs > div { background: #fff; padding: 10px; border-radius: 4px; text-align: center; font-size: 0.78rem; color: var(--ink-mute); line-height: 1.4; }
.hero-cta .specs strong { color: var(--pink); font-weight: 900; font-size: 0.95rem; display: block; }
.hero-cta .cta-btn { display: block; background: linear-gradient(180deg, #ff9800 0%, #f57c00 100%); color: #fff !important; padding: 14px; text-align: center; font-weight: 900; font-size: 1.02rem; text-decoration: none; border-radius: 4px; box-shadow: 0 3px 6px rgba(0,0,0,0.15); transition: all 0.2s; }
.hero-cta .cta-btn:hover { background: linear-gradient(180deg, #f57c00 0%, #e65100 100%); text-decoration: none; }
.hero-cta .cta-btn::after { content: ' ▶'; font-size: 0.8em; }
.hero-cta .note { text-align: center; font-size: 0.74rem; color: var(--ink-mute); margin-top: 8px; }

/* Tables */
.compare-table-wrap { overflow-x: auto; margin: 16px 0 24px; border: 1px solid var(--line); }
.compare-table { width: 100%; min-width: 600px; border-collapse: collapse; font-size: 0.86rem; }
.compare-table th { background: #f5f5f5; color: var(--ink); padding: 10px 12px; font-weight: 700; text-align: left; border-bottom: 2px solid var(--line); font-size: 0.83rem; }
.compare-table th.recommended { background: var(--pink); color: #fff; }
.compare-table th.muted { background: #efefef; color: var(--ink-mute); }
.compare-table td { padding: 10px 12px; border-bottom: 1px solid var(--line-soft); vertical-align: top; color: var(--ink-2); line-height: 1.7; }
.compare-table tbody tr:nth-child(odd) { background: #fafafa; }
.compare-table tbody tr:hover { background: var(--pink-soft); }
.compare-table td.label { font-weight: 700; color: var(--ink); background: #fff !important; width: 150px; font-size: 0.83rem; }
.compare-table td.fav { background: var(--pink-soft) !important; font-weight: 700; color: var(--pink); }
.compare-table td.fav strong { color: var(--pink); }

/* FAQ */
.faq details { border: 1px solid var(--line); border-radius: 3px; margin-bottom: 8px; background: #fff; }
.faq summary { list-style: none; cursor: pointer; padding: 12px 16px; font-weight: 700; color: var(--ink); font-size: 0.93rem; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '＋'; color: var(--pink); font-size: 1.3rem; transition: transform 0.2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq summary strong { color: var(--pink); margin-right: 8px; }
.faq summary:hover { background: #fafafa; }
.faq .answer { padding: 0 16px 14px; font-size: 0.9rem; line-height: 1.9; color: var(--ink-2); }
.faq .answer p { margin-bottom: 8px; }
.faq .answer p:last-child { margin-bottom: 0; }

/* Author box */
.author-box { background: #fafafa; border: 1px solid var(--line); padding: 16px; margin: 32px 0 0; border-radius: 4px; display: grid; grid-template-columns: 80px 1fr; gap: 14px; }
.author-avatar { width: 80px; height: 80px; border-radius: 50%; background: linear-gradient(135deg, var(--pink) 0%, #8a2738 100%); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 900; font-size: 2rem; }
.author-info .label { font-size: 0.72rem; color: var(--pink); font-weight: 700; letter-spacing: 0.1em; margin-bottom: 2px; }
.author-info .name { font-weight: 900; font-size: 1.05rem; margin-bottom: 4px; }
.author-info .name .en { font-weight: 500; font-size: 0.78rem; color: var(--ink-mute); margin-left: 6px; }
.author-info p { font-size: 0.82rem; color: var(--ink-2); line-height: 1.7; }
.author-info .social { margin-top: 6px; font-size: 0.78rem; }
.author-info .social a { margin-right: 10px; }

/* Related */
.related h3 { font-size: 1.05rem; font-weight: 700; color: var(--ink); padding: 8px 12px; border-left: 4px solid var(--pink); background: #fafafa; margin: 26px 0 14px; }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (max-width: 600px) { .related-grid { grid-template-columns: 1fr; } }
.related-item { display: grid; grid-template-columns: 110px 1fr; gap: 10px; border: 1px solid var(--line); padding: 10px; text-decoration: none; color: var(--ink); border-radius: 3px; transition: all 0.2s; background: #fff; }
.related-item:hover { border-color: var(--pink); }
.related-thumb { aspect-ratio: 1/1; background: linear-gradient(135deg, var(--pink-soft) 0%, var(--orange-soft) 100%); display: flex; align-items: center; justify-content: center; font-size: 0.75rem; color: var(--pink); font-weight: 700; }
.related-item:nth-child(2n) .related-thumb { background: linear-gradient(135deg, var(--blue-soft) 0%, var(--teal-soft) 100%); color: var(--blue); }
.related-item:nth-child(3n) .related-thumb { background: linear-gradient(135deg, var(--green-soft) 0%, var(--yellow-warn) 100%); color: var(--green); }
.related-info .cat { font-size: 0.7rem; color: var(--pink); font-weight: 700; }
.related-info .ttl { font-size: 0.85rem; font-weight: 700; line-height: 1.5; margin: 2px 0; }
.related-info .date { font-size: 0.72rem; color: var(--ink-mute); }

/* Sidebar */
aside { display: flex; flex-direction: column; gap: 14px; }
.widget { background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 3px; }
.widget h4 { background: var(--pink); color: #fff; padding: 9px 14px; font-size: 0.85rem; font-weight: 700; border-radius: 3px 3px 0 0; }
.widget .body { padding: 12px 14px; }

.widget-spotlight { padding: 16px; background: linear-gradient(135deg, #fff8e8 0%, #fce4ec 100%); border-radius: 3px; border: 2px solid var(--pink); position: relative; }
.widget-spotlight::before { content: 'PR'; position: absolute; top: 8px; right: 8px; background: var(--orange); color: #fff; font-size: 0.65rem; font-weight: 700; padding: 1px 6px; border-radius: 2px; }
.widget-spotlight .em { font-size: 0.9rem; font-weight: 900; color: var(--ink); display: block; margin-bottom: 6px; line-height: 1.5; }
.widget-spotlight .em mark { background: linear-gradient(180deg, transparent 60%, #ffd54f 60%); padding: 0 2px; }
.widget-spotlight .name { font-size: 1.15rem; font-weight: 900; color: var(--pink); margin: 6px 0; }
.widget-spotlight .pt { font-size: 0.78rem; color: var(--ink-mute); margin-bottom: 10px; line-height: 1.7; }
.widget-spotlight .specs { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin: 8px 0 12px; font-size: 0.72rem; }
.widget-spotlight .specs > div { background: #fff; padding: 5px; text-align: center; border-radius: 3px; color: var(--ink-mute); }
.widget-spotlight .specs strong { display: block; color: var(--pink); font-size: 0.84rem; }
.widget-spotlight .btn { display: block; background: linear-gradient(180deg, #ff9800 0%, #f57c00 100%); color: #fff; padding: 11px; text-align: center; text-decoration: none; font-weight: 900; font-size: 0.88rem; border-radius: 3px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.widget-spotlight .note { font-size: 0.7rem; color: var(--ink-mute); text-align: center; margin-top: 6px; }

.widget-rank ul { list-style: none; }
.widget-rank ul li { padding: 10px 0; border-bottom: 1px solid var(--line-soft); display: grid; grid-template-columns: 32px 1fr; gap: 10px; align-items: center; }
.widget-rank ul li:last-child { border-bottom: none; }
.widget-rank .num { width: 28px; height: 28px; background: var(--pink); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 0.85rem; }
.widget-rank .num.gold { background: linear-gradient(135deg, #ffd54f, #ff9800); }
.widget-rank .num.silver { background: linear-gradient(135deg, #e0e0e0, #9e9e9e); }
.widget-rank .num.bronze { background: linear-gradient(135deg, #d6a574, #9c6f44); }
.widget-rank .ttl { font-size: 0.82rem; font-weight: 700; color: var(--ink); }
.widget-rank .cat { font-size: 0.72rem; color: var(--ink-mute); }
.widget-rank a { text-decoration: none; color: inherit; display: contents; }
.widget-rank a:hover .ttl { color: var(--pink); }

.widget-list ul { list-style: none; padding: 0 14px 8px; }
.widget-list ul li { padding: 6px 0; border-bottom: 1px solid var(--line-soft); }
.widget-list ul li:last-child { border-bottom: none; }
.widget-list ul li a { color: var(--ink-2); text-decoration: none; font-size: 0.83rem; display: block; line-height: 1.5; }
.widget-list ul li a:hover { color: var(--pink); }
.widget-list .cat-name { color: var(--pink); font-size: 0.72rem; font-weight: 700; margin-right: 6px; }

.widget-tags { padding: 12px 14px; }
.widget-tags a { display: inline-block; background: #f5f5f5; color: var(--ink-2); font-size: 0.75rem; padding: 3px 9px; margin: 2px; text-decoration: none; border-radius: 100px; }
.widget-tags a:hover { background: var(--pink-soft); color: var(--pink); }

/* Footer */
footer { background: #2c2c2c; color: #b0b0b0; padding: 32px 12px 16px; margin-top: 32px; }
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-cols { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 24px; padding-bottom: 24px; border-bottom: 1px solid #444; }
@media (max-width: 700px) { .footer-cols { grid-template-columns: 1fr; } }
.footer-brand .name { color: #fff; font-weight: 900; font-size: 1.05rem; }
.footer-brand .name .accent { color: var(--pink); }
.footer-brand p { font-size: 0.8rem; color: #999; margin-top: 8px; line-height: 1.8; }
.footer-col h5 { color: #fff; font-size: 0.82rem; margin-bottom: 10px; font-weight: 700; }
.footer-col ul { list-style: none; }
.footer-col ul li { padding: 3px 0; }
.footer-col ul a { color: #b0b0b0; text-decoration: none; font-size: 0.78rem; }
.footer-col ul a:hover { color: #fff; }
.footer-disclosure { padding: 12px 14px; margin-top: 14px; background: rgba(233,30,99,0.1); border-left: 3px solid var(--pink); font-size: 0.74rem; color: #c0c0c0; line-height: 1.85; }
.footer-disclosure strong { color: #ffd54f; }
.footer-bottom { padding-top: 16px; display: flex; justify-content: space-between; flex-wrap: wrap; font-size: 0.73rem; color: #888; gap: 8px; }

/* Pain list (article-specific but shared) */
.pain-list { margin: 14px 0 22px; padding: 0; list-style: none; }
.pain-list li { background: #fff7f7; border-left: 4px solid var(--red); padding: 12px 16px 12px 48px; margin-bottom: 8px; border-radius: 0 4px 4px 0; font-size: 0.92rem; line-height: 1.75; color: var(--ink-2); position: relative; }
.pain-list li::before { content: '✗'; position: absolute; left: 16px; top: 12px; color: var(--red); font-weight: 900; font-size: 1.2rem; }
.pain-list li strong { color: var(--red); font-weight: 700; }

/* Legal-page-specific */
.legal-body dl { margin: 18px 0; }
.legal-body dl dt { font-weight: 700; color: var(--ink); padding: 12px 16px; background: #f5f5f5; border-left: 4px solid var(--pink); border-radius: 0 3px 3px 0; margin-top: 8px; font-size: 0.92rem; }
.legal-body dl dd { padding: 12px 16px 16px; font-size: 0.9rem; color: var(--ink-2); line-height: 1.95; border-bottom: 1px solid var(--line-soft); margin-bottom: 4px; }
.legal-body dl dd ul, .legal-body dl dd ol { margin: 6px 0 6px 20px; }
.legal-body dl dd li { margin-bottom: 4px; }
.legal-body .updated { text-align: right; font-size: 0.8rem; color: var(--ink-mute); margin-top: 20px; padding-top: 14px; border-top: 1px solid var(--line); }
