:root { color-scheme: light; font: 16px/1.6 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #182b3a; background: #eef3f6; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: radial-gradient(ellipse at top left, #e0eee9, transparent 65%), #eef3f6; }
header { padding: 24px 5vw; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
header form { margin: 0; }
.brand { display: flex; align-items: center; gap: 18px; color: #182b3a; text-decoration: none; margin-right: auto; }
.brand img { object-fit: contain; flex-shrink: 0; }
.brand-copy strong { display: block; font-size: 1.1rem; }
.brand-copy small { margin-top: 3px; font-size: .82rem; }
nav { padding: 12px 5vw; background: #ffffffd9; border-block: 1px solid #dce4e8; display: flex; gap: 8px; flex-wrap: wrap; }
nav a { color: #17654e; text-decoration: none; padding: 8px 14px; border-radius: 8px; font-weight: 600; }
nav a:hover { background: #e0eee9; }
main { max-width: 1140px; margin: 36px auto; padding: 0 24px; }
h1 { font-size: 2rem; line-height: 1.2; letter-spacing: -.04em; margin: 0 0 20px; }
h2 { font-size: 1.3rem; margin-top: 0; }
p { max-width: 85ch; }
.eyebrow { letter-spacing: .15em; font-size: .75rem; color: #17654e; font-weight: 750; }
.heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.badge { display: inline-block; padding: 5px 12px; border-radius: 20px; background: #e0eee9; color: #154f3e; font-size: .8rem; }
.summary { display: flex; gap: 10px; flex-wrap: wrap; }
section { background: white; border: 1px solid #dce4e8; border-top: 3px solid #17654e; border-radius: 16px; padding: 30px; margin: 24px 0; box-shadow: 0 16px 48px #182b3a08; }
.narrow { max-width: 540px; margin: 48px auto; }
label { display: block; margin: 14px 0; font-weight: 600; font-size: .9rem; }
input, select, textarea { display: block; width: 100%; font: inherit; padding: 11px 12px; border: 1px solid #9daeb8; border-radius: 8px; background: white; color: #182b3a; min-width: 0; }
input[type=checkbox] { display: inline; width: auto; margin-right: 8px; accent-color: #17654e; }
input[type=hidden] { display: none; }
.check { display: inline-block; margin: 8px 18px 8px 0; font-weight: 400; }
fieldset { min-width: 0; margin: 18px 0; padding: 18px; border: 1px solid #dce4e8; border-radius: 8px; }
legend { padding: 0 8px; font-weight: 650; }
button, .button { display: inline-block; border: 0; background: #17654e; color: white; border-radius: 8px; padding: 12px 18px; font: 600 .95rem system-ui; cursor: pointer; text-decoration: none; min-height: 44px; }
button:hover, .button:hover { background: #104a39; }
button.secondary { background: #e0eee9; color: #154f3e; }
button.secondary:hover { background: #c9e0d7; }
button:disabled { opacity: .5; cursor: not-allowed; }
form { margin: 20px 0; }
.grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 18px; }
.search { display: flex; gap: 10px; }
.search input { flex: 1; }
.table { overflow-x: auto; background: white; border: 1px solid #dce4e8; border-radius: 12px; }
table { width: 100%; border-collapse: collapse; text-align: left; }
th, td { padding: 15px; border-bottom: 1px solid #e3e9ee; }
th { background: #eaf1ee; font-size: .82rem; }
tbody tr:hover { background: #f5f9f7; }
td a, a { color: #17654e; }
td a { font-weight: 650; }
small { display: block; color: #526471; }
pre { white-space: pre-wrap; overflow-wrap: anywhere; font: inherit; }
.notice { padding: 14px 18px; border-left: 4px solid #ae761b; background: #fff3d9; overflow-wrap: anywhere; }
dl { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 8px; }
dd { margin: 0; overflow-wrap: anywhere; }
footer { padding: 30px 20px; text-align: center; color: #526471; font-size: .8rem; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #216baf; outline-offset: 3px; }
.skip-link { position: absolute; top: -100px; left: 16px; background: white; padding: 12px; z-index: 10; }
.skip-link:focus { top: 10px; }
@media (max-width: 650px) {
  .grid { grid-template-columns: 1fr; gap: 0; }
  .heading { display: block; }
  main { padding: 0 16px; margin-top: 24px; }
  header { gap: 12px; padding: 20px 16px; }
  .brand { width: 100%; gap: 12px; }
  .brand-copy strong { font-size: 1rem; }
  nav { gap: 4px; padding: 8px; }
  nav a { padding: 8px 10px; }
  section { padding: 22px; }
  .narrow { margin: 24px auto; }
  .search { flex-wrap: wrap; }
  .search input { flex-basis: 100%; }
  h1 { font-size: 1.7rem; }
}
@media print {
  :root, body { background: white; }
  header, nav, footer, .print-instructions { display: none; }
  main { max-width: none; margin: 0; padding: 0; }
  .table { overflow: visible; border: 0; }
  th, td { padding: 7px; }
}
