/* Public legal documents (static.getyuimaru.com/docs). Self-contained, no JS,
   no session — these are the public URLs organizers, attendees, and Mollie read.
   Kept deliberately plain and print-friendly. */
:root {
  --ink: #1a1a1a;
  --muted: #5b5b5b;
  --line: #e2e2e2;
  --accent: #3b3ba8;
  --bg: #ffffff;
  --raised: #f6f6f4;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 16px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.wrap { max-width: 780px; margin: 0 auto; padding: 48px 22px 96px; }
header.doc { border-bottom: 2px solid var(--ink); padding-bottom: 18px; margin-bottom: 28px; }
.brand { font-size: 13px; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); }
.brand a { color: var(--muted); text-decoration: none; }
h1 { font-size: 30px; line-height: 1.15; margin: 10px 0 8px; }
.meta { font-size: 13px; color: var(--muted); }
.meta .pill { display: inline-block; border: 1px solid var(--line); border-radius: 999px; padding: 2px 10px; margin-right: 8px; }
h2 { font-size: 20px; margin: 36px 0 10px; padding-top: 6px; }
h3 { font-size: 16px; margin: 22px 0 6px; }
p, li { color: var(--ink); }
a { color: var(--accent); }
.lead { font-weight: 600; }
table { width: 100%; border-collapse: collapse; margin: 14px 0; font-size: 14.5px; }
th, td { text-align: left; border: 1px solid var(--line); padding: 8px 11px; vertical-align: top; }
th { background: var(--raised); font-weight: 600; }
.tablewrap { overflow-x: auto; }
.callout { border: 1px solid var(--line); border-left: 4px solid var(--accent); background: var(--raised); padding: 12px 16px; margin: 16px 0; font-size: 14.5px; }
footer.doc { margin-top: 48px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted); }
nav.docnav { font-size: 13.5px; margin-bottom: 8px; }
nav.docnav a { margin-right: 14px; white-space: nowrap; }
@media (prefers-color-scheme: dark) {
  :root { --ink: #ececec; --muted: #a2a2a2; --line: #33343a; --accent: #9aa0ff; --bg: #17181c; --raised: #202128; }
}
