:root {
  --gsu-sheet: #211a18;
  --gsu-type: #f2efed;
  --gsu-quiet: #c8bfbc;
  --gsu-hair: #50443f;
  --gsu-stamp: #d6b3a4;
  --gsu-wash: #312925;
  --gsu-face: "Cambria", "Palatino Linotype", "Times New Roman", "Segoe UI", serif;
  --gsu-copy: "Corbel", "Segoe UI", "Calibri", sans-serif;
  --gsu-size: 0.980rem;
  --gsu-lead: 1.5;
  --gsu-page: 72rem;
}
html.gsu {
  overflow-x: clip;
  background: var(--gsu-wash);
  color-scheme: dark;
}
html.gsu body {
  overflow-x: clip;
  margin: 0;
  max-width: var(--gsu-page);
  margin-inline: auto;
  padding: 1rem 1.1rem 2.75rem;
  box-sizing: border-box;
  background: var(--gsu-sheet);
  color: var(--gsu-type);
  font-family: var(--gsu-copy);
  font-size: var(--gsu-size);
  line-height: var(--gsu-lead);
}
html.gsu *, html.gsu *::before, html.gsu *::after { box-sizing: border-box; }
h1, h2, h3 { font-style: normal; overflow-wrap: anywhere; min-width: 0; font-weight: 650; }
h1 { font-family: var(--gsu-face); font-size: 1.7rem; line-height: 1.2; margin: 0 0 0.6rem; }
h2 { border-top: 1px solid var(--gsu-hair); padding-top: 0.7rem; font-style: normal; overflow-wrap: anywhere; }
p, li, small, td, th { overflow-wrap: anywhere; }
a { color: var(--gsu-stamp); }
a { text-underline-offset: 0.16em; }
.gsu-nav a { display: inline-block; padding: 0.5rem 0.55rem; }
.gsu-nav a[aria-current="page"] { text-decoration-thickness: 2px; }
.gsu-skip { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.gsu-skip:focus { width: auto; height: auto; overflow: visible; clip-path: none; z-index: 3; padding: 0.45rem 0.6rem; background: var(--gsu-sheet); }
:focus-visible { outline: 2px solid var(--gsu-stamp); outline-offset: 2px; }
.gsu-text { max-width: 68ch; }
.gsu-text p, .gsu-text li { margin: 0.55rem 0; }
.gsu-index { margin: 1rem 0; padding: 0; }
table.gsu-index { width: 100%; border-collapse: collapse; }
table.gsu-index th, table.gsu-index td { text-align: start; padding: 0.45rem 0.35rem; border-bottom: 1px solid var(--gsu-hair); vertical-align: top; font-weight: 400; }
table.gsu-index th { font-weight: 650; }
@media (max-width: 40rem) {
  table.gsu-index thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  table.gsu-index, table.gsu-index tbody, table.gsu-index tr, table.gsu-index td { display: block; width: auto; }
}
ol.gsu-index, ul.gsu-index { padding-inline-start: 1.2rem; }
.gsu-days { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 12rem), 1fr)); gap: 0.7rem; }
input, textarea, button { font: inherit; color: inherit; }
textarea, input[type="text"] { width: 100%; max-width: 100%; background: var(--gsu-sheet); border: 1px solid var(--gsu-hair); padding: 0.45rem; }
button, .gsu-btn { background: transparent; border: 1px solid var(--gsu-hair); padding: 0.45rem 0.7rem; }
fieldset { border: 1px solid var(--gsu-hair); min-width: 0; margin: 0 0 0.75rem; }
label { display: block; margin: 0.35rem 0; }
hr { border: 0; border-top: 1px solid var(--gsu-hair); }
small, .gsu-colophon { color: var(--gsu-quiet); }
.gsu-line + .gsu-line { border-top: 1px solid var(--gsu-hair); padding-top: 0.7rem; }
@media print {
  .gsu-nav, .gsu-skip, .gsu-btn { display: none; }
  html.gsu body { max-width: none; }
}
