:root { --page: #0d0d0d; --surface: #1a1a19; --line: #2c2c2a; --ink: #fff; --ink-2: #c3c2b7; --accent: #3987e5; --warn: #fab219; }
html, body { margin: 0; background: var(--page); color: var(--ink); font: 16px/1.6 system-ui, -apple-system, "Segoe UI", sans-serif; }
main { max-width: 760px; margin: 0 auto; padding: 1.2rem 16px 3rem; }
a { color: var(--accent); }
h1 { font-size: 1.8rem; margin: .4rem 0; } h2 { font-size: 1.2rem; margin: 1.8rem 0 .4rem; } h3 { font-size: 1rem; margin: 1.2rem 0 .3rem; }
.top { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; border-bottom: 1px solid var(--line); padding-bottom: .6rem; }
.top a.brand { color: var(--ink); text-decoration: none; font-weight: 700; }
.langs button { font: inherit; background: none; border: 1px solid var(--line); color: var(--ink-2); border-radius: 999px; padding: .2rem .7rem; cursor: pointer; min-height: 36px; }
.langs button.on { background: var(--ink); color: #000; }
.muted { color: var(--ink-2); } .small { font-size: .88rem; }
.box { background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: .8rem 1rem; }
.table-wrap { overflow-x: auto; }
table { border-collapse: collapse; width: 100%; font-size: .9rem; }
th, td { text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); padding: .5rem .45rem; }
th { color: var(--ink-2); font-weight: 600; }
.missing { color: var(--warn); font-style: italic; }
article[hidden] { display: none; }
@media print { :root { --page: #fff; --surface: #fff; --ink: #000; --ink-2: #333; --line: #ccc; } .langs { display: none; } }
