:root { color-scheme: light; }
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: 'Libre Franklin', sans-serif;
  background: #ffffff;
  color: #1a1a1a;
  line-height: 1.65;
}
.game-serif, h1, h2 { font-family: 'Playfair Display', serif; }
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #f0f0f0;
  max-width: 860px;
  margin: 0 auto;
}
.site-header .brand { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.25rem; color: #1a1a1a; text-decoration: none; }
.site-header nav a { color: #555; text-decoration: none; margin-left: 20px; font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }
.site-header nav a:hover, .site-header nav a[aria-current] { color: #1a1a1a; }
.article { max-width: 720px; margin: 0 auto; padding: 40px 24px 80px; }
.article.index { max-width: 860px; }
.breadcrumb { font-size: 0.8rem; color: #888; margin-bottom: 24px; }
.breadcrumb a { color: #888; text-decoration: none; }
.breadcrumb a:hover { color: #1a1a1a; }
.eyebrow { text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.75rem; font-weight: 700; color: #7c3aed; margin: 0 0 8px; }
h1 { font-size: 2rem; line-height: 1.2; margin: 0 0 12px; font-weight: 700; }
.meta, .lede { color: #666; font-size: 0.95rem; }
.lede { font-size: 1.05rem; margin-bottom: 32px; }
.prose { margin-top: 28px; font-size: 1.02rem; color: #2a2a2a; }
.prose h2 { font-size: 1.4rem; margin: 2em 0 0.6em; font-weight: 700; }
.prose p, .prose ul, .prose ol { margin: 0 0 1em; }
.prose li { margin-bottom: 0.4em; }
.prose a { color: #7c3aed; text-decoration: underline; text-decoration-color: #d8c7fa; }
.prose a:hover { text-decoration-color: #7c3aed; }
.faq { margin-top: 3em; border-top: 1px solid #eee; padding-top: 1.5em; }
.faq details { border-bottom: 1px solid #f0f0f0; padding: 14px 0; }
.faq summary { font-weight: 600; cursor: pointer; }
.faq p { margin: 10px 0 0; color: #444; }
.related { margin-top: 3em; background: #faf9fc; border-radius: 20px; padding: 24px; }
.related h2 { margin-top: 0; font-size: 1.15rem; }
.related ul { list-style: none; padding: 0; margin: 0; }
.related li { margin-bottom: 10px; }
.related a { color: #1a1a1a; text-decoration: none; font-weight: 600; }
.related a:hover { text-decoration: underline; }
.cta { margin-top: 3em; text-align: center; }
.btn { display: inline-block; background: #1a1a1a; color: #fff; padding: 14px 28px; border-radius: 999px; text-decoration: none; font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.05em; }
.btn:hover { opacity: 0.85; }
.index-group { margin-bottom: 40px; }
.index-group h2 { font-size: 1.2rem; margin-bottom: 16px; }
.post-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.post-list a { display: block; padding: 18px 20px; border: 1px solid #eee; border-radius: 16px; text-decoration: none; color: inherit; transition: border-color 0.15s ease; }
.post-list a:hover { border-color: #7c3aed; }
.post-title { display: block; font-weight: 700; font-size: 1.05rem; margin-bottom: 6px; }
.post-desc { display: block; color: #666; font-size: 0.9rem; margin-bottom: 8px; }
.post-meta { display: block; color: #999; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.05em; }
.site-footer { text-align: center; padding: 32px 24px 60px; color: #999; font-size: 0.85rem; }
.site-footer a { color: #999; }
