:root {
  --lmm-paper: #f7f6f2;
  --lmm-ink: #28261a;
  --lmm-mute: #565243;
  --lmm-rule: #d4d1c4;
  --lmm-mark: #685b27;
  --lmm-band: #edebe3;
  --lmm-serif: "Rockwell", "Palatino Linotype", "Times New Roman", "Segoe UI", serif;
  --lmm-sans: "Georgia", "Palatino Linotype", "Times New Roman", "Segoe UI", serif;
  --lmm-step: 0.980rem;
  --lmm-rhythm: 1.5;
  --lmm-width: 80rem;
}
html.lmm {
  overflow-x: clip;
  background: var(--lmm-band);
  color-scheme: light;
}
html.lmm body {
  overflow-x: clip;
  margin: 0;
  max-width: var(--lmm-width);
  margin-inline: auto;
  padding: 1rem 1.1rem 2.75rem;
  box-sizing: border-box;
  background: var(--lmm-paper);
  color: var(--lmm-ink);
  font-family: var(--lmm-sans);
  font-size: var(--lmm-step);
  line-height: var(--lmm-rhythm);
}
html.lmm *, html.lmm *::before, html.lmm *::after { box-sizing: border-box; }
h1, h2, h3 { font-style: normal; overflow-wrap: anywhere; min-width: 0; font-weight: 650; }
h1 { font-family: var(--lmm-serif); font-size: 1.7rem; line-height: 1.2; margin: 0 0 0.6rem; }
h2 { font-family: var(--lmm-serif); font-style: normal; overflow-wrap: anywhere; }
p, li, small, td, th { overflow-wrap: anywhere; }
.lmm-links a { color: var(--lmm-mark); } .lmm-body a { color: var(--lmm-ink); }
a { text-underline-offset: 0.16em; }
.lmm-links a { display: inline-block; padding: 0.5rem 0.55rem; }
.lmm-links a[aria-current="page"] { text-decoration-thickness: 2px; }
.lmm-bypass { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.lmm-bypass:focus { width: auto; height: auto; overflow: visible; clip-path: none; z-index: 3; padding: 0.45rem 0.6rem; background: var(--lmm-paper); }
:focus-visible { outline: 2px solid var(--lmm-mark); outline-offset: 2px; }
.lmm-body { max-width: 68ch; }
.lmm-body p, .lmm-body li { margin: 0.55rem 0; }
.lmm-briefs { margin: 1rem 0; padding: 0; }
table.lmm-briefs { width: 100%; border-collapse: collapse; }
table.lmm-briefs th, table.lmm-briefs td { text-align: start; padding: 0.45rem 0.35rem; border-bottom: 1px solid var(--lmm-rule); vertical-align: top; font-weight: 400; }
table.lmm-briefs th { font-weight: 650; }
@media (max-width: 40rem) {
  table.lmm-briefs thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  table.lmm-briefs, table.lmm-briefs tbody, table.lmm-briefs tr, table.lmm-briefs td { display: block; width: auto; }
}
ol.lmm-briefs, ul.lmm-briefs { padding-inline-start: 1.2rem; }
.lmm-week { 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(--lmm-paper); border: 1px solid var(--lmm-rule); padding: 0.45rem; }
button, .lmm-press { background: transparent; border: 1px solid var(--lmm-rule); padding: 0.45rem 0.7rem; }
fieldset { border: 1px solid var(--lmm-rule); min-width: 0; margin: 0 0 0.75rem; }
label { display: block; margin: 0.35rem 0; }
hr { border: 0; border-top: 1px solid var(--lmm-rule); }
small, .lmm-imprint { color: var(--lmm-mute); }
.lmm-plate { text-align: center; }
.lmm-briefs article { border-top: 1px solid var(--lmm-rule); padding-top: 0.8rem; }
@media print {
  .lmm-links, .lmm-bypass, .lmm-press { display: none; }
  html.lmm body { max-width: none; }
}
