:root {
  --pac-bg: #182118;
  --pac-fg: #edf2ed;
  --pac-sub: #bcc8bc;
  --pac-line: #3f503f;
  --pac-pop: #a5d6a4;
  --pac-card: #263125;
  --pac-display: "Tahoma", "Segoe UI", "Calibri", sans-serif;
  --pac-text: "Bahnschrift", "Segoe UI", "Calibri", sans-serif;
  --pac-fs: 1.055rem;
  --pac-lh: 1.55;
  --pac-ch: 64rem;
}
html.pac {
  overflow-x: clip;
  background: var(--pac-bg);
  color-scheme: dark;
}
html.pac body {
  overflow-x: clip;
  margin: 0;
  max-width: var(--pac-ch);
  margin-inline: auto;
  padding: 1rem 1.1rem 2.75rem;
  box-sizing: border-box;
  background: var(--pac-bg);
  color: var(--pac-fg);
  font-family: var(--pac-text);
  font-size: var(--pac-fs);
  line-height: var(--pac-lh);
}
html.pac *, html.pac *::before, html.pac *::after { box-sizing: border-box; }
h1, h2, h3 { font-style: normal; overflow-wrap: anywhere; min-width: 0; font-weight: 600; }
h1 { font-family: var(--pac-display); font-size: 1.6rem; line-height: 1.2; margin: 0 0 0.6rem; }
h2 { border-left: 3px solid var(--pac-pop); padding-left: 0.6rem; font-style: normal; overflow-wrap: anywhere; }
p, li, small, td, th { overflow-wrap: anywhere; }
a { color: var(--pac-fg); } a:hover { color: var(--pac-pop); }
a { text-underline-offset: 0.16em; }
.pac-toc a { display: inline-block; padding: 0.5rem 0.55rem; }
.pac-toc a[aria-current="page"] { text-decoration-thickness: 2px; }
.pac-jumpstart { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.pac-jumpstart:focus { width: auto; height: auto; overflow: visible; clip-path: none; z-index: 3; padding: 0.45rem 0.6rem; background: var(--pac-bg); }
:focus-visible { outline: 2px solid var(--pac-pop); outline-offset: 2px; }
.pac-copy { max-width: 68ch; }
.pac-copy p, .pac-copy li { margin: 0.55rem 0; }
.pac-steps { margin: 1rem 0; padding: 0; }
table.pac-steps { width: 100%; border-collapse: collapse; }
table.pac-steps th, table.pac-steps td { text-align: start; padding: 0.45rem 0.35rem; border-bottom: 1px solid var(--pac-line); vertical-align: top; font-weight: 400; }
table.pac-steps th { font-weight: 650; }
@media (max-width: 40rem) {
  table.pac-steps thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  table.pac-steps, table.pac-steps tbody, table.pac-steps tr, table.pac-steps td { display: block; width: auto; }
}
ol.pac-steps, ul.pac-steps { padding-inline-start: 1.2rem; }
.pac-grid { 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(--pac-bg); border: 1px solid var(--pac-line); padding: 0.45rem; }
button, .pac-act { background: transparent; border: 1px solid var(--pac-line); padding: 0.45rem 0.7rem; }
fieldset { border: 1px solid var(--pac-line); min-width: 0; margin: 0 0 0.75rem; }
label { display: block; margin: 0.35rem 0; }
hr { border: 0; border-top: 1px solid var(--pac-line); }
small, .pac-end { color: var(--pac-sub); }
.pac-step + .pac-step { border-top: 1px solid var(--pac-line); padding-top: 0.7rem; }
@media print {
  .pac-toc, .pac-jumpstart, .pac-act { display: none; }
  html.pac body { max-width: none; }
}
