/* Shared stylesheet for all Vivora legal documents. Not linked automatically —
   each HTML file inlines a copy of this in its <head> so every document
   remains a single, independently-publishable file. Keep this file in sync
   if you change the inline copies. */
:root{color-scheme:light dark}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.6;color:#1e293b;background:#f8fafc;margin:0;padding:0}
.wrap{max-width:820px;margin:0 auto;padding:48px 24px 96px}
.banner{background:#fff7ed;border:1px solid #fdba74;color:#9a3412;border-radius:12px;padding:16px 20px;font-size:14px;margin-bottom:32px}
.banner strong{display:block;margin-bottom:4px}
h1{font-size:28px;font-weight:800;margin:0 0 4px}
.meta{color:#64748b;font-size:13px;margin-bottom:32px}
h2{font-size:19px;font-weight:700;margin:36px 0 12px;border-bottom:1px solid #e2e8f0;padding-bottom:6px}
h3{font-size:15px;font-weight:700;margin:20px 0 8px}
p,li{font-size:15px;color:#334155}
ul,ol{padding-left:22px}
li{margin-bottom:6px}
table{width:100%;border-collapse:collapse;margin:12px 0;font-size:14px}
th,td{border:1px solid #e2e8f0;padding:8px 10px;text-align:left;vertical-align:top}
th{background:#f1f5f9;font-weight:700}
.placeholder{background:#fef9c3;color:#854d0e;padding:1px 5px;border-radius:4px;font-weight:600}
a{color:#2563eb}
.footer-nav{margin-top:48px;padding-top:24px;border-top:1px solid #e2e8f0;font-size:13px;color:#64748b}
.footer-nav a{margin-right:16px}
@media (prefers-color-scheme: dark){
  body{background:#0f172a;color:#e2e8f0}
  .banner{background:#3f2712;border-color:#9a5a1f;color:#fdba74}
  h2{border-color:#1e293b}
  p,li{color:#cbd5e1}
  th,td{border-color:#334155}
  th{background:#1e293b}
  .placeholder{background:#422006;color:#fde68a}
  .footer-nav{border-color:#1e293b}
}
