.svelte-1odmrix: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;
}

.rendered-img.svelte-1odmrix {
  width: 100%;
}

.container.svelte-1odmrix {
  font-family: "Poppins";
  display: none;
  position: relative;
  width: 1200px;
  height: 630px;
  padding: 108px 64px;
}
html.theme-light .container.svelte-1odmrix {
  background-color: white;
}
html.theme-dark .container.svelte-1odmrix {
  background-color: #1d1e20;
}.link.svelte-8e7u12 {
  font-weight: 600;
  font-size: 42px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  font-weight: 600;
  color: #219ebc;
  text-decoration: underline;
}
html.dark-mode .link.svelte-8e7u12 {
  color: #8ecae6;
}.container.svelte-1q887ek {
  position: relative;
  height: 100%;
  width: 100%;
}

.words.svelte-1q887ek {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: end;
  gap: 16px;
  margin-top: auto;
  bottom: 0;
  left: 0;
}

.leftovers.svelte-1q887ek {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: end;
  bottom: 32px;
  right: 16px;
}

.word.svelte-1q887ek {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.board.svelte-1q887ek {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.board.svelte-1q887ek .row:where(.svelte-1q887ek) {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stars.svelte-1q887ek {
  overflow: visible;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: end;
  flex-direction: column;
}

.stars-inner.svelte-1q887ek {
  display: flex;
  padding-bottom: 12px;
  gap: 8px;
}

.date.svelte-1q887ek {
  font-weight: bold;
  font-size: 48px;
  padding-right: 8px;
}

.link-container.svelte-1q887ek {
  position: absolute;
  bottom: -108px;
  right: 0;
}.container.svelte-g31cv7 {
  display: grid;
  row-gap: 30px;
  height: 100%;
}

.row.svelte-g31cv7 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.row.svelte-g31cv7 :where(.svelte-g31cv7) {
  margin: 0;
}

.word.svelte-g31cv7 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
}

.rank.svelte-g31cv7 {
  display: flex;
  align-items: center;
}
.rank.svelte-g31cv7 svg {
  margin-top: 12px;
  margin-right: 12px;
}

.rank.svelte-g31cv7,
.name.svelte-g31cv7,
.score.svelte-g31cv7 {
  font-size: 56px;
}

.rank.svelte-g31cv7,
.score.svelte-g31cv7 {
  width: 8em;
  overflow: visible;
}

.score.svelte-g31cv7 {
  text-align: right;
  white-space: nowrap;
}

.word-score.svelte-g31cv7 {
  font-size: 42px;
  width: 4em;
  text-align: right;
  white-space: nowrap;
}

.date.svelte-g31cv7 {
  font-size: 42px;
  font-weight: 600;
  opacity: 60%;
  font-style: italic;
}.action.shared {
  animation-duration: 2s;
  animation-name: svelte-11g4x6n-ue7oaym;
}
@keyframes svelte-11g4x6n-ue7oaym {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 93, 223, 0.7);
  }
  25% {
    background-color: rgba(0, 93, 223, 0.7);
  }
  75% {
    background-color: initial;
    box-shadow: 0 0 0 10px rgba(0, 93, 223, 0);
  }
  100% {
    background-color: initial;
    box-shadow: 0 0 0 0 rgba(0, 93, 223, 0);
  }
}

.image-container.svelte-11g4x6n {
  width: calc(100% - 2em);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: left;
  border: 2px solid black;
  border-radius: 1em;
  overflow: hidden;
}
.image-container.svelte-11g4x6n :where(.svelte-11g4x6n) {
  margin: 0;
}
.image-container.svelte-11g4x6n .spinner:where(.svelte-11g4x6n) {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
}
html.dark-mode .image-container.svelte-11g4x6n {
  border-color: white;
}

.share-text.svelte-11g4x6n {
  box-sizing: border-box;
  white-space: pre-line;
  padding: 1em;
  font-size: 1.25rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
.share-text.svelte-11g4x6n .action {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  padding: 0.5em;
  justify-content: center;
  font-size: 1.25em;
}
.share-text.svelte-11g4x6n .action:active {
  animation-duration: 2s;
  animation-name: svelte-11g4x6n-ue7oaz8;
}
@keyframes svelte-11g4x6n-ue7oaz8 {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 93, 223, 0.7);
  }
  25% {
    background-color: rgba(0, 93, 223, 0.7);
  }
  75% {
    background-color: initial;
    box-shadow: 0 0 0 10px rgba(0, 93, 223, 0);
  }
  100% {
    background-color: initial;
    box-shadow: 0 0 0 0 rgba(0, 93, 223, 0);
  }
}

.spinner.svelte-11g4x6n {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-desc.svelte-11g4x6n {
  border-top: 2px solid black;
  padding: 1em;
  padding-top: 0.5em;
}
.image-desc.svelte-11g4x6n a:where(.svelte-11g4x6n) {
  color: #005ddf;
}
html.dark-mode .image-desc.svelte-11g4x6n {
  border-color: white;
}
html.dark-mode .image-desc.svelte-11g4x6n a:where(.svelte-11g4x6n) {
  color: #d0e6e9;
}

.radio-button.svelte-11g4x6n {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
  padding: 0.5em 0;
  position: relative;
  padding-left: 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  /* Hide the browser's default checkbox */
}
.radio-button.svelte-11g4x6n input:where(.svelte-11g4x6n) {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
/* (empty) .radio-button {
  /* Create a custom checkbox *\/
}*/
.radio-button.svelte-11g4x6n .checkmark:where(.svelte-11g4x6n) {
  z-index: 2;
  transition: all 0.2s ease;
  position: absolute;
  top: 10px;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: rgba(127, 127, 127, 0);
  outline: rgba(0, 0, 0, 0);
  border: 2px solid black;
}
html.dark-mode .radio-button.svelte-11g4x6n .checkmark:where(.svelte-11g4x6n) {
  border-color: white;
}
.radio-button.svelte-11g4x6n .checkmark:where(.svelte-11g4x6n)::after {
  z-index: 1;
  content: "";
  transition: all 0.2s ease;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 2px;
  left: 2px;
  border-radius: 50%;
}
.radio-button.svelte-11g4x6n:hover .checkmark:where(.svelte-11g4x6n) {
  background-color: rgba(127, 127, 127, 0.4);
  outline: 4px solid rgb(127, 127, 127);
}
.radio-button.svelte-11g4x6n input:where(.svelte-11g4x6n):checked ~ .checkmark:where(.svelte-11g4x6n) {
  height: 16px;
  width: 16px;
  display: block;
}
.radio-button.svelte-11g4x6n input:where(.svelte-11g4x6n):checked ~ .checkmark:where(.svelte-11g4x6n)::after {
  background-color: black;
}
html.dark-mode .radio-button.svelte-11g4x6n input:where(.svelte-11g4x6n):checked ~ .checkmark:where(.svelte-11g4x6n)::after {
  background-color: white;
}

.controls.svelte-11g4x6n {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.25em;
}

.button-group.svelte-11g4x6n {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.5em;
  padding-top: 1em;
}
.button-group.svelte-11g4x6n .action svg {
  width: 20px;
  height: 20px;
}.action.shared {
  animation-duration: 2s;
  animation-name: svelte-15h4dwa-ue7oazy;
}
@keyframes svelte-15h4dwa-ue7oazy {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 93, 223, 0.7);
  }
  25% {
    background-color: rgba(0, 93, 223, 0.7);
  }
  75% {
    background-color: initial;
    box-shadow: 0 0 0 10px rgba(0, 93, 223, 0);
  }
  100% {
    background-color: initial;
    box-shadow: 0 0 0 0 rgba(0, 93, 223, 0);
  }
}.expand-button.svelte-nwa24m {
  width: 3rem;
  z-index: 2;
}
.expand-button.svelte-nwa24m .action {
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
  padding: 8px;
}

.expanded.svelte-nwa24m .action {
  transform: rotate(180deg);
}.nav-button.svelte-1al44kl {
  transition: background-color 0.2s ease;
  cursor: pointer;
  border-radius: 999px;
  position: absolute;
  background: none;
  border: none;
  margin-top: -0.5em;
  margin-right: -0.5em;
  margin-bottom: 0;
  text-decoration: underline;
  display: flex;
  align-items: end;
  flex-direction: column;
  top: 0;
  right: 0;
  color: black;
}
.nav-button.svelte-1al44kl:disabled {
  text-decoration: none;
}
.nav-button.svelte-1al44kl:disabled:active, .nav-button.svelte-1al44kl:disabled:hover {
  background-color: none;
}
html.dark-mode .nav-button.svelte-1al44kl {
  color: white;
}
.nav-button.svelte-1al44kl:active {
  background-color: rgb(177, 184.8, 216);
}
html.dark-mode .nav-button.svelte-1al44kl:active {
  background-color: rgb(90.1891891892, 103.6216216216, 122.8108108108);
}
.nav-button.svelte-1al44kl:hover {
  background-color: rgb(211, 215.4, 233);
}
html.dark-mode .nav-button.svelte-1al44kl:hover {
  background-color: rgb(68.5945945946, 78.8108108108, 93.4054054054);
}.help.svelte-177ba71 {
  fill: #eb5353;
}.menu-button.svelte-p17upl {
  position: absolute;
  transition: all 0.2s ease;
  text-decoration: none;
  color: currentColor;
  margin-top: -0.5em;
  margin-left: -0.5em;
  margin-bottom: 0;
  background: none;
  border: none;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  border-radius: 999px;
  gap: 0.5em;
  cursor: pointer;
}
.menu-button.svelte-p17upl:active {
  background-color: rgb(177, 184.8, 216);
}
html.dark-mode .menu-button.svelte-p17upl:active {
  background-color: rgb(90.1891891892, 103.6216216216, 122.8108108108);
}
.menu-button.svelte-p17upl:hover {
  background-color: rgb(211, 215.4, 233);
}
html.dark-mode .menu-button.svelte-p17upl:hover {
  background-color: rgb(68.5945945946, 78.8108108108, 93.4054054054);
}