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