.mode.svelte-wtjz6b {
  cursor: pointer;
  position: relative;
  overflow: clip;
  transition: transform 0.25s ease;
  text-decoration: none;
  color: currentColor;
  display: grid;
  grid-auto-flow: row;
  height: 100%;
  width: 100%;
  padding: 1rem;
  gap: 0.5rem;
  border-radius: 10px;
  border: 2px solid currentColor;
  background-blend-mode: lighten;
}
.mode.svelte-wtjz6b:hover, .mode.svelte-wtjz6b:active {
  transform: scale(1.05);
}
.mode.svelte-wtjz6b h3:where(.svelte-wtjz6b) {
  margin: 0;
}
.mode.svelte-wtjz6b .action {
  display: flex;
  align-items: center;
}
.mode.svelte-wtjz6b .yellow {
  stroke-width: 1px;
  stroke: currentColor;
}
.mode.svelte-wtjz6b .controls:where(.svelte-wtjz6b) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 0.5rem;
}
@media (min-width: 901px) {
  .mode.svelte-wtjz6b .controls:where(.svelte-wtjz6b) {
    margin-block-start: 1rem;
    justify-self: end;
  }
}

.icon-name.svelte-wtjz6b {
  width: 90%;
  justify-self: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.icon.svelte-wtjz6b {
  justify-self: flex-start;
}

.tutorial-button.svelte-wtjz6b {
  display: flex;
  justify-content: flex-end;
}
.tutorial-button.svelte-wtjz6b svg {
  width: 32px;
  height: 32px;
}

.description.svelte-wtjz6b {
  margin: 0.25em 0;
  font-size: 1rem;
}

html.dark-mode .mode .action,
.mode .action {
  background-color: transparent;
}
html.dark-mode .mode .action:hover,
.mode .action:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
html.dark-mode .mode .action:active,
.mode .action:active {
  background-color: rgba(255, 255, 255, 0.6);
}

html.dark-mode .tutorial-button .action,
.tutorial-button .action {
  border: none;
}

.leaderboard svg {
  overflow: visible;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 3px;
}.button-container.svelte-19s1bjf button {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.button-container.svelte-19s1bjf svg {
  font-size: 24px;
  margin-left: auto;
}.header.svelte-1uha8ag {
  width: 720px;
  display: grid;
  justify-content: space-between;
  justify-items: center;
  align-items: start;
  grid-template-columns: auto 1fr auto;
  row-gap: 1rem;
  padding: 0.5rem;
}
.header.svelte-1uha8ag .header-group:where(.svelte-1uha8ag) {
  grid-row: 1;
  display: flex;
  flex-direction: row;
  gap: 0.5em;
}
.header.svelte-1uha8ag .logo {
  grid-row: 1;
  grid-column: 2;
}
.header.svelte-1uha8ag .right:where(.svelte-1uha8ag) {
  grid-column: 3;
}
@media (max-width: 900px) {
  .header.svelte-1uha8ag {
    width: 100%;
    max-width: 480px;
    grid-template-rows: auto auto;
    padding: 0;
    padding-bottom: 0.5rem;
  }
  .header.svelte-1uha8ag .logo {
    transform: scale(0.8);
    grid-column: 1/4;
    grid-row: 2;
  }
}
@media (max-width: 420px) {
  .header.svelte-1uha8ag .logo {
    transform: scale(0.7);
  }
}
@media (max-width: 360px) {
  .header.svelte-1uha8ag .logo {
    transform: scale(0.6);
  }
}

.content.svelte-1uha8ag {
  height: 100%;
  overflow: auto;
}

.modes.svelte-1uha8ag {
  height: 100%;
  overflow: auto;
  display: grid;
  overflow: auto;
  grid-template-columns: 1fr 1fr;
  padding: 1rem;
  gap: 1rem;
  max-width: 720px;
}
@media (max-width: 900px) {
  .modes.svelte-1uha8ag {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
}
@media (max-width: 360px) {
  .modes.svelte-1uha8ag {
    max-width: 360px;
  }
}

footer.svelte-1uha8ag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 0.5rem;
  gap: 1rem;
}
@media (max-width: 900px) {
  footer.svelte-1uha8ag {
    gap: 0.5rem;
  }
}

.conditions.svelte-1uha8ag {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: -1em;
}