/* fakecss:/app/assets/svelte/Dropdown.esbuild-svelte-fake-css */
.sc-dropdown.svelte-6kt5r3 {
  position: relative;
  display: inline-block;
}
.sc-dropdown-trigger.svelte-6kt5r3 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 34px;
  padding: 0 12px;
  background: var(--sc-bg-surface);
  border: 1px solid var(--sc-border-default);
  border-radius: var(--sc-radius-md);
  font-size: 13px;
  font-family: var(--sc-font-sans);
  color: var(--sc-fg-1);
  cursor: pointer;
  transition: border-color 120ms;
}
.sc-dropdown-trigger.svelte-6kt5r3:hover {
  border-color: var(--sc-border-strong);
}
.sc-dropdown-chevron.svelte-6kt5r3 {
  width: 12px;
  height: 12px;
  color: var(--sc-fg-3);
  transition: transform 120ms;
}
.sc-dropdown-chevron.open.svelte-6kt5r3 {
  transform: rotate(180deg);
}
.sc-dropdown-menu.svelte-6kt5r3 {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  min-width: 100%;
  background: var(--sc-bg-surface);
  border: 1px solid var(--sc-border-subtle);
  border-radius: var(--sc-radius-md);
  box-shadow: var(--sc-shadow-md);
  z-index: 50;
  overflow: hidden;
}
.sc-dropdown-item.svelte-6kt5r3 {
  display: block;
  width: 100%;
  padding: 8px 12px;
  text-align: left;
  background: transparent;
  border: none;
  font-size: 13px;
  font-family: var(--sc-font-sans);
  color: var(--sc-fg-1);
  cursor: pointer;
}
.sc-dropdown-item.svelte-6kt5r3:hover {
  background: var(--sc-stone-50);
}
.sc-dropdown-item.selected.svelte-6kt5r3 {
  color: var(--sc-horizon-700);
  font-weight: 500;
}

/* fakecss:/app/assets/svelte/TelegramLoginButton.esbuild-svelte-fake-css */
.sc-telegram-widget.svelte-1gw5vnc {
  display: flex;
  justify-content: center;
}
.sc-telegram-disabled.svelte-1gw5vnc {
  font-size: 0.875rem;
  color: #888;
}

/* fakecss:/app/assets/svelte/GameRunner.esbuild-svelte-fake-css */
.gr-root.svelte-xa99lg {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  color: white;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  overflow: hidden;
  position: relative;
}
.gr-root.shake.svelte-xa99lg {
  animation: svelte-xa99lg-gr-shake 0.45s;
}
@keyframes svelte-xa99lg-gr-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-8px);
  }
  75% {
    transform: translateX(8px);
  }
}
.gr-head.svelte-xa99lg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 18px 8px;
  gap: 12px;
}
.gr-prompt.svelte-xa99lg {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.gr-meta.svelte-xa99lg {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.gr-xp.svelte-xa99lg {
  font-size: 11px;
  font-weight: 700;
  background: rgba(251, 146, 60, 0.25);
  color: #fdba74;
  border-radius: 999px;
  padding: 3px 10px;
}
.gr-lives.svelte-xa99lg span:where(.svelte-xa99lg) {
  font-size: 12px;
}
.gr-lives.svelte-xa99lg span.lost:where(.svelte-xa99lg) {
  filter: grayscale(1);
  opacity: 0.35;
}
.gr-hint.svelte-xa99lg {
  margin: 4px 18px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  font-size: 12.5px;
  animation: svelte-xa99lg-gr-fade-in 0.4s;
}
@keyframes svelte-xa99lg-gr-fade-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
}
.gr-stage.svelte-xa99lg {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 18px 28px;
}
.gr-help.svelte-xa99lg {
  text-align: center;
  font-size: 11px;
  opacity: 0.55;
  margin-top: 14px;
}
.gr-emoji-big.svelte-xa99lg {
  font-size: 56px;
  line-height: 1;
}
.gr-emoji-huge.svelte-xa99lg {
  font-size: 96px;
  line-height: 1;
  text-align: center;
}
.gr-word.svelte-xa99lg {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.gr-asset.svelte-xa99lg {
  width: 130px;
  height: 130px;
  object-fit: contain;
  border-radius: 14px;
}
.gr-vanish.svelte-xa99lg {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}
.gr-target.svelte-xa99lg {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 22px 30px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1.5px dashed rgba(255, 255, 255, 0.25);
}
.gr-state.svelte-xa99lg {
  font-size: 11px;
  opacity: 0.6;
  font-style: italic;
}
.gr-tools.svelte-xa99lg {
  display: flex;
  gap: 14px;
}
.gr-tool.svelte-xa99lg {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  color: white;
  cursor: grab;
  touch-action: none;
}
.gr-tool.dragging.svelte-xa99lg {
  opacity: 0.3;
}
.gr-tool-emoji.svelte-xa99lg {
  font-size: 34px;
}
.gr-tool-label.svelte-xa99lg {
  font-size: 10px;
  opacity: 0.7;
  text-transform: capitalize;
}
.gr-drag-ghost.svelte-xa99lg {
  position: fixed;
  font-size: 44px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 40;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.5));
}
.gr-assemble.svelte-xa99lg {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
}
.gr-translation.svelte-xa99lg {
  font-size: 12px;
  opacity: 0.65;
  text-align: center;
}
.gr-answer-row.svelte-xa99lg {
  min-height: 52px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1.5px dashed rgba(255, 255, 255, 0.25);
}
.gr-placeholder.svelte-xa99lg {
  font-size: 12px;
  opacity: 0.45;
}
.gr-pool.svelte-xa99lg {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.gr-chip.svelte-xa99lg {
  padding: 9px 14px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.16);
  color: white;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.gr-chip.picked.svelte-xa99lg {
  background: #f97316;
}
.gr-find.svelte-xa99lg {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.gr-speak.svelte-xa99lg {
  padding: 10px 22px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.gr-grid.svelte-xa99lg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  width: 100%;
  max-width: 340px;
}
.gr-cell.svelte-xa99lg {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 20px 10px;
  border-radius: 16px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  cursor: pointer;
}
.gr-cell.wrong.svelte-xa99lg {
  opacity: 0.35;
}
.gr-cell-label.svelte-xa99lg {
  font-size: 11px;
}
.gr-transform.svelte-xa99lg {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
}
.gr-type-row.svelte-xa99lg {
  display: flex;
  gap: 8px;
  width: 100%;
  max-width: 320px;
}
.gr-input.svelte-xa99lg {
  flex: 1;
  padding: 12px 16px;
  border-radius: 12px;
  border: none;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: #1c1917;
}
.gr-scaffold.svelte-xa99lg {
  font-size: 12px;
  opacity: 0.6;
}
.gr-dialogue.svelte-xa99lg {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.gr-npc.svelte-xa99lg {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.gr-npc-face.svelte-xa99lg {
  font-size: 40px;
}
.gr-npc-name.svelte-xa99lg {
  font-size: 10px;
  opacity: 0.6;
  margin-bottom: 3px;
}
.gr-bubble.svelte-xa99lg {
  padding: 12px 16px;
  border-radius: 16px;
  font-size: 14.5px;
  line-height: 1.4;
}
.gr-bubble.npc.svelte-xa99lg {
  background: rgba(255, 255, 255, 0.14);
  border-bottom-left-radius: 4px;
}
.gr-bubble.reply.svelte-xa99lg {
  background: rgba(249, 115, 22, 0.85);
  color: white;
  border: none;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  text-align: left;
  margin-left: 42px;
}
.gr-replies.svelte-xa99lg {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gr-feedback.svelte-xa99lg {
  font-size: 12px;
  opacity: 0.75;
  font-style: italic;
  margin-left: 50px;
}
.gr-sort.svelte-xa99lg {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}
.gr-sort-progress.svelte-xa99lg {
  font-size: 11px;
  opacity: 0.6;
  font-variant-numeric: tabular-nums;
}
.gr-sort-item.svelte-xa99lg {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  animation: svelte-xa99lg-gr-drop-in 0.35s;
}
@keyframes svelte-xa99lg-gr-drop-in {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
}
.gr-timebar.svelte-xa99lg {
  width: 200px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  overflow: hidden;
}
.gr-timebar.svelte-xa99lg div:where(.svelte-xa99lg) {
  height: 100%;
  background: #fb923c;
  transition: width 0.1s linear;
}
.gr-bins.svelte-xa99lg {
  display: flex;
  gap: 14px;
  margin-top: 8px;
}
.gr-bin.svelte-xa99lg {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 16px 26px;
  border-radius: 16px;
  border: 1.5px dashed rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: white;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.gr-bin-emoji.svelte-xa99lg {
  font-size: 30px;
}
.gr-submit.svelte-xa99lg {
  padding: 11px 26px;
  border-radius: 12px;
  border: none;
  background: #f97316;
  color: white;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  align-self: center;
}
.gr-submit.svelte-xa99lg:disabled {
  opacity: 0.4;
  cursor: default;
}
.gr-unsupported.svelte-xa99lg {
  text-align: center;
  opacity: 0.6;
  font-size: 13px;
}
.dissolve.svelte-xa99lg {
  animation: svelte-xa99lg-gr-dissolve 1s forwards;
}
@keyframes svelte-xa99lg-gr-dissolve {
  40% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1.06);
  }
  100% {
    opacity: 0;
    filter: blur(8px);
    transform: scale(1.3);
  }
}
.morph-pop.svelte-xa99lg {
  animation: svelte-xa99lg-gr-pop 0.7s;
}
@keyframes svelte-xa99lg-gr-pop {
  0% {
    transform: scale(0.4);
  }
  60% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
.gr-confetti.svelte-xa99lg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.gr-confetti.svelte-xa99lg span:where(.svelte-xa99lg) {
  position: absolute;
  top: -30px;
  left: calc(7% * var(--i));
  font-size: 22px;
  animation: svelte-xa99lg-gr-fall 1.1s ease-in forwards;
  animation-delay: calc(var(--i) * 40ms);
}
@keyframes svelte-xa99lg-gr-fall {
  to {
    transform: translateY(110vh) rotate(360deg);
  }
}

/* fakecss:/app/assets/svelte/EpisodeRunner.esbuild-svelte-fake-css */
@keyframes svelte-2s2xrj-rise {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes svelte-2s2xrj-pop {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  70% {
    transform: scale(1.04);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes svelte-2s2xrj-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
}
@keyframes svelte-2s2xrj-flicker {
  0%, 100% {
    transform: scale(1) rotate(-1deg);
  }
  50% {
    transform: scale(1.12) rotate(2deg);
  }
}
@keyframes svelte-2s2xrj-float-up {
  from {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -26px);
  }
}
.runner.svelte-2s2xrj {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  position: relative;
  font-family: var(--sc-font-sans);
}
.rise.svelte-2s2xrj {
  animation: svelte-2s2xrj-rise 320ms var(--sc-ease-settle) both;
}
.pop.svelte-2s2xrj {
  animation: svelte-2s2xrj-pop 240ms var(--sc-ease-settle) both;
}
.shake.svelte-2s2xrj {
  animation: svelte-2s2xrj-shake 300ms var(--sc-ease-settle);
}
.flicker.svelte-2s2xrj {
  animation: svelte-2s2xrj-flicker 1.8s ease-in-out infinite;
}
.empty.svelte-2s2xrj {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: var(--sc-fg-3);
  padding: 24px;
  text-align: center;
}
.scroll.svelte-2s2xrj {
  flex: 1;
  overflow-y: auto;
  padding: 8px 18px 16px;
  min-height: 0;
}
.footer.svelte-2s2xrj {
  padding: 10px 18px 16px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.toast.svelte-2s2xrj {
  position: absolute;
  top: 96px;
  left: 50%;
  background: oklch(20% 0.02 90 / 0.85);
  color: oklch(90% 0.06 60);
  font-family: var(--sc-font-mono);
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 999px;
  animation: svelte-2s2xrj-float-up 1.1s var(--sc-ease-settle) both;
  pointer-events: none;
  z-index: 5;
}
.hud.svelte-2s2xrj {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px 8px;
  flex-shrink: 0;
}
.hud-close.svelte-2s2xrj {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: none;
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}
.hud-dots.svelte-2s2xrj {
  display: flex;
  gap: 4px;
  align-items: center;
}
.hud-dot.svelte-2s2xrj {
  height: 6px;
  border-radius: 999px;
  transition: all 200ms var(--sc-ease-settle);
}
.hud-karma.svelte-2s2xrj {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--sc-font-mono);
  font-size: 12px;
}
.btn-primary.svelte-2s2xrj,
.btn-ember.svelte-2s2xrj,
.btn-ghost-notes.svelte-2s2xrj {
  padding: 11px 18px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--sc-font-sans);
  cursor: pointer;
  min-height: 44px;
  border: none;
  flex: 1;
}
.btn-primary.svelte-2s2xrj {
  background: var(--sc-horizon-700);
  color: white;
}
.btn-primary.svelte-2s2xrj:disabled {
  opacity: 0.45;
  cursor: default;
}
.btn-ember.svelte-2s2xrj {
  background: var(--sc-ember-500);
  color: white;
}
.btn-ghost-notes.svelte-2s2xrj {
  background: transparent;
  color: #6d6046;
  border: 1px solid #c9bc9c;
  flex: 0 0 auto;
}
.home.svelte-2s2xrj {
  flex: 1;
  overflow-y: auto;
  padding: 16px 16px 12px;
  background: var(--sc-stone-50);
  min-height: 0;
}
.kicker.svelte-2s2xrj {
  font-family: var(--sc-font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sc-fg-3);
}
.greeting.svelte-2s2xrj {
  font-family: var(--sc-font-serif);
  font-style: italic;
  font-size: 24px;
  color: var(--sc-fg-1);
  margin: 3px 0 14px;
}
.stat-grid.svelte-2s2xrj {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.streak-card.svelte-2s2xrj {
  background:
    linear-gradient(
      160deg,
      oklch(30% 0.06 45),
      oklch(24% 0.05 250));
  border-radius: 14px;
  padding: 13px 14px;
  color: oklch(92% 0.012 80);
}
.karma-card.svelte-2s2xrj {
  background: var(--sc-bg-surface);
  border: 1px solid var(--sc-border-subtle);
  border-radius: 14px;
  padding: 13px 14px;
}
.stat-num.svelte-2s2xrj {
  font-size: 19px;
  font-weight: 700;
  font-family: var(--sc-font-mono);
  margin-top: 6px;
}
.stat-sub.svelte-2s2xrj {
  font-size: 10.5px;
  margin-top: 1px;
}
.level-track.svelte-2s2xrj {
  height: 4px;
  background: var(--sc-stone-200);
  border-radius: 999px;
  margin-top: 7px;
  overflow: hidden;
}
.level-fill.svelte-2s2xrj {
  height: 100%;
  background: var(--sc-horizon-600);
  border-radius: 999px;
}
.section-head.svelte-2s2xrj {
  margin: 18px 0 6px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.section-title.svelte-2s2xrj {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--sc-fg-1);
}
.section-note.svelte-2s2xrj {
  font-family: var(--sc-font-mono);
  font-size: 10.5px;
  color: var(--sc-fg-3);
}
.trail.svelte-2s2xrj {
  background: var(--sc-bg-surface);
  border: 1px solid var(--sc-border-subtle);
  border-radius: 14px;
  padding: 4px 14px;
}
.trail-row.svelte-2s2xrj {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid var(--sc-border-subtle);
}
.trail-row.svelte-2s2xrj:last-child {
  border-bottom: none;
}
.trail-badge.svelte-2s2xrj {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sc-font-mono);
  font-size: 11px;
}
.trail-title.svelte-2s2xrj {
  font-size: 13px;
  color: var(--sc-fg-1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.trail-now.svelte-2s2xrj {
  font-size: 10.5px;
  color: var(--sc-horizon-600);
}
.trail-aired.svelte-2s2xrj {
  font-family: var(--sc-font-mono);
  font-size: 10px;
  color: var(--sc-fg-3);
}
.patch-grid.svelte-2s2xrj {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding-bottom: 8px;
}
.patch.svelte-2s2xrj {
  background: var(--sc-bg-surface);
  border: 1px solid var(--sc-border-subtle);
  border-radius: 12px;
  padding: 11px 8px;
  text-align: center;
}
.patch-badge.svelte-2s2xrj {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.patch-name.svelte-2s2xrj {
  font-size: 10.5px;
  font-weight: 600;
  color: var(--sc-fg-1);
  margin-top: 6px;
  line-height: 1.25;
}
.patch-progress.svelte-2s2xrj {
  font-family: var(--sc-font-mono);
  font-size: 9.5px;
  margin-top: 2px;
}
.main-btn-wrap.svelte-2s2xrj {
  padding: 10px 12px 14px;
  background: var(--sc-bg-surface);
  border-top: 1px solid var(--sc-border-subtle);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.main-btn.svelte-2s2xrj {
  min-height: 46px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  background: var(--sc-horizon-700);
  color: white;
  font-size: 14.5px;
  font-weight: 600;
  font-family: var(--sc-font-sans);
}
.scene.svelte-2s2xrj {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.dialogue.svelte-2s2xrj {
  background:
    linear-gradient(
      180deg,
      var(--sc-stone-100),
      var(--sc-stone-50) 40%);
}
.direction.svelte-2s2xrj {
  font-family: var(--sc-font-serif);
  font-style: italic;
  font-size: 16.5px;
  line-height: 1.45;
  color: var(--sc-fg-2);
  padding: 6px 2px 10px;
  border-bottom: 1px solid var(--sc-border-subtle);
}
.beat.svelte-2s2xrj {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.avatar.svelte-2s2xrj {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}
.beat-name.svelte-2s2xrj {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 3px;
}
.bubble.svelte-2s2xrj {
  background: var(--sc-bg-surface);
  border: 1px solid var(--sc-border-subtle);
  border-radius: 4px 14px 14px 14px;
  padding: 10px 13px;
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--sc-fg-1);
}
.tap-hint.svelte-2s2xrj {
  text-align: center;
  font-size: 11.5px;
  color: var(--sc-fg-3);
  font-family: var(--sc-font-mono);
}
.notes.svelte-2s2xrj {
  background:
    repeating-linear-gradient(
      0deg,
      #f2ead9,
      #f2ead9 34px,
      #eee4d0 35px);
  color: #3d3628;
}
.notes-kicker.svelte-2s2xrj {
  font-family: var(--sc-font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a7d5f;
  margin-bottom: 4px;
}
.notes-prompt.svelte-2s2xrj {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 14px;
}
.notes-drop.svelte-2s2xrj {
  border: 1.5px dashed #c9bc9c;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  gap: 8px;
  align-content: flex-start;
  background: oklch(100% 0 0 / 0.35);
}
.notes-hint-empty.svelte-2s2xrj {
  font-size: 12px;
  color: #a2946f;
  font-family: var(--sc-font-mono);
  margin: auto;
}
.notes-pool.svelte-2s2xrj {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
.chip.svelte-2s2xrj {
  font-family: var(--sc-font-mono);
  font-size: 14px;
  text-align: left;
  padding: 9px 13px;
  min-height: 40px;
  background: #fffdf8;
  border: 1px solid #d8cdb4;
  border-radius: 8px;
  color: #3d3628;
  cursor: pointer;
  box-shadow: 0 1px 2px oklch(30% 0.04 80 / 0.12);
  white-space: pre;
}
.chip-line.svelte-2s2xrj {
  font-size: 12px;
  width: 100%;
  padding: 9px 12px;
}
.notes-verdict.svelte-2s2xrj {
  margin-top: 14px;
  font-size: 13px;
  font-family: var(--sc-font-mono);
}
.nightfall.svelte-2s2xrj {
  background:
    linear-gradient(
      180deg,
      oklch(22% 0.045 250),
      oklch(30% 0.055 245) 70%,
      oklch(34% 0.06 60 / 0.9));
  color: oklch(92% 0.012 80);
}
.night-kicker.svelte-2s2xrj {
  font-family: var(--sc-font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: oklch(75% 0.06 60);
  margin-bottom: 8px;
}
.night-direction.svelte-2s2xrj {
  font-family: var(--sc-font-serif);
  font-style: italic;
  font-size: 17px;
  line-height: 1.5;
  color: oklch(85% 0.02 80);
  margin-bottom: 16px;
}
.night-line.svelte-2s2xrj {
  font-size: 16.5px;
  font-weight: 500;
  line-height: 1.45;
}
.night-choice.svelte-2s2xrj {
  text-align: left;
  padding: 12px 14px;
  min-height: 44px;
  border-radius: 10px;
  border: 1px solid;
  color: inherit;
  font-size: 14px;
  line-height: 1.4;
  transition: all 180ms var(--sc-ease-settle);
}
.night-reaction.svelte-2s2xrj {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  background: oklch(0% 0 0 / 0.25);
  border: 1px solid oklch(100% 0 0 / 0.1);
}
.night-reaction-text.svelte-2s2xrj {
  font-family: var(--sc-font-serif);
  font-style: italic;
  font-size: 15px;
  line-height: 1.5;
  color: oklch(87% 0.02 80);
}
.night-reaction-karma.svelte-2s2xrj {
  margin-top: 8px;
  font-family: var(--sc-font-mono);
  font-size: 12px;
  color: oklch(80% 0.09 60);
}
.arcade.svelte-2s2xrj {
  background: oklch(17% 0.02 260);
  color: oklch(90% 0.015 80);
}
.arcade-timer-track.svelte-2s2xrj {
  height: 3px;
  background: oklch(100% 0 0 / 0.08);
  margin: 0 14px;
  border-radius: 999px;
  overflow: hidden;
  flex-shrink: 0;
}
.arcade-timer.svelte-2s2xrj {
  height: 100%;
  transition: width 1s linear;
}
.arcade-head.svelte-2s2xrj {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 10px;
}
.arcade-kicker.svelte-2s2xrj {
  font-family: var(--sc-font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: oklch(72% 0.1 200);
}
.arcade-prompt.svelte-2s2xrj {
  font-size: 14.5px;
  font-weight: 600;
  margin-top: 2px;
}
.combo.svelte-2s2xrj {
  font-family: var(--sc-font-mono);
  font-size: 13px;
  color: var(--sc-ember-400);
  white-space: nowrap;
}
.arcade-grid.svelte-2s2xrj {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.arcade-card.svelte-2s2xrj {
  min-height: 52px;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  line-height: 1.3;
  border: 1px solid;
  transition: all 160ms var(--sc-ease-settle);
  color: inherit;
}
.arcade-verdict.svelte-2s2xrj {
  margin-top: 14px;
  font-family: var(--sc-font-mono);
  font-size: 13px;
  color: oklch(78% 0.1 200);
}
.cloze.svelte-2s2xrj {
  background:
    linear-gradient(
      180deg,
      oklch(96% 0.02 290),
      oklch(97% 0.012 290) 50%);
  color: oklch(30% 0.05 290);
}
.cloze-kicker.svelte-2s2xrj {
  font-family: var(--sc-font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: oklch(55% 0.1 290);
  margin-bottom: 4px;
}
.cloze-prompt.svelte-2s2xrj {
  font-size: 13px;
  color: oklch(45% 0.06 290);
  margin-bottom: 14px;
}
.cloze-card.svelte-2s2xrj {
  background: var(--sc-bg-surface);
  border: 1px solid oklch(88% 0.03 290);
  border-radius: 12px;
  padding: 16px 15px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--sc-fg-1);
  box-shadow: 0 1px 3px oklch(40% 0.06 290 / 0.1);
  white-space: pre-wrap;
}
.cloze-gap.svelte-2s2xrj {
  display: inline-block;
  min-width: 56px;
  border-bottom: 2px solid oklch(60% 0.14 290);
  text-align: center;
  font-weight: 600;
  white-space: pre;
  padding: 0 4px;
}
.cloze-gap-right.svelte-2s2xrj {
  color: var(--sc-success-700);
  border-bottom-color: var(--sc-success-500);
}
.cloze-gap-wrong.svelte-2s2xrj {
  color: oklch(50% 0.14 25);
  border-bottom-color: var(--sc-danger-500);
  text-decoration: line-through;
}
.cloze-option.svelte-2s2xrj {
  padding: 11px 14px;
  min-height: 44px;
  border-radius: 10px;
  border: 1px solid;
  font-size: 14px;
  text-align: left;
  color: var(--sc-fg-1);
  transition: all 160ms var(--sc-ease-settle);
}
.cloze-verdict.svelte-2s2xrj {
  margin-top: 14px;
  font-family: var(--sc-font-mono);
  font-size: 13px;
}
.sortscene.svelte-2s2xrj {
  background:
    linear-gradient(
      180deg,
      oklch(95% 0.025 180),
      oklch(97% 0.015 180) 60%);
  color: oklch(28% 0.05 200);
}
.sort-kicker.svelte-2s2xrj {
  font-family: var(--sc-font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: oklch(50% 0.09 200);
  margin-bottom: 4px;
}
.sort-prompt.svelte-2s2xrj {
  font-size: 14.5px;
  font-weight: 600;
  margin-bottom: 8px;
}
.sort-card.svelte-2s2xrj {
  background: var(--sc-bg-surface);
  border: 2px solid;
  border-radius: 14px;
  padding: 22px 26px;
  font-size: 17px;
  font-weight: 600;
  color: var(--sc-fg-1);
  box-shadow: 0 6px 18px oklch(40% 0.06 200 / 0.14);
  max-width: 85%;
  text-align: center;
  transition: border-color 150ms;
}
.sort-bucket.svelte-2s2xrj {
  flex: 1;
  min-height: 58px;
  border-radius: 12px;
  border: 1.5px dashed oklch(65% 0.08 200);
  background: oklch(100% 0 0 / 0.5);
  color: oklch(35% 0.07 200);
  font-size: 13.5px;
  font-weight: 600;
  font-family: var(--sc-font-sans);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.sort-bucket.svelte-2s2xrj:disabled {
  opacity: 0.55;
  cursor: default;
}
.sort-count.svelte-2s2xrj {
  font-family: var(--sc-font-mono);
  font-size: 10.5px;
  color: oklch(55% 0.07 200);
}
.sort-verdict.svelte-2s2xrj {
  font-family: var(--sc-font-mono);
  font-size: 13.5px;
  color: oklch(40% 0.08 200);
}
.speedround.svelte-2s2xrj {
  background:
    linear-gradient(
      180deg,
      oklch(20% 0.05 20),
      oklch(26% 0.07 40) 80%);
  color: oklch(92% 0.012 80);
}
.sr-kicker.svelte-2s2xrj {
  font-family: var(--sc-font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: oklch(72% 0.1 60);
  text-align: left;
}
.sr-call.svelte-2s2xrj {
  border: 1px solid;
  border-radius: 14px;
  background: oklch(100% 0 0 / 0.06);
  padding: 22px 20px;
  font-size: 17.5px;
  font-weight: 600;
  line-height: 1.45;
  max-width: 92%;
  transition: border-color 150ms;
}
.sr-mark.svelte-2s2xrj {
  margin-top: 10px;
  font-family: var(--sc-font-mono);
  font-size: 13px;
}
.sr-btn.svelte-2s2xrj {
  flex: 1;
  min-height: 54px;
  border-radius: 12px;
  border: none;
  font-size: 15.5px;
  font-weight: 700;
  font-family: var(--sc-font-sans);
  cursor: pointer;
  color: white;
  letter-spacing: 0.04em;
}
.sr-btn.svelte-2s2xrj:disabled {
  opacity: 0.55;
  cursor: default;
}
.sr-true.svelte-2s2xrj {
  background: oklch(50% 0.11 150);
}
.sr-false.svelte-2s2xrj {
  background: oklch(48% 0.14 25);
}
.recallscene.svelte-2s2xrj {
  background:
    linear-gradient(
      180deg,
      oklch(18% 0.03 270),
      oklch(24% 0.04 260) 75%);
  color: oklch(92% 0.012 80);
}
.rc-kicker.svelte-2s2xrj {
  font-family: var(--sc-font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: oklch(70% 0.06 270);
}
.rc-prompt.svelte-2s2xrj {
  font-family: var(--sc-font-serif);
  font-style: italic;
  font-size: 18px;
  line-height: 1.5;
  color: oklch(88% 0.02 80);
}
.rc-input.svelte-2s2xrj {
  padding: 13px 14px;
  border-radius: 12px;
  border: 1px solid;
  background: oklch(100% 0 0 / 0.07);
  color: oklch(94% 0.01 80);
  font-size: 15px;
  width: 100%;
  transition: border-color 150ms;
}
.rc-input.svelte-2s2xrj::placeholder {
  color: oklch(60% 0.03 270);
}
.rc-verdict.svelte-2s2xrj {
  font-size: 13.5px;
  font-family: var(--sc-font-mono);
}
.rc-hint.svelte-2s2xrj {
  font-family: var(--sc-font-serif);
  font-style: italic;
  font-size: 14px;
  color: oklch(80% 0.06 80);
}
.rc-ghost.svelte-2s2xrj {
  padding: 8px 13px;
  border-radius: 9px;
  border: 1px solid oklch(100% 0 0 / 0.22);
  background: transparent;
  color: oklch(85% 0.02 80);
  font-size: 12.5px;
  font-family: var(--sc-font-sans);
  cursor: pointer;
}
.bosssplash.svelte-2s2xrj {
  background:
    radial-gradient(
      circle at 50% 30%,
      oklch(30% 0.09 40),
      oklch(16% 0.04 280) 75%);
  color: oklch(92% 0.012 80);
}
.boss-flame.svelte-2s2xrj {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: oklch(35% 0.09 45);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--sc-ember-400);
}
.boss-title.svelte-2s2xrj {
  font-family: var(--sc-font-serif);
  font-style: italic;
  font-size: 26px;
}
.boss-sub.svelte-2s2xrj {
  font-family: var(--sc-font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: oklch(75% 0.1 60);
}
.results.svelte-2s2xrj {
  background:
    linear-gradient(
      180deg,
      oklch(22% 0.045 250),
      oklch(28% 0.05 250));
  color: oklch(92% 0.012 80);
}
.results-flame.svelte-2s2xrj {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: oklch(35% 0.07 45);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--sc-ember-400);
}
.results-title.svelte-2s2xrj {
  font-family: var(--sc-font-serif);
  font-style: italic;
  font-size: 21px;
  margin-top: 12px;
}
.results-kicker.svelte-2s2xrj {
  font-family: var(--sc-font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: oklch(70% 0.05 60);
  margin-top: 4px;
}
.results-count.svelte-2s2xrj {
  font-size: 40px;
  font-weight: 700;
  font-family: var(--sc-font-mono);
  margin-top: 14px;
  letter-spacing: -0.02em;
}
.results-sub.svelte-2s2xrj {
  font-size: 12px;
  color: oklch(75% 0.03 80);
  margin-bottom: 18px;
}
.result-row.svelte-2s2xrj {
  display: flex;
  gap: 11px;
  align-items: center;
  background: oklch(100% 0 0 / 0.06);
  border: 1px solid oklch(100% 0 0 / 0.1);
  border-radius: 10px;
  padding: 10px 13px;
}
.result-row-text.svelte-2s2xrj {
  font-size: 13.5px;
  font-weight: 600;
}
.result-row-sub.svelte-2s2xrj {
  font-size: 11px;
  color: oklch(70% 0.03 80);
}
