.tvf.svelte-11v05yp {
  display: flex;
  justify-content: center;
  padding: 2rem 1rem;
}
.tvf-stage.svelte-11v05yp {
  width: 100%;
  max-width: 26rem;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  align-items: stretch;
}
.tvf-progress.svelte-11v05yp {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  text-align: center;
}
.tvf-progress-of.svelte-11v05yp {
  opacity: 0.65;
}
.tvf-progress-bar.svelte-11v05yp {
  height: 3px;
  border-radius: 2px;
  background: var(--bg-elevated);
  overflow: hidden;
}
.tvf-progress-fill.svelte-11v05yp {
  height: 100%;
  background: var(--accent);
  transition: width 0.22s ease-out;
}
.tvf-card.svelte-11v05yp {
  padding: 1.4rem 1.3rem 1.2rem;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--bg-raised);
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  text-align: center;
  box-shadow: 0 6px 24px -10px #00000073;
  transition:
    transform 0.18s ease,
    opacity 0.18s ease;
}
.tvf-card-active.svelte-11v05yp {
  will-change: transform, opacity;
}
.tvf-exit-left.svelte-11v05yp {
  transform: translate(-110%) rotate(-6deg);
  opacity: 0;
}
.tvf-exit-right.svelte-11v05yp {
  transform: translate(110%) rotate(6deg);
  opacity: 0;
}
.tvf-exit-down.svelte-11v05yp {
  transform: translateY(40%);
  opacity: 0;
}
.tvf-action-pill.svelte-11v05yp {
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  padding: 0.3em 0.85em;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 999px;
  background: var(--bg-elevated);
  color: var(--text-secondary);
}
.tvf-card-add.svelte-11v05yp .tvf-action-pill:where(.svelte-11v05yp) {
  color: #6c6;
  background: #1b371b;
}
.tvf-card-remove.svelte-11v05yp .tvf-action-pill:where(.svelte-11v05yp) {
  color: #e48181;
  background: #3e1e1e;
}
.tvf-action-icon.svelte-11v05yp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  font-size: 0.95em;
  font-weight: 700;
  background: #ffffff1f;
}
.tvf-tag.svelte-11v05yp {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55em;
  min-height: 5.5rem;
  padding: 1.1em 1em;
  border: 1px dashed var(--border);
  border-radius: 8px;
  background: var(--bg-input);
  text-decoration: none;
  color: var(--text-primary);
}
.tvf-tag.svelte-11v05yp:hover {
  background: var(--bg-hover);
  border-color: var(--text-secondary);
}
.tvf-tag.svelte-11v05yp,
.tvf-tag.svelte-11v05yp :where(.svelte-11v05yp) {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.tvf-tag-type.svelte-11v05yp {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.18em 0.6em;
  border-radius: 3px;
  background: var(--bg-elevated);
  color: var(--text-secondary);
}
.tvf-tag-type-artist.svelte-11v05yp {
  background: #592673;
  color: #fff;
}
.tvf-tag-type-character.svelte-11v05yp {
  background: #265973;
  color: #fff;
}
.tvf-tag-type-parody.svelte-11v05yp {
  background: #20604a;
  color: #fff;
}
.tvf-tag-type-group.svelte-11v05yp {
  background: #735926;
  color: #fff;
}
.tvf-tag-type-language.svelte-11v05yp {
  background: #364563;
  color: #fff;
}
.tvf-tag-type-category.svelte-11v05yp {
  background: #862d2d;
  color: #fff;
}
.tvf-tag-name.svelte-11v05yp {
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.2;
  word-break: break-word;
}
.tvf-meta.svelte-11v05yp {
  margin: 0;
  font-size: 0.8rem;
  color: var(--text-muted);
}
.tvf-vote-row.svelte-11v05yp {
  display: grid;
  grid-template-columns: 1fr 0.7fr 1fr;
  gap: 0.5rem;
}
.tvf-vote-btn.svelte-11v05yp {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2em;
  padding: 0.85em 0.5em;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--bg-raised);
  color: var(--text-primary);
  font: inherit;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition:
    transform 90ms ease,
    background 0.12s ease,
    border-color 0.12s ease;
}
.tvf-vote-btn.svelte-11v05yp:disabled {
  opacity: 0.5;
  cursor: default;
}
.tvf-vote-btn.svelte-11v05yp:hover:not(:disabled) {
  transform: translateY(-1px);
}
.tvf-vote-emoji.svelte-11v05yp {
  font-size: 1.4em;
  line-height: 1;
}
.tvf-yes.svelte-11v05yp {
  border-color: #3a783a;
  color: #79d279;
}
.tvf-yes.svelte-11v05yp:hover:not(:disabled) {
  background: #1e3e1e;
  border-color: #40bf40;
}
.tvf-no.svelte-11v05yp {
  border-color: #862d2d;
  color: #e48181;
}
.tvf-no.svelte-11v05yp:hover:not(:disabled) {
  background: #401c1c;
  border-color: #c33;
}
.tvf-skip.svelte-11v05yp {
  color: var(--text-muted);
}
.tvf-skip.svelte-11v05yp:hover:not(:disabled) {
  background: var(--bg-hover);
}
.tvf-bail.svelte-11v05yp {
  align-self: center;
  padding: 0.4em 0.8em;
  background: transparent;
  border: 0;
  color: var(--text-muted);
  font: inherit;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: underline;
}
.tvf-bail.svelte-11v05yp:hover {
  color: var(--text-secondary);
}
.tvf-error.svelte-11v05yp {
  color: #d65c5c;
  font-size: 0.85em;
  margin: 0;
  text-align: center;
}
.tvf-info.svelte-11v05yp {
  text-align: center;
  gap: 0.7rem;
  max-width: 26rem;
  width: 100%;
}
.tvf-h.svelte-11v05yp {
  margin: 0;
  font-size: 1.25rem;
}
.tvf-body.svelte-11v05yp {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.95rem;
}
.tvf-actions.svelte-11v05yp {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  flex-wrap: wrap;
}
.tvf-btn.svelte-11v05yp {
  padding: 0.6em 1.1em;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: transparent;
  color: var(--text-primary);
  font: inherit;
  cursor: pointer;
}
.tvf-btn.primary.svelte-11v05yp {
  border-color: var(--accent);
  color: var(--accent);
}
.tvf-btn.ghost.svelte-11v05yp {
  color: var(--text-secondary);
}
.tvf-btn.svelte-11v05yp:hover {
  filter: brightness(1.15);
}
.bonus-cta.svelte-1wapu6c {
  max-width: 32rem;
  margin: 2rem auto;
  padding: 1.5rem;
  text-align: center;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--bg-raised);
}
.bonus-cta-h.svelte-1wapu6c {
  margin: 0 0 0.5em;
  font-size: 1.25rem;
}
.bonus-cta-body.svelte-1wapu6c {
  margin: 0 0 1em;
  color: var(--text-secondary);
}
.bonus-cta-actions.svelte-1wapu6c {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  flex-wrap: wrap;
}
.bonus-cta-btn.svelte-1wapu6c {
  padding: 0.55em 1em;
  border: 1px solid var(--border);
  border-radius: 4px;
  text-decoration: none;
  color: var(--text-primary);
  font-size: 0.95rem;
}
.bonus-cta-btn.primary.svelte-1wapu6c {
  border-color: var(--accent);
  color: var(--accent);
}
.bonus-cta-btn.svelte-1wapu6c:hover {
  filter: brightness(1.15);
}
.bonus-hint.svelte-1wapu6c {
  position: fixed;
  right: 1rem;
  bottom: 4rem;
  max-width: 18rem;
  padding: 0.6em 0.9em;
  border: 1px solid var(--accent);
  border-radius: 6px;
  background: var(--bg-raised);
  color: var(--text-primary);
  font-size: 0.9rem;
  box-shadow: 0 4px 16px #0000004d;
  animation: svelte-1wapu6c-bonus-hint-in 0.24s ease-out;
  z-index: 50;
}
@keyframes svelte-1wapu6c-bonus-hint-in {
  0% {
    transform: translate(120%);
    opacity: 0;
  }
  to {
    transform: translate(0);
    opacity: 1;
  }
}
.modal-overlay.svelte-1wapu6c {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000c;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.modal-content.svelte-1wapu6c {
  background: var(--bg-highlight);
  padding: 20px;
  border-radius: 5px;
  max-width: 400px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
}
.modal-content.svelte-1wapu6c h2:where(.svelte-1wapu6c) {
  margin-top: 0;
  text-align: center;
}
.modal-content.svelte-1wapu6c h3:where(.svelte-1wapu6c) {
  margin-top: 1.5em;
}
.modal-content.svelte-1wapu6c label:where(.svelte-1wapu6c) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
  font-size: 16px;
}
.modal-content.svelte-1wapu6c .control:where(.svelte-1wapu6c) {
  font-size: 16px;
}
.modal-content.svelte-1wapu6c input[type="number"]:where(.svelte-1wapu6c) {
  width: 100%;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #444;
  border-radius: 3px;
  background: var(--bg-primary);
  color: #fff;
}
.modal-content.svelte-1wapu6c table:where(.svelte-1wapu6c) {
  width: 100%;
  font-size: 14px;
}
.modal-content.svelte-1wapu6c
  table:where(.svelte-1wapu6c)
  td:where(.svelte-1wapu6c) {
  padding: 5px;
}
.modal-content.svelte-1wapu6c
  table:where(.svelte-1wapu6c)
  td:where(.svelte-1wapu6c):first-child {
  white-space: nowrap;
}
.modal-content.svelte-1wapu6c code:where(.svelte-1wapu6c) {
  background: #444;
  padding: 2px 6px;
  border-radius: 3px;
}
.modal-buttons.svelte-1wapu6c {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.hidden.svelte-1wapu6c {
  display: none !important;
}
