.main-page {
  position: absolute;
  top: 0;
  min-height: 100vh;
  z-index: 1;
  width: 100%;
  transform: rotate(-90deg);
  transform-origin: left 24px;
  transition: transform 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
  font-family: "Syne Mono";
  background-image: linear-gradient(0.2deg, #141414 6.8%, #2c2c2c 131%);
}
.main-page.closed {
  transform: rotate(0deg);
}
.main-page.closed .menu-icon {
  left: 32px;
}
.main-page.closed .menu-icon span:nth-child(1),
.main-page.closed .menu-icon span:nth-child(3) {
  height: 27px;
}
.main-page.closed .menu-icon span:nth-child(1) {
  transform: rotate(45deg);
  transform-origin: bottom left;
}
.main-page.closed .menu-icon span:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: bottom right;
}
.main-page.closed .menu-icon span:nth-child(2) {
  opacity: 0;
}
.main-page.closed .top-info {
  opacity: 0;
}
.main-page:not(.closed) .top-info {
  transform: rotate(90deg);
  transform-origin: left 24px;
  transition: none;
}
.main-page:not(.closed) .main-text {
  opacity: 0;
}
.main-page .menu-icon {
  transform: rotate(90deg);
  transform-origin: left 24px;
}
.main-page .menu-icon span {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #fff;
  border-radius: 0.15rem;
  margin: 2px;
}
.main-menu {
  position: relative;
  margin-top: 24px;
  padding: 4px 0;
}.quest {
  position: relative;
  display: flex;
  align-items: center;
  width: 80%;
  margin: 48px auto;
  padding: 32px 8px;
  color: #2b2c7c;
  font-weight: bold;
  font-size: 28px;
  font-family: "Indie Flower", cursive;
  background: white;
  background-image: url("/assets/paper.83c1bb2a.jpg");
  background-size: cover;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg);
}
.quest__left, .quest__right {
  width: 50%;
}
.quest__left {
  text-align: right;
}
.quest__right {
  text-align: left;
}

/* Enter and leave animations can use different */
/* durations and timing functions.              */
.slide-fade-enter-active,
.slide-fade-leave-active {
  transition: all 0.25s ease-in-out;
}
.slide-fade-leave-to {
  transform: translateX(-200%);
}
.slide-fade-enter {
  transform: translateX(200%);
}
.unsolved {
  display: none;
  font-family: "Indie Flower";
}
.blank {
  transform: scaleX(0.8);
  opacity: 0.3;
  font-family: "Indie Flower";
}
.c1 .blank--1 {
  opacity: 1;
  -webkit-animation: blink 0.7s linear infinite;
          animation: blink 0.7s linear infinite;
}
.s1 .solved--1 {
  display: inline;
}
.s1 .blank--1 {
  display: none;
}
.c2 .blank--2 {
  opacity: 1;
  -webkit-animation: blink 0.7s linear infinite;
          animation: blink 0.7s linear infinite;
}
.s2 .solved--2 {
  display: inline;
}
.s2 .blank--2 {
  display: none;
}
.c3 .blank--3 {
  opacity: 1;
  -webkit-animation: blink 0.7s linear infinite;
          animation: blink 0.7s linear infinite;
}
.s3 .solved--3 {
  display: inline;
}
.s3 .blank--3 {
  display: none;
}
.c4 .blank--4 {
  opacity: 1;
  -webkit-animation: blink 0.7s linear infinite;
          animation: blink 0.7s linear infinite;
}
.s4 .solved--4 {
  display: inline;
}
.s4 .blank--4 {
  display: none;
}
.c5 .blank--5 {
  opacity: 1;
  -webkit-animation: blink 0.7s linear infinite;
          animation: blink 0.7s linear infinite;
}
.s5 .solved--5 {
  display: inline;
}
.s5 .blank--5 {
  display: none;
}
.c6 .blank--6 {
  opacity: 1;
  -webkit-animation: blink 0.7s linear infinite;
          animation: blink 0.7s linear infinite;
}
.s6 .solved--6 {
  display: inline;
}
.s6 .blank--6 {
  display: none;
}
.c7 .blank--7 {
  opacity: 1;
  -webkit-animation: blink 0.7s linear infinite;
          animation: blink 0.7s linear infinite;
}
.s7 .solved--7 {
  display: inline;
}
.s7 .blank--7 {
  display: none;
}
.c8 .blank--8 {
  opacity: 1;
  -webkit-animation: blink 0.7s linear infinite;
          animation: blink 0.7s linear infinite;
}
.s8 .solved--8 {
  display: inline;
}
.s8 .blank--8 {
  display: none;
}
.c9 .blank--9 {
  opacity: 1;
  -webkit-animation: blink 0.7s linear infinite;
          animation: blink 0.7s linear infinite;
}
.s9 .solved--9 {
  display: inline;
}
.s9 .blank--9 {
  display: none;
}
.c10 .blank--10 {
  opacity: 1;
  -webkit-animation: blink 0.7s linear infinite;
          animation: blink 0.7s linear infinite;
}
.s10 .solved--10 {
  display: inline;
}
.s10 .blank--10 {
  display: none;
}
.c11 .blank--11 {
  opacity: 1;
  -webkit-animation: blink 0.7s linear infinite;
          animation: blink 0.7s linear infinite;
}
.s11 .solved--11 {
  display: inline;
}
.s11 .blank--11 {
  display: none;
}
.c12 .blank--12 {
  opacity: 1;
  -webkit-animation: blink 0.7s linear infinite;
          animation: blink 0.7s linear infinite;
}
.s12 .solved--12 {
  display: inline;
}
.s12 .blank--12 {
  display: none;
}
.c13 .blank--13 {
  opacity: 1;
  -webkit-animation: blink 0.7s linear infinite;
          animation: blink 0.7s linear infinite;
}
.s13 .solved--13 {
  display: inline;
}
.s13 .blank--13 {
  display: none;
}
.c14 .blank--14 {
  opacity: 1;
  -webkit-animation: blink 0.7s linear infinite;
          animation: blink 0.7s linear infinite;
}
.s14 .solved--14 {
  display: inline;
}
.s14 .blank--14 {
  display: none;
}
.c15 .blank--15 {
  opacity: 1;
  -webkit-animation: blink 0.7s linear infinite;
          animation: blink 0.7s linear infinite;
}
.s15 .solved--15 {
  display: inline;
}
.s15 .blank--15 {
  display: none;
}
.c16 .blank--16 {
  opacity: 1;
  -webkit-animation: blink 0.7s linear infinite;
          animation: blink 0.7s linear infinite;
}
.s16 .solved--16 {
  display: inline;
}
.s16 .blank--16 {
  display: none;
}
.c17 .blank--17 {
  opacity: 1;
  -webkit-animation: blink 0.7s linear infinite;
          animation: blink 0.7s linear infinite;
}
.s17 .solved--17 {
  display: inline;
}
.s17 .blank--17 {
  display: none;
}
.c18 .blank--18 {
  opacity: 1;
  -webkit-animation: blink 0.7s linear infinite;
          animation: blink 0.7s linear infinite;
}
.s18 .solved--18 {
  display: inline;
}
.s18 .blank--18 {
  display: none;
}
.c19 .blank--19 {
  opacity: 1;
  -webkit-animation: blink 0.7s linear infinite;
          animation: blink 0.7s linear infinite;
}
.s19 .solved--19 {
  display: inline;
}
.s19 .blank--19 {
  display: none;
}
.c20 .blank--20 {
  opacity: 1;
  -webkit-animation: blink 0.7s linear infinite;
          animation: blink 0.7s linear infinite;
}
.s20 .solved--20 {
  display: inline;
}
.s20 .blank--20 {
  display: none;
}
@-webkit-keyframes blink {
50% {
    opacity: 0;
}
}
@keyframes blink {
50% {
    opacity: 0;
}
}.control {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 480px;
  background-image: linear-gradient(0.2deg, #141414 6.8%, #2c2c2c 131%);
}
.control button {
  width: 33%;
  padding: 16px 8px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  background-color: transparent;
  border: none;
}.dashboard {
  position: absolute;
  top: 20%;
  left: 5%;
  z-index: 1;
  width: 90%;
  padding-bottom: 56.25%;
  overflow: hidden;
  color: #00fd00;
  background: black;
  border: 30px solid #e0e0e0;
  border-radius: 0.5rem;
  transform: scale(0.2) rotate(-15deg) translate3d(-120%, -500%, 0);
  cursor: pointer;
  transition: transform 0.5s ease-in-out;
}
.dashboard > div {
  position: absolute;
  width: 100%;
  font-weight: bold;
  font-size: 124px;
}
.dashboard--visible {
  overflow: scroll;
  transform: none;
}
.dashboard--visible > div {
  font-size: 18px;
}
.dashboard .history {
  padding-top: 12px;
  border-top: 4px solid black;
}.avatar {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  margin: 4px;
  cursor: pointer;
}
.avatar__seal {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  color: white;
  font-weight: bold;
  font-size: 40px;
  font-family: "Indie Flower", cursive;
  transform: rotate(-90deg);
}
.avatar__seal .hair,
.avatar__seal .eyes,
.avatar__seal .mouth {
  transition: transform 0.3s ease-in-out;
}
.avatar__back {
  width: 100%;
  height: 100%;
  background: #f77c3c;
  border-radius: 50%;
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.25);
}
.avatar:hover .eyes {
  transform: scaleX(0.6);
}
.avatar:hover .mouth {
  transform: scaleX(1.3) rotate(5deg);
}
.avatar:hover .hair {
  transform: scaleX(0.9) rotate(10deg);
}/* stylelint-disable font-family-no-missing-generic-family-keyword */
@font-face {
  font-family: 'KaTeX_AMS';
  src: url(/assets/KaTeX_AMS-Regular.34c2ce38.woff2) format('woff2'), url(/assets/KaTeX_AMS-Regular.222831ff.woff) format('woff'), url(/assets/KaTeX_AMS-Regular.18191795.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KaTeX_Caligraphic';
  src: url(/assets/KaTeX_Caligraphic-Bold.acee258c.woff2) format('woff2'), url(/assets/KaTeX_Caligraphic-Bold.0ec62f03.woff) format('woff'), url(/assets/KaTeX_Caligraphic-Bold.895d6214.ttf) format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'KaTeX_Caligraphic';
  src: url(/assets/KaTeX_Caligraphic-Regular.ada73fb2.woff2) format('woff2'), url(/assets/KaTeX_Caligraphic-Regular.70a90ebd.woff) format('woff'), url(/assets/KaTeX_Caligraphic-Regular.24cb93b6.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KaTeX_Fraktur';
  src: url(/assets/KaTeX_Fraktur-Bold.5ed7c1a3.woff2) format('woff2'), url(/assets/KaTeX_Fraktur-Bold.00eb32ff.woff) format('woff'), url(/assets/KaTeX_Fraktur-Bold.6e355454.ttf) format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'KaTeX_Fraktur';
  src: url(/assets/KaTeX_Fraktur-Regular.79bb8158.woff2) format('woff2'), url(/assets/KaTeX_Fraktur-Regular.25359a5c.woff) format('woff'), url(/assets/KaTeX_Fraktur-Regular.3c51f649.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KaTeX_Main';
  src: url(/assets/KaTeX_Main-Bold.0bc8b973.woff2) format('woff2'), url(/assets/KaTeX_Main-Bold.da61b0be.woff) format('woff'), url(/assets/KaTeX_Main-Bold.6a6e2a05.ttf) format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'KaTeX_Main';
  src: url(/assets/KaTeX_Main-BoldItalic.20912b1a.woff2) format('woff2'), url(/assets/KaTeX_Main-BoldItalic.e0e34b8b.woff) format('woff'), url(/assets/KaTeX_Main-BoldItalic.2241f144.ttf) format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'KaTeX_Main';
  src: url(/assets/KaTeX_Main-Italic.d98644df.woff2) format('woff2'), url(/assets/KaTeX_Main-Italic.912e161e.woff) format('woff'), url(/assets/KaTeX_Main-Italic.3b653e89.ttf) format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'KaTeX_Main';
  src: url(/assets/KaTeX_Main-Regular.0b23765e.woff2) format('woff2'), url(/assets/KaTeX_Main-Regular.ac0d2690.woff) format('woff'), url(/assets/KaTeX_Main-Regular.1a9cbbfd.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KaTeX_Math';
  src: url(/assets/KaTeX_Math-BoldItalic.6e612a33.woff2) format('woff2'), url(/assets/KaTeX_Math-BoldItalic.585a5c0b.woff) format('woff'), url(/assets/KaTeX_Math-BoldItalic.275f5ffd.ttf) format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'KaTeX_Math';
  src: url(/assets/KaTeX_Math-Italic.23099f26.woff2) format('woff2'), url(/assets/KaTeX_Math-Italic.44f6b52f.woff) format('woff'), url(/assets/KaTeX_Math-Italic.fced106b.ttf) format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'KaTeX_SansSerif';
  src: url(/assets/KaTeX_SansSerif-Bold.eecd8e98.woff2) format('woff2'), url(/assets/KaTeX_SansSerif-Bold.85b2801f.woff) format('woff'), url(/assets/KaTeX_SansSerif-Bold.675e3f47.ttf) format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'KaTeX_SansSerif';
  src: url(/assets/KaTeX_SansSerif-Italic.fba87080.woff2) format('woff2'), url(/assets/KaTeX_SansSerif-Italic.2f4e4b91.woff) format('woff'), url(/assets/KaTeX_SansSerif-Italic.9e4e756c.ttf) format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'KaTeX_SansSerif';
  src: url(/assets/KaTeX_SansSerif-Regular.9729a729.woff2) format('woff2'), url(/assets/KaTeX_SansSerif-Regular.658e9a9b.woff) format('woff'), url(/assets/KaTeX_SansSerif-Regular.45c5ffa1.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KaTeX_Script';
  src: url(/assets/KaTeX_Script-Regular.15c00a11.woff2) format('woff2'), url(/assets/KaTeX_Script-Regular.ac656332.woff) format('woff'), url(/assets/KaTeX_Script-Regular.9770e478.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KaTeX_Size1';
  src: url(/assets/KaTeX_Size1-Regular.c77c185d.woff2) format('woff2'), url(/assets/KaTeX_Size1-Regular.5a63009d.woff) format('woff'), url(/assets/KaTeX_Size1-Regular.8af05c8b.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KaTeX_Size2';
  src: url(/assets/KaTeX_Size2-Regular.5e2769eb.woff2) format('woff2'), url(/assets/KaTeX_Size2-Regular.cf3ac857.woff) format('woff'), url(/assets/KaTeX_Size2-Regular.15df6913.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KaTeX_Size3';
  src: url(data:font/woff2;base64,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) format('woff2'), url(/assets/KaTeX_Size3-Regular.8f82ae40.woff) format('woff'), url(/assets/KaTeX_Size3-Regular.569c9046.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KaTeX_Size4';
  src: url(/assets/KaTeX_Size4-Regular.80aca689.woff2) format('woff2'), url(/assets/KaTeX_Size4-Regular.6660bc95.woff) format('woff'), url(/assets/KaTeX_Size4-Regular.feea5a15.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KaTeX_Typewriter';
  src: url(/assets/KaTeX_Typewriter-Regular.e96429b2.woff2) format('woff2'), url(/assets/KaTeX_Typewriter-Regular.19971701.woff) format('woff'), url(/assets/KaTeX_Typewriter-Regular.cf805e11.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
.katex {
  font: normal 1.21em KaTeX_Main, Times New Roman, serif;
  line-height: 1.2;
  text-indent: 0;
  text-rendering: auto;
}
.katex * {
  -ms-high-contrast-adjust: none !important;
  border-color: currentColor;
}
.katex .katex-version::after {
  content: "0.13.18";
}
.katex .katex-mathml {
  /* Accessibility hack to only show to screen readers
         Found at: http://a11yproject.com/posts/how-to-hide-content/ */
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.katex .katex-html {
  /* \newline is an empty block at top level, between .base elements */
}
.katex .katex-html > .newline {
  display: block;
}
.katex .base {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.katex .strut {
  display: inline-block;
}
.katex .textbf {
  font-weight: bold;
}
.katex .textit {
  font-style: italic;
}
.katex .textrm {
  font-family: KaTeX_Main;
}
.katex .textsf {
  font-family: KaTeX_SansSerif;
}
.katex .texttt {
  font-family: KaTeX_Typewriter;
}
.katex .mathnormal {
  font-family: KaTeX_Math;
  font-style: italic;
}
.katex .mathit {
  font-family: KaTeX_Main;
  font-style: italic;
}
.katex .mathrm {
  font-style: normal;
}
.katex .mathbf {
  font-family: KaTeX_Main;
  font-weight: bold;
}
.katex .boldsymbol {
  font-family: KaTeX_Math;
  font-weight: bold;
  font-style: italic;
}
.katex .amsrm {
  font-family: KaTeX_AMS;
}
.katex .mathbb,
.katex .textbb {
  font-family: KaTeX_AMS;
}
.katex .mathcal {
  font-family: KaTeX_Caligraphic;
}
.katex .mathfrak,
.katex .textfrak {
  font-family: KaTeX_Fraktur;
}
.katex .mathtt {
  font-family: KaTeX_Typewriter;
}
.katex .mathscr,
.katex .textscr {
  font-family: KaTeX_Script;
}
.katex .mathsf,
.katex .textsf {
  font-family: KaTeX_SansSerif;
}
.katex .mathboldsf,
.katex .textboldsf {
  font-family: KaTeX_SansSerif;
  font-weight: bold;
}
.katex .mathitsf,
.katex .textitsf {
  font-family: KaTeX_SansSerif;
  font-style: italic;
}
.katex .mainrm {
  font-family: KaTeX_Main;
  font-style: normal;
}
.katex .vlist-t {
  display: inline-table;
  table-layout: fixed;
  border-collapse: collapse;
}
.katex .vlist-r {
  display: table-row;
}
.katex .vlist {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
}
.katex .vlist > span {
  display: block;
  height: 0;
  position: relative;
}
.katex .vlist > span > span {
  display: inline-block;
}
.katex .vlist > span > .pstrut {
  overflow: hidden;
  width: 0;
}
.katex .vlist-t2 {
  margin-right: -2px;
}
.katex .vlist-s {
  display: table-cell;
  vertical-align: bottom;
  font-size: 1px;
  width: 2px;
  min-width: 2px;
}
.katex .vbox {
  display: inline-flex;
  flex-direction: column;
  align-items: baseline;
}
.katex .hbox {
  display: inline-flex;
  flex-direction: row;
  width: 100%;
}
.katex .thinbox {
  display: inline-flex;
  flex-direction: row;
  width: 0;
  max-width: 0;
}
.katex .msupsub {
  text-align: left;
}
.katex .mfrac > span > span {
  text-align: center;
}
.katex .mfrac .frac-line {
  display: inline-block;
  width: 100%;
  border-bottom-style: solid;
}
.katex .mfrac .frac-line,
.katex .overline .overline-line,
.katex .underline .underline-line,
.katex .hline,
.katex .hdashline,
.katex .rule {
  min-height: 1px;
}
.katex .mspace {
  display: inline-block;
}
.katex .llap,
.katex .rlap,
.katex .clap {
  width: 0;
  position: relative;
}
.katex .llap > .inner,
.katex .rlap > .inner,
.katex .clap > .inner {
  position: absolute;
}
.katex .llap > .fix,
.katex .rlap > .fix,
.katex .clap > .fix {
  display: inline-block;
}
.katex .llap > .inner {
  right: 0;
}
.katex .rlap > .inner,
.katex .clap > .inner {
  left: 0;
}
.katex .clap > .inner > span {
  margin-left: -50%;
  margin-right: 50%;
}
.katex .rule {
  display: inline-block;
  border: solid 0;
  position: relative;
}
.katex .overline .overline-line,
.katex .underline .underline-line,
.katex .hline {
  display: inline-block;
  width: 100%;
  border-bottom-style: solid;
}
.katex .hdashline {
  display: inline-block;
  width: 100%;
  border-bottom-style: dashed;
}
.katex .sqrt > .root {
  /* These values are taken from the definition of `\r@@t`,
             `\mkern 5mu` and `\mkern -10mu`. */
  margin-left: 0.27777778em;
  margin-right: -0.55555556em;
}
.katex .sizing.reset-size1.size1,
.katex .fontsize-ensurer.reset-size1.size1 {
  font-size: 1em;
}
.katex .sizing.reset-size1.size2,
.katex .fontsize-ensurer.reset-size1.size2 {
  font-size: 1.2em;
}
.katex .sizing.reset-size1.size3,
.katex .fontsize-ensurer.reset-size1.size3 {
  font-size: 1.4em;
}
.katex .sizing.reset-size1.size4,
.katex .fontsize-ensurer.reset-size1.size4 {
  font-size: 1.6em;
}
.katex .sizing.reset-size1.size5,
.katex .fontsize-ensurer.reset-size1.size5 {
  font-size: 1.8em;
}
.katex .sizing.reset-size1.size6,
.katex .fontsize-ensurer.reset-size1.size6 {
  font-size: 2em;
}
.katex .sizing.reset-size1.size7,
.katex .fontsize-ensurer.reset-size1.size7 {
  font-size: 2.4em;
}
.katex .sizing.reset-size1.size8,
.katex .fontsize-ensurer.reset-size1.size8 {
  font-size: 2.88em;
}
.katex .sizing.reset-size1.size9,
.katex .fontsize-ensurer.reset-size1.size9 {
  font-size: 3.456em;
}
.katex .sizing.reset-size1.size10,
.katex .fontsize-ensurer.reset-size1.size10 {
  font-size: 4.148em;
}
.katex .sizing.reset-size1.size11,
.katex .fontsize-ensurer.reset-size1.size11 {
  font-size: 4.976em;
}
.katex .sizing.reset-size2.size1,
.katex .fontsize-ensurer.reset-size2.size1 {
  font-size: 0.83333333em;
}
.katex .sizing.reset-size2.size2,
.katex .fontsize-ensurer.reset-size2.size2 {
  font-size: 1em;
}
.katex .sizing.reset-size2.size3,
.katex .fontsize-ensurer.reset-size2.size3 {
  font-size: 1.16666667em;
}
.katex .sizing.reset-size2.size4,
.katex .fontsize-ensurer.reset-size2.size4 {
  font-size: 1.33333333em;
}
.katex .sizing.reset-size2.size5,
.katex .fontsize-ensurer.reset-size2.size5 {
  font-size: 1.5em;
}
.katex .sizing.reset-size2.size6,
.katex .fontsize-ensurer.reset-size2.size6 {
  font-size: 1.66666667em;
}
.katex .sizing.reset-size2.size7,
.katex .fontsize-ensurer.reset-size2.size7 {
  font-size: 2em;
}
.katex .sizing.reset-size2.size8,
.katex .fontsize-ensurer.reset-size2.size8 {
  font-size: 2.4em;
}
.katex .sizing.reset-size2.size9,
.katex .fontsize-ensurer.reset-size2.size9 {
  font-size: 2.88em;
}
.katex .sizing.reset-size2.size10,
.katex .fontsize-ensurer.reset-size2.size10 {
  font-size: 3.45666667em;
}
.katex .sizing.reset-size2.size11,
.katex .fontsize-ensurer.reset-size2.size11 {
  font-size: 4.14666667em;
}
.katex .sizing.reset-size3.size1,
.katex .fontsize-ensurer.reset-size3.size1 {
  font-size: 0.71428571em;
}
.katex .sizing.reset-size3.size2,
.katex .fontsize-ensurer.reset-size3.size2 {
  font-size: 0.85714286em;
}
.katex .sizing.reset-size3.size3,
.katex .fontsize-ensurer.reset-size3.size3 {
  font-size: 1em;
}
.katex .sizing.reset-size3.size4,
.katex .fontsize-ensurer.reset-size3.size4 {
  font-size: 1.14285714em;
}
.katex .sizing.reset-size3.size5,
.katex .fontsize-ensurer.reset-size3.size5 {
  font-size: 1.28571429em;
}
.katex .sizing.reset-size3.size6,
.katex .fontsize-ensurer.reset-size3.size6 {
  font-size: 1.42857143em;
}
.katex .sizing.reset-size3.size7,
.katex .fontsize-ensurer.reset-size3.size7 {
  font-size: 1.71428571em;
}
.katex .sizing.reset-size3.size8,
.katex .fontsize-ensurer.reset-size3.size8 {
  font-size: 2.05714286em;
}
.katex .sizing.reset-size3.size9,
.katex .fontsize-ensurer.reset-size3.size9 {
  font-size: 2.46857143em;
}
.katex .sizing.reset-size3.size10,
.katex .fontsize-ensurer.reset-size3.size10 {
  font-size: 2.96285714em;
}
.katex .sizing.reset-size3.size11,
.katex .fontsize-ensurer.reset-size3.size11 {
  font-size: 3.55428571em;
}
.katex .sizing.reset-size4.size1,
.katex .fontsize-ensurer.reset-size4.size1 {
  font-size: 0.625em;
}
.katex .sizing.reset-size4.size2,
.katex .fontsize-ensurer.reset-size4.size2 {
  font-size: 0.75em;
}
.katex .sizing.reset-size4.size3,
.katex .fontsize-ensurer.reset-size4.size3 {
  font-size: 0.875em;
}
.katex .sizing.reset-size4.size4,
.katex .fontsize-ensurer.reset-size4.size4 {
  font-size: 1em;
}
.katex .sizing.reset-size4.size5,
.katex .fontsize-ensurer.reset-size4.size5 {
  font-size: 1.125em;
}
.katex .sizing.reset-size4.size6,
.katex .fontsize-ensurer.reset-size4.size6 {
  font-size: 1.25em;
}
.katex .sizing.reset-size4.size7,
.katex .fontsize-ensurer.reset-size4.size7 {
  font-size: 1.5em;
}
.katex .sizing.reset-size4.size8,
.katex .fontsize-ensurer.reset-size4.size8 {
  font-size: 1.8em;
}
.katex .sizing.reset-size4.size9,
.katex .fontsize-ensurer.reset-size4.size9 {
  font-size: 2.16em;
}
.katex .sizing.reset-size4.size10,
.katex .fontsize-ensurer.reset-size4.size10 {
  font-size: 2.5925em;
}
.katex .sizing.reset-size4.size11,
.katex .fontsize-ensurer.reset-size4.size11 {
  font-size: 3.11em;
}
.katex .sizing.reset-size5.size1,
.katex .fontsize-ensurer.reset-size5.size1 {
  font-size: 0.55555556em;
}
.katex .sizing.reset-size5.size2,
.katex .fontsize-ensurer.reset-size5.size2 {
  font-size: 0.66666667em;
}
.katex .sizing.reset-size5.size3,
.katex .fontsize-ensurer.reset-size5.size3 {
  font-size: 0.77777778em;
}
.katex .sizing.reset-size5.size4,
.katex .fontsize-ensurer.reset-size5.size4 {
  font-size: 0.88888889em;
}
.katex .sizing.reset-size5.size5,
.katex .fontsize-ensurer.reset-size5.size5 {
  font-size: 1em;
}
.katex .sizing.reset-size5.size6,
.katex .fontsize-ensurer.reset-size5.size6 {
  font-size: 1.11111111em;
}
.katex .sizing.reset-size5.size7,
.katex .fontsize-ensurer.reset-size5.size7 {
  font-size: 1.33333333em;
}
.katex .sizing.reset-size5.size8,
.katex .fontsize-ensurer.reset-size5.size8 {
  font-size: 1.6em;
}
.katex .sizing.reset-size5.size9,
.katex .fontsize-ensurer.reset-size5.size9 {
  font-size: 1.92em;
}
.katex .sizing.reset-size5.size10,
.katex .fontsize-ensurer.reset-size5.size10 {
  font-size: 2.30444444em;
}
.katex .sizing.reset-size5.size11,
.katex .fontsize-ensurer.reset-size5.size11 {
  font-size: 2.76444444em;
}
.katex .sizing.reset-size6.size1,
.katex .fontsize-ensurer.reset-size6.size1 {
  font-size: 0.5em;
}
.katex .sizing.reset-size6.size2,
.katex .fontsize-ensurer.reset-size6.size2 {
  font-size: 0.6em;
}
.katex .sizing.reset-size6.size3,
.katex .fontsize-ensurer.reset-size6.size3 {
  font-size: 0.7em;
}
.katex .sizing.reset-size6.size4,
.katex .fontsize-ensurer.reset-size6.size4 {
  font-size: 0.8em;
}
.katex .sizing.reset-size6.size5,
.katex .fontsize-ensurer.reset-size6.size5 {
  font-size: 0.9em;
}
.katex .sizing.reset-size6.size6,
.katex .fontsize-ensurer.reset-size6.size6 {
  font-size: 1em;
}
.katex .sizing.reset-size6.size7,
.katex .fontsize-ensurer.reset-size6.size7 {
  font-size: 1.2em;
}
.katex .sizing.reset-size6.size8,
.katex .fontsize-ensurer.reset-size6.size8 {
  font-size: 1.44em;
}
.katex .sizing.reset-size6.size9,
.katex .fontsize-ensurer.reset-size6.size9 {
  font-size: 1.728em;
}
.katex .sizing.reset-size6.size10,
.katex .fontsize-ensurer.reset-size6.size10 {
  font-size: 2.074em;
}
.katex .sizing.reset-size6.size11,
.katex .fontsize-ensurer.reset-size6.size11 {
  font-size: 2.488em;
}
.katex .sizing.reset-size7.size1,
.katex .fontsize-ensurer.reset-size7.size1 {
  font-size: 0.41666667em;
}
.katex .sizing.reset-size7.size2,
.katex .fontsize-ensurer.reset-size7.size2 {
  font-size: 0.5em;
}
.katex .sizing.reset-size7.size3,
.katex .fontsize-ensurer.reset-size7.size3 {
  font-size: 0.58333333em;
}
.katex .sizing.reset-size7.size4,
.katex .fontsize-ensurer.reset-size7.size4 {
  font-size: 0.66666667em;
}
.katex .sizing.reset-size7.size5,
.katex .fontsize-ensurer.reset-size7.size5 {
  font-size: 0.75em;
}
.katex .sizing.reset-size7.size6,
.katex .fontsize-ensurer.reset-size7.size6 {
  font-size: 0.83333333em;
}
.katex .sizing.reset-size7.size7,
.katex .fontsize-ensurer.reset-size7.size7 {
  font-size: 1em;
}
.katex .sizing.reset-size7.size8,
.katex .fontsize-ensurer.reset-size7.size8 {
  font-size: 1.2em;
}
.katex .sizing.reset-size7.size9,
.katex .fontsize-ensurer.reset-size7.size9 {
  font-size: 1.44em;
}
.katex .sizing.reset-size7.size10,
.katex .fontsize-ensurer.reset-size7.size10 {
  font-size: 1.72833333em;
}
.katex .sizing.reset-size7.size11,
.katex .fontsize-ensurer.reset-size7.size11 {
  font-size: 2.07333333em;
}
.katex .sizing.reset-size8.size1,
.katex .fontsize-ensurer.reset-size8.size1 {
  font-size: 0.34722222em;
}
.katex .sizing.reset-size8.size2,
.katex .fontsize-ensurer.reset-size8.size2 {
  font-size: 0.41666667em;
}
.katex .sizing.reset-size8.size3,
.katex .fontsize-ensurer.reset-size8.size3 {
  font-size: 0.48611111em;
}
.katex .sizing.reset-size8.size4,
.katex .fontsize-ensurer.reset-size8.size4 {
  font-size: 0.55555556em;
}
.katex .sizing.reset-size8.size5,
.katex .fontsize-ensurer.reset-size8.size5 {
  font-size: 0.625em;
}
.katex .sizing.reset-size8.size6,
.katex .fontsize-ensurer.reset-size8.size6 {
  font-size: 0.69444444em;
}
.katex .sizing.reset-size8.size7,
.katex .fontsize-ensurer.reset-size8.size7 {
  font-size: 0.83333333em;
}
.katex .sizing.reset-size8.size8,
.katex .fontsize-ensurer.reset-size8.size8 {
  font-size: 1em;
}
.katex .sizing.reset-size8.size9,
.katex .fontsize-ensurer.reset-size8.size9 {
  font-size: 1.2em;
}
.katex .sizing.reset-size8.size10,
.katex .fontsize-ensurer.reset-size8.size10 {
  font-size: 1.44027778em;
}
.katex .sizing.reset-size8.size11,
.katex .fontsize-ensurer.reset-size8.size11 {
  font-size: 1.72777778em;
}
.katex .sizing.reset-size9.size1,
.katex .fontsize-ensurer.reset-size9.size1 {
  font-size: 0.28935185em;
}
.katex .sizing.reset-size9.size2,
.katex .fontsize-ensurer.reset-size9.size2 {
  font-size: 0.34722222em;
}
.katex .sizing.reset-size9.size3,
.katex .fontsize-ensurer.reset-size9.size3 {
  font-size: 0.40509259em;
}
.katex .sizing.reset-size9.size4,
.katex .fontsize-ensurer.reset-size9.size4 {
  font-size: 0.46296296em;
}
.katex .sizing.reset-size9.size5,
.katex .fontsize-ensurer.reset-size9.size5 {
  font-size: 0.52083333em;
}
.katex .sizing.reset-size9.size6,
.katex .fontsize-ensurer.reset-size9.size6 {
  font-size: 0.5787037em;
}
.katex .sizing.reset-size9.size7,
.katex .fontsize-ensurer.reset-size9.size7 {
  font-size: 0.69444444em;
}
.katex .sizing.reset-size9.size8,
.katex .fontsize-ensurer.reset-size9.size8 {
  font-size: 0.83333333em;
}
.katex .sizing.reset-size9.size9,
.katex .fontsize-ensurer.reset-size9.size9 {
  font-size: 1em;
}
.katex .sizing.reset-size9.size10,
.katex .fontsize-ensurer.reset-size9.size10 {
  font-size: 1.20023148em;
}
.katex .sizing.reset-size9.size11,
.katex .fontsize-ensurer.reset-size9.size11 {
  font-size: 1.43981481em;
}
.katex .sizing.reset-size10.size1,
.katex .fontsize-ensurer.reset-size10.size1 {
  font-size: 0.24108004em;
}
.katex .sizing.reset-size10.size2,
.katex .fontsize-ensurer.reset-size10.size2 {
  font-size: 0.28929605em;
}
.katex .sizing.reset-size10.size3,
.katex .fontsize-ensurer.reset-size10.size3 {
  font-size: 0.33751205em;
}
.katex .sizing.reset-size10.size4,
.katex .fontsize-ensurer.reset-size10.size4 {
  font-size: 0.38572806em;
}
.katex .sizing.reset-size10.size5,
.katex .fontsize-ensurer.reset-size10.size5 {
  font-size: 0.43394407em;
}
.katex .sizing.reset-size10.size6,
.katex .fontsize-ensurer.reset-size10.size6 {
  font-size: 0.48216008em;
}
.katex .sizing.reset-size10.size7,
.katex .fontsize-ensurer.reset-size10.size7 {
  font-size: 0.57859209em;
}
.katex .sizing.reset-size10.size8,
.katex .fontsize-ensurer.reset-size10.size8 {
  font-size: 0.69431051em;
}
.katex .sizing.reset-size10.size9,
.katex .fontsize-ensurer.reset-size10.size9 {
  font-size: 0.83317261em;
}
.katex .sizing.reset-size10.size10,
.katex .fontsize-ensurer.reset-size10.size10 {
  font-size: 1em;
}
.katex .sizing.reset-size10.size11,
.katex .fontsize-ensurer.reset-size10.size11 {
  font-size: 1.19961427em;
}
.katex .sizing.reset-size11.size1,
.katex .fontsize-ensurer.reset-size11.size1 {
  font-size: 0.20096463em;
}
.katex .sizing.reset-size11.size2,
.katex .fontsize-ensurer.reset-size11.size2 {
  font-size: 0.24115756em;
}
.katex .sizing.reset-size11.size3,
.katex .fontsize-ensurer.reset-size11.size3 {
  font-size: 0.28135048em;
}
.katex .sizing.reset-size11.size4,
.katex .fontsize-ensurer.reset-size11.size4 {
  font-size: 0.32154341em;
}
.katex .sizing.reset-size11.size5,
.katex .fontsize-ensurer.reset-size11.size5 {
  font-size: 0.36173633em;
}
.katex .sizing.reset-size11.size6,
.katex .fontsize-ensurer.reset-size11.size6 {
  font-size: 0.40192926em;
}
.katex .sizing.reset-size11.size7,
.katex .fontsize-ensurer.reset-size11.size7 {
  font-size: 0.48231511em;
}
.katex .sizing.reset-size11.size8,
.katex .fontsize-ensurer.reset-size11.size8 {
  font-size: 0.57877814em;
}
.katex .sizing.reset-size11.size9,
.katex .fontsize-ensurer.reset-size11.size9 {
  font-size: 0.69453376em;
}
.katex .sizing.reset-size11.size10,
.katex .fontsize-ensurer.reset-size11.size10 {
  font-size: 0.83360129em;
}
.katex .sizing.reset-size11.size11,
.katex .fontsize-ensurer.reset-size11.size11 {
  font-size: 1em;
}
.katex .delimsizing.size1 {
  font-family: KaTeX_Size1;
}
.katex .delimsizing.size2 {
  font-family: KaTeX_Size2;
}
.katex .delimsizing.size3 {
  font-family: KaTeX_Size3;
}
.katex .delimsizing.size4 {
  font-family: KaTeX_Size4;
}
.katex .delimsizing.mult .delim-size1 > span {
  font-family: KaTeX_Size1;
}
.katex .delimsizing.mult .delim-size4 > span {
  font-family: KaTeX_Size4;
}
.katex .nulldelimiter {
  display: inline-block;
  width: 0.12em;
}
.katex .delimcenter {
  position: relative;
}
.katex .op-symbol {
  position: relative;
}
.katex .op-symbol.small-op {
  font-family: KaTeX_Size1;
}
.katex .op-symbol.large-op {
  font-family: KaTeX_Size2;
}
.katex .op-limits > .vlist-t {
  text-align: center;
}
.katex .accent > .vlist-t {
  text-align: center;
}
.katex .accent .accent-body {
  position: relative;
}
.katex .accent .accent-body:not(.accent-full) {
  width: 0;
}
.katex .overlay {
  display: block;
}
.katex .mtable .vertical-separator {
  display: inline-block;
  min-width: 1px;
}
.katex .mtable .arraycolsep {
  display: inline-block;
}
.katex .mtable .col-align-c > .vlist-t {
  text-align: center;
}
.katex .mtable .col-align-l > .vlist-t {
  text-align: left;
}
.katex .mtable .col-align-r > .vlist-t {
  text-align: right;
}
.katex .svg-align {
  text-align: left;
}
.katex svg {
  display: block;
  position: absolute;
  width: 100%;
  height: inherit;
  fill: currentColor;
  stroke: currentColor;
  fill-rule: nonzero;
  fill-opacity: 1;
  stroke-width: 1;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 4;
  stroke-dasharray: none;
  stroke-dashoffset: 0;
  stroke-opacity: 1;
}
.katex svg path {
  stroke: none;
}
.katex img {
  border-style: none;
  min-width: 0;
  min-height: 0;
  max-width: none;
  max-height: none;
}
.katex .stretchy {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.katex .stretchy::before,
.katex .stretchy::after {
  content: "";
}
.katex .hide-tail {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.katex .halfarrow-left {
  position: absolute;
  left: 0;
  width: 50.2%;
  overflow: hidden;
}
.katex .halfarrow-right {
  position: absolute;
  right: 0;
  width: 50.2%;
  overflow: hidden;
}
.katex .brace-left {
  position: absolute;
  left: 0;
  width: 25.1%;
  overflow: hidden;
}
.katex .brace-center {
  position: absolute;
  left: 25%;
  width: 50%;
  overflow: hidden;
}
.katex .brace-right {
  position: absolute;
  right: 0;
  width: 25.1%;
  overflow: hidden;
}
.katex .x-arrow-pad {
  padding: 0 0.5em;
}
.katex .cd-arrow-pad {
  padding: 0 0.55556em 0 0.27778em;
}
.katex .x-arrow,
.katex .mover,
.katex .munder {
  text-align: center;
}
.katex .boxpad {
  padding: 0 0.3em 0 0.3em;
}
.katex .fbox,
.katex .fcolorbox {
  box-sizing: border-box;
  border: 0.04em solid;
}
.katex .cancel-pad {
  padding: 0 0.2em 0 0.2em;
}
.katex .cancel-lap {
  margin-left: -0.2em;
  margin-right: -0.2em;
}
.katex .sout {
  border-bottom-style: solid;
  border-bottom-width: 0.08em;
}
.katex .angl {
  box-sizing: border-box;
  border-top: 0.049em solid;
  border-right: 0.049em solid;
  margin-right: 0.03889em;
}
.katex .anglpad {
  padding: 0 0.03889em 0 0.03889em;
}
.katex .eqn-num::before {
  counter-increment: katexEqnNo;
  content: "(" counter(katexEqnNo) ")";
}
.katex .mml-eqn-num::before {
  counter-increment: mmlEqnNo;
  content: "(" counter(mmlEqnNo) ")";
}
.katex .mtr-glue {
  width: 50%;
}
.katex .cd-vert-arrow {
  display: inline-block;
  position: relative;
}
.katex .cd-label-left {
  display: inline-block;
  position: absolute;
  right: calc(50% + 0.3em);
  text-align: left;
}
.katex .cd-label-right {
  display: inline-block;
  position: absolute;
  left: calc(50% + 0.3em);
  text-align: right;
}
.katex-display {
  display: block;
  margin: 1em 0;
  text-align: center;
}
.katex-display > .katex {
  display: block;
  text-align: center;
  white-space: nowrap;
}
.katex-display > .katex > .katex-html {
  display: block;
  position: relative;
}
.katex-display > .katex > .katex-html > .tag {
  position: absolute;
  right: 0;
}
.katex-display.leqno > .katex > .katex-html > .tag {
  left: 0;
  right: auto;
}
.katex-display.fleqn > .katex {
  text-align: left;
  padding-left: 2em;
}
body {
  counter-reset: katexEqnNo mmlEqnNo;
}

/*
! tailwindcss v3.1.3 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-0 {
  top: 0px;
}
.z-10 {
  z-index: 10;
}
.ml-14 {
  margin-left: 3.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.w-full {
  width: 100%;
}
.w-20 {
  width: 5rem;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
.flex-wrap {
  flex-wrap: wrap;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.rounded {
  border-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-violet-500 {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-to: rgb(139 92 246 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-fuchsia-500 {
  --tw-gradient-to: #d946ef;
}
.p-2 {
  padding: 0.5rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.pl-14 {
  padding-left: 3.5rem;
}
.text-left {
  text-align: left;
}
.font-bold {
  font-weight: 700;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}body {
  background-color: #444;
}
#app {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 480px;
  overflow: hidden;
  height: 100vh;
  height: calc(var(--vh) * 100);
  margin: 0 auto;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  text-align: center;
  background-image: linear-gradient(180.2deg, #1e2130 6.8%, #4a626e 131%);
  background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
  transform: translateX(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}