@font-face { font-family: 'Barlow Condensed'; font-weight: 700; font-display: swap; src: url(/fonts/barlow-condensed-latin-700-normal.woff2) format('woff2'); }
@font-face { font-family: 'IBM Plex Sans'; font-weight: 400; font-display: swap; src: url(/fonts/ibm-plex-sans-latin-400-normal.woff2) format('woff2'); }
@font-face { font-family: 'IBM Plex Sans'; font-weight: 600; font-display: swap; src: url(/fonts/ibm-plex-sans-latin-600-normal.woff2) format('woff2'); }
:root { --bg: #f5f3ee; --surface: #fff; --text: #1b2a41; --muted: #5e6673; --border: #e3dfd6; --accent: #c2410c; --accent-press: #9a3412; color-scheme: light; }
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--text); font: 17px/1.6 'IBM Plex Sans', -apple-system, system-ui, sans-serif; }
a { color: var(--accent); }
a:hover { color: var(--accent-press); }
header { max-width: 760px; margin: 0 auto; padding: 20px 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--text); font: 700 26px/1 'Barlow Condensed', 'Arial Narrow', sans-serif; }
.brand em { font-style: normal; color: var(--accent); }
.brand svg { width: 32px; height: 32px; }
main { max-width: 760px; margin: 0 auto; padding: 8px 24px 64px; }
h1 { font: 700 clamp(40px, 7vw, 56px)/1 'Barlow Condensed', 'Arial Narrow', sans-serif; margin: 12px 0 8px; }
h2 { font: 700 28px/1.1 'Barlow Condensed', 'Arial Narrow', sans-serif; margin: 40px 0 10px; }
.updated { color: var(--muted); margin: 0 0 28px; }
.summary { background: var(--surface); border: 1px solid var(--border); border-radius: 18px; padding: 18px 22px; }
.summary ul { margin: 8px 0 0; padding-left: 20px; }
table { width: 100%; border-collapse: collapse; font-size: 15px; margin: 8px 0; }
th, td { text-align: left; vertical-align: top; padding: 10px 8px; border-bottom: 1px solid var(--border); }
th { font-weight: 600; }
footer { max-width: 760px; margin: 0 auto; padding: 24px; color: var(--muted); font-size: 15px; border-top: 1px solid var(--border); }
