/* Shared styling for standalone content pages (FAQ deep-dives). Mirrors index.html's
   flat, typographic design language — same colors/card/section-label/.src pattern —
   so these pages read as native to the site, not a bolted-on blog. */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 15px; background: #f5f5f5; color: #1a1a1a; line-height: 1.6; min-height: 100vh; display: flex; flex-direction: column; }
.page-wrap { max-width: 720px; margin: 0 auto; padding: 0 16px; width: 100%; }
body > .page-wrap { flex: 1 0 auto; }

header { background: #fff; border-bottom: 1px solid #e0e0e0; padding: 20px 0; margin-bottom: 24px; }
header .page-wrap { max-width: 960px; }
header .brand { font-size: 15px; font-weight: 700; color: #1a1a1a; text-decoration: none; }
header .brand:hover { color: #1565c0; }

main { padding-bottom: 32px; }
.breadcrumb { font-size: 12px; color: #888; margin-bottom: 16px; }
.breadcrumb a { color: #888; }
.breadcrumb a:hover { color: #1565c0; }

article h1 { font-size: 24px; font-weight: 700; margin-bottom: 8px; }
article .dek { color: #666; font-size: 14px; margin-bottom: 24px; }
article h2 { font-size: 17px; font-weight: 700; margin: 28px 0 10px; }
article h2:first-of-type { margin-top: 8px; }
article p { margin-bottom: 12px; }
article ul, article ol { margin: 0 0 12px 22px; }
article li { margin-bottom: 6px; }
article strong { font-weight: 700; }

.card { background: #fff; border: 1px solid #e0e0e0; border-radius: 6px; padding: 20px 24px; margin: 16px 0; }
.section-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: #aaa; margin-bottom: 12px; }

.example-table { width: 100%; border-collapse: collapse; font-size: 13.5px; margin: 12px 0; }
.example-table th, .example-table td { text-align: left; padding: 8px 10px; border-bottom: 1px solid #e8e8e8; }
.example-table th { color: #888; font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: .05em; }
.example-table td.lost { color: #b91c1c; }

.cta-card { background: #fff; border: 2px solid #1a1a1a; border-radius: 6px; padding: 20px 24px; margin: 24px 0; }
.cta-card .cta-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: #aaa; margin-bottom: 6px; }
.cta-card a.btn { display: inline-block; margin-top: 10px; background: #1565c0; color: #fff; text-decoration: none; font-weight: 700; font-size: 14px; padding: 10px 18px; border-radius: 4px; }
.cta-card a.btn:hover { background: #0d47a1; }

.src { font-size: 10px; font-weight: 500; color: #aaa; text-decoration: none; border: 1px solid #e0e0e0; border-radius: 3px; padding: 1px 5px; margin-left: 5px; white-space: nowrap; vertical-align: middle; }
.src:hover { color: #1565c0; border-color: #1565c0; }

.faq-item { border-bottom: 1px solid #e8e8e8; padding: 14px 0; }
.faq-item:last-child { border-bottom: none; }
.faq-item h3 { font-size: 14.5px; font-weight: 700; margin-bottom: 6px; }
.faq-item p { font-size: 13.5px; color: #444; margin-bottom: 0; }

.related { margin-top: 24px; font-size: 13.5px; }
.related a { color: #1565c0; text-decoration: none; }
.related a:hover { text-decoration: underline; }

.site-footer { background: #fff; border-top: 1px solid #e0e0e0; margin-top: 32px; padding: 20px 0; font-size: 12px; color: #999; }
.site-footer .page-wrap { max-width: 960px; display: flex; flex-wrap: wrap; gap: 8px 24px; align-items: center; }
.site-footer a { color: #888; text-decoration: none; }
.site-footer a:hover { color: #1a1a1a; text-decoration: underline; }
.footer-sep { color: #ccc; }

abbr.abbr-term { text-decoration: underline dotted #bbb; cursor: help; }
