:root {
  --muu-base: #f7f6f2;
  --muu-strong: #28241a;
  --muu-soft: #565043;
  --muu-keyline: #d4cfc4;
  --muu-signal: #685527;
  --muu-chip: #edeae3;
  --muu-mast: "Tahoma", "Segoe UI", "Calibri", sans-serif;
  --muu-long: "Bahnschrift", "Segoe UI", "Calibri", sans-serif;
  --muu-bodyfs: 1.030rem;
  --muu-bodylh: 1.62;
  --muu-bodymax: 44rem;
}
html.muu {
  overflow-x: clip;
  background: var(--muu-base);
  color-scheme: light;
}
html.muu body {
  overflow-x: clip;
  margin: 0;
  max-width: var(--muu-bodymax);
  margin-inline: auto;
  padding: 1rem 1.1rem 2.75rem;
  box-sizing: border-box;
  background: var(--muu-base);
  color: var(--muu-strong);
  font-family: var(--muu-long);
  font-size: var(--muu-bodyfs);
  line-height: var(--muu-bodylh);
}
html.muu *, html.muu *::before, html.muu *::after { box-sizing: border-box; }
h1, h2, h3 { font-style: normal; overflow-wrap: anywhere; min-width: 0; font-weight: 650; }
h1 { font-family: var(--muu-mast); font-size: 1.85rem; line-height: 1.2; margin: 0 0 0.6rem; }
h2 { margin-top: 1.8rem; font-style: normal; overflow-wrap: anywhere; }
p, li, small, td, th { overflow-wrap: anywhere; }
a { color: var(--muu-strong); } a:hover { color: var(--muu-signal); }
a { text-underline-offset: 0.16em; }
.muu-contents a { display: inline-block; padding: 0.5rem 0.55rem; }
.muu-contents a[aria-current="page"] { text-decoration-thickness: 2px; }
.muu-tobody { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.muu-tobody:focus { width: auto; height: auto; overflow: visible; clip-path: none; z-index: 3; padding: 0.45rem 0.6rem; background: var(--muu-base); }
:focus-visible { outline: 2px solid var(--muu-signal); outline-offset: 2px; }
.muu-prose { max-width: 68ch; }
.muu-prose p, .muu-prose li { margin: 0.55rem 0; }
.muu-notes { margin: 1rem 0; padding: 0; }
table.muu-notes { width: 100%; border-collapse: collapse; }
table.muu-notes th, table.muu-notes td { text-align: start; padding: 0.45rem 0.35rem; border-bottom: 1px solid var(--muu-keyline); vertical-align: top; font-weight: 400; }
table.muu-notes th { font-weight: 650; }
@media (max-width: 40rem) {
  table.muu-notes thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  table.muu-notes, table.muu-notes tbody, table.muu-notes tr, table.muu-notes td { display: block; width: auto; }
}
ol.muu-notes, ul.muu-notes { padding-inline-start: 1.2rem; }
.muu-stack { 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(--muu-base); border: 1px solid var(--muu-keyline); padding: 0.45rem; }
button, .muu-hit { background: transparent; border: 1px solid var(--muu-keyline); padding: 0.45rem 0.7rem; }
fieldset { border: 1px solid var(--muu-keyline); min-width: 0; margin: 0 0 0.75rem; }
label { display: block; margin: 0.35rem 0; }
hr { border: 0; border-top: 1px solid var(--muu-keyline); }
small, .muu-fin { color: var(--muu-soft); }
.muu-column { max-width: 42rem; }
.muu-prose { font-family: var(--muu-mast); }
@media print {
  .muu-contents, .muu-tobody, .muu-hit { display: none; }
  html.muu body { max-width: none; }
}
