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