@charset "UTF-8";

    .drawer.svelte-jjlvp3 {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        transition: z-index var(--duration) step-end;
    }

    .drawer.open.svelte-jjlvp3 {
        z-index: 99;
        transition: z-index var(--duration) step-start;
    }

    .overlay.svelte-jjlvp3 {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(100, 100, 100, 0.5);
        opacity: 0;
        z-index: 2;
        transition: opacity var(--duration) ease;
    }

    .drawer.open.svelte-jjlvp3 .overlay:where(.svelte-jjlvp3) {
        opacity: 1;
    }

    .panel.svelte-jjlvp3 {
        position: fixed;
        width: 100%;
        height: 100%;
        background: white;
        z-index: 3;
        transition: transform var(--duration) ease;
        overflow: auto;
    }

    .panel.left.svelte-jjlvp3 {
        left: 0;
        transform: translate(-100%, 0);
    }

    .panel.right.svelte-jjlvp3 {
        right: 0;
        transform: translate(100%, 0);
    }

    .panel.top.svelte-jjlvp3 {
        top: 0;
        transform: translate(0, -100%);
    }

    .panel.bottom.svelte-jjlvp3 {
        bottom: 0;
        transform: translate(0, 100%);
    }

    .panel.left.size.svelte-jjlvp3,
    .panel.right.size.svelte-jjlvp3 {
        max-width: var(--size);
    }

    .panel.top.size.svelte-jjlvp3,
    .panel.bottom.size.svelte-jjlvp3 {
        max-height: var(--size);
    }

    .drawer.open.svelte-jjlvp3 .panel:where(.svelte-jjlvp3) {
        transform: translate(0, 0);
    }

.star-container.svelte-wywvb5 {
  margin-left: -0.1em;
  display: flex;
  justify-content: center;
}
.star-container.svelte-wywvb5 svg {
  margin-right: -0.1em;
}
@media (max-width: 500px) {
  .star-container.svelte-wywvb5 {
    margin-left: -0.4em;
  }
  .star-container.svelte-wywvb5 .star {
    margin-right: -0.4em;
  }
}
  .flip.svelte-18h4i1u {
    grid-row: 1/2;
    grid-column: 1/2;
  }
.stars.svelte-14soqq1 {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  gap: 0.2em;
}
.stars.vertical.svelte-14soqq1 {
  flex-direction: column;
}
.stars.svelte-14soqq1 span:where(.svelte-14soqq1) {
  display: flex;
  align-items: center;
  justify-content: center;
}
  .canvas.svelte-7wvx1l {
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
.all-clear.svelte-16yvb66 {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1em;
}.shadow-container.svelte-ax73gx {
  position: absolute;
  z-index: 400;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.1);
}

html:not(.dark-mode) .shadow-container.svelte-ax73gx {
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.4);
}

html.dark-mode .shadow-container.blue.svelte-ax73gx {
  box-shadow: 0px 8px 16px 8px rgba(0, 93, 223, 0.8);
  box-shadow: 0px 16px 32px 8px rgba(0, 93, 223, 0.4);
}
html.dark-mode .shadow-container.green.svelte-ax73gx {
  box-shadow: 0px 8px 16px 8px rgba(0, 118, 45, 0.8);
  box-shadow: 0px 16px 32px 8px rgba(0, 118, 45, 0.4);
}
html.dark-mode .shadow-container.purple.svelte-ax73gx {
  box-shadow: 0px 8px 16px 8px rgba(112, 66, 112, 0.8);
  box-shadow: 0px 16px 32px 8px rgba(112, 66, 112, 0.4);
}
html.dark-mode .shadow-container.red.svelte-ax73gx {
  box-shadow: 0px 8px 16px 8px rgba(224, 66, 0, 0.8);
  box-shadow: 0px 16px 32px 8px rgba(224, 66, 0, 0.4);
}
html.dark-mode .shadow-container.orange.svelte-ax73gx {
  box-shadow: 0px 8px 16px 8px rgba(224, 131, 0, 0.8);
  box-shadow: 0px 16px 32px 8px rgba(224, 131, 0, 0.4);
}
html.dark-mode .shadow-container.daily-vertical.svelte-ax73gx {
  box-shadow: 0px 8px 16px 8px rgba(33, 158, 188, 0.8);
  box-shadow: 0px 16px 32px 8px rgba(33, 158, 188, 0.4);
}
html.dark-mode .shadow-container.daily-horizontal.svelte-ax73gx {
  box-shadow: 0px 8px 16px 8px rgba(251, 133, 0, 0.8);
  box-shadow: 0px 16px 32px 8px rgba(251, 133, 0, 0.4);
}.svelte-12f8aji:export {
  text: #333;
  background: white;
  status-warn: #ffd740;
  star: #f9d923;
  star-bonus: #36ae7c;
  star-penalty: #eb5353;
  daily-vertical-dark: #219ebc;
  daily-horizontal-dark: #fb8500;
  daily-selected-dark: #8ecae6;
  daily-vertical-light: #8ecae6;
  daily-horizontal-light: #ffb703;
  daily-selected-light: #023047;
  tile-default-light: #f5f6fa;
  tile-default-dark: #2f3640;
  tile-blue-light: #d0e6e9;
  tile-blue-dark: #005ddf;
  tile-green-light: #afda8b;
  tile-green-dark: #00762d;
  tile-orange-light: #c39a41;
  tile-orange-dark: #e08300;
  tile-purple-light: #c48bda;
  tile-purple-dark: #704270;
  tile-red-light: #d47792;
  tile-red-dark: #e04200;
  multiplier-2-light: #dcf381;
  multiplier-3-light: #f28080;
  multiplier-4-light: #8282f2;
  multiplier-2-dark: #9a6818;
  multiplier-3-dark: #9a181f;
  multiplier-4-dark: #187498;
}

.board.svelte-12f8aji {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.board.svelte-12f8aji .board-inner:where(.svelte-12f8aji) {
  pointer-events: all;
  position: relative;
  margin: auto;
}
.board.disabled.svelte-12f8aji .tile {
  cursor: initial;
}

.tile-container.svelte-12f8aji {
  display: grid;
  position: absolute;
  z-index: 499;
  width: var(--tile-width);
  height: var(--tile-height);
}
.tile-container.flying.svelte-12f8aji {
  transition: z-index 0s;
  z-index: 501;
}
.tile-container.returning.svelte-12f8aji {
  transition: z-index 0s ease calc(var(--speed) / 2), transform calc(var(--speed) / 2) ease;
  z-index: 500;
}
.tile-container.svelte-12f8aji::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: opacity ease var(--speed) 0.1s;
  opacity: 0;
}
html.theme-light .tile-container.svelte-12f8aji::after {
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.4);
}
html.theme-dark .tile-container.svelte-12f8aji::after {
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.4);
}
.tile-container.dragging.svelte-12f8aji::after {
  opacity: 1;
}
.tile-container.tutorial-active.svelte-12f8aji .tile {
  animation: svelte-12f8aji-tutorial-glow 1.5s ease-in-out infinite;
}

@keyframes svelte-12f8aji-tutorial-glow {
  0%, 100% {
    outline: 2px solid rgba(74, 222, 128, 0.3);
  }
  50% {
    outline: 5px solid rgb(74, 222, 128);
  }
}
  .title.svelte-1viu6b3 {
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    height: 1.5em;
    gap: 0.25em;
  }
  .star-container.svelte-1viu6b3 {
    display: flex;
    align-items: center;
  }
.pill.svelte-192f7b5 {
  font-family: "Fira Code", monospace;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 1em;
  padding: 0.25em 0.5em;
  font-weight: bold;
  font-size: 1rem;
  gap: 0.5em;
}
@media (min-width: 1024px) {
  .pill.svelte-192f7b5 {
    font-size: 1.25rem;
  }
}
.pill.svelte-192f7b5 svg {
  font-size: 24px;
}

.red.svelte-192f7b5 {
  background-color: #d47792;
  border: 1px solid rgb(173.9888268156, 55.0111731844, 89.5530726257);
}
html.dark-mode .red.svelte-192f7b5 {
  background-color: #e04200;
  border: none;
}

.green.svelte-192f7b5 {
  background-color: rgb(117.6315789474, 212.3684210526, 172.8947368421);
  border: 1px solid #36ae7c;
}
html.dark-mode .green.svelte-192f7b5 {
  background-color: rgb(41.9210526316, 135.0789473684, 96.2631578947);
  border: none;
}

.orange.svelte-192f7b5 {
  background-color: #c39a41;
  border: 1px solid rgb(120.08, 94.168, 37.92);
}
html.dark-mode .orange.svelte-192f7b5 {
  background-color: #e08300;
  border: none;
}

.purple.svelte-192f7b5 {
  background-color: #c48bda;
  border: 1px solid rgb(156.6666666667, 61.6666666667, 193.3333333333);
}
html.dark-mode .purple.svelte-192f7b5 {
  background-color: #704270;
  border: none;
}.bar-container.svelte-lrapl4 {
  grid-row: var(--row)/calc(var(--row) + 1);
  grid-column: bar;
  position: relative;
  color: white;
  display: flex;
  align-items: center;
}

.bar.svelte-lrapl4 {
  position: absolute;
  background-color: #f9d923;
  border: 1px solid rgb(221.1681415929, 188.9982300885, 6.0318584071);
  height: 1.5em;
  border-radius: 4px;
  width: var(--bar-width);
}
html.dark-mode .bar.svelte-lrapl4 {
  border: none;
  border-color: rgb(165.8761061947, 141.7486725664, 4.5238938053);
}
.bar.svelte-lrapl4:not(.active) {
  background-color: rgb(251.4, 232.2, 123);
  border-color: rgb(250.2, 224.6, 79);
}
.bar:not(.active).fullClear.svelte-lrapl4 {
  background-color: rgb(125.8736842105, 214.9263157895, 177.8210526316);
  border-color: rgb(82.8315789474, 201.5684210526, 152.0947368421);
}
html.dark-mode .bar.svelte-lrapl4:not(.active) {
  border: none;
  background-color: rgb(165.8761061947, 141.7486725664, 4.5238938053);
  border-color: rgb(110.5840707965, 94.4991150442, 3.0159292035);
}
html.dark-mode .bar:not(.active).fullClear.svelte-lrapl4 {
  background-color: rgb(32.4, 104.4, 74.4);
  border-color: rgb(21.6, 69.6, 49.6);
}
.bar.fullClear.svelte-lrapl4 {
  background-color: #36ae7c;
  border: 1px solid rgb(32.4, 104.4, 74.4);
}

.count.svelte-lrapl4 {
  z-index: 1;
  font-family: monospace;
  text-align: left;
  padding-left: 0.2em;
  color: black;
}
html.dark-mode .count.svelte-lrapl4:not(.active) {
  color: white;
}
.count.active.svelte-lrapl4 {
  font-weight: bold;
}.bars.svelte-149r2zk {
  display: grid;
  grid-template-columns: [stars] auto [bar] 1fr;
  row-gap: 0.5em;
  column-gap: 1em;
  width: 100%;
}

.zero-stars.svelte-149r2zk {
  display: inherit;
}
.zero-stars.svelte-149r2zk svg {
  font-size: 1.5em;
  color: #78909c;
}
.zero-stars.active.svelte-149r2zk svg {
  color: #eb5353;
}

.stars.svelte-149r2zk {
  grid-column: stars;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}.stat.svelte-1gzpmhm {
  display: flex;
  flex-direction: column;
  display: grid;
}
.stat.svelte-1gzpmhm .stat-number:where(.svelte-1gzpmhm) {
  grid-row: 1/2;
  grid-column: 1;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1em;
}.header.svelte-1pjg3rz {
  margin-top: 1em;
  margin-bottom: 1em;
}
.header.svelte-1pjg3rz .header-text:where(.svelte-1pjg3rz) {
  overflow: scroll;
  overflow-x: auto;
  overflow-y: hidden;
  grid-column: 2;
}
.header.svelte-1pjg3rz .main:where(.svelte-1pjg3rz) {
  margin: 0;
}

.stats.svelte-1pjg3rz {
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  gap: 3em;
}
@media (max-width: 900px) {
  .stats.svelte-1pjg3rz {
    gap: 2em;
  }
}

.chart-container.svelte-1pjg3rz {
  position: relative;
  overflow: hidden;
}
.chart-container.svelte-1pjg3rz .spinner:where(.svelte-1pjg3rz) {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}.letters-label.svelte-4e75ky {
  text-align: left;
}

.letters-container.svelte-4e75ky {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.2em;
}

.word-list.svelte-4e75ky {
  display: grid;
  gap: 0.5em;
}

.word-container.svelte-4e75ky {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.5em;
}
@media (min-width: 901px) {
  .word-container.svelte-4e75ky {
    padding-bottom: 1em;
  }
}
.word-container.svelte-4e75ky .word-score {
  margin: 0;
}

.result.svelte-4e75ky {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
  margin: 1em 0em;
}.title-container.svelte-mgl2qa {
  font-size: 1rem;
  margin: -0.5rem;
}

.board-container.svelte-mgl2qa * {
  pointer-events: none;
}

.title.svelte-mgl2qa {
  margin: 0;
}

.date.svelte-mgl2qa {
  font-size: 1rem;
  font-weight: 500;
  opacity: 60%;
  transform: translateX(0.5em);
}

.loading.svelte-mgl2qa {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content.svelte-mgl2qa {
  width: 100%;
  text-align: center;
}
.content.svelte-mgl2qa .tile-container {
  z-index: unset;
}

.controls.svelte-mgl2qa {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 1em;
}.loading.svelte-5j20fs {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2509803922);
  border-radius: 0 0 8px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header.svelte-5j20fs {
  display: flex;
  flex-direction: column;
}

table.svelte-5j20fs {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

th.svelte-5j20fs {
  width: 2.5em;
  border-bottom: 2px solid white;
  padding: 0.5em 0;
}

.month.svelte-5j20fs {
  font-size: 1.5em;
}

.total-stars.svelte-5j20fs {
  font-family: monospace;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.total-stars.svelte-5j20fs svg {
  margin-right: 0.5em;
}
.total-stars.svelte-5j20fs .hidden:where(.svelte-5j20fs) {
  opacity: 0;
}

.calendar-controls.svelte-5j20fs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

th.svelte-5j20fs,
td.svelte-5j20fs {
  text-align: center;
}

td.svelte-5j20fs {
  padding: 0.25em;
}

.date-cell.svelte-5j20fs {
  width: 100%;
  margin: auto;
  transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  cursor: pointer;
  font-weight: bold;
  color: #2f3640;
  background-color: hsl(213, 56%, 94.2%);
  padding: 0.75em 0.5em;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 999px;
  cursor: pointer;
}
.date-cell.hidden.svelte-5j20fs {
  opacity: 0;
}
.date-cell.selected.svelte-5j20fs {
  border-color: #2f3640;
}
.date-cell.svelte-5j20fs:hover {
  background-color: hsl(213, 56%, 82.6%);
}
.date-cell.svelte-5j20fs:active {
  background-color: hsl(213, 56%, 76.8%);
}
.date-cell.disabled.svelte-5j20fs {
  color: gray;
}
.date-cell.disabled.svelte-5j20fs:hover {
  background-color: hsl(213, 56%, 94.2%);
  cursor: initial;
}
html.dark-mode .date-cell.svelte-5j20fs {
  color: white;
  background-color: #2f3640;
}
html.dark-mode .date-cell.svelte-5j20fs:hover {
  background-color: rgb(63.8945945946, 73.4108108108, 87.0054054054);
}
html.dark-mode .date-cell.selected.svelte-5j20fs {
  border-color: white;
}
html.dark-mode .date-cell.svelte-5j20fs:active {
  background-color: rgb(80.7891891892, 92.8216216216, 110.0108108108);
}
html.dark-mode .date-cell.disabled.svelte-5j20fs {
  color: gray;
}
html.dark-mode .date-cell.disabled.svelte-5j20fs:hover {
  background-color: #2f3640;
  cursor: initial;
}

.date-text.svelte-5j20fs {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1;
}

@media (max-width: 900px) {
  .date-cell.svelte-5j20fs {
    padding: 0.5em;
  }
}
@media (max-width: 500px) {
  td.svelte-5j20fs {
    padding: 2px;
  }
  .date-cell.svelte-5j20fs {
    padding: 0.5em 0;
  }
  .date-text.svelte-5j20fs {
    font-size: 1.25em;
  }
}.star.svelte-149sh2z {
  color: #36ae7c;
}.title.svelte-ob961w {
  display: flex;
  gap: 0.5em;
  align-items: center;
  margin-top: -0.25em;
  margin-bottom: -0.75em;
}

@media (max-width: 899px) {
  .content.svelte-ob961w {
    margin: -0.5em;
  }
}

.spacer.svelte-ob961w {
  flex: 1;
}.container.svelte-1bufel0 {
  border: 2px solid black;
  border-radius: 1em;
  background-size: cover;
  background-position: center center;
  display: grid;
}
html.dark-mode .container.svelte-1bufel0 {
  border-color: white;
}

.soundtrack-button.svelte-1bufel0 {
  grid-row: 1/2;
  grid-column: 1/2;
}
.soundtrack-button.svelte-1bufel0 .action {
  border: none;
  width: 100%;
}

.audio-container.svelte-1bufel0 {
  grid-row: 1/2;
  grid-column: 1/2;
}

.header.svelte-1bufel0 {
  display: flex;
  justify-content: space-between;
  padding: 0.25rem;
}
.header.svelte-1bufel0 .action {
  padding: 8px !important;
  border: none;
  background-color: rgba(255, 255, 255, 0.5333333333) !important;
}

html.dark-mode .audio-container .action {
  background-color: rgba(0, 0, 0, 0.5333333333) !important;
}

.volume.svelte-1bufel0 {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
}
.volume.svelte-1bufel0 .slider-wrapper:where(.svelte-1bufel0) {
  width: 75%;
}

.track-name.svelte-1bufel0 {
  color: black;
  padding: 0.5em;
}
.track-name.svelte-1bufel0 span:where(.svelte-1bufel0) {
  padding: 0.25em 0.5em;
  border-radius: 0.5em;
  background-color: rgba(255, 255, 255, 0.5333333333) !important;
}
html.dark-mode .track-name.svelte-1bufel0 span:where(.svelte-1bufel0) {
  color: white;
  background-color: rgba(0, 0, 0, 0.5333333333) !important;
}

.music-controls.svelte-1bufel0 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1em;
  padding: 0.5em;
}
.music-controls.svelte-1bufel0 .action {
  border: none;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.5333333333) !important;
}

html.dark-mode .music-controls .action {
  background-color: rgba(0, 0, 0, 0.5333333333) !important;
}#leaderboard .title {
  margin: 0 auto;
}
#leaderboard .title h1.svelte-1gzti1b {
  margin-bottom: 0.25em;
}

.title-container.svelte-1gzti1b {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.title-container.svelte-1gzti1b .tab {
  font-size: 1rem;
}

.title.svelte-1gzti1b {
  font-size: 1rem;
  display: flex;
}
.title.svelte-1gzti1b h1:where(.svelte-1gzti1b) {
  margin: 0.5em 0;
}
.title.svelte-1gzti1b svg {
  transform: translateY(1em);
}

.content.svelte-1gzti1b {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
  #leaderboard-button > svg {
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 3px;
  }
.container.svelte-1ez72hj {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.container.svelte-1ez72hj * {
  pointer-events: none;
}

.shuffle-button.clicked.svelte-1ez72hj .action {
  animation-duration: 2s;
  animation-name: svelte-1ez72hj-ut32329;
}
@keyframes svelte-1ez72hj-ut32329 {
  0% {
    box-shadow: 0 0 0 0 rgba(54, 174, 124, 0.7);
  }
  25% {
    background-color: rgba(54, 174, 124, 0.7);
  }
  75% {
    background-color: initial;
    box-shadow: 0 0 0 10px rgba(54, 174, 124, 0);
  }
  100% {
    background-color: initial;
    box-shadow: 0 0 0 0 rgba(54, 174, 124, 0);
  }
}.container.svelte-1rc1dym {
  display: flex;
  pointer-events: none;
}
.container.svelte-1rc1dym * {
  pointer-events: none;
}.word.svelte-1b8is88 {
  position: absolute;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  column-gap: 0.25em;
  cursor: pointer;
}h3.svelte-g9fsvz {
  text-align: center;
  font-size: 1rem;
}

.grid.svelte-g9fsvz {
  display: grid;
  gap: 1em;
  justify-content: space-around;
  align-items: center;
}

.star-container.svelte-g9fsvz {
  display: flex;
  justify-content: center;
  align-items: center;
}

.board-container.svelte-g9fsvz * {
  pointer-events: none;
}
.board-container.svelte-g9fsvz .tile .score {
  display: none;
}
  .pointer-container.svelte-7weofw {
    position: relative;
  }
  .pointer.svelte-7weofw {
    display: none;
    position: absolute;
    z-index: 1000;
  }
.container.svelte-1dcfckv {
  position: relative;
  width: 48px;
  height: 48px;
}

.tile-container.svelte-1dcfckv {
  display: grid;
  width: 48px;
  height: 48px;
}
.tile-container.svelte-1dcfckv .tile {
  font-size: 20px;
}

@keyframes svelte-1dcfckv-move-pointer {
  0% {
    transform: translate(100px, 100px);
  }
  50% {
    transform: translate(80px, 80px);
  }
  60% {
    transform: translate(80px, 80px);
  }
  0% {
    transform: translate(100px, 100px);
  }
}.slide-container-outer.svelte-9ijs4r {
  z-index: var(--z-index);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  pointer-events: none;
}

.slide-container-inner.svelte-9ijs4r {
  height: 100%;
  z-index: 2;
  width: min(100%, var(--board-width) + 5 * var(--pad));
  margin: 0 auto;
  position: relative;
  overflow: auto;
  scroll-snap-type: y mandatory;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}
.slide-container-inner.svelte-9ijs4r::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}

.backdrop.svelte-9ijs4r {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, calc(0.75 * var(--scroll)));
}
.backdrop.open.svelte-9ijs4r {
  pointer-events: all;
}

.spacer.svelte-9ijs4r {
  scroll-snap-align: start;
  height: calc(100vh - var(--offset-height));
  height: calc(100dvh - var(--offset-height));
}
@media (min-width: 540px) {
  .spacer.svelte-9ijs4r {
    height: calc(100vh - var(--offset-height) - var(--pad));
    height: calc(100dvh - var(--offset-height) - var(--pad));
  }
}

.modal.svelte-9ijs4r {
  position: relative;
  height: 100vh;
  height: 100dvh;
  pointer-events: all;
  scroll-snap-align: start;
}
.modal.disabled.svelte-9ijs4r {
  pointer-events: none;
}
.modal.svelte-9ijs4r::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 8px 16px rgba(0, 0, 0, 0.1);
  opacity: min(1, 20 * var(--scroll));
}
@media (min-width: 540px) {
  .modal.svelte-9ijs4r::after {
    margin: var(--pad);
    width: calc(100% - 2 * var(--pad));
    height: calc(100vh - 2 * var(--pad));
    height: calc(100dvh - 2 * var(--pad));
  }
}
@media (min-width: 540px) {
  .modal.svelte-9ijs4r {
    padding: var(--pad);
  }
}

.modal-inner.svelte-9ijs4r {
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: white;
}
html.dark-mode .modal-inner.svelte-9ijs4r {
  background-color: #1d1e20;
}
@media (min-width: 481px) {
  .modal-inner.svelte-9ijs4r {
    border-radius: 4px;
  }
}

.handle-title.svelte-9ijs4r {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.handle.svelte-9ijs4r {
  pointer-events: none;
  position: relative;
  padding: 0 var(--pad);
  width: 100%;
  height: calc(2 * var(--handle-height));
  display: grid;
  grid-template-rows: 1fr 1fr;
  align-items: center;
  transform: translateY(calc(-50% * (1 - var(--scroll))));
}
.handle.svelte-9ijs4r :where(.svelte-9ijs4r) {
  pointer-events: all;
}
.handle.svelte-9ijs4r:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5em;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  opacity: calc(1 - var(--scroll));
}
.handle.svelte-9ijs4r .handle-display:where(.svelte-9ijs4r) {
  grid-row: 2;
}

.content.svelte-9ijs4r {
  width: 100%;
  height: 100%;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden;
}

.controls.svelte-9ijs4r {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 0.5em;
  padding: calc(var(--pad) / 2);
}
.svelte-126o1u8 {
  text-align: center;
}

.content.svelte-126o1u8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1em;
}
.content.svelte-126o1u8 .tile-container, .content.svelte-126o1u8 .tile {
  z-index: unset !important;
}
.content.svelte-126o1u8 h1,
.content.svelte-126o1u8 h2,
.content.svelte-126o1u8 h3,
.content.svelte-126o1u8 h4 {
  width: 100%;
}

h2.svelte-126o1u8 {
  margin-top: 2em;
  font-size: 1.125rem;
}

ul.svelte-126o1u8 {
  padding-left: 0;
}

li.svelte-126o1u8 {
  text-align: left;
  display: flex;
  align-items: center;
}
li.yes.svelte-126o1u8::before {
  content: "✔️";
  color: #1b5e20;
  margin-right: 1em;
}
li.no.svelte-126o1u8::before {
  content: "❌";
  color: #b71c1c;
  margin-right: 1em;
}

.word.svelte-126o1u8 {
  pointer-events: none;
  position: relative;
  width: 100%;
  height: 3rem;
}

.swap-chart.svelte-126o1u8 {
  font-size: 1.25rem;
  display: flex;
  width: fit-content;
  margin: 0 auto;
  flex-direction: column;
  gap: 0.25em;
}
.swap-chart.svelte-126o1u8 li:where(.svelte-126o1u8) {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1.5em auto 2.5em;
}
.swap-chart.svelte-126o1u8 li:where(.svelte-126o1u8) > :where(.svelte-126o1u8) {
  display: flex;
  align-items: center;
  justify-content: end;
}
.swap-chart.svelte-126o1u8 li:where(.svelte-126o1u8) :where(.svelte-126o1u8):last-of-type {
  display: flex;
  gap: 0.25em;
}

.subtitle.svelte-126o1u8 {
  margin: 0;
  margin-left: -2em;
  gap: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}.container-container.svelte-120j48n {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  width: 100%;
}
.container-container.svelte-120j48n * {
  pointer-events: none;
}

.board-container.svelte-120j48n .tile .score {
  display: none;
}.stars.svelte-kylo26 {
  position: absolute;
  top: var(--star-offset);
  left: var(--star-offset);
}

.star-background.svelte-kylo26 {
  align-self: center;
  width: var(--size);
  height: var(--size);
  border-radius: 999px;
  margin-left: auto;
  margin-right: auto;
}

.star.svelte-kylo26 {
  transition: all 0.2s;
  text-align: center;
  transform-origin: center;
  position: absolute;
  letter-spacing: 8px;
  width: var(--size);
  height: var(--size);
}.handle.svelte-sx936h {
  transition: all linear 0.5s, transform 0ms;
}.marquee.svelte-u395cr {
  font-size: 1rem;
  font-weight: bold;
  fill: currentColor;
  text-anchor: middle;
}.gauge-container.svelte-1ncyin5 {
  position: relative;
  margin: auto;
  text-align: center;
}

svg.svelte-1ncyin5 {
  overflow: visible;
}

.swaps.svelte-1ncyin5 {
  position: absolute;
  display: grid;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.5;
}

.swap-count.svelte-1ncyin5,
.swap-text.svelte-1ncyin5 {
  text-anchor: middle;
}

.swap-text.svelte-1ncyin5 {
  height: 0;
  grid-row: 2/3;
  grid-column: 1/2;
}

.swap-count.svelte-1ncyin5 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-weight: bold;
  font-size: 3em;
}
@media (max-height: 900px) {
  .swap-count.svelte-1ncyin5 {
    font-size: 2em;
  }
}circle.svelte-1ypplj8 {
  stroke-linecap: round;
  fill: transparent;
}

/* (unused) .gauge.lvl-1 {
  stroke: var(--color);
}*/

/* (unused) .gauge-handle.lvl-1 {
  fill: var(--color);
}*/

/* (unused) .gauge.lvl-2 {
  stroke: var(--color);
}*/

/* (unused) .gauge-handle.lvl-2 {
  fill: var(--color);
}*/

/* (unused) .gauge.lvl-3 {
  stroke: var(--color);
}*/

/* (unused) .gauge-handle.lvl-3 {
  fill: var(--color);
}*/

/* (unused) .gauge.lvl-4 {
  stroke: var(--color);
}*/

/* (unused) .gauge-handle.lvl-4 {
  fill: var(--color);
}*/

/* (unused) .gauge.lvl-5 {
  stroke: var(--color);
}*/

/* (unused) .gauge-handle.lvl-5 {
  fill: var(--color);
}*/

.gauge.svelte-1ypplj8 {
  stroke: var(--color);
}

/* (unused) .gauge-new {
  stroke: var(--stroke-color);
}*/.container.svelte-7mpkr8 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.container.svelte-7mpkr8 .penalty:where(.svelte-7mpkr8) {
  font-size: 1.25rem;
  margin-left: 1em;
}

.letters.svelte-7mpkr8 {
  display: grid;
  grid-auto-flow: column;
  gap: 0.25em;
}.svelte-1aa38j9 {
  text-align: center;
}

.content.svelte-1aa38j9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 1em;
}
.content.svelte-1aa38j9 .tile-container,
.content.svelte-1aa38j9 .tile {
  z-index: unset !important;
}
.content.svelte-1aa38j9 h1,
.content.svelte-1aa38j9 h2,
.content.svelte-1aa38j9 h3,
.content.svelte-1aa38j9 h4 {
  width: 100%;
}

h2.svelte-1aa38j9 {
  margin-top: 2em;
  font-size: 1.25rem;
}

.subtitle.svelte-1aa38j9 {
  margin: 0;
  margin-left: -2em;
  gap: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
  .text.svelte-9fhaek {
    position: relative;
  }
  .badge.svelte-9fhaek {
    position: absolute;
    top: -0.5em;
    right: 0;
    background-color: red;
    border-radius: 50%;
    width: 0.5em;
    height: 0.5em;
  }
  .icon-only.svelte-9fhaek {
    svg {
      scale: 1.25;
      margin: -1.25px -4px;
    }
    circle {
      display: none;
    }
  }
.drawer.open {
  z-index: 999 !important;
}

html.dark-mode .drawer .overlay {
  background: rgba(0, 0, 0, 0.5);
}

html.dark-mode .drawer .panel {
  background-color: #303237;
}

.close.svelte-ledzjv {
  color: currentColor;
  cursor: pointer;
}

.conditions.svelte-ledzjv {
  font-size: 0.8em;
  display: flex;
  justify-content: space-between;
}

.menu.svelte-ledzjv {
  display: grid;
  height: 100%;
  overflow: hidden;
}
.menu.svelte-ledzjv .action {
  border-radius: 1em;
  gap: 1em;
  padding: 0.75em 1em;
}

.title-container.svelte-ledzjv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em;
}
.title-container.svelte-ledzjv button:where(.svelte-ledzjv) {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

.menu-items.svelte-ledzjv {
  height: 100%;
  overflow: auto;
  display: grid;
  text-align: center;
  gap: 0.5em;
  padding: 0.5em;
  overflow-x: hidden;
}

.game-modes.svelte-ledzjv {
  display: grid;
  gap: 0.5em;
}

h1.svelte-ledzjv {
  margin: 0;
}

.action-group.svelte-ledzjv {
  border-radius: 1em;
}
.action-group.svelte-ledzjv button {
  background-color: transparent !important;
  width: 100%;
}
.action-group.svelte-ledzjv a {
  background-color: transparent !important;
  width: 100%;
}
.action-group.svelte-ledzjv :not(:first-child):not(:last-child) {
  border-top: none;
  border-radius: 0;
}
.action-group.svelte-ledzjv button:first-of-type {
  text-decoration: none;
  border-radius: 1em 1em 0 0;
}
.action-group.svelte-ledzjv a:first-of-type {
  text-decoration: none;
  border-radius: 1em 1em 0 0;
}
.action-group.svelte-ledzjv button:last-of-type {
  border-top: none;
  border-radius: 0 0 1em 1em;
}
.action-group.svelte-ledzjv a:last-of-type {
  border-top: none;
  border-radius: 0 0 1em 1em;
}

.divider.svelte-ledzjv {
  border-top: 2px solid;
  margin: 0.5em -0.5em;
}

.footer.svelte-ledzjv {
  align-self: end;
  margin-top: -0.5em;
  padding: 0.5rem;
  padding-top: 0;
}.container.svelte-u5ypwc {
  margin: auto;
  grid-template-rows: 1/2;
  grid-template-columns: 1/2;
}

.loading-dictionary.svelte-u5ypwc {
  margin-top: 8em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.75rem;
}