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