:root {
  --qz-canvas: #f6f7f2;
  --qz-lead: #24281a;
  --qz-note: #505643;
  --qz-edge: #cfd4c4;
  --qz-spot: #556827;
  --qz-fill: #eaede3;
  --qz-head: "Calibri", "Segoe UI", "Calibri", sans-serif;
  --qz-body: "Corbel", "Segoe UI", "Calibri", sans-serif;
  --qz-em: 0.980rem;
  --qz-lh2: 1.5;
  --qz-max: 68rem;
}
html.qz {
  overflow-x: clip;
  background: var(--qz-canvas);
  color-scheme: light;
}
html.qz body {
  overflow-x: clip;
  margin: 0;
  max-width: var(--qz-max);
  margin-inline: auto;
  padding: 1rem 1.1rem 2.75rem;
  box-sizing: border-box;
  background: var(--qz-canvas);
  color: var(--qz-lead);
  font-family: var(--qz-body);
  font-size: var(--qz-em);
  line-height: var(--qz-lh2);
}
html.qz *, html.qz *::before, html.qz *::after { box-sizing: border-box; }
h1, h2, h3 { font-style: normal; overflow-wrap: anywhere; min-width: 0; font-weight: 650; }
h1 { font-family: var(--qz-head); font-size: 1.7rem; line-height: 1.2; margin: 0 0 0.6rem; }
h2 { background: var(--qz-fill); padding: 0.2rem 0.45rem; font-style: normal; overflow-wrap: anywhere; }
p, li, small, td, th { overflow-wrap: anywhere; }
a { color: var(--qz-spot); }
a { text-underline-offset: 0.16em; }
.qz-menu a { display: inline-block; padding: 0.5rem 0.55rem; }
.qz-menu a[aria-current="page"] { text-decoration-thickness: 2px; }
.qz-hop { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.qz-hop:focus { width: auto; height: auto; overflow: visible; clip-path: none; z-index: 3; padding: 0.45rem 0.6rem; background: var(--qz-canvas); }
:focus-visible { outline: 2px solid var(--qz-spot); outline-offset: 2px; }
.qz-work { max-width: 68ch; }
.qz-work p, .qz-work li { margin: 0.55rem 0; }
.qz-jobs { margin: 1rem 0; padding: 0; }
table.qz-jobs { width: 100%; border-collapse: collapse; }
table.qz-jobs th, table.qz-jobs td { text-align: start; padding: 0.45rem 0.35rem; border-bottom: 1px solid var(--qz-edge); vertical-align: top; font-weight: 400; }
table.qz-jobs th { font-weight: 650; }
@media (max-width: 40rem) {
  table.qz-jobs thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  table.qz-jobs, table.qz-jobs tbody, table.qz-jobs tr, table.qz-jobs td { display: block; width: auto; }
}
ol.qz-jobs, ul.qz-jobs { padding-inline-start: 1.2rem; }
.qz-span { 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(--qz-canvas); border: 1px solid var(--qz-edge); padding: 0.45rem; }
button, .qz-run { background: transparent; border: 1px solid var(--qz-edge); padding: 0.45rem 0.7rem; }
fieldset { border: 1px solid var(--qz-edge); min-width: 0; margin: 0 0 0.75rem; }
label { display: block; margin: 0.35rem 0; }
hr { border: 0; border-top: 1px solid var(--qz-edge); }
small, .qz-base { color: var(--qz-note); }
.qz-shop { display: flex; flex-direction: column; gap: 1rem; }
@media (min-width: 52rem) {
  .qz-shop { flex-direction: row; align-items: flex-start; }
  .qz-drawer { width: 14rem; flex: none; }
  .qz-bench { flex: 1; min-width: 0; }
}
.qz-drawer { background: var(--qz-fill); padding: 0.8rem; }
@media print {
  .qz-menu, .qz-hop, .qz-run { display: none; }
  html.qz body { max-width: none; }
}
