/* The same spare style as the student page: bare white, content only, name upper right, grey footer. */
:root { color-scheme: light; }
* { box-sizing: border-box; }
body { margin: 0; font: 17px/1.55 system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; color: #111; background: #fff; }
header { display: flex; justify-content: space-between; align-items: center; max-width: 720px; margin: 0 auto; padding: 12px 16px; }
.title { font-size: 1.6em; font-weight: 700; letter-spacing: 0.02em; color: #2f4a5e; }
.logo { display: block; width: 120px; height: auto; }
.tagline { color: #333; }
main { max-width: 720px; margin: 0 auto; padding: 0 16px 48px; }
h1 { font-size: 1.5em; line-height: 1.25; margin: 24px 0 16px; }
h2 { font-size: 1.05em; margin: 28px 0 8px; color: #333; }
p, li { margin: 0 0 10px; }
ol { padding-left: 22px; }
a { color: #111; }
footer { margin-top: 40px; padding: 16px; background: #f2f2f2; color: #555; font-size: 0.85em; text-align: center; }
