/* Shared styles for /legal/* pages */
*,*::before,*::after { box-sizing: border-box; }

/* Self-hosted brand fonts — same as the rest of Booki7, no Google CDN (GDPR). */
@font-face {
  font-family: 'Manrope'; font-style: normal; font-weight: 200 800; font-display: swap;
  src: url('/fonts/manrope-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Newsreader'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('/fonts/newsreader-latin.woff2') format('woff2');
}

body {
  margin: 0; font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: #faf8f3; color: #231E17; line-height: 1.6;
}
header { background: #163138; color: #fff; padding: 16px 24px; }
header a { color: #fff; text-decoration: none; font-weight: 600; }
nav.legal-nav { background: #fff; border-bottom: 1px solid #e5e7eb; padding: 10px 24px; font-size: 13px; }
nav.legal-nav a { color: #163138; text-decoration: none; margin-right: 16px; }
nav.legal-nav a.current { color: #231E17; font-weight: 600; text-decoration: underline; }
main { max-width: 720px; margin: 0 auto; padding: 32px 24px 64px; }
h1 { font-family: 'Newsreader', Georgia, serif; font-weight: 400; font-size: 30px; margin: 0 0 6px; letter-spacing: -0.01em; }
h2 { font-size: 18px; margin: 32px 0 8px; border-top: 1px solid #e5e7eb; padding-top: 24px; }
h3 { font-size: 15px; margin: 20px 0 6px; color: #374151; }
.meta { color: #6b7280; font-size: 13px; margin: 0 0 24px; }
.disclaimer { background: #fef3c7; border: 1px solid #fbbf24; padding: 12px 14px; border-radius: 8px; font-size: 13px; color: #78350f; margin: 16px 0 24px; }
table { width: 100%; border-collapse: collapse; margin: 12px 0; font-size: 14px; }
th, td { text-align: left; padding: 8px 10px; border-bottom: 1px solid #e5e7eb; vertical-align: top; }
th { background: #f3f4f6; font-weight: 600; }
ul, ol { padding-left: 22px; }
li { margin: 4px 0; }
code { background: #f3f4f6; padding: 1px 6px; border-radius: 4px; font-size: 13px; }
.footer-note { color: #6b7280; font-size: 12.5px; margin-top: 40px; border-top: 1px solid #e5e7eb; padding-top: 18px; }
a { color: #163138; }
