:root{--baseFontSize:1rem;--fontSizeIncrement:1.25;--font-size-s:calc(var(--baseFontSize) / var(--fontSizeIncrement));--font-size:var(--baseFontSize);--font-size-m:calc(var(--font-size) * var(--fontSizeIncrement));--font-size-l:calc(var(--font-size-m) * var(--fontSizeIncrement));--font-size-xl:calc(var(--font-size-l) * var(--fontSizeIncrement));--font-size-xxl:calc(var(--font-size-xl) * var(--fontSizeIncrement));--font-body:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;--font-heading:inherit;--font-monospace:Menlo,monospace;--font-weight-body:400;--font-weight-heading:700;--font-weight-bold:700;--unit:1rem;--spaceIncrement:1.65;--space-xxs:calc(var(--space-xs) / var(--spaceIncrement));--space-xs:calc(var(--space-s) / var(--spaceIncrement));--space-s:calc(var(--space) / var(--spaceIncrement));--space:var(--unit);--space-m:calc(var(--space) * var(--spaceIncrement));--space-l:calc(var(--space-m) * var(--spaceIncrement));--space-xl:calc(var(--space-l) * var(--spaceIncrement));--textFrameRatio:1.8;--textFrameY:0.8em;--textFrameX:calc(var(--textFrameY) * var(--textFrameRatio));--max-width-percent:75%;--max-width-pixel:1370px;--radius-xs:10px;--radius-s:0.2rem;--radius:0.5rem;--radius-m:0.8rem;--radius-l:1.2rem;--radius-circle:1000px;color-scheme:light;--color-text:#21232b;--color-background:#e9eaf2;--color-muted:#6f7094;--color-link:#003ef5;--color-alert-neutral-text:#c3c7e5;--color-alert-neutral-background:#21232b;--color-alert-info-text:#fff;--color-alert-info-background:#d67c28;--color-alert-danger-text:#fff;--color-alert-danger-background:#ff3e3e;--color-button-background:#003ef5;--color-button-text:#fff;--color-button-hover-background:#1f57ff;--color-button-active-background:#0030be;--color-button-alt-background:#623de9;--color-button-alt-text:#fff;--color-button-alt-hover-background:#7755f0;--color-button-alt-active-background:#4b26d1;--color-form-input-background:#d9dcec;--color-form-input-background-focused:#e9eeff;--color-form-input-border:#9198c7}#root[data-hostname="waypast.cool"]{color-scheme:dark;--color-text:#f8faff;--color-background:#0a1041;--color-muted:#6f7094;--color-link:#a7bdff;--color-alert-neutral-text:#f8faff;--color-alert-neutral-background:#4f5675;--color-alert-info-text:#fff;--color-alert-info-background:#623de9;--color-alert-danger-text:#fff;--color-alert-danger-background:#ff3e3e;--color-button-background:#003ef5;--color-button-text:#fff;--color-button-hover-background:#1f57ff;--color-button-active-background:#0030be;--color-button-alt-background:#623de9;--color-button-alt-text:#fff;--color-button-alt-hover-background:#7755f0;--color-button-alt-active-background:#4b26d1;--color-form-input-background:#192266;--color-form-input-background-focused:#253083;--color-form-input-border:#5661a1}*{box-sizing:border-box;padding:0;margin:0}html{font-size:16px}@media(min-width:990px){html{font-size:24px}}#__next,body,html{width:100%;height:100%;min-width:100%;min-height:100%}#root,body{color:var(--color-text);background-color:var(--color-background);font-family:var(--font-body);line-height:1.2;font-weight:var(--font-weight-body)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:var(--font-weight-heading)}h1{font-size:var(--font-size-xl)}h2{font-size:var(--font-size-l)}h3{font-size:var(--font-size-m)}h4,h5,h6{font-size:var(--font-size)}pre{overflow-x:auto}code,pre{font-family:var(--font-monospace)}code{font-size:inherit}a{color:var(--color-link)}video{max-width:100%;height:auto;display:block;border-radius:var(--radius)}.monospace{font-family:var(--font-monospace)}.italic{font-style:italic}.bold{font-weight:var(--font-weight-bold)}.textMuted{color:var(--color-muted)}.bottomSpaceMargin{margin-bottom:var(--space)}.sectionMargin{margin-bottom:var(--space-xl)}.paragraphMargin{margin-bottom:var(--space-l)}.fluidImg{max-width:100%;height:auto;display:block}.profilePicture{border-radius:300px;display:block;width:1.75rem;height:1.75rem}.textContent>h1,.textContent>h2,.textContent>h3,.textContent>h4,.textContent>h5,.textContent>h6{margin-bottom:var(--space)}.textContent>p{margin-top:var(--space)}.cardGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-auto-rows:1fr;grid-gap:var(--space);gap:var(--space)}@media(min-width:990px){.biggerCardGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}.flexRow{display:flex;flex-direction:row;align-items:center;gap:var(--space)}.responsiveCenteredContainer{width:80%;max-width:var(--max-width-pixel);margin-left:auto;margin-right:auto}.threeGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-auto-rows:1fr;grid-gap:var(--space);gap:var(--space)}@media(max-width:990px){.threeGrid{grid-template-columns:auto;grid-auto-rows:auto}}.threeGrid.staticGrid{grid-template-columns:1fr 1fr 1fr}@media(max-width:990px){.threeGrid.staticGrid{grid-template-columns:auto;grid-auto-rows:auto}}.twoGrid{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:1fr;grid-gap:var(--space);gap:var(--space)}@media(max-width:990px){.twoGrid{grid-template-columns:auto;grid-auto-rows:auto}}