.sort-dropdown.svelte-v03scr {
  position: relative;
  width: 8em;
}
.sort-dropdown.svelte-v03scr button {
  width: 8em;
}

.icon.svelte-v03scr {
  display: flex;
  align-items: center;
  transform: rotate(-90deg);
}

.label.svelte-v03scr {
  display: inline-block;
}

.panel.svelte-v03scr {
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: bottom right;
  background-color: hsl(213, 56%, 94.2%);
  border: 2px solid #2f3640;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.15);
  z-index: 100;
  min-width: 100%;
}
html.dark-mode .panel.svelte-v03scr {
  background-color: #2f3640;
  border-color: white;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.5);
}

.option.svelte-v03scr {
  display: block;
  width: 100%;
  padding: 10px 16px;
  text-align: left;
  background: none;
  border: none;
  font-weight: bold;
  font-size: inherit;
  text-transform: uppercase;
  color: #2f3640;
  cursor: pointer;
  transition: background-color 0.1s;
  white-space: nowrap;
}
.option.svelte-v03scr:hover {
  background-color: hsl(213, 56%, 85.5%);
}
.option.active.svelte-v03scr {
  background-color: hsl(213, 56%, 88.4%);
}
html.dark-mode .option.svelte-v03scr {
  color: white;
}
html.dark-mode .option.svelte-v03scr:hover {
  background-color: rgb(72.3418918919, 83.1162162162, 98.5081081081);
}
html.dark-mode .option.active.svelte-v03scr {
  background-color: rgb(63.8945945946, 73.4108108108, 87.0054054054);
}.shadows.svelte-658yw9 {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  column-gap: 0.25em;
}
.shadows.svelte-658yw9 .shadow-container:where(.svelte-658yw9) {
  width: var(--tile-width);
  height: var(--tile-width);
}
  .canvas.svelte-ekcbcs {
    inset: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1000;
  }
.container.svelte-wyn19r {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.item-container.svelte-wyn19r {
  display: flex;
  align-items: center;
  padding: 0 var(--pad);
  animation: svelte-wyn19r-fadeIn 0.2s ease-out;
}

@keyframes svelte-wyn19r-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}.word-container.svelte-1dqjz3z {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.word-container.svelte-1dqjz3z .expand-button {
  width: 5rem;
}

.word-score.svelte-1dqjz3z {
  position: absolute;
  right: 0;
  font-weight: bold;
  font-size: 1.25rem;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 0.5em;
}@media (max-height: 899px) {
  .shuffle-container.svelte-1u58d0x {
    font-size: 1rem;
  }
}
.shuffle-container.svelte-1u58d0x span:where(.svelte-1u58d0x) {
  padding: 0.25em;
}
.shuffle-container.increment.svelte-1u58d0x button {
  animation-duration: 2s;
  animation-name: svelte-1u58d0x-ue7oazk;
}
@keyframes svelte-1u58d0x-ue7oazk {
  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);
  }
}.search-container.svelte-1obbqsy {
  cursor: pointer;
  transition: all 0.25s ease, z-index 0s ease;
  font-size: 1em;
  z-index: 600;
}
@media (max-width: 900px) {
  .search-container.svelte-1obbqsy .search-icon:where(.svelte-1obbqsy) {
    left: 14px;
  }
}
.search-container.svelte-1obbqsy:focus-within {
  transform: translateY(var(--translate-y)) translateX(var(--translate-x));
  z-index: 1200;
}
.search-container.svelte-1obbqsy:focus-within .search-icon:where(.svelte-1obbqsy) {
  left: 1em;
}

.search-icon.svelte-1obbqsy {
  transition: all 0.25s ease;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  display: flex;
  align-items: center;
  pointer-events: none;
  font-size: 20px;
}
@media (max-width: 900px) {
  .search-icon.svelte-1obbqsy {
    left: 16px;
    font-size: 18px;
  }
}

.search-inner.svelte-1obbqsy {
  height: 44px;
  position: relative;
}

.search-input.svelte-1obbqsy {
  height: 100%;
  background-color: hsl(213, 56%, 94.2%);
  transition: all 0.5s ease;
  width: 0px;
  box-sizing: border-box;
  margin: 0;
  border-radius: 999px;
  outline: none;
  padding: 0;
  padding-left: 40px;
  border: 2px solid black;
}
.search-input.svelte-1obbqsy:hover {
  background-color: hsl(213, 56%, 82.6%);
}
.search-input.svelte-1obbqsy:focus {
  background-color: white;
  padding-left: 48px;
  width: var(--search-width);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2509803922);
}
html.dark-mode .search-input.svelte-1obbqsy {
  color: white;
  background-color: #2f3640;
  border-color: white;
}
@media (min-width: 900px) {
  .search-input.svelte-1obbqsy {
    font-size: 1.25em;
    padding: 0;
    padding-left: 40px;
  }
}

.word-list.svelte-1obbqsy {
  overflow: hidden;
  list-style-type: none;
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  padding: 0;
  margin: 0;
}
.word-list.svelte-1obbqsy li:where(.svelte-1obbqsy) {
  padding: 0.5em;
}
.word-list.svelte-1obbqsy .tile .score {
  display: none;
}