: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:.8em;--textFrameX:calc(var(--textFrameY)*var(--textFrameRatio));--max-width-percent:85%;--max-width-pixel:1280px;--radius-xs:10px;--radius-s:.2rem;--radius:.5rem;--radius-m:.8rem;--radius-l:1.2rem;--radius-circle:1000px;--lightningcss-light: ;--lightningcss-dark:initial;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-text:#cfc7c7;--color-background-lighter:#382929;--color-background:#000;--color-background-secondary:#181414;--color-background-tertiary:#080808;--color-container-border:rgba(102,80,80,.5);--color-container-border-hover:rgba(218,162,162,.5);--color-primary:#ff3e3e;--color-secondary:#ffd300;--color-accent:#fff;--color-highlight:#ff4000;--color-muted:#a39393;--color-dark-gray:#000;--color-dark-gray-accent:#353535;--color-link:#ffa5a5;--color-navbar-background:rgba(12,10,10,.71);--color-alert-info-text:#fff;--color-alert-info-bg:#4265b1;--color-button-background:#ff3e3e;--color-button-text:#fff;--color-button-hover-background:#f55;--color-button-active-background:#e72828;--color-card-bg:#0c0a0a}
*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:#000}html,body,#root{width:100%;min-width:100%;height:100%;min-height:100%}body{color:var(--color-text);background-color:var(--color-background);font-family:var(--font-body);font-weight:var(--font-weight-body);line-height:1.5}.root{isolation:isolate}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{font-family:var(--font-monospace);overflow-x:auto}code{font-family:var(--font-monospace);font-size:inherit}a{color:var(--color-link)}.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)}.textContent>h1{margin-bottom:var(--space)}.textContent>h2{margin-bottom:var(--space)}.textContent>h3{margin-bottom:var(--space)}.textContent>h4{margin-bottom:var(--space)}.textContent>h5{margin-bottom:var(--space)}.textContent>h6{margin-bottom:var(--space)}.textContent>p{margin-top:var(--space)}.responsiveCenteredContainer{width:var(--max-width-percent);max-width:var(--max-width-pixel);margin-left:auto;margin-right:auto}@media screen and (min-width:1200px){.niceTextSpacing{width:50%}}
