*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: var(--color-bg-default);
}

body {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  color: var(--color-fg-default);
  background-color: transparent;
}

img {
  max-width: 100%;
  border-style: none;
  box-sizing: content-box;
}

a {
  background-color: transparent;
}

b, strong {
  font-weight: 600;
}

small {
  font-size: 90%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

dd {
  margin-left: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.25;
  display: flex;
  align-items: center;
}
h1 > a[aria-hidden], h2 > a[aria-hidden], h3 > a[aria-hidden], h4 > a[aria-hidden], h5 > a[aria-hidden], h6 > a[aria-hidden] {
  order: -1;
  margin-right: 0.5rem;
  color: var(--color-fg-muted);
  text-decoration: none;
  opacity: 0.3;
  transition: opacity 0.15s;
}
h1 > a[aria-hidden] .icon-link, h2 > a[aria-hidden] .icon-link, h3 > a[aria-hidden] .icon-link, h4 > a[aria-hidden] .icon-link, h5 > a[aria-hidden] .icon-link, h6 > a[aria-hidden] .icon-link {
  font-size: 0;
}
h1 > a[aria-hidden]::before, h2 > a[aria-hidden]::before, h3 > a[aria-hidden]::before, h4 > a[aria-hidden]::before, h5 > a[aria-hidden]::before, h6 > a[aria-hidden]::before {
  content: "#";
  font-size: 0.9em;
}
h1:hover > a[aria-hidden], h2:hover > a[aria-hidden], h3:hover > a[aria-hidden], h4:hover > a[aria-hidden], h5:hover > a[aria-hidden], h6:hover > a[aria-hidden] {
  opacity: 1;
}
h1::after, h2::after, h3::after, h4::after, h5::after, h6::after {
  content: "";
  flex: 1;
  margin-left: 1rem;
  border-top: 1px solid var(--color-border-muted);
}

h1 {
  font-size: 2em;
}
h1:first-child {
  font-size: 2.5em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid var(--color-border-muted);
}
h1:first-child::before, h1:first-child::after {
  content: none;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.875em;
}

h6 {
  font-size: 0.85em;
  color: var(--color-fg-muted);
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: var(--color-fg-accent);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2em;
}

ol ol, ul ol {
  list-style-type: lower-roman;
}

ul ul ol, ul ol ol, ol ul ol, ol ol ol {
  list-style-type: lower-alpha;
}

li + li {
  margin-top: 0.25em;
}
li > p {
  margin-top: 1rem;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0 1em;
  color: var(--color-fg-muted);
  border-left: 1px solid var(--color-border-default);
}
blockquote > :first-child {
  margin-top: 0;
}
blockquote > :last-child {
  margin-bottom: 0;
}

hr {
  height: 0.25em;
  padding: 0;
  margin: 1.5rem 0;
  overflow: hidden;
  background-color: var(--color-border-default);
  border: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  display: block;
  width: max-content;
  max-width: 100%;
  overflow: auto;
  font-variant: tabular-nums;
}

th {
  font-weight: 600;
}

th, td {
  padding: 6px 13px;
  border: 1px solid var(--color-border-default);
}

tr {
  background-color: var(--color-bg-default);
  border-top: 1px solid var(--color-border-muted);
}
tr:nth-child(2n) {
  background-color: var(--color-bg-muted);
}

code, tt, samp {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
}

code, tt {
  padding: 0.2em 0.4em;
  margin: 0;
  white-space: break-spaces;
  background-color: var(--color-bg-neutral-muted);
  border-radius: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 1rem 0.5rem;
  overflow: auto;
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  line-height: 1.6;
  color: var(--color-fg-default);
  background-color: var(--color-bg-muted);
  border-radius: 0;
  word-wrap: normal;
}
pre > code {
  padding: 0;
  margin: 0;
  white-space: pre;
  background: transparent;
  border: 0;
  font-size: 100%;
}

kbd {
  display: inline-block;
  padding: 0.25rem;
  font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  line-height: 10px;
  color: var(--color-fg-default);
  vertical-align: middle;
  background-color: var(--color-bg-muted);
  border: solid 1px var(--color-border-muted);
  border-bottom-color: var(--color-border-muted);
  border-radius: 6px;
  box-shadow: inset 0 -1px 0 var(--color-border-muted);
}

mark {
  background-color: var(--color-bg-attention-muted);
  color: var(--color-fg-default);
}

a:focus-visible,
[role=button]:focus-visible,
input[type=radio]:focus-visible,
input[type=checkbox]:focus-visible {
  outline: 2px solid var(--color-border-accent);
  outline-offset: -2px;
  box-shadow: none;
}

#gol-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.15;
}

main {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.minimal-layout main {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  max-width: none;
  margin: 0;
  padding: 1rem;
}