@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,400;0,700;1,400;1,700&display=swap");
:root {
  --palette-fill: #222;
  --palette-fill-transparent: rgba(34, 34, 34, 0.85);
  --palette-fill-lc: #444;
  --palette-stroke: #ccc;
  --palette-stroke-hc: #fff;
  --palette-stroke-warning: #f88;
  --palette-fill-shadow: rgba(255, 255, 255, 0.25);
  --palette-stroke-collapsible-header: var(--palette-stroke);
  --palette-fill-collapsible-closed: #1b1b1b;
  --palette-fill-collapsible-open: #111111;
  --palette-fill-sidebar-collapsible-closed: #1f1f1f;
  --palette-fill-sidebar-collapsible-open: #1a1a1a;
  --palette-fill-table-headers-light: #7c7c7c;
  --palette-fill-table-headers-dark: #434343;
  --palette-fill-table-headers-neutral: #5f5f5f;
  --palette-stroke-table-headers: #cdcdcd;
  --palette-fill-sidebar-hover: #444;
  --palette-fill-sidebar: #111;
  --palette-stroke-sidebar-base: #d3cccc;
  --palette-stroke-sidebar-link: #d3dddd;
  --palette-stroke-sidebar-link-hover: #d3cccc;
  --palette-stroke-sidebar-header: #fff;
  --strat-red: var(--palette-stroke-warning);
  --strat-blue: #4665f0;
  --strat-green: #41ad21;
  --strat-orange: #ff9600;
  --black-white: white;
}

@media (prefers-color-scheme: light) {
  :root {
    --palette-fill: #fff;
    --palette-fill-transparent: rgba(255, 255, 255, 0.85);
    --palette-fill-lc: #d0d0d0;
    --palette-stroke: #444;
    --palette-stroke-hc: #333;
    --palette-stroke-warning: #ff0000;
    --palette-fill-shadow: rgba(34, 34, 34, 0.25);
    --palette-stroke-collapsible-header: var(--palette-stroke-hc);
    --palette-fill-collapsible-closed: #e0e0e0;
    --palette-fill-collapsible-open: #b8b8b8;
    --palette-fill-sidebar-collapsible-closed: #cecece;
    --palette-fill-sidebar-collapsible-open: #b8b8b8;
    --palette-fill-sidebar-hover: #939393;
    --palette-fill-sidebar: #e8e8e8;
    --palette-stroke-sidebar-base: #464646;
    --palette-stroke-sidebar-link: #333;
    --palette-stroke-sidebar-link-hover: #464646;
    --palette-stroke-sidebar-header: #333;
    --palette-fill-table-headers-light: #e2e2e2;
    --palette-fill-table-headers-dark: #bfbfbf;
    --palette-fill-table-headers-neutral: #d1d1d1;
    --palette-stroke-table-headers: #222;
    --black-white: black;
  }
}
:root.light-mode {
  --palette-fill: #fff;
  --palette-fill-transparent: rgba(255, 255, 255, 0.85);
  --palette-fill-lc: #d0d0d0;
  --palette-stroke: #444;
  --palette-stroke-hc: #333;
  --palette-stroke-warning: #ff0000;
  --palette-fill-shadow: rgba(34, 34, 34, 0.25);
  --palette-stroke-collapsible-header: var(--palette-stroke-hc);
  --palette-fill-collapsible-closed: #e0e0e0;
  --palette-fill-collapsible-open: #b8b8b8;
  --palette-fill-sidebar-collapsible-closed: #cecece;
  --palette-fill-sidebar-collapsible-open: #b8b8b8;
  --palette-fill-sidebar-hover: #939393;
  --palette-fill-sidebar: #e8e8e8;
  --palette-stroke-sidebar-base: #464646;
  --palette-stroke-sidebar-link: #333;
  --palette-stroke-sidebar-link-hover: #464646;
  --palette-stroke-sidebar-header: #333;
  --palette-fill-table-headers-light: #e2e2e2;
  --palette-fill-table-headers-dark: #bfbfbf;
  --palette-fill-table-headers-neutral: #d1d1d1;
  --palette-stroke-table-headers: #222;
  --black-white: black;
}

:root.dark-mode {
  --palette-fill: #222;
  --palette-fill-transparent: rgba(34, 34, 34, 0.85);
  --palette-fill-lc: #444;
  --palette-stroke: #ccc;
  --palette-stroke-hc: #fff;
  --palette-stroke-warning: #f88;
  --palette-stroke-collapsible-header: var(--palette-stroke);
  --palette-fill-shadow: rgba(255, 255, 255, 0.25);
  --palette-fill-collapsible-closed: #1b1b1b;
  --palette-fill-collapsible-open: #111111;
  --palette-fill-sidebar-collapsible-closed: #1f1f1f;
  --palette-fill-sidebar-collapsible-open: #1a1a1a;
  --palette-fill-table-headers-light: #7c7c7c;
  --palette-fill-table-headers-dark: #434343;
  --palette-fill-table-headers-neutral: #5f5f5f;
  --palette-stroke-table-headers: #cdcdcd;
  --palette-fill-sidebar-hover: #444;
  --palette-fill-sidebar: #111;
  --palette-stroke-sidebar-base: #d3cccc;
  --palette-stroke-sidebar-link: #d3dddd;
  --palette-stroke-sidebar-link-hover: #d3cccc;
  --palette-stroke-sidebar-header: #fff;
  --black-white: white;
}

:root {
  --floating-margin: 0.3rem;
}

:root {
  --floating-shadow: 0.05rem 0.05rem 0.25rem 0 var(--palette-fill-shadow);
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background-color: var(--palette-fill);
  color: var(--palette-stroke);
  padding-bottom: 25vh;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}

:root {
  --font-size:max(75%, 60% + 1.5vmin);
  --font-size-sm: calc(var(--font-size) * 6 / 9);
  font-size: var(--font-size);
  --body-line-height: 1.4;
  --body-line-height-sm: calc(var(--body-line-height) * 6 / 7);
  font-family: "Libre Franklin", Arial, Helvetica, sans-serif;
}

p {
  line-height: var(--body-line-height);
}

:root {
  --title-align: left;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1.5rem;
}

h2:first-child {
  margin-top: 0;
}

h2 {
  font-size: 1.5em;
  font-weight: 700;
}

h3 {
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 2rem;
}

h4 {
  font-size: 1em;
  font-weight: 700;
}

.h4-fake {
  font-size: 1em;
  font-weight: 700;
}

h5 {
  font-size: 1em;
  font-weight: 700;
}

h6 {
  font-size: 0.8em;
  font-style: italic;
}

.site_title {
  text-align: var(--title-align);
}

p {
  margin-top: 0.5em;
}

li {
  line-height: var(--body-line-height);
  margin-top: 0.5em;
}

ul, ol {
  padding-left: 1em;
  margin-top: 0.5em;
}

ul li {
  list-style-type: disc;
}

ol li {
  list-style-type: decimal;
}

ol ol li {
  list-style-type: lower-alpha;
}

ol ol ol li {
  list-style-type: lower-roman;
}

i {
  font-style: italic;
}

li.invisible {
  list-style-type: none;
}

ul.ct-creation li, ol.ct-creation li {
  list-style-type: none !important;
}

table {
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: clip !important;
  margin: auto;
  margin-top: 1em;
  padding-bottom: 1em;
}
table .variable_summary {
  border: 5px solid blue !important;
  letter-spacing: 2px !important;
  font-family: sans-serif !important;
  font-size: 0.8rem !important;
}

thead {
  font-weight: 700;
}

th {
  text-align: left;
}

th, td {
  padding: 0.2em;
  padding-left: 0.4em;
  padding-right: 0.4em;
}
th:first-child, td:first-child {
  position: sticky;
  left: 0;
  background-color: var(--palette-fill-transparent);
}

caption {
  margin-bottom: 1em;
}

.invisible {
  border: none;
  background-color: transparent;
}

.arrow {
  padding: 0em 0em 0em 0em;
}

.last_row {
  border-bottom: 5px solid black !important;
}

sub {
  vertical-align: sub;
}

tfoot td {
  font-size: 0.72rem;
  font-style: italic;
  text-align: left !important;
  border: none !important;
  background-color: transparent !important;
  font-weight: normal !important;
  color: var(--palette-stroke) !important;
}

.newwords {
  text-align: center;
}
.newwords .leftHeader, .newwords .leftlastHeader {
  font-weight: bold;
  border-right: 5px solid black;
}
.newwords .leftHeader, .newwords .leftlastHeader, .newwords th, .newwords .invisibleSubHeader {
  color: var(--palette-stroke-table-headers);
  background-color: var(--palette-fill-table-headers-light);
}
.newwords .leftlastHeader, .newwords th {
  border-bottom: 5px solid black;
}
.newwords .invisibleSubHeader {
  border-bottom: none !important;
}
.newwords th, .newwords td {
  text-align: center;
  padding: 0.5em 0.4em 0.5em 0.4em;
}

.milestone_routing, .graduation_routing {
  margin-left: 0;
  margin-top: 0;
}
.milestone_routing th, .graduation_routing th {
  text-align: center;
}

.milestone_routing .perm_upg {
  color: var(--palette-stroke-warning);
}

.rankings th, .rankings td {
  border: 1px solid var(--black-white);
  text-align: center;
  vertical-align: middle;
}

.variable_description td:first-child, .breakdown td:first-child, .breakdown .bheader {
  color: var(--palette-stroke-table-headers);
  background-color: var(--palette-fill-table-headers-dark);
  font-weight: bold;
  border-right: 5px solid black;
}

.breakdown {
  overflow-wrap: always;
  word-break: keep-all;
}
.breakdown .category {
  color: var(--palette-stroke-table-headers);
  background-color: var(--palette-fill-table-headers-neutral) !important;
  font-weight: bold;
  border-top: 3px solid black;
  border-bottom: 3px solid black;
  border-right: none !important;
}
.breakdown .bheader {
  border-left: 3px solid black;
}
.breakdown .bheader:first-child {
  border-left: none;
}
.breakdown td {
  padding: 0.5em 0.4em 0.5em 0.4em;
  text-align: center;
}
.breakdown th {
  background-color: var(--palette-fill-table-headers-light);
  border-bottom: 5px solid black;
  padding: 0.5em 0.4em 0.5em 0.4em;
  text-align: center;
}
.breakdown tbody th {
  font-weight: bold;
  border-right: 5px solid black;
  border-bottom: none;
  border-left: 3px solid black;
}
.breakdown tbody th:first-child {
  border-left: none;
}

.variable_description {
  overflow-wrap: always;
  word-break: keep-all;
}
.variable_description td {
  padding: 0.5em 0.4em 0.5em 0.4em;
  text-align: left;
}
.variable_description td:first-child {
  text-align: center;
}
.variable_description th {
  color: var(--palette-stroke-table-headers);
  background-color: var(--palette-fill-table-headers-light);
  border-bottom: 5px solid black;
  padding: 0.5em 0.4em 0.5em 0.4em;
  text-align: center;
}
.variable_description tbody th {
  font-weight: bold;
  border-right: 5px solid black;
  border-bottom: none;
  border-left: 3px solid black;
}
.variable_description tbody th:first-child {
  border-left: none;
}

.strat_separated, .strat {
  overflow-wrap: always;
  word-break: keep-all;
}
.strat_separated td, .strat td {
  padding: 0.5em 0.4em 0.5em 0.4em;
  text-align: center;
}
.strat_separated td:first-child, .strat td:first-child {
  color: var(--palette-stroke-table-headers);
  background-color: var(--palette-fill-table-headers-dark);
  font-weight: bold;
  border-right: 3px solid black;
}
.strat_separated th, .strat th {
  color: var(--palette-stroke-table-headers);
  background-color: var(--palette-fill-table-headers-neutral);
  font-weight: bold;
  border-top: 3px solid black;
  padding: 0.5em 0.4em 0.5em 0.4em;
  text-align: center;
}
.strat_separated tbody, .strat tbody {
  border-top: 5px solid black;
}

.strat_separated th {
  border-right: 3px solid black;
}
.strat_separated th:last-child {
  border-right: none !important;
}

a:link, a:visited {
  color: var(--palette-stroke-hc);
  text-decoration: none;
  font-weight: 700;
}

a:hover {
  text-decoration: underline;
  color: var(--palette-stroke);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
  margin-top: 1em;
}

pre {
  margin-top: 1em;
  max-width: 100%;
  overflow-wrap: break-word;
  background-color: var(--palette-fill-lc);
  white-space: pre-wrap;
}
pre code {
  display: inline-block;
  font-family: monospace;
  margin: 1em;
}

/*.theme-atom-one-dark*/
pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}

code.hljs {
  padding: 3px 5px;
}

.hljs {
  color: #abb2bf;
  background: #282c34;
  font-size: var(--font-size-sm);
  line-height: var(--body-line-height-sm);
  margin: 0;
}

.hljs-comment, .hljs-quote {
  color: #5c6370;
  font-style: italic;
}

.hljs-doctag, .hljs-formula, .hljs-keyword {
  color: #c678dd;
}

.hljs-deletion, .hljs-name, .hljs-section, .hljs-selector-tag, .hljs-subst {
  color: #e06c75;
}

.hljs-literal {
  color: #56b6c2;
}

.hljs-addition, .hljs-attribute, .hljs-meta .hljs-string, .hljs-regexp, .hljs-string {
  color: #98c379;
}

.hljs-attr, .hljs-number, .hljs-selector-attr, .hljs-selector-class, .hljs-selector-pseudo, .hljs-template-variable, .hljs-type, .hljs-variable {
  color: #d19a66;
}

.hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-symbol, .hljs-title {
  color: #61aeee;
}

.hljs-built_in, .hljs-class .hljs-title, .hljs-title.class_ {
  color: #e6c07b;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: 700;
}

.hljs-link {
  text-decoration: underline;
}

iframe {
  display: block;
  margin: auto;
  margin-top: 1em;
  max-width: 100%;
}

strong {
  font-weight: 700;
}

em {
  font-weight: bold;
  font-style: italic;
}

small {
  font-size: 0.8em;
}

kbd {
  font-size: 0.8em;
  font-family: monospace;
  padding: 0.1em;
  background-color: var(--palette-fill-lc);
  border: 1px solid #999;
  border-radius: 0.4em;
  white-space: nowrap;
}

blockquote {
  display: block;
  padding: 0.5em 20px 0.5em 20px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-left: 10px solid var(--palette-fill-table-headers-dark);
  border-radius: 5px;
}

:root {
  --sidebar-transition-time: 0.5s;
  --sidebar-text-transition-time: 0.3s;
  --sidebar-padding-lr:0%;
  --sidebar-padding-b:0%;
  --btn-marginLeft:0%;
  --btn-marginTop:0%;
  --btn-paddingLeft:0%;
  --btn-paddingRight:0%;
  --btn-padding:min(2vh, 15px) min(3vw, 20px);
  --btn-width: 20vw;
  --sidebar-height:100%;
  --sidebar-width:0%;
  --sidebar-column-gap:0;
  --sidebar-column-count:1;
  --sidebar-content-padding:0px;
  --sidebar-header-font-size:1.5em;
  --sidebar-transition-direction:margin-left;
}

.sidebar {
  height: var(--sidebar-height);
  width: var(--sidebar-width);
  position: fixed;
  top: 0;
  left: 0;
  color: var(--palette-stroke-sidebar-base);
  background-color: var(--palette-fill-sidebar);
  overflow-x: hidden;
  transition: all var(--sidebar-transition-time);
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  padding-left: var(--sidebar-padding-lr);
  padding-right: var(--sidebar-padding-lr);
  padding-bottom: var(--sidebar-padding-b);
}
.sidebar::-webkit-scrollbar {
  display: none;
}
.sidebar a {
  color: var(--palette-stroke-sidebar-link);
}
.sidebar a:hover {
  text-decoration: underline;
  color: var(--palette-stroke-sidebar-link-hover);
}
.sidebar h1 {
  position: block;
  top: min(3.5vh, 3.5vw, 20px);
  font-size: var(--sidebar-header-font-size);
  color: var(--palette-stroke-sidebar-header);
  padding-top: 0px;
  padding: 0;
  margin-top: min(3.5vh, 3.5vw, 20px);
  transition: var(--sidebar-text-transition-time);
}
.sidebar .closebtn {
  position: absolute;
  top: min(3.5vh, 3.5vw, 20px);
  right: min(30px, 3.5vw);
  font-size: var(--sidebar-header-font-size);
  margin-left: min(50px, 15vw);
  color: var(--palette-stroke-sidebar-base);
}
.sidebar .closebtn:hover {
  text-decoration: none;
  color: var(--palette-stroke-sidebar-header);
}
.sidebar .content_wrapper {
  padding: var(--sidebar-content-padding) var(--sidebar-content-padding) var(--sidebar-content-padding) 0;
  text-decoration: none;
  font-size: 1em;
  color: var(--palette-stroke-sidebar-base);
  display: block;
  transition: var(--sidebar-text-transition-time);
}

.openbtn {
  max-width: var(--btn-width);
  font-size: 1.2em;
  cursor: pointer;
  background-color: var(--palette-fill-sidebar);
  color: var(--palette-stroke-sidebar-base);
  padding: var(--btn-padding);
  border: none;
  word-wrap: normal;
  text-align: left;
}
.openbtn:hover {
  background-color: var(--palette-fill-sidebar-hover);
}

#sidebarMain {
  width: auto;
  position: fixed;
  transition: var(--sidebar-transition-direction) var(--sidebar-transition-time);
  margin-left: var(--btn-marginLeft);
  margin-top: var(--btn-marginTop);
  z-index: 100;
}

#sidebarOptions {
  display: none;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {
    padding-top: 15px;
  }

  .sidebar a {
    font-size: 18px;
  }
}
/* On narrower screens, where width is less than 750px, change the style of 
the sidenav list icons (less padding and smaller font size) */
@media screen and (max-width: 750px) {
  .square_list li::before,
.square_list li li::before {
    padding-right: 0.3em;
    font-size: 1em;
  }
}
.square_list li {
  list-style-type: none;
  display: block;
  position: relative;
}
.square_list li::before {
  content: "■";
  color: inherit;
  padding-right: 0.5em;
  font-size: 1.2em;
  line-height: 1em;
}
.square_list li li::before {
  content: "❖";
  padding-left: 1.5em;
}
.square_list li li li::before {
  content: "»";
  padding-left: 3em;
}
.square_list ul, .square_list ol {
  -webkit-column-count: var(--sidebar-column-count);
  -webkit-column-gap: var(--sidebar-column-gap);
  -moz-column-count: var(--sidebar-column-count);
  -moz-column-gap: var(--sidebar-column-gap);
  -o-column-count: var(--sidebar-column-count);
  -o-column-gap: var(--sidebar-column-gap);
  column-count: var(--sidebar-column-count);
  column-gap: var(--sidebar-column-gap);
  list-style-position: inside;
  padding-left: 0em;
}
.square_list ul ul, .square_list ol ol, .square_list ul ul ul, .square_list ol ol ol {
  -webkit-column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-count: 1;
  -moz-column-gap: 0;
  -o-column-count: 1;
  -o-column-gap: 0;
  column-count: 1;
  column-gap: 0;
  list-style-position: inside;
}

:root {
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}

:root::-webkit-scrollbar {
  display: none;
}

.hide {
  display: none;
}

.resources {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-weight: bolder;
  font-size: max(75%, 60% + 1.5vmin);
  --body-line-height: 1.4;
  font-family: "Libre Franklin", Arial, Helvetica, sans-serif;
  color: var(--palette-stroke-hc);
}

.resources:hover {
  cursor: help;
}

.rsc-link {
  border: none;
  background-color: inherit;
  padding: 0;
  font-size: max(60%, 48% + 1.2vmin);
  cursor: pointer;
  display: inline-block;
  color: var(--palette-stroke-hc);
  text-decoration: none;
  font-weight: 700;
}

.rsc-link:hover {
  text-decoration: underline;
  color: var(--palette-stroke);
}

.copy-btn {
  display: block;
  background-color: var(--palette-fill-table-headers-dark);
  border-color: 1em solid var(--palette-fill-table-headers-dark);
  border-radius: 0.5em;
  stroke: var(--palette-stroke);
  font-size: calc(var(--font-size) * 50%);
}

:root {
  --sidebar-padding: 18px;
  --sidebar-collapsible-width: var(--sidebar-width) - 2 * var(--sidebar-padding);
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  color: var(--palette-stroke);
  cursor: pointer;
  padding: var(--sidebar-padding);
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
}
.collapsible h2 {
  font-size: 1.35em;
}
.collapsible h3 {
  font-size: 1.08em;
}
.collapsible h4 {
  font-size: 0.9em;
}

.collapsible-closed {
  background-color: var(--palette-fill-collapsible-closed);
}
.collapsible-closed:hover {
  background-color: var(--palette-fill-collapsible-open);
}

.collapsible-open {
  background-color: var(--palette-fill-collapsible-open);
}
.collapsible-open:hover {
  background-color: var(--palette-fill-collapsible-closed);
}

.sidebar .collapsible {
  width: var(--sidebar-collapsible-width) !important;
  margin-top: 0.5rem;
}
.sidebar .collapsible-closed {
  background-color: var(--palette-fill-sidebar-collapsible-closed);
}
.sidebar .collapsible-closed:hover {
  background-color: var(--palette-fill-sidebar-collapsible-open);
}
.sidebar .collapsible-open {
  background-color: var(--palette-fill-sidebar-collapsible-open);
}
.sidebar .collapsible-open:hover {
  background-color: var(--palette-fill-sidebar-collapsible-closed);
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: var(--palette-fill);
  color: var(--palette-stroke);
}

.closecollapsibles, .opencollapsibles {
  position: fixed;
  right: var(--floating-margin);
  margin: 0;
}
.closecollapsibles svg, .opencollapsibles svg {
  color: var(--palette-stroke);
  background-color: var(--palette-fill);
  width: 1.5em;
  height: auto;
  border-radius: 0.25em;
  border: 1px solid var(--palette-stroke);
  box-shadow: var(--floating-shadow);
}

.closecollapsibles {
  bottom: 2.1rem;
}

.opencollapsibles {
  bottom: 3.9rem;
}

:root {
  --section-max-width:60vw;
}

.page-section {
  box-sizing: border-box;
  max-width: 100%;
  width: var(--section-max-width);
  padding-left: 1rem;
  padding-right: 1rem;
  margin: auto;
  margin-top: 0.75rem;
}

.header h1 {
  padding-bottom: 1.5rem;
}

.footer {
  text-align: right;
}

.footer__section {
  margin-top: 1rem;
  font-size: 0.65rem;
}

.footer__section:first-child {
  margin-top: 3rem;
}

.footer__section--main.footer__section--main {
  margin-top: 1rem;
  padding-bottom: 0.85rem;
}

.footer__section--left {
  text-align: left;
}

.MathJax_Display, .MJXc-display, .MathJax_SVG_Display, mjx-container[display=block] {
  max-width: 100%;
  margin: 0 !important;
  padding-bottom: 1em;
  overflow-x: scroll;
  overflow-y: hidden;
}

.toc-wrapper {
  margin-top: 1em;
  padding: 1em;
  background-color: var(--palette-fill-lc);
}

.toc-wrapper h3 {
  margin-top: 0;
}

.toc-wrapper ol {
  margin-left: 0.5em;
}

.toc-wrapper + p {
  margin-top: 1em;
}

.pagination {
  margin-top: 1em;
  font-size: 0.8rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 0.5em;
  column-gap: 1em;
}
.pagination h2 {
  font-size: 0.8em;
}

.pagination__next {
  margin-left: auto;
}

.byline {
  font-size: 0.5em;
}

.top-warning {
  margin-top: 1rem;
  margin-bottom: 1.25rem;
}
.top-warning .draft {
  font-size: 1.2em;
  line-height: 1.2;
  color: var(--palette-stroke-warning);
}

.subtitle {
  margin-top: 0;
  font-size: 0.8rem;
  padding-bottom: 0.5rem;
}

.btn-color-scheme-toggle {
  appearance: none;
  border: unset;
  background-color: unset;
  position: absolute;
  right: var(--floating-margin);
  top: var(--floating-margin);
  padding: 0.25rem;
  border: 1px solid var(--palette-stroke-hc);
  background-color: var(--palette-fill);
  border-radius: 0.25rem;
  box-shadow: var(--floating-shadow);
}
.btn-color-scheme-toggle .light, .btn-color-scheme-toggle .dark {
  display: none;
}
.btn-color-scheme-toggle .light img, .btn-color-scheme-toggle .dark img {
  margin: 0;
  width: 1rem;
}
.btn-color-scheme-toggle .light {
  fill: var(--palette-stroke);
}
.btn-color-scheme-toggle .dark {
  fill: var(--palette-stroke);
}

:root.dark-mode .light {
  display: block;
}

:root.light-mode .dark {
  display: block;
}

/* Smooth scrolling IF user doesn't have a preference due to motion sensitivities */
@media screen and (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
.back-to-top-link {
  position: fixed;
  bottom: var(--floating-margin);
  right: var(--floating-margin);
  margin: 0;
}
.back-to-top-link svg {
  color: var(--palette-stroke);
  background-color: var(--palette-fill);
  width: 1.5em;
  height: auto;
  border-radius: 0.25em;
  border: 1px solid var(--palette-stroke);
  box-shadow: var(--floating-shadow);
}