.ts-wrapper.multi .ts-control > div {
  @apply bg-fantasy-dark-700 text-fantasy-gray-100 border border-fantasy-gray-600;
}

.ts-wrapper .ts-control {
  @apply rounded-md border-fantasy-gray-700 bg-fantasy-dark-800 text-fantasy-gray-100;
}

.ts-dropdown {
  @apply border border-fantasy-gray-700 bg-fantasy-dark-900 text-fantasy-gray-100 rounded-md;
}

.deck-matchup-form .lexxy-content {
  color: #e4e4e4;
}

.deck-matchup-form .lexxy-content a {
  color: #c8aa6e;
  text-decoration: underline;
}

.deck-matchup-form .lexxy-content a:hover {
  color: #d4af37;
}

/* Matchup notes editor: mirror deck-guide dark Lexxy theme */
.deck-matchup-form lexxy-editor.deck-matchup-editor {
  display: block;
  width: 100%;
  min-block-size: 14rem;
  --lexxy-color-canvas: #2a2a2a;
  --lexxy-color-ink: #e4e4e4;
  --lexxy-color-ink-lighter: #525252;
  --lexxy-color-ink-lightest: #3f3f3f;
  --lexxy-color-selected: rgb(200 170 110 / 0.35);
  --lexxy-color-selected-hover: rgb(200 170 110 / 0.5);
  --lexxy-focus-ring-color: #c8aa6e;
  --lexxy-editor-rows: 8;
}

.deck-matchup-form lexxy-editor.deck-matchup-editor .lexxy-editor__content {
  min-block-size: 10rem;
  color: #e4e4e4;
}

.deck-matchup-form lexxy-editor.deck-matchup-editor .lexxy-editor__content:focus {
  outline: none;
}

.deck-matchup-form lexxy-editor.deck-matchup-editor .lexxy-prompt-menu {
  background-color: #1a1a1a;
  border: 1px solid rgb(200 170 110 / 0.35);
  color: #e4e4e4;
  box-shadow: 0 12px 32px rgb(0 0 0 / 0.55);
}

.deck-matchup-form lexxy-editor.deck-matchup-editor .lexxy-prompt-menu__item:hover {
  background-color: rgb(200 170 110 / 0.15);
  color: #f5f5f5;
}

.deck-matchup-form lexxy-editor.deck-matchup-editor .lexxy-prompt-menu__item[aria-selected="true"] {
  background-color: #c8aa6e;
  color: #0a0a0a;
}

.deck-matchup-form lexxy-editor.deck-matchup-editor .lexxy-prompt-menu__item[aria-selected="true"] span {
  color: inherit;
}

/* Explicitly skin Lexxy host controls for dark mode consistency */
.deck-matchup-form lexxy-editor.deck-matchup-editor,
.deck-matchup-form lexxy-editor.deck-matchup-editor .lexxy-editor,
.deck-matchup-form lexxy-editor.deck-matchup-editor lexxy-toolbar {
  background-color: #2a2a2a;
  color: #e4e4e4;
}

/* Match deck-guide behavior: card mentions only, hide file/image uploads */
.deck-matchup-form lexxy-editor.deck-matchup-editor lexxy-toolbar button[name="image"],
.deck-matchup-form lexxy-editor.deck-matchup-editor lexxy-toolbar button[name="file"],
.deck-matchup-form lexxy-editor.deck-matchup-editor lexxy-toolbar button[name="table"],
.deck-matchup-form lexxy-editor.deck-matchup-editor lexxy-toolbar lexxy-highlight-dropdown {
  display: none;
}
