:root{--ink:#111827;--muted:#6b7280;--line:#e5e7eb;--bg:#ffffff;--accent:#0b3d63}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.5 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}a{color:var(--accent)}header.bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;padding:1rem 1.5rem;border-bottom:1px solid var(--line)}header.bar strong{font-size:1rem}header.bar form{align-items:center;gap:.5rem}header.bar form,nav{display:flex;flex-wrap:wrap}nav{gap:1rem}@media (max-width:640px){header.bar{flex-direction:column;align-items:flex-start;padding:1rem}header.bar>*{width:100%}header.bar form{justify-content:space-between}main{padding:1rem}}main{padding:1.5rem;max-width:1100px}h1{font-size:1.4rem;margin:0 0 1rem}table{border-collapse:collapse;width:100%;font-size:.95rem}td,th{text-align:left;padding:.5rem .75rem;border-bottom:1px solid var(--line);vertical-align:top}th{font-weight:600}.note,th{color:var(--muted)}.note{font-size:.9rem}.scroll{overflow-x:auto}button{font:inherit;padding:.5rem 1rem;border:1px solid var(--accent);background:var(--accent);color:#fff;border-radius:4px;cursor:pointer}