.a {
  background-color: var(--background-color);
  color: var(--text-color);
  position: relative;
  font-family: 'Noto Sans';
  font-weight: 300;
  --line-number-color: var(--a-a);
  --background-color: var(--a-b);
  --blur-color-2: var(--a-c);
  --border-color: var(--a-d);
  --blur-color: var(--a-e);
  --input-color: var(--a-f);
  --text-color: var(--a-g);
  --color-royalblue: var(--a-h);
  --color-indianred: var(--a-i);
  --color-darkmagenta: var(--a-j);
  --color-darkorange: var(--a-k);
  --color-mintgreen-2: var(--a-l);
  --color-mintgreen: var(--a-m);
  --color-crimson: var(--a-n);
  --color-comment: var(--a-o);
  min-height: var(--a-p);
  grid-template-rows: var(--a-q);
  display: var(--a-r);
  height: var(--a-s);
}

.a *:not(iframe):focus-visible {
  outline: 2px solid var(--text-color);
  outline-offset: 4px;
}

.b {
  backdrop-filter: blur(3px);
  position: relative;
  z-index: 1;
  min-height: var(--b-a);
  display: var(--b-b);
  flex-direction: var(--b-c);
  max-width: var(--b-d);
  margin: var(--b-e);
  padding: var(--b-f);
}

.c {
  border-bottom: 3px double var(--border-color);
  background-color: var(--blur-color);
  backdrop-filter: blur(3px);
  position: relative;
  padding: 20px;
  z-index: 2;
}

.d {
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  display: flex;
  max-width: var(--c-a);
}

.e {
  display: block;
  color: inherit;
  height: 18px;
}

.e svg {
  height: 18px;
  width: 80px;
}

.f {
  border-top: 3px double var(--border-color);
  position: relative;
  margin-top: var(--d-d, 100px);
  z-index: 2;
  background-clip: padding-box;
  backdrop-filter: blur(3px);
  background-color: var(--d-a);
  padding: var(--d-b);
  font-size: var(--d-c);
}

.g {
  grid-template-columns: var(--e-a, 1fr auto);
  grid-gap: 30px;
  display: grid;
  max-width: 1280px;
  margin: 0 auto;
}

.h {
  grid-auto-flow: var(--f-b, column);
  grid-gap: var(--f-c, 50px);
  display: grid;
  grid-template-columns: var(--f-a);
}

.i {
  align-content: start;
  grid-gap: 10px;
  display: grid;
}

.i a {
  grid-template-columns: auto 1fr;
  text-decoration: none;
  align-items: center;
  color: inherit;
  grid-gap: 5px;
  display: grid;
}

.i a:hover {
  color: var(--color-mintgreen);
  text-decoration: underline;
}

.i svg {
  --tabler-stroke-width: 1.5;
  position: relative;
  height: 20px;
  width: 20px;
  top: 1px;
}

.j {
  max-width: 580px;
  line-height: 1.5;
}

.j > svg {
  width: 120px;
  height: 30px;
}

.k {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  flex: 1;
  padding: 20px;
}

.l {
  font-family: Forum;
  text-align: center;
  font-weight: bold;
  font-size: 4em;
  margin-top: 0.25em;
}

.m {
  margin-bottom: 1em;
  margin-top: 0.5em;
  text-align: center;
  font-size: var(--g-a, 1.5em);
}

.n {
  text-align: center;
  font-size: 1.25em;
}

.o {
  grid-template-columns: var(--h-a, 1fr auto);
  align-items: center;
  grid-gap: var(--h-c, 100px);
  display: grid;
  padding-top: var(--h-b);
}

.o p {
  line-height: 1.5;
  font-size: var(--i-a, 20px);
  margin: var(--i-b, 30px 0);
}

.p {
  margin-bottom: var(--l-a, 30px);
  display: block;
  height: auto;
}

.p svg:first-child {
  margin-right: var(--j-a, 15px);
  height: var(--j-b, 65px);
  width: var(--j-c, 65px);
  position: relative;
  top: 6px;
}

.p svg:last-child {
  width: var(--k-a, 140px);
  height: var(--k-b, 55px);
}

.q {
  margin-top: var(--m-a, 30px);
  display: block;
  opacity: 0.75;
  font-size: var(--m-b, 16px);
}

.q a {
  font-weight: 400;
  color: inherit;
}

.q a:hover {
  text-decoration: underline;
}

.q svg {
  vertical-align: middle;
  margin-left: 4px;
  height: 16px;
  width: 16px;
}

.r {
  background-image: radial-gradient(farthest-corner at center top,
                        rgba(255,255,255,0.25),
                        rgba(255,255,255,0));
  outline: 1px solid #32975459;
  background-color: #329754;
  outline-offset: 2px;
  border-radius: 4px;
  padding: 12px 25px;
  border: 0;
  text-shadow: 0 0 2px #329754;
  font-family: 'Noto Sans';
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  color: white;
  grid-template-columns: auto 1fr;
  display: var(--n-b, inline-grid);
  gap: 8px;
  justify-content: var(--n-a);
}

.r svg {
  --tabler-stroke-width: 1.5;
  height: 24px;
  width: 24px;
}

.r:hover {
  outline-color: #329754;
  cursor: pointer;
}

.s {
  font-weight: normal;
  font-family: Forum;
  line-height: 1.25;
  font-size: var(--o-b, 38px);
  margin: 0;
  margin-top: var(--o-a, 0.5em);
}

.t {
  border-bottom: 1px solid var(--border-color);
}

.u {
  grid-template-columns: var(--p-b, minmax(200px, max-content) auto 80ch 1fr);
  min-height: calc(100vh - 140px);
  margin-bottom: auto;
  font-size: 16px;
  grid-gap: var(--p-c, 50px);
  display: grid;
  grid-template-rows: var(--p-a);
  min-width: var(--p-d);
}

.v {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
  font-weight: normal;
  margin-top: 1em;
  display: block;
}

.w {
  --tabler-stroke-width: 1.25;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 0.33em;
  display: grid;
  padding: 0.25em 0;
  line-height: 1;
}

.w a {
  text-decoration: none;
  color: var(--q-a);
}

.w a:only-child {
  grid-column: span 2;
}

.w a[href=""] {
  cursor: initial;
}

.w a:hover:not([href=""]) {
  text-decoration: underline;
}

.x {
  border-right: 3px double var(--border-color);
}

.y {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 20px;
}

.z {
  align-content: start;
  align-self: start;
  grid-gap: 8px;
  display: grid;
  position: sticky;
  top: 20px;
}

.z strong {
  font-weight: 600;
  font-size: 10px;
  color: #999;
}

.aa {
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 0.33em;
  line-height: 1;
  display: grid;
  padding-left: var(--r-a);
  font-size: var(--r-b);
  font-weight: var(--r-c);
}

.aa a {
  text-decoration: none;
  color: inherit;
}

.aa:hover a {
  text-decoration: underline;
}

.ab {
  border: 1px solid var(--border-color);
  background: var(--input-color);
  border-radius: 3px;
  padding: 5px 10px;
  margin-top: 5px;
  width: 100%;
  color: var(--text-color);
  font-family: inherit;
  font-size: 14px;
}

.ac {
  min-width: 0;
}

.ad {
  height: var(--s-a);
  width: var(--s-b);
  box-sizing: border-box;
  padding-left: 35px;
  align-items: end;
  display: grid;
}

.ae {
  border: 1px solid var(--border-color);
  padding: var(--t-a);
  height: var(--t-b);
  position: relative;
  width: var(--t-c);
  font-weight: normal;
  font-size: 12px;
  background: var(--t-d);
}

.af {
  height: var(--u-a);
  width: var(--u-b);
  border: var(--u-c);
}

.af svg {
  height: inherit;
  width: inherit;
}

.af svg #text {
  fill: var(--x-a);
}

.ag {
  padding-left: 18px;
  position: absolute;
  left: 100%;
  bottom: 0;
  top: 0;
  align-items: center;
  display: grid;
}

.ag::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 8px;
  top: -1px;
  border: 1px solid var(--line-number-color);
  border-left: 0;
  width: 4px;
}

.ah {
  padding-bottom: 14px;
  text-align: center;
  position: absolute;
  bottom: 100%;
  right: 0;
  left: 0;
}

.ah::before {
  content: "";
  position: absolute;
  bottom: 8px;
  right: -1px;
  left: -1px;
  border: 1px solid var(--line-number-color);
  border-bottom: 0;
  height: 4px;
}

.ai {
  padding-right: 8px;
  align-items: center;
  display: grid;
  position: absolute;
  right: 100%;
  bottom: 0;
  top: 0;
}

.ai::before {
  content: "";
  width: var(--v-a);
  left: calc(100% + 1px);
  top: calc(50% - 1px);
  position: absolute;
  border: 1px solid var(--line-number-color);
  border-bottom: 0;
  height: 4px;
}

.ai::after {
  content: "";
  width: var(--w-a);
  left: calc(100% + 1px);
  top: calc(50% - 4px);
  position: absolute;
  border: 1px solid var(--line-number-color);
  border-bottom: 0;
  border-top: 0;
  height: 3px;
}

.aj {
  font-size: var(--y-a);
  line-height: 1.5;
  min-width: var(--y-b, auto);
}

.aj > *:first-child {
  margin-top: 0;
}

.aj > *:last-child {
  margin-bottom: 0;
}

.aj h1 {
  font-weight: normal;
  font-family: Forum;
}

.aj h2 {
  font-weight: normal;
  font-family: Forum;
}

.aj h3 {
  font-weight: normal;
  font-family: Forum;
}

.aj > h1 > a {
  text-decoration: none;
  color: inherit;
}

.aj > h2 > a {
  text-decoration: none;
  color: inherit;
}

.aj > h3 > a {
  text-decoration: none;
  color: inherit;
}

.aj > h1 > a:hover {
  color: var(--color-mintgreen);
  text-decoration: underline;
}

.aj > h2 > a:hover {
  color: var(--color-mintgreen);
  text-decoration: underline;
}

.aj > h3 > a:hover {
  color: var(--color-mintgreen);
  text-decoration: underline;
}

.aj h2 {
  align-items: center;
  position: relative;
  margin-bottom: 0;
  display: flex;
}

.aj h3 {
  align-items: center;
  position: relative;
  margin-bottom: 0;
  display: flex;
}

.aj h2:after {
  border-top: 1px solid var(--border-color);
  margin-top: 0.6em;
  margin-left: 1em;
  content: "";
  flex: 1;
}

.aj h3:after {
  border-top: 1px solid var(--border-color);
  margin-top: 0.6em;
  margin-left: 1em;
  content: "";
  flex: 1;
}

.aj h1 {
  border-bottom: 3px double var(--border-color);
  font-size: 2.25em;
}

.aj h2 {
  font-size: 1.75em;
  margin-top: 1em;
}

.aj h2 :not(pre) code {
  font-weight: bold;
  font-size: 0.5em;
}

.aj h3 {
  margin-top: 1.25em;
  font-size: 1.25em;
}

.aj hr {
  margin: 1.5em 0;
  border: 0;
  border-bottom: 1px double var(--border-color);
}

.aj ul {
  padding-left: 1.5em;
}

.aj ol {
  padding-left: 1.5em;
}

.aj li + li {
  margin-top: 0.25em;
}

.aj li p {
  margin: 0.5em 0;
}

.aj blockquote {
  border-left: 3px solid var(--border-color);
  font-style: italic;
  padding-left: 1em;
  margin-left: 0;
}

.aj code {
  font-optical-sizing: auto;
  font-family: "Fira Code";
  font-weight: 400;
}

.aj :not(pre) > code {
  border: 1px solid var(--border-color);
  border-radius: 3px;
  padding: 0.214em 0.375em 0.142em 0.375em;
  background: var(--input-color);
  font-size: 0.7777em;
}

.aj pre:has(.language-bash) {
  border-left: 3px solid var(--border-color);
  padding-left: 1.5em;
}

.aj pre:has(.language-bash) .line::before {
  display: none;
}

.aj pre {
  min-width: var(--z-a);
  font-size: 0.8888em;
  overflow: auto;
}

.aj pre code {
  display: block;
  min-width: 0;
}

.aj pre code .line {
  counter-increment: snippet;
  position: relative;
  min-height: 1em;
  display: block;
}

.aj pre code .line::before {
  content: var(--aa-a, counter(snippet));
  border-right: 1px solid var(--border-color);
  color: var(--line-number-color);
  display: inline-block;
  padding-right: 0.75em;
  margin-right: 0.75em;
  text-align: right;
  width: 1.5em;
}

.aj pre code .keyword {
  color: var(--color-darkmagenta);
}

.aj pre code .regexp {
  color: var(--color-darkorange);
}

.aj pre code .namespace {
  color: var(--color-indianred);
}

.aj pre code .property {
  color: var(--color-indianred);
}

.aj pre code .type {
  color: var(--color-royalblue);
}

.aj pre code .string {
  color: var(--color-mintgreen);
}

.aj pre code .comment {
  color: var(--color-comment);
}

.aj pre code .number {
  color: var(--color-crimson);
}

.aj img:not([class]) {
  border-radius: 5px;
  width: 100%;
  outline: 1px solid var(--border-color);
  outline-offset: 3px;
}

.aj a:not([name]) {
  color: var(--color-mintgreen);
}

.aj a:not([name]):has(> span:first-child > svg) {
  display: inline-block;
}

.aj a:not([name]):has(> span:first-child > svg) svg {
  --tabler-stroke-width: 1.5;
  vertical-align: middle;
  margin-right: 0.1em;
  position: relative;
  height: 1em;
  width: 1em;
}

.aj table {
  border-collapse: collapse;
  font-size: 0.8em;
  width: 100%;
}

.aj table thead {
  border-bottom: 2px solid var(--border-color);
}

.aj table tr:last-child td {
  border-bottom: 0;
}

.aj table th {
  border: 1px solid var(--border-color);
  line-height: 1.85;
  padding: 0.5em;
}

.aj table td {
  border: 1px solid var(--border-color);
  line-height: 1.85;
  padding: 0.5em;
}

.aj table th:first-child {
  border-left: 0;
}

.aj table td:first-child {
  border-left: 0;
}

.aj table th:last-child {
  border-right: 0;
}

.aj table td:last-child {
  border-right: 0;
}

.aj table th p:only-child {
  margin: 0;
}

.aj table td p:only-child {
  margin: 0;
}

.aj table th {
  font-weight: normal;
  text-align: left;
  border-top: 0;
}

.aj strong {
  font-weight: normal;
}

.aj b {
  font-weight: normal;
}

.ak {
  justify-content: center;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  cursor: var(--ac-a);
}

.ak:hover:not([href=""]) {
  color: var(--ad-a);
}

.ak svg {
  fill: currentColor;
  height: var(--ab-a);
  width: var(--ab-b);
  opacity: var(--ab-c);
}

.al {
  min-height: 0;
  display: grid;
  border: var(--ae-a);
}

.am {
  place-content: center;
  min-height: var(--af-a, 50vh);
  display: grid;
}

.an {
  --tabler-stroke-width: 1.5;
  grid-template-columns: 1fr auto;
  grid-gap: 0.5em;
  display: grid;
  text-decoration: none;
  color: inherit;
  cursor: var(--ah-a);
  opacity: var(--ah-b);
}

.an:hover {
  text-decoration: var(--ag-a);
  color: var(--ag-b);
}

.an svg {
  fill: currentColor;
  height: 24px;
  width: 24px;
}

.ao {
  font-weight: bold;
}

.ap {
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
  gap: 25px;
}

.aq {
  text-decoration: none;
  white-space: nowrap;
  color: inherit;
  grid-template-columns: auto 1fr;
  align-items: center;
  display: grid;
  height: 24px;
  font-family: unset;
  font-weight: unset;
  background: unset;
  text-align: unset;
  font-size: unset;
  border: unset;
  grid-gap: var(--ai-a);
}

.aq:hover:not([disabled]) {
  text-decoration: underline;
  cursor: pointer;
}

.aq[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.aq svg {
  --tabler-stroke-width: 1.25;
  height: 24px;
  width: 24px;
}

.ar {
  outline: 3px double var(--border-color);
  background: var(--background-color);
  flex-direction: column;
  border-radius: 5px;
  gap: 0.5em;
  padding: 0.75em 0.5em;
  transform: translateX(-50%);
  position: absolute;
  display: none;
  left: 50%;
  top: 35px;
}

.ar:before {
  position: absolute;
  height: 15px;
  content: "";
  top: -15px;
  right: 0;
  left: 0;
}

.ar > * {
  padding-right: 1.75em;
}

.as {
  position: relative;
}

.as:hover > div {
  display: flex;
}

.as:focus-visible > div {
  display: flex;
}

.as:focus-within > div {
  display: flex;
}

.at {
  border-left: 3px double var(--border-color);
  margin: 0 -10px;
}

.au {
  --tabler-stroke-width: 2;
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.av {
  border-top: 3px double var(--border-color);
  margin: var(--aj-a);
}

.aw {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.ax {
  position: absolute;
}

.ay {
  background-image: var(--ak-a);
  left: calc(50% - 200px);
  height: 66px;
  width: 400px;
  top: 0;
}

.az {
  background-image: var(--al-a);
  transform-origin: 80px 0;
  animation-delay: 3s;
  height: 100px;
  width: 260px;
  left: -15px;
  top: -10px;
  animation-name: var(--al-b);
}

.ba {
  background-image: var(--am-a);
  transform-origin: 115px 0;
  height: 159px;
  width: 200px;
  right: -15px;
  top: -10px;
}

.bb {
  background-image: var(--an-a);
  left: calc(50% - 200px);
  height: 66px;
  width: 400px;
  bottom: 0;
}

.bc {
  background-image: var(--ao-a);
  transform-origin: 140px 100px;
  animation-delay: 3s;
  height: 100px;
  bottom: -10px;
  width: 260px;
  right: -15px;
}

.bd {
  background-image: var(--ap-a);
  transform-origin: 20px 159px;
  height: 159px;
  bottom: -10px;
  width: 200px;
  left: -15px;
}

.be {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-optical-sizing: auto;
  font-family: "Fira Code";
  font-weight: 400;
  font-size: var(--aq-d, 16px);
  display: var(--aq-a);
  flex-wrap: var(--aq-b);
  white-space: var(--aq-c);
}

.be a {
  text-decoration: none;
  color: inherit;
}

.be a:hover {
  color: var(--color-mintgreen);
  text-decoration: underline;
}

.be .keyword {
  color: var(--color-darkmagenta);
}

.be .regexp {
  color: var(--color-darkorange);
}

.be .namespace {
  color: var(--color-indianred);
}

.be .property {
  color: var(--color-indianred);
}

.be .type {
  color: var(--color-royalblue);
}

.be .string {
  color: var(--color-mintgreen);
}

.be .comment {
  color: var(--color-comment);
}

.be .number {
  color: var(--color-crimson);
}

.bf {
  padding-left: var(--ar-a);
}

.bg {
  grid-template-columns: minmax(33.333%, 32em) auto;
  background: var(--blur-color);
  grid-template-rows: 1fr;
  min-height: 0;
  display: grid;
}

.bh {
  padding: 1.5em;
}

.bi {
  border-right: var(--as-c, 3px double var(--border-color));
  grid-row: span 2;
  grid-template-rows: var(--as-a, auto 1fr auto);
  min-height: 0;
  display: grid;
  border-bottom: var(--as-b);
}

.bj {
  border-top: 3px double var(--border-color);
  padding: 0.75em 1.5em;
  grid-auto-flow: column;
  justify-content: end;
  align-items: center;
  grid-gap: 1.5em;
  display: grid;
}

.bk {
  border-bottom: 3px double var(--border-color);
  box-sizing: border-box;
  padding: 0.65em 1.5em;
  grid-template-columns: auto 1fr auto;
  grid-gap: 1em;
  display: grid;
}

.bl {
  overflow: auto;
}

.bm {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bn {
  text-align: center;
  line-height: 1.5;
  font-size: 24px;
  margin: 0;
}

.bn a {
  color: var(--color-mintgreen);
}

.bo {
  font-weight: 300;
  font-size: 20px;
  margin: 0;
  margin-bottom: 15px;
}

.bp {
  grid-template-columns: var(--at-a, 1fr auto);
  align-items: center;
  grid-gap: var(--at-b, 100px);
  display: grid;
}

.bp > *:first-child {
  border-right: var(--au-a);
  padding-right: var(--au-b);
}

.bq {
  line-height: 1.25;
}

.bq span {
  font-family: Noto Sans;
  display: block;
  line-height: var(--av-a);
  font-size: var(--av-b);
}

.bq small {
  font-family: Noto Sans;
  display: block;
  line-height: var(--av-a);
  font-size: var(--av-b);
}

.bq small {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
  opacity: 0.65;
}

.bq span {
  margin-bottom: 7px;
  font-size: 18px;
  opacity: 0.85;
}

.br {
  background: var(--blur-color-2);
  backdrop-filter: blur(10px);
  transition: opacity 320ms;
  overflow: auto;
  position: fixed;
  z-index: 3;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  pointer-events: var(--aw-a);
  opacity: var(--aw-b);
}

.bs {
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 10px;
  display: grid;
  box-sizing: border-box;
  padding: 15px 20px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--border-color);
  color: var(--text-color);
  text-decoration: none;
  font-weight: normal;
  font-family: unset;
  background: unset;
  text-align: unset;
  font-size: unset;
}

.bs:hover:not([disabled]) {
  text-decoration: underline;
  cursor: pointer;
}

.bs[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.bs svg {
  --tabler-stroke-width: 1.25;
  height: 24px;
  width: 24px;
}

.bs div {
  --tabler-stroke-width: 1.25;
  height: 24px;
  width: 24px;
}

.bt {
  border-bottom: 1px solid var(--border-color);
  height: 1px;
}

.bu {
  grid-template-columns: auto 1fr auto;
}

.bv {
  position: relative;
}

.bv svg {
  position: absolute;
  height: 24px;
  width: 24px;
  right: 5px;
  top: 5px;
}

.bw {
  font-family: Noto Sans;
  appearance: none;
  cursor: pointer;
  border: 1px solid var(--border-color);
  background: var(--input-color);
  color: var(--text-color);
  padding: 0.5em 0.75em;
  border-radius: 3px;
  height: 34px;
  width: 100%;
}

.bx {
  margin-top: var(--ax-a, 50px);
}

.bx h2:before {
  border-top: 1px solid var(--border-color);
  margin-top: 0.6em;
  margin-right: 1em;
  content: "";
  flex: 1;
}

.by {
  text-align: center;
}

.bz {
  grid-template-columns: repeat(auto-fit, min-content);
  justify-content: center;
  grid-auto-flow: var(--ay-a, column);
  align-items: center;
  display: grid;
  gap: var(--ay-b, 40px);
  margin: 30px 0;
}

.bz svg {
  width: var(--az-a);
  height: var(--az-b);
}

.bz a:hover svg path {
  fill: var(--color-mintgreen) !important;
}

.bz svg path {
  fill: var(--text-color) !important;
}

.ca {
  margin-bottom: var(--ba-a, 30px);
  padding-top: 30px;
}

.ca h1 {
  font-weight: normal;
  font-family: Forum;
  text-align: center;
  font-size: var(--bb-a, 2.5em);
  margin-bottom: 20px;
  margin-top: 0;
}

.ca hr {
  width: 100%;
  margin: 0;
  margin-top: var(--bc-a, 70px);
  border: 0;
  border-bottom: 3px double var(--border-color);
}

.ca p {
  text-align: center;
  font-size: var(--bd-a, 18px);
}

.cb {
  border-bottom: 3px double var(--border-color);
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-optical-sizing: auto;
  font-family: "Fira Code";
  font-weight: 400;
  font-size: var(--bf-a, 26px);
}

.cb > span {
  color: var(--color-darkmagenta);
}

.cc {
  margin-top: 30px;
  outline: var(--bh-a);
  outline-offset: var(--bh-b);
  border-radius: var(--bh-c);
}

.cc + * {
  margin-top: var(--bg-a, 45px);
}

.cd {
  place-content: center;
  display: inline-grid;
  background-color: var(--be-a);
  color: var(--background-color);
  border-radius: 2px;
  text-align: center;
  font-size: 0.60em;
  font-weight: 600;
  position: relative;
  top: 1px;
  height: 16px;
  width: 16px;
  cursor: help;
}

.ce {
  background: var(--blur-color-2);
  padding: 40px 20px;
  min-height: 0;
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 80px;
}

.cf {
  border: 1px solid var(--border-color);
  color: currentColor;
  overflow: auto;
}

.cg {
  position: relative;
  height: 29px;
  background: var(--bi-a);
}

.cg:hover > div {
  display: block;
}

.cg > div {
  background: inherit;
  font-weight: 500;
  padding: 10px;
  color: white;
  bottom: calc(100% + 3px);
  border-radius: 2px;
  position: absolute;
  display: none;
  width: 200px;
  right: 0;
}

.ch {
  grid-template-columns: 300px repeat(8, 40px);
  display: grid;
}

.ci {
  border-bottom: 3px double var(--border-color);
  background: var(--input-color);
  font-weight: bold;
  position: sticky;
  z-index: 1;
  top: 0;
}

.ci > div {
  border-left: 1px solid var(--border-color);
  padding: 15px 10px;
}

.ci > div:first-child {
  border-right: 1px solid var(--border-color);
  border-left: 0;
  align-items: end;
  display: flex;
}

.cj {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

.cj a {
  color: var(--color-mintgreen);
}

.ck {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: Fira Code;
  padding: 4px 10px;
  font-weight: 500;
  font-size: 14px;
}

.cl {
  border-bottom: 1px solid var(--border-color);
}

.cl > div {
  margin: 1px;
}

.cm {
  grid-template-columns: 40px 1fr;
  align-items: center;
  grid-gap: 10px;
  display: grid;
  margin: 5px 0;
}

.cm > div {
  border-radius: 2px;
}

.cn {
  place-content: center;
  min-height: var(--bj-a, 40vh);
  display: grid;
}

.co {
  max-width: 80ch;
  margin: 0 auto;
}

.cp {
  grid-template-columns: var(--bl-a, repeat(5, 1fr));
  margin-top: 30px;
  grid-gap: 40px;
  display: grid;
}

.cq {
  align-content: center;
  grid-gap: 10px;
  display: grid;
}

.cr {
  background: var(--bk-a);
  box-sizing: border-box;
  border-radius: 50%;
  margin: auto;
  height: 80px;
  width: 80px;
  border: var(--bk-b);
}

.cs {
  text-align: center;
  font-size: 14px;
  display: grid;
}

.ct {
  grid-template-columns: var(--bm-a, 1fr 1fr);
  margin-bottom: 60px;
  place-items: center;
  grid-gap: 30px;
  display: grid;
}

.cu {
  justify-content: start;
  grid-auto-flow: column;
  grid-gap: 20px;
  display: grid;
}

.cv {
  grid-template-columns: repeat(auto-fill, minmax(20em, 1fr));
  align-content: start;
  grid-gap: 2em;
  display: grid;
  border-top: 3px double var(--border-color);
  padding-top: 30px;
  margin-top: 20px;
}

.cw {
  --tabler-stroke-width: 1.75;
  grid-template-columns: auto 1fr;
  grid-gap: 0.25em 0.33em;
  align-content: start;
  align-items: center;
  display: grid;
  font-size: 18px;
}

.cw svg {
  height: 18px;
  width: 18px;
}

.cw svg g {
  stroke: var(--bn-a);
}

.cw span {
  font-size: 16px;
  grid-column: 2;
}

.cx {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  align-content: start;
  grid-gap: var(--bo-b, 2em);
  display: grid;
  margin-top: var(--bo-a);
}

.cy {
  display: block !important;
  margin-top: 10px;
  font-size: 18px;
}

.cz {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  align-content: start;
  grid-gap: var(--bp-b, 2em);
  display: grid;
  margin-top: var(--bp-a);
}

.da {
  border: 1px solid var(--border-color);
  background: var(--background-color);
  text-decoration: none;
  border-radius: 5px;
  color: inherit;
  padding: 15px;
  min-width: 0;
  grid-template-columns: auto 1fr;
  align-items: center;
  display: grid;
  gap: 10px;
  font-weight: 400;
  font-size: 20px;
}

.da svg {
  height: 30px;
  width: 30px;
}

.da:hover {
  outline: 2px solid var(--color-mintgreen);
  outline-offset: 2px;
}

.db {
  grid-template-columns: var(--bq-a, 1fr 1fr);
  grid-gap: var(--bq-b, 100px);
  display: grid;
}

.dc {
  border: 1px solid var(--border-color);
  border-bottom: var(--br-a, 0);
  margin-top: 30px;
}

.dc .line {
  min-height: 1em;
  display: block;
}

.dc .keyword {
  color: var(--color-darkmagenta);
}

.dc .regexp {
  color: var(--color-darkorange);
}

.dc .namespace {
  color: var(--color-indianred);
}

.dc .property {
  color: var(--color-indianred);
}

.dc .type {
  color: var(--color-royalblue);
}

.dc .string {
  color: var(--color-mintgreen);
}

.dc .comment {
  color: var(--color-comment);
}

.dc .number {
  color: var(--color-crimson);
}

.dc a {
  color: var(--color-mintgreen);
}

.dc pre {
  overflow: auto;
  min-width: 0;
  margin: 0;
  font-size: 16px;
}

.dc pre code {
  display: block;
  padding: var(--bs-a, 15px);
}

.dd {
  border-bottom: 1px solid var(--border-color);
  grid-template-columns: 300px 1px 1fr 1px 1fr;
  align-items: center;
  display: grid;
}

.de {
  border-bottom: 3px double var(--border-color);
  background: var(--input-color);
  border-top: 0;
  position: sticky;
  font-size: 14px;
  top: 0;
}

.df {
  background: var(--border-color);
  align-self: stretch;
  height: var(--bt-a);
}

.dg {
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 5px;
  display: grid;
  font-size: 16px;
  opacity: 0.75;
  padding: var(--bu-a, 15px);
}

.dg svg {
  height: 24px;
  width: 24px;
}

.dh {
  padding: var(--bv-a, 15px);
}

.di {
  background: var(--color-crimson);
  align-self: stretch;
  padding: var(--bw-a, 15px);
  font-weight: 500;
  color: white;
  place-content: center;
  display: grid;
}

.dj {
  padding: var(--bx-b, 15px);
  font-weight: 500;
  font-size: var(--bx-c, 14px);
  background: var(--bx-a);
  justify-content: var(--bx-d);
  display: var(--bx-e);
}

.dk {
  margin: 0 auto;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  display: grid;
}

.dl {
  border-left: 3px solid var(--border-color);
  padding-left: 15px;
  margin-top: 30px;
}

.dl:hover {
  border-left: 3px solid var(--color-mintgreen);
}

.dl a:not([name]) {
  text-decoration: none;
  color: currentColor;
  font-weight: 400;
  font-size: 22px;
}

.dl a:not([name]):hover {
  color: var(--color-mintgreen);
}

.dl p {
  margin: 5px 0;
}

.dl span {
  font-size: 12px;
}

.dm {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  align-content: start;
  grid-gap: var(--by-b, 2em);
  display: grid;
  margin-top: var(--by-a);
}

.dn {
  border: 1px solid var(--border-color);
  background: var(--background-color);
  text-decoration: none;
  border-radius: 5px;
  color: inherit;
  min-width: 0;
}

.dn:hover {
  outline: 2px solid var(--color-mintgreen);
  outline-offset: 2px;
}

.dp {
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-secondary-color);
  padding: 10px;
  padding-top: 5px;
}

.dq {
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
  padding-bottom: 0;
}

.dr {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  align-content: start;
  grid-gap: var(--bz-b, 2em);
  display: grid;
  margin-top: var(--bz-a);
}

.ds {
  border: 1px solid var(--border-color);
  background: var(--background-color);
  text-decoration: none;
  border-radius: 5px;
  color: inherit;
  min-width: 0;
}

.ds:hover {
  outline: 2px solid var(--color-mintgreen);
  outline-offset: 2px;
}

.dt {
  font-size: 14px;
  display: flex;
  gap: 10px;
  padding: 10px;
  padding-top: 5px;
}

.du {
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
  padding-bottom: 0;
}

.dv {
  place-content: center;
  min-height: var(--ca-a, 40vh);
  display: grid;
}

.dw {
  max-width: 100ch;
  margin: 0 auto;
  width: 100%;
}

.dx {
  border: 1px solid var(--border-color);
  background: var(--background-color);
  text-decoration: none;
  border-radius: 5px;
  color: inherit;
}

.dx:hover {
  outline: 2px solid var(--color-mintgreen);
  outline-offset: 2px;
}

.dy {
  background: var(--input-color);
  border-radius: 5px 5px 0 0;
  aspect-ratio: 1.5;
  white-space: pre;
  overflow: hidden;
  padding: 10px;
  font-family: "Fira Code";
  font-size: 12px;
}

.dz {
  font-size: 14px;
  padding: 10px;
  display: flex;
  gap: 10px;
}

.dz img {
  border-radius: 3px;
  flex: 0 0 auto;
  height: 20px;
  width: 20px;
}

.ea {
  border-top: 1px solid var(--border-color);
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
  padding-bottom: 0;
}

.eb {
  overflow: auto;
  padding: 20px;
  display: grid;
}

.ec {
  grid-template-rows: auto 1fr;
  min-height: 0;
  display: grid;
}

.ed {
  border-bottom: 3px double var(--border-color);
  background-color: var(--blur-color-2);
  backdrop-filter: blur(3px);
  height: 46px;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 0 20px;
  display: grid;
  gap: 20px;
}

.ee {
  grid-template-columns: var(--cb-a);
  align-content: start;
  grid-gap: 2em;
  display: grid;
}

.ef {
  border: 1px solid var(--border-color);
  background: var(--input-color);
  color: var(--text-color);
  font-family: inherit;
  border-radius: 3px;
  padding: 5px 10px;
  max-width: 300px;
}

.eg {
  grid-template-rows: auto auto 1fr;
  padding: 30px 20px;
  overflow: auto;
  display: grid;
  gap: 30px;
}