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

.title-container.svelte-1oquzi2 {
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.date-text.svelte-1oquzi2 {
  height: 1rem;
  font-size: 1rem;
  font-weight: 500;
  opacity: 60%;
}

.content.svelte-1oquzi2 {
  padding: 1em;
  width: 100%;
  text-align: center;
}@media (max-width: 500px) {
  .nav-button .star-container {
    margin-top: 0.25em;
    margin-right: 0.5em;
  }
}.bottom-right-controls.svelte-qbpso9 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.bottom-left-controls.svelte-qbpso9 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  gap: 4px;
}

.top-container.svelte-qbpso9 {
  position: relative;
}
@media (min-aspect-ratio: 1/1) {
  .top-container.svelte-qbpso9 {
    width: var(--board-width);
  }
}
@media (max-aspect-ratio: 1/1) {
  .top-container.svelte-qbpso9 {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .top-container.svelte-qbpso9 {
    font-size: 0.8rem;
  }
}
@media (min-width: 361px) and (max-width: 900px) {
  .top-container.svelte-qbpso9 {
    font-size: 1rem;
  }
}
@media (min-width: 901px) {
  .top-container.svelte-qbpso9 {
    font-size: 1.2rem;
  }
}
.top-container.svelte-qbpso9 .pill {
  position: absolute;
  bottom: 0;
  left: 0;
}.svelte-1fqgsn0: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;
}

.onboarding.svelte-1fqgsn0 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  gap: 0.5rem;
}

.prompt.svelte-1fqgsn0 {
  position: relative;
  margin-top: 0;
  height: 9ex;
  max-width: 30em;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  overflow: hidden;
}
.prompt.svelte-1fqgsn0 span:where(.svelte-1fqgsn0) {
  position: absolute;
  left: 0;
  right: 0;
}

.board-area.svelte-1fqgsn0 {
  flex: 1;
  width: 100%;
  min-height: 0;
}

.word-display.svelte-1fqgsn0 {
  position: relative;
  width: 100%;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-row.svelte-1fqgsn0 {
  margin-top: 1rem;
  display: flex;
  gap: 0.5rem;
}