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