/* Auto-generated from fischipedia.org — do not edit by hand */
/* Run: npm run scrape:colors */


/* conditions-suggestion (from FischTools / fischipedia calculator) */
.conditions-suggestions-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.conditions-suggestion {
  display: flex;
  background: var(--item-bg-color, rgb(40 40 45));
  position: relative;
  padding: 10px;
  border-radius: 10px;
  justify-content: space-between;
  gap: 0.75rem;
  cursor: pointer;
  border: 1px solid transparent;
  transition: filter 0.15s ease, border-color 0.15s ease, transform 0.1s ease;
}

.conditions-suggestion:hover {
  filter: brightness(1.12);
  border-color: color-mix(in srgb, var(--item-color, #70aeff) 35%, transparent);
}

.conditions-setup {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.25rem;
  min-width: 0;
  flex: 1;
}

.conditions-right {
  text-align: right;
  flex-shrink: 0;
}

.conditions-pool a,
.conditions-suggestion .item-text a,
.conditions-suggestion .item.no-rarity a {
  color: var(--item-color, var(--theme-link));
  font-weight: 500;
}

.conditions-lure,
.conditions-resil {
  font-size: 12px;
}

.conditions-chance {
  font-size: 0.875rem;
}

.conditions-action {
  margin-top: 5px;
  padding: 5px 10px;
  border: 2px solid var(--item-color, rgba(255, 255, 255, 0.85));
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  transition: background 0.25s, color 0.25s;
  color: var(--item-color, #fff);
}

.conditions-suggestion:hover .conditions-action {
  background: var(--item-color, rgba(255, 255, 255, 0.9));
  color: var(--item-bg-color, #111);
}

/* Match setup enchant dropdown: --enchant-color text, no wiki gradient fill */
.conditions-suggestion .enchantment.enchantment-option,
.conditions-suggestion .enchantment.enchantment-option a {
  color: var(--enchant-color, var(--theme-text));
  font-weight: 500;
  text-shadow: none;
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: currentColor !important;
}

.conditions-environment {
  line-height: 0;
  margin-top: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
}

.conditions-environment a {
  line-height: 0;
  display: inline-block;
}

.conditions-item-icon,
.conditions-env-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.25rem;
  object-fit: contain;
}

.conditions-env-label {
  font-size: 0.7rem;
  padding: 0.15rem 0.4rem;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--theme-text);
  text-decoration: none;
}

.conditions-suggestion .item.rarity-trash .item-text a { color: var(--rarity-trash); }
.conditions-suggestion .item.rarity-common .item-text a { color: var(--rarity-common); }
.conditions-suggestion .item.rarity-uncommon .item-text a { color: var(--rarity-uncommon); }
.conditions-suggestion .item.rarity-unusual .item-text a { color: var(--rarity-unusual); }
.conditions-suggestion .item.rarity-rare .item-text a { color: var(--rarity-rare); }
.conditions-suggestion .item.rarity-legendary .item-text a { color: var(--rarity-legendary); }
.conditions-suggestion .item.rarity-mythical .item-text a { color: var(--rarity-mythical); }
.conditions-suggestion .item.rarity-mythic .item-text a { color: var(--rarity-mythic); }
.conditions-suggestion .item.rarity-exotic .item-text a { color: var(--rarity-exotic); }
.conditions-suggestion .item.rarity-secret .item-text a { color: var(--rarity-secret); }
.conditions-suggestion .item.rarity-limited .item-text a { color: var(--rarity-limited); }
.conditions-suggestion .item.rarity-divine .item-text a { color: var(--rarity-divine-secret); }


/* Setup comboboxes (fischipedia FischTools option classes) */
.rod-option.calc-menu-option .calc-menu-option-label,
.rod-option.calc-combobox-field .calc-combobox-input,
.item-option.calc-menu-option .calc-menu-option-label,
.item-option.calc-combobox-field .calc-combobox-input {
  color: var(--item-color, var(--theme-text));
  font-weight: 500;
}

.calc-menu-option-highlighted.rod-option .calc-menu-option-label,
.calc-menu-option-highlighted.item-option .calc-menu-option-label {
  color: var(--item-color, #fff);
}


.bait-option.rarity-trash.calc-menu-option .calc-menu-option-label,
.bait-option.rarity-trash.calc-combobox-field .calc-combobox-input {
  color: var(--rarity-trash);
  font-weight: 500;
}
.bait-option.rarity-common.calc-menu-option .calc-menu-option-label,
.bait-option.rarity-common.calc-combobox-field .calc-combobox-input {
  color: var(--rarity-common);
  font-weight: 500;
}
.bait-option.rarity-uncommon.calc-menu-option .calc-menu-option-label,
.bait-option.rarity-uncommon.calc-combobox-field .calc-combobox-input {
  color: var(--rarity-uncommon);
  font-weight: 500;
}
.bait-option.rarity-unusual.calc-menu-option .calc-menu-option-label,
.bait-option.rarity-unusual.calc-combobox-field .calc-combobox-input {
  color: var(--rarity-unusual);
  font-weight: 500;
}
.bait-option.rarity-rare.calc-menu-option .calc-menu-option-label,
.bait-option.rarity-rare.calc-combobox-field .calc-combobox-input {
  color: var(--rarity-rare);
  font-weight: 700;
}
.bait-option.rarity-legendary.calc-menu-option .calc-menu-option-label,
.bait-option.rarity-legendary.calc-combobox-field .calc-combobox-input {
  color: var(--rarity-legendary);
  font-weight: 500;
}
.bait-option.rarity-mythical.calc-menu-option .calc-menu-option-label,
.bait-option.rarity-mythical.calc-combobox-field .calc-combobox-input {
  color: var(--rarity-mythical);
  font-weight: 500;
}
.bait-option.rarity-mythic.calc-menu-option .calc-menu-option-label,
.bait-option.rarity-mythic.calc-combobox-field .calc-combobox-input {
  color: var(--rarity-mythic);
  font-weight: 500;
}
.bait-option.rarity-exotic.calc-menu-option .calc-menu-option-label,
.bait-option.rarity-exotic.calc-combobox-field .calc-combobox-input {
  color: var(--rarity-exotic);
  font-weight: 500;
}
.bait-option.rarity-secret.calc-menu-option .calc-menu-option-label,
.bait-option.rarity-secret.calc-combobox-field .calc-combobox-input {
  color: var(--rarity-secret);
  font-weight: 700;
}
.bait-option.rarity-limited.calc-menu-option .calc-menu-option-label,
.bait-option.rarity-limited.calc-combobox-field .calc-combobox-input {
  color: var(--rarity-limited);
  font-weight: 700;
}
.bait-option.rarity-divine.calc-menu-option .calc-menu-option-label,
.bait-option.rarity-divine.calc-combobox-field .calc-combobox-input {
  color: var(--rarity-divine-secret);
  font-weight: 500;
}
.bait-option.rarity-special.calc-menu-option .calc-menu-option-label,
.bait-option.rarity-special.calc-combobox-field .calc-combobox-input {
  color: var(--rarity-special);
  font-weight: 500;
}

.bait-option.rarity-exotic.calc-menu-option .calc-menu-option-label,
.bait-option.rarity-exotic.calc-combobox-field .calc-combobox-input {
  background: linear-gradient(90deg, #ff65ce, #ffff6e, #8fff8f, #99feff, #a8afff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.mutation-option.mutation.calc-menu-option .calc-menu-option-label,
.mutation-option.mutation.calc-combobox-field .calc-combobox-input {
  color: var(--mutation-color, var(--theme-text));
  text-shadow:
    1px 0 0 var(--mutation-stroke-color),
    0 1px 0 var(--mutation-stroke-color),
    -1px 0 0 var(--mutation-stroke-color),
    0 -1px 0 var(--mutation-stroke-color),
    0.5px 0.5px 0 var(--mutation-stroke-color),
    -0.5px 0.5px 0 var(--mutation-stroke-color),
    -0.5px -0.5px 0 var(--mutation-stroke-color),
    0.35px -0.35px 0 var(--mutation-stroke-color);
}

.event-option.calc-menu-option .calc-menu-option-label,
.event-option.calc-combobox-field .calc-combobox-input,
.mini-event-option.calc-menu-option .calc-menu-option-label,
.mini-event-option.calc-combobox-field .calc-combobox-input,
.admin-event-option.calc-menu-option .calc-menu-option-label,
.admin-event-option.calc-combobox-field .calc-combobox-input,
.limited-event-option,
.calc-checkbox-label .limited-event-option {
  color: var(--mutation-color, var(--rarity-event, var(--theme-text)));
  font-weight: 500;
  text-shadow:
    1px 0 0 var(--mutation-stroke-color),
    0 1px 0 var(--mutation-stroke-color),
    -1px 0 0 var(--mutation-stroke-color),
    0 -1px 0 var(--mutation-stroke-color),
    0.5px 0.5px 0 var(--mutation-stroke-color),
    -0.5px 0.5px 0 var(--mutation-stroke-color),
    -0.5px -0.5px 0 var(--mutation-stroke-color),
    0.35px -0.35px 0 var(--mutation-stroke-color);
}

.event-option.rarity-event,
.mini-event-option.rarity-event,
.admin-event-option.rarity-event,
.limited-event-option.rarity-event {
  color: var(--rarity-event, var(--rarity-limited, var(--theme-text)));
  text-shadow: none;
  font-weight: 600;
}

.mutation-option.mutation-shiny,
.mutation-option.mutation-sparkling,
.event-option.mutation-shiny,
.mini-event-option.mutation-shiny,
.mini-event-option.mutation-sparkling,
.admin-event-option.mutation-shiny,
.admin-event-option.mutation-sparkling {
  font-style: italic;
}

.enchantment-option.calc-menu-option .calc-menu-option-label,
.enchantment-option.calc-combobox-field .calc-combobox-input {
  color: var(--enchant-color, var(--theme-text));
  font-weight: 500;
  text-shadow: none;
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: currentColor !important;
}

/* Wiki .enchantment-{name} { background: gradient } — combobox uses text color only (like rods) */
.calc-combobox-field.enchantment-option[class*="enchantment-"] {
  background-color: rgb(24, 24, 28) !important;
  background-image: none !important;
}
.calc-menu-option.enchantment-option[class*="enchantment-"] {
  background-color: transparent !important;
  background-image: none !important;
}
.calc-menu-option-highlighted.enchantment-option[class*="enchantment-"] {
  background-color: rgba(112, 174, 255, 0.22) !important;
  background-image: none !important;
}

.calc-menu-option-highlighted.enchantment-option .calc-menu-option-label {
  color: var(--enchant-color, #fff) !important;
  font-weight: 500;
  text-shadow: none !important;
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: currentColor !important;
}

/* Mutations table (fischipedia .mutation links) */
.mutations-table .mutation,
.mutations-table .mutation a {
  text-decoration: none;
}

.mutations-table .mutation a:hover {
  text-decoration: underline;
}


/* https://fischipedia.org/wiki/Template:Item/styles.css?action=raw */
.item {
	display: inline-flex;
	align-items: center;
	line-height: normal;
	gap: 3px;
	vertical-align: text-top;
}

.item .item-icon {
	display: inline-flex;
	align-content: center;
}

.item .item-icon span[typeof="mw:File"] {
	display: inline-block;
	margin: auto;
	line-height: 0;
}

.item .item-icon img {
	filter: drop-shadow(0 0 2px black);
}

.item-text > a {
	font-weight: 500;
}

.item-icon > span[typeof="mw:Error mw:File"] {
	display: none;
}

/* The following is auto-generated based on in-game data */
/* Last update: Version [[Version 1.64.9.4]], place version 4797 */

/* Fishing Rods */
.item-abyssal-specter-rod { --item-color: rgb(81 222 135); --item-bg-color: rgb(12 32 19) }
.item-acidgrinder { --item-color: rgb(117 195 83); --item-bg-color: rgb(17 28 12) }
.item-adventurers-rod { --item-color: rgb(154 170 190); --item-bg-color: rgb(22 24 27) }
.item-anchor-n-chain { --item-color: rgb(153 88 55); --item-bg-color: rgb(24 11 4) }
.item-antler-rod { --item-color: rgb(200 140 123); --item-bg-color: rgb(29 20 18) }
.item-apollos-sunshot { --item-color: rgb(255 210 121); --item-bg-color: rgb(36 30 17) }
.item-arctic-rod { --item-color: rgb(146 179 218); --item-bg-color: rgb(21 26 31) }
.item-astraeus-serenade { --item-color: rgb(255 140 0); --item-bg-color: rgb(36 20 0) }
.item-astral-rod { --item-color: rgb(128 60 243); --item-bg-color: rgb(15 4 34) }
.item-astralhook-rod { --item-color: rgb(200 133 0); --item-bg-color: rgb(29 19 0) }
.item-auric-rod { --item-color: rgb(203 37 68); --item-bg-color: rgb(29 4 8) }
.item-aurora-rod { --item-color: rgb(46 255 185); --item-bg-color: rgb(7 36 26) }
.item-avalanche-rod { --item-color: rgb(98 155 222); --item-bg-color: rgb(14 22 32) }
.item-axe-of-rhoads { --item-color: rgb(255 255 255); --item-bg-color: rgb(36 36 36) }
.item-azure-of-lagoon { --item-color: rgb(71 80 255); --item-bg-color: rgb(9 10 36) }
.item-bat-whisperer-rod { --item-color: rgb(185 68 68); --item-bg-color: rgb(26 8 8) }
.item-beach-ball-rod { --item-color: rgb(255 89 94); --item-bg-color: rgb(36 12 13) }
.item-bellonas-waraxe { --item-color: rgb(255 161 124); --item-bg-color: rgb(36 23 17) }
.item-blade-of-glorp { --item-color: rgb(189 255 83); --item-bg-color: rgb(27 36 12) }
.item-blazebringer-rod { --item-color: rgb(255 136 0); --item-bg-color: rgb(36 19 0) }
.item-bloomspire { --item-color: rgb(137 111 93); --item-bg-color: rgb(24 20 17) }
.item-bloomspire-blooming-splendor { --item-color: rgb(163 242 162); --item-bg-color: rgb(18 29 18) }
.item-bloomspire-slumbering-elegance { --item-color: rgb(255 201 239); --item-bg-color: rgb(30 23 28) }
.item-bloomspire-twisted-toxins { --item-color: rgb(176 79 255); --item-bg-color: rgb(28 13 36) }
.item-bone-blade { --item-color: rgb(190 185 143); --item-bg-color: rgb(27 26 20) }
.item-boreal-rod { --item-color: rgb(200 161 158); --item-bg-color: rgb(29 23 23) }
.item-brick-built-rod { --item-color: rgb(255 0 0); --item-bg-color: rgb(36 0 0) }
.item-brick-rod { --item-color: rgb(245 90 90); --item-bg-color: rgb(35 13 13) } 
.item-brine-infused-rod { --item-color: rgb(55 254 178); --item-bg-color: rgb(5 28 19) }
.item-brothers-rod { --item-color: rgb(75 207 196); --item-bg-color: rgb(11 30 28) }
.item-buddy-bond-rod { --item-color: rgb(145 255 115); --item-bg-color: rgb(21 36 16) }
.item-bunnybloom-caster { --item-color: rgb(238 199 255); --item-bg-color: rgb(34 28 36) }
.item-candy-cane-rod { --item-color: rgb(192 59 59); --item-bg-color: rgb(26 5 5) }
.item-carbon-rod { --item-color: rgb(155 190 255); --item-bg-color: rgb(22 27 36) }
.item-carrot-rod { --item-color: rgb(255 175 38); --item-bg-color: rgb(36 25 5) }
.item-castbound { --item-color: rgb(249 57 97); --item-bg-color: rgb(36 8 14) }
.item-celestial-rod { --item-color: rgb(19 145 255); --item-bg-color: rgb(3 21 36) }
.item-cerebra { --item-color: rgb(253 19 144); --item-bg-color: rgb(28 5 18) }
.item-cerulean-fang-rod { --item-color: rgb(4 175 236); --item-bg-color: rgb(1 25 34) }
.item-challengers-rod { --item-color: rgb(4 175 236); --item-bg-color: rgb(1 25 34) }
.item-champions-rod { --item-color: rgb(219 163 3); --item-bg-color: rgb(31 23 0) }
.item-christmas-tree-rod { --item-color: rgb(5 200 94); --item-bg-color: rgb(1 29 13) }
.item-chrysalis { --item-color: rgb(255 142 249); --item-bg-color: rgb(36 20 36) }
.item-cinder-block-rod { --item-color: rgb(200 200 200); --item-bg-color: rgb(29 29 29) }
.item-cinderstring { --item-color: rgb(255 170 0); --item-bg-color: rgb(36 24 0) }
.item-clickbait-caster { --item-color: rgb(255 0 0); --item-bg-color: rgb(36 0 0) }
.item-clover-rod { --item-color: rgb(52 123 58); --item-bg-color: rgb(4 15 5) }
.item-coral-rod { --item-color: rgb(255 157 226); --item-bg-color: rgb(36 22 32) }
.item-cornucopia-rod { --item-color: rgb(230 166 54); --item-bg-color: rgb(33 24 8) }
.item-creamsicle-rod { --item-color: rgb(255 170 92); --item-bg-color: rgb(36 24 13) }
.item-crew-rod { --item-color: rgb(238 184 59); --item-bg-color: rgb(34 26 8) }
.item-crimsonwrath { --item-color: rgb(199 40 26); --item-bg-color: rgb(27 2 0) }
.item-cryolash { --item-color: rgb(116 243 255); --item-bg-color: rgb(17 35 36) }
.item-crystalized-rod { --item-color: rgb(218 112 0); --item-bg-color: rgb(31 16 0) } 
.item-cupids-bow { --item-color: rgb(250 237 166); --item-bg-color: rgb(30 27 12) }
.item-cupids-embrace { --item-color: rgb(229 137 189); --item-bg-color: rgb(34 21 30) }
.item-dave-rod { --item-color: rgb(103 103 103); --item-bg-color: rgb(12 12 12) }
.item-daybreaker-rod { --item-color: rgb(255 227 119); --item-bg-color: rgb(30 26 9) }
.item-dead-mans-rod { --item-color: rgb(78 118 80); --item-bg-color: rgb(4 14 6) }
.item-decayed-rod { --item-color: rgb(111 102 122); --item-bg-color: rgb(9 7 13) }
.item-demon-slayer { --item-color: rgb(200 200 200); --item-bg-color: rgb(29 29 29) }
.item-depthseeker-rod { --item-color: rgb(47 195 255); --item-bg-color: rgb(7 28 36) }
.item-destiny-rod { --item-color: rgb(255 254 220); --item-bg-color: rgb(36 36 31) }
.item-dreambreaker { --item-color: rgb(200 200 200); --item-bg-color: rgb(29 29 29) }
.item-dusekkar-rod { --item-color: rgb(67 80 255); --item-bg-color: rgb(7 9 36) }
.item-duskwire { --item-color: rgb(200 200 200); --item-bg-color: rgb(29 29 29) }
.item-eardrum { --item-color: rgb(200 141 103); --item-bg-color: rgb(29 20 15) }
.item-egg-rod { --item-color: rgb(239 175 255); --item-bg-color: rgb(34 25 36) }
.item-eidolon-rod { --item-color: rgb(200 200 200); --item-bg-color: rgb(29 29 29) }
.item-elder-mossripper { --item-color: rgb(115 206 90); --item-bg-color: rgb(16 29 13) }
.item-electric-guitar { --item-color: rgb(200 51 51); --item-bg-color: rgb(29 7 7) }
.item-ethereal-prism-rod { --item-color: rgb(255 170 255); --item-bg-color: rgb(36 24 36) }
.item-event-horizon-rod { --item-color: rgb(255 184 5); --item-bg-color: rgb(36 26 1) }
.item-evil-pitchfork { --item-color: rgb(199 38 38); --item-bg-color: rgb(27 0 0) }
.item-experimental-rod { --item-color: rgb(154 170 190); --item-bg-color: rgb(22 24 27) }
.item-fabulous-rod { --item-color: rgb(218 167 235); --item-bg-color: rgb(31 24 34) }
.item-fallen-rod { --item-color: rgb(248 248 248); --item-bg-color: rgb(18 18 18) }
.item-fallen-snowblade { --item-color: rgb(255 255 255); --item-bg-color: rgb(36 36 36) }
.item-fang-of-the-eclipse { --item-color: rgb(200 133 0); --item-bg-color: rgb(29 19 0) }
.item-fast-rod { --item-color: rgb(255 101 101); --item-bg-color: rgb(36 14 14) }
.item-firefly-rod { --item-color: rgb(255 255 73); --item-bg-color: rgb(36 36 10) }
.item-firework-rod { --item-color: rgb(203 43 43); --item-bg-color: rgb(29 5 5) }
.item-fischers-rod { --item-color: rgb(245 205 48); --item-bg-color: rgb(35 29 7) }
.item-fischmas-rod { --item-color: rgb(144 240 255); --item-bg-color: rgb(21 34 36) }
.item-fish-photographer { --item-color: rgb(255 241 206); --item-bg-color: rgb(36 34 29) }
.item-fixers-rod { --item-color: rgb(0 170 255); --item-bg-color: rgb(0 24 36) }
.item-flimsy-rod { --item-color: rgb(154 170 190); --item-bg-color: rgb(22 24 27) }
.item-floatie-rod { --item-color: rgb(255 138 196); --item-bg-color: rgb(36 20 28) }
.item-fortune-rod { --item-color: rgb(116 86 214); --item-bg-color: rgb(16 11 30) }
.item-free-spirit-rod { --item-color: rgb(52 235 143); --item-bg-color: rgb(7 34 20) }
.item-friendly-rod { --item-color: rgb(255 198 243); --item-bg-color: rgb(36 28 35) }
.item-frog-rod { --item-color: rgb(188 255 190); --item-bg-color: rgb(27 36 27) }
.item-frost-warden-rod { --item-color: rgb(144 240 255); --item-bg-color: rgb(21 34 36) }
.item-frostbane-rod { --item-color: rgb(144 240 255); --item-bg-color: rgb(21 34 36) }
.item-frostfire-rod { --item-color: rgb(144 240 255); --item-bg-color: rgb(21 34 36) }
.item-fungal-rod { --item-color: rgb(78 255 78); --item-bg-color: rgb(11 36 11) }
.item-gardenkeeper-rod { --item-color: rgb(116 109 108); --item-bg-color: rgb(11 9 9) }
.item-gingerbread-rod { --item-color: rgb(200 108 55); --item-bg-color: rgb(29 15 8) }
.item-great-dreamer-rod { --item-color: rgb(39 200 193); --item-bg-color: rgb(6 29 28) }
.item-great-rod-of-oscar { --item-color: rgb(225 182 11); --item-bg-color: rgb(32 26 2) }
.item-hades-soul-scythe { --item-color: rgb(106 253 140); --item-bg-color: rgb(15 36 20) }
.item-haunted-rod { --item-color: rgb(94 255 105); --item-bg-color: rgb(13 36 15) }
.item-heavens-rod { --item-color: rgb(190 140 24); --item-bg-color: rgb(27 20 3) }
.item-ice-warpers-rod { --item-color: rgb(110 189 247); --item-bg-color: rgb(16 27 35) }
.item-igneous-rupturer { --item-color: rgb(253 101 0); --item-bg-color: rgb(30 14 3) }
.item-jack-o-blazer { --item-color: rgb(255 201 66); --item-bg-color: rgb(36 29 9) }
.item-jinglestar-rod { --item-color: rgb(230 209 92); --item-bg-color: rgb(33 30 13) }
.item-katana-rod { --item-color: rgb(177 177 177); --item-bg-color: rgb(25 25 25) }
.item-kings-rod { --item-color: rgb(52 96 255); --item-bg-color: rgb(7 14 36) }
.item-kraken-rod { --item-color: rgb(200 79 81); --item-bg-color: rgb(29 11 12) }
.item-krampuss-rod { --item-color: rgb(255 66 91); --item-bg-color: rgb(36 9 13) }
.item-lemonade-serenade { --item-color: rgb(255 255 255); --item-bg-color: rgb(36 36 36) }
.item-leprechaun-line { --item-color: rgb(48 235 76); --item-bg-color: rgb(6 34 11) }
.item-leviathans-fang-rod { --item-color: rgb(104 164 190); --item-bg-color: rgb(15 23 27) }
.item-liberty-line { --item-color: rgb(77 77 255); --item-bg-color: rgb(0 0 36) }
.item-lobster-rod { --item-color: rgb(206 26 26); --item-bg-color: rgb(29 0 0) }
.item-long-rod { --item-color: rgb(220 204 167); --item-bg-color: rgb(31 29 24) }
.item-lucid-rod { --item-color: rgb(188 111 255); --item-bg-color: rgb(27 16 36) }
.item-lucky-rod { --item-color: rgb(188 255 190); --item-bg-color: rgb(27 36 27) }
.item-lullaby { --item-color: rgb(133 143 250); --item-bg-color: rgb(19 21 36) }
.item-luminescent-oath { --item-color: rgb(69 236 255); --item-bg-color: rgb(10 34 36) }
.item-maelstrom { --item-color: rgb(136 141 200); --item-bg-color: rgb(19 20 29) }
.item-magma-rod { --item-color: rgb(255 122 55); --item-bg-color: rgb(36 17 8) }
.item-magnet-rod { --item-color: rgb(64 89 255); --item-bg-color: rgb(0 5 36) }
.item-marrow-rod { --item-color: rgb(198 154 99); --item-bg-color: rgb(28 22 14) }
.item-masterline-rod { --item-color: rgb(255 255 255); --item-bg-color: rgb(18 18 18) }
.item-merchant-rod { --item-color: rgb(206 26 26); --item-bg-color: rgb(29 0 0) }
.item-merlins-staff { --item-color: rgb(193 70 255); --item-bg-color: rgb(28 10 36) }
.item-microphone-rod { --item-color: rgb(197 197 197); --item-bg-color: rgb(28 28 28) }
.item-midas-rod { --item-color: rgb(255 226 83); --item-bg-color: rgb(36 32 12) }
.item-migurod { --item-color: rgb(255 57 57); --item-bg-color: rgb(36 8 8) }
.item-mission-specialists-rod { --item-color: rgb(255 170 0); --item-bg-color: rgb(36 24 0) }
.item-moonlit-rod { --item-color: rgb(198 214 255); --item-bg-color: rgb(28 31 36) }
.item-mythical-rod { --item-color: rgb(255 49 159); --item-bg-color: rgb(36 7 23) }
.item-nates-blade { --item-color: rgb(255 11 11); --item-bg-color: rgb(36 2 2) }
.item-necrotic-rod { --item-color: rgb(200 134 134); --item-bg-color: rgb(29 19 19) }
.item-new-years-rod { --item-color: rgb(255 227 144); --item-bg-color: rgb(36 32 21) }
.item-nicos-yarncaster { --item-color: rgb(200 184 158); --item-bg-color: rgb(29 26 23) }
.item-nilcaster { --item-color: rgb(55 255 0); --item-bg-color: rgb(8 36 0) }
.item-no-life-rod { --item-color: rgb(255 42 42); --item-bg-color: rgb(36 6 6) }
.item-noctone { --item-color: rgb(230 166 54); --item-bg-color: rgb(33 24 8) }
.item-nocturnal-rod { --item-color: rgb(109 92 203); --item-bg-color: rgb(14 12 29) }
.item-noiseform { --item-color: rgb(0 255 61); --item-bg-color: rgb(0 36 9) }
.item-north-pole { --item-color: rgb(21 169 177); --item-bg-color: rgb(3 24 25) }
.item-north-star-rod { --item-color: rgb(255 237 170); --item-bg-color: rgb(36 34 24) }
.item-olympian-godbreaker { --item-color: rgb(249 61 133); --item-bg-color: rgb(36 9 19) }
.item-onirifalx { --item-color: rgb(157 208 255); --item-bg-color: rgb(22 30 36) }
.item-original-no-life-rod { --item-color: rgb(255 42 42); --item-bg-color: rgb(36 6 6) }
.item-paintbrush { --item-color: rgb(207 13 13); --item-bg-color: rgb(29 0 0) }
.item-paleontologists-rod { --item-color: rgb(206 26 26); --item-bg-color: rgb(29 0 0) }
.item-paper-fan-rod { --item-color: rgb(255 255 134); --item-bg-color: rgb(36 36 19) }
.item-part { --item-color: rgb(221 221 221); --item-bg-color: rgb(32 32 32) }
.item-patriot-rod { --item-color: rgb(255 0 0); --item-bg-color: rgb(36 0 0) }
.item-pen-rod { --item-color: rgb(200 200 200); --item-bg-color: rgb(29 29 29) }
.item-peppermint-rod { --item-color: rgb(255 157 157); --item-bg-color: rgb(36 22 22) }
.item-phoenix-rod { --item-color: rgb(255 98 87); --item-bg-color: rgb(36 14 12) }
.item-pinions-aria { --item-color: rgb(201 184 255); --item-bg-color: rgb(23 20 36) }
.item-plaguereaver { --item-color: rgb(106 102 111); --item-bg-color: rgb(9 7 13) }
.item-plastic-rod { --item-color: rgb(73 240 255); --item-bg-color: rgb(10 34 36) }
.item-polaris-serenade { --item-color: rgb(115 115 255); --item-bg-color: rgb(16 16 36) }
.item-pool-noodle-rod { --item-color: rgb(116 201 255); --item-bg-color: rgb(17 29 36) }
.item-popsicle-rod { --item-color: rgb(0 221 255); --item-bg-color: rgb(0 32 36) }
.item-poseidon-rod { --item-color: rgb(252 248 97); --item-bg-color: rgb(36 35 14) }
.item-poseidons-lance { --item-color: rgb(100 180 250); --item-bg-color: rgb(14 26 36) }
.item-precision-rod { --item-color: rgb(38 88 255); --item-bg-color: rgb(0 8 36) }
.item-rainbow-cluster-rod { --item-color: rgb(235 83 144); --item-bg-color: rgb(34 12 21) }
.item-random-rod { --item-color: rgb(200 200 200); --item-bg-color: rgb(29 29 29) }
.item-rapid-rod { --item-color: rgb(255 163 87); --item-bg-color: rgb(36 23 12) }
.item-reinforced-rod { --item-color: rgb(255 178 89); --item-bg-color: rgb(36 25 13) }
.item-relic-rod { --item-color: rgb(186 178 175); --item-bg-color: rgb(27 25 25) }
.item-remembrance { --item-color: rgb(255 255 255); --item-bg-color: rgb(36 36 36) }
.item-requiem { --item-color: rgb(1 250 137); --item-bg-color: rgb(2 28 17) }
.item-resourceful-rod { --item-color: rgb(255 75 15); --item-bg-color: rgb(36 11 2) }
.item-riptide-rod { --item-color: rgb(66 94 255); --item-bg-color: rgb(9 13 36) }
.item-rod-of-the-cosmos { --item-color: rgb(93 193 255); --item-bg-color: rgb(13 28 36) }
.item-rod-of-the-depths { --item-color: rgb(255 66 52); --item-bg-color: rgb(36 9 7) }
.item-rod-of-the-eternal-king { --item-color: rgb(255 221 25); --item-bg-color: rgb(36 32 4) }
.item-rod-of-the-exalted-one { --item-color: rgb(255 128 249); --item-bg-color: rgb(36 18 36) }
.item-rod-of-the-forgotten-fang { --item-color: rgb(49 155 255); --item-bg-color: rgb(7 22 36) }
.item-rod-of-the-zenith { --item-color: rgb(117 171 200); --item-bg-color: rgb(17 24 29) }
.item-rod-of-time { --item-color: rgb(203 37 68); --item-bg-color: rgb(29 4 8) }
.item-rose-rend { --item-color: rgb(255 80 156); --item-bg-color: rgb(36 11 22) }
.item-rose-rod { --item-color: rgb(163 78 77); --item-bg-color: rgb(24 7 7) }
.item-ruinous-oath { --item-color: rgb(255 0 0); --item-bg-color: rgb(36 0 0) }
.item-sand-castle-caster { --item-color: rgb(232 201 152); --item-bg-color: rgb(33 29 22) }
.item-sanguine-spire { --item-color: rgb(197 48 56); --item-bg-color: rgb(27 4 5) }
.item-santas-miracle-rod { --item-color: rgb(212 0 0); --item-bg-color: rgb(30 0 0) }
.item-scarlet-ravager { --item-color: rgb(203 38 50); --item-bg-color: rgb(29 4 6) }
.item-scarlet-spincaster-rod { --item-color: rgb(199 38 38); --item-bg-color: rgb(27 0 0) }
.item-scurvy-rod { --item-color: rgb(245 205 48); --item-bg-color: rgb(35 29 7) }
.item-seasons-rod { --item-color: rgb(255 185 115); --item-bg-color: rgb(36 26 16) }
.item-seraphic-rod { --item-color: rgb(255 170 0); --item-bg-color: rgb(36 24 0) }
.item-shady-rod { --item-color: rgb(109 107 116); --item-bg-color: rgb(8 8 10) }
.item-shamrock-rod { --item-color: rgb(52 235 143); --item-bg-color: rgb(7 34 20) }
.item-silly-fun-happy-rod { --item-color: rgb(221 210 0); --item-bg-color: rgb(32 30 0) }
.item-smurf-rod { --item-color: rgb(44 171 255); --item-bg-color: rgb(6 24 36) }
.item-soulreaper { --item-color: rgb(111 111 111); --item-bg-color: rgb(5 5 5) }
.item-sovereign-doombringer { --item-color: rgb(137 198 255); --item-bg-color: rgb(20 28 36) }
.item-spiritbinder { --item-color: rgb(132 137 200); --item-bg-color: rgb(19 20 29) }
.item-spirit-of-the-forest { --item-color: rgb(79 199 70); --item-bg-color: rgb(11 28 10) }
.item-splitbranch-twig { --item-color: rgb(113 102 98); --item-bg-color: rgb(9 7 6) }
.item-spooky-rod { --item-color: rgb(149 134 200); --item-bg-color: rgb(21 19 29) }
.item-starshell-rod { --item-color: rgb(255 224 130); --item-bg-color: rgb(36 32 19) }
.item-steady-rod { --item-color: rgb(255 190 160); --item-bg-color: rgb(36 27 23) }
.item-steampunk-rod { --item-color: rgb(148 101 63); --item-bg-color: rgb(21 15 9) }
.item-stone-hammer { --item-color: rgb(157 157 157); --item-bg-color: rgb(22 22 22) }
.item-stone-rod { --item-color: rgb(183 183 200); --item-bg-color: rgb(26 26 29) }
.item-summit-rod { --item-color: rgb(80 202 230); --item-bg-color: rgb(11 29 33) }
.item-sunken-rod { --item-color: rgb(145 255 115); --item-bg-color: rgb(21 36 16) }
.item-superstar-rod { --item-color: rgb(47 98 207); --item-bg-color: rgb(7 14 30) }
.item-sweet-stinger { --item-color: rgb(253 191 4); --item-bg-color: rgb(30 23 1) }
.item-sword-of-darkness { --item-color: rgb(200 200 200); --item-bg-color: rgb(29 29 29) }
.item-tempest-rod { --item-color: rgb(55 253 255); --item-bg-color: rgb(8 36 36) }
.item-terrotrapper { --item-color: rgb(213 62 90); --item-bg-color: rgb(30 9 13) }
.item-test-rod { --item-color: rgb(73 240 255); --item-bg-color: rgb(10 34 36) }
.item-thalassars-ruin { --item-color: rgb(177 70 70); --item-bg-color: rgb(28 6 6) }
.item-the-boom-ball { --item-color: rgb(149 157 200); --item-bg-color: rgb(21 22 29) }
.item-the-lost-rod { --item-color: rgb(64 255 102); --item-bg-color: rgb(9 36 15) }
.item-tidal-wave-rod { --item-color: rgb(88 169 255); --item-bg-color: rgb(13 24 36) }
.item-tidemourner { --item-color: rgb(31 116 243); --item-bg-color: rgb(6 18 36) }
.item-tiki-rod { --item-color: rgb(196 119 56); --item-bg-color: rgb(28 17 8) }
.item-toxic-spire-rod { --item-color: rgb(124 97 206); --item-bg-color: rgb(18 14 29) }
.item-toxinburst-rod { --item-color: rgb(162 74 224); --item-bg-color: rgb(26 12 36) }
.item-training-rod { --item-color: rgb(100 198 207); --item-bg-color: rgb(14 28 30) }
.item-tranquility-rod { --item-color: rgb(171 213 226); --item-bg-color: rgb(18 23 29) }
.item-treasure-rod { --item-color: rgb(0 158 225); --item-bg-color: rgb(0 23 32) }
.item-trident-rod { --item-color: rgb(255 191 80); --item-bg-color: rgb(36 27 11) }
.item-tryhard-rod { --item-color: rgb(238 0 4); --item-bg-color: rgb(34 0 1) }
.item-upside-down-rod { --item-color: rgb(154 170 190); --item-bg-color: rgb(22 24 27) }
.item-verdant-oath { --item-color: rgb(1 250 0); --item-bg-color: rgb(2 28 2) }
.item-verdant-shear-rod { --item-color: rgb(52 235 143); --item-bg-color: rgb(7 34 20) }
.item-view-smasher { --item-color: rgb(255 144 144); --item-bg-color: rgb(36 20 20) }
.item-vinefang-rod { --item-color: rgb(115 206 90); --item-bg-color: rgb(16 29 13) }
.item-vineweaver-rod { --item-color: rgb(112 200 87); --item-bg-color: rgb(16 29 12) }
.item-volcanic-rod { --item-color: rgb(255 170 0); --item-bg-color: rgb(36 24 0) }
.item-voyager-rod { --item-color: rgb(204 181 255); --item-bg-color: rgb(29 26 36) }
.item-wicked-fang-rod { --item-color: rgb(223 0 0); --item-bg-color: rgb(32 0 0) }
.item-wildflower-rod { --item-color: rgb(103 255 159); --item-bg-color: rgb(15 36 23) }
.item-wind-elemental { --item-color: rgb(221 206 92); --item-bg-color: rgb(32 29 13) }
.item-wingkeeper { --item-color: rgb(235 232 214); --item-bg-color: rgb(34 34 31) }
.item-wingripper { --item-color: rgb(200 200 200); --item-bg-color: rgb(29 29 29) }
.item-wisdom-rod { --item-color: rgb(200 176 15); --item-bg-color: rgb(29 25 2) }
.item-zeus-rod { --item-color: rgb(245 205 48); --item-bg-color: rgb(35 29 7) }
.item-zeuss-thundermaul { --item-color: rgb(255 255 100); --item-bg-color: rgb(36 36 14) }

/* Companions */
.item-beak-bill { --item-color: rgb(253 178 90); --item-bg-color: rgb(36 25 13) }
.item-flopping-salmon { --item-color: rgb(186 183 184); --item-bg-color: rgb(27 26 26) }
.item-gary-gator { --item-color: rgb(79 121 69); --item-bg-color: rgb(11 17 10) }
.item-little-meg { --item-color: rgb(63 115 148); --item-bg-color: rgb(8 15 20) }
.item-mosswaddler { --item-color: rgb(110 209 92); --item-bg-color: rgb(16 30 13) }
.item-mutated-sharky { --item-color: rgb(108 253 97); --item-bg-color: rgb(15 36 14) }
.item-nico { --item-color: rgb(145 141 137); --item-bg-color: rgb(21 20 20) }
.item-ollie-otter { --item-color: rgb(139 105 76); --item-bg-color: rgb(20 15 11) }
.item-penguin-pal { --item-color: rgb(119 191 252); --item-bg-color: rgb(17 27 36) }
.item-plunderbeak { --item-color: rgb(52 120 49); --item-bg-color: rgb(6 16 5) }
.item-relic-construct { --item-color: rgb(73 200 255); --item-bg-color: rgb(10 29 36) }
.item-silly-seal { --item-color: rgb(230 241 253); --item-bg-color: rgb(33 34 36) }
.item-smudge { --item-color: rgb(126 77 195); --item-bg-color: rgb(18 11 28) }
.item-sunhat-starfish { --item-color: rgb(232 110 196); --item-bg-color: rgb(33 16 28) }
.item-terroscuttler { --item-color: rgb(217 166 122); --item-bg-color: rgb(31 24 16) }
.item-tropical-toucan { --item-color: rgb(252 170 65); --item-bg-color: rgb(36 24 9) }


.item.no-rarity a,
.item.no-rarity .item-name,
.rod-navbox-entry a,
.rod-option .oo-ui-labelElement-label {
	color: var(--item-color, var(--theme-page-link-color));
}

span.fish-navbox-entry.rod-navbox-entry {
	background-color: var(--item-bg-color);
	border-color: var(--item-color);
}
/* [[Category:Template Styles]] */

/* https://fischipedia.org/wiki/Template:Enchantment/styles.css?action=raw */
/* Last update: Version [[Version 1.64.9.4]], place version 4797 */

/* Gradient Enchantments */
.enchantment-glimmering-crown {
  --enchant-color: #ffcae1;
}
.enchantment-glimmering-crown:not(.enchantment-option) {
  background: linear-gradient(90deg, #ffcae1, #fff1a0);
}
.enchantment-immortal-might {
  --enchant-color: #e5c3b8;
}
.enchantment-immortal-might:not(.enchantment-option) {
  background: linear-gradient(90deg, #e5c3b8, #ffb4b5);
}
.enchantment-magnitude-might {
  --enchant-color: #ffa87d;
}
.enchantment-magnitude-might:not(.enchantment-option) {
  background: linear-gradient(90deg, #ffa87d, #cb8fff);
}
.enchantment-menacing-spirit {
  --enchant-color: #ffab4b;
}
.enchantment-menacing-spirit:not(.enchantment-option) {
  background: linear-gradient(90deg, #ffab4b, #ff7476);
}
.enchantment-propensity-spirit {
  --enchant-color: #ff93b5;
}
.enchantment-propensity-spirit:not(.enchantment-option) {
  background: linear-gradient(90deg, #ff93b5, #cb8fff);
}
.enchantment-starforged-spirit {
  --enchant-color: #c2aae5;
}
.enchantment-starforged-spirit:not(.enchantment-option) {
  background: linear-gradient(90deg, #c2aae5, #ffb4b5);
}
.enchantment-steady-crown {
  --enchant-color: #e5c3b8;
}
.enchantment-steady-crown:not(.enchantment-option) {
  background: linear-gradient(90deg, #e5c3b8, #fff9d2);
}
.enchantment-stonewake-crown {
  --enchant-color: #999999;
}
.enchantment-stonewake-crown:not(.enchantment-option) {
  background: linear-gradient(90deg, #999999, #d3ceae);
}
.enchantment-swift-might {
  --enchant-color: #aabcff;
}
.enchantment-swift-might:not(.enchantment-option) {
  background: linear-gradient(90deg, #aabcff, #cb8fff);
}

/* Stroke Enchantments */
.enchantment-beached { 
	--enchant-color: #ffd582; 
	--enchant-stroke-color: #5a4434
}
.enchantment-chaotic { 
	--enchant-color: #141316; 
	--enchant-stroke-color: #ffffff
}
.enchantment-paradise { 
	--enchant-color: #ff85b0; 
	--enchant-stroke-color: #9f584b 
}
.enchantment-peppermint { 
	--enchant-color: #ff0000; 
	--enchant-stroke-color: #ffffff
}
.enchantment-sacrificial {
	--enchant-color: #4a0808; 
	--enchant-stroke-color: #a31111
}
.enchantment-tropical { 
	--enchant-color: #5adc3c; 
	--enchant-stroke-color: #2b671c 
}

/* Normal Enchantments */
.enchantment-abyssal { --enchant-color: #2739ad; }
.enchantment-anomalous { --enchant-color: #ff1d1d; }
.enchantment-blessed { --enchant-color: #ff4fa4; }
.enchantment-blessed-song { --enchant-color: #00aaff; }
.enchantment-breezed { --enchant-color: #bcd0ff; }
.enchantment-chronos { --enchant-color: #1d54d3; }
.enchantment-clever { --enchant-color: #ff6ea6; }
.enchantment-controlled { --enchant-color: #af9bff; }
.enchantment-cryogenic { --enchant-color: #94ebff; }
.enchantment-cupid { --enchant-color: #fdffdd; }
.enchantment-divine { --enchant-color: #c6e5dc; }
.enchantment-dune { --enchant-color: #ffe3aa; }
.enchantment-eerie { --enchant-color: #54d372; }
.enchantment-ferocious { --enchant-color: #901518; }
.enchantment-flashline { --enchant-color: #ffffff; }
.enchantment-fractured { --enchant-color: #d5cfb9; }
.enchantment-frightful { --enchant-color: #7b68a5; }
.enchantment-ghastly { --enchant-color: #81dfad; }
.enchantment-gingerbread { --enchant-color: #8c462b; }
.enchantment-glittered { --enchant-color: #fff1a0; }
.enchantment-greed { --enchant-color: #ffbf00; }
.enchantment-hasty { --enchant-color: #e5d15c; }
.enchantment-herculean { --enchant-color: #ffea00; }
.enchantment-hunter { --enchant-color: #561ee5; }
.enchantment-immortal { --enchant-color: #e8d9ff; }
.enchantment-insight { --enchant-color: #80ff72; }
.enchantment-invincible { --enchant-color: #ff6219; }
.enchantment-long { --enchant-color: #dfa540; }
.enchantment-lucky { --enchant-color: #7ee5a4; }
.enchantment-merry { --enchant-color: #16831a; }
.enchantment-momentum { --enchant-color: #d3b380; }
.enchantment-mutated { --enchant-color: #93e570; }
.enchantment-mystical { --enchant-color: #c2dfff; }
.enchantment-noir { --enchant-color: #ffffff; }
.enchantment-overclocked { --enchant-color: #00ffcc; }
.enchantment-pharaohs-curse { --enchant-color: #9c8b69; }
.enchantment-piercing { --enchant-color: #0da78d; }
.enchantment-putrid { --enchant-color: #435831; }
.enchantment-quality { --enchant-color: #9eff37; }
.enchantment-quantum { --enchant-color: #ff00b3; }
.enchantment-rage { --enchant-color: #d11111; }
.enchantment-resilient { --enchant-color: #6affc6; }
.enchantment-restricted { --enchant-color: #ff1c3e; }
.enchantment-santa { --enchant-color: #ea3939; }
.enchantment-scavenger { --enchant-color: #ffbf66; }
.enchantment-scrapper { --enchant-color: #ff9b53; }
.enchantment-sea-king { --enchant-color: #354dd3; }
.enchantment-sea-overlord { --enchant-color: #33a8d3; }
.enchantment-sea-prince { --enchant-color: #5476d3; }
.enchantment-spooky { --enchant-color: #dc9751; }
.enchantment-steady { --enchant-color: #e5cfbf; }
.enchantment-storming { --enchant-color: #ffec83; }
.enchantment-swift { --enchant-color: #b5e3e5; }
.enchantment-tenacity { --enchant-color: #fff8ab; }
.enchantment-tryhard { --enchant-color: #ff0000; }
.enchantment-unbreakable { --enchant-color: #e1b3e5; }
.enchantment-valentines { --enchant-color: #ea97ca; }
.enchantment-vicious { --enchant-color: #ff674c; }
.enchantment-weak { --enchant-color: #868686; }
.enchantment-wise { --enchant-color: #c869ff; }
.enchantment-wobbly { --enchant-color: #565b70; }
.enchantment-wormhole { --enchant-color: #915aff; }

/* Enchantment Types */
/* (format should be: .enchantment-<name>-<type>) */
.enchantment-beached-affix {
	--enchant-color: #3b2c22; 
	--enchant-stroke-color: #ffd582
}
.enchantment-cupid-affix {
	--enchant-color: #2d052b; 
	--enchant-stroke-color: #e2afe7
}
.enchantment-sifting-affix {
	--enchant-color: #231e19;
	--enchant-stroke-color: #ffe3aa
}
.enchantment-eerie-affix {
	--enchant-color: #133b1d; 
	--enchant-stroke-color: #66ff8a
}
.enchantment-festive-affix {
	--enchant-color: #2a0a0a; 
	--enchant-stroke-color: #ff9393
}
.enchantment-frightful-affix {
	--enchant-color: #2c2532; 
	--enchant-stroke-color: #a38bdc
}
.enchantment-paradise-affix {
	--enchant-color: #462721; 
	--enchant-stroke-color: #ff85b0
}
.enchantment-sanctified-affix {
	--enchant-color: #002553; 
	--enchant-stroke-color: #72c9ff
}
.enchantment-santa-affix {
	--enchant-color: #2a0a0a; 
	--enchant-stroke-color: #e70000
}
.enchantment-spooky-affix {
	--enchant-color: #302112; 
	--enchant-stroke-color: #ffb162
}
.enchantment-tropical-affix {
	--enchant-color: #16340e; 
	--enchant-stroke-color: #5adc3c
}
.enchantment-twisted-affix {
	--enchant-color: #1e004c; 
	--enchant-stroke-color: #9777ff
}
.enchantment-unshakeable-affix {
	--enchant-color: #230d03; 
	--enchant-stroke-color: #ff6219
}
.enchantment-valentines-affix {
	--enchant-color: #2d1724; 
	--enchant-stroke-color: #ffc1e2
}

.enchantment, .enchantment a { 
	font-weight: bold;
	color: var(--enchant-color);
	text-shadow: 1px 1px 0 var(--enchant-stroke-color), -1px 1px 0 var(--enchant-stroke-color), -1px -1px 0 var(--enchant-stroke-color), 1px -1px 0 var(--enchant-stroke-color);
}
/* [[Category:Template Styles]] */

/* https://fischipedia.org/wiki/Template:Mutation/styles.css?action=raw */
/* Last update: [[Version 1.89.0]], place version 5081 */

/* Attributes */
.mutation-tiny { --mutation-color: #6e9e9b; }
.mutation-small { --mutation-color: #93d5ba; }
.mutation-big,
.mutation-giant { --mutation-color: #8bff89; }
.mutation-shiny,
.mutation-sparkling { --mutation-color: #fff0bc; font-style: italic;}
.mutation-glitched { --mutation-color: #2e6f2b;}

/* Gradient Mutations */
.mutation-acidic { --mutation-gradient: linear-gradient(90deg, #42e542, #6013f8); --mutation-color: #6013f8; }
.mutation-aether { --mutation-gradient: linear-gradient(90deg, #89daff, #ffffff); --mutation-color: #ffffff; }
.mutation-blackwater { --mutation-gradient: linear-gradient(90deg, #162125, #274748); --mutation-color: #274748; }
.mutation-bliss { --mutation-gradient: linear-gradient(90deg, #d4a2f5, #9ef8fa, #99fd92); --mutation-color: #99fd92; }
.mutation-bouka { --mutation-gradient: linear-gradient(90deg, #fff0a2, #ffe167); --mutation-color: #ffe167; }
.mutation-clockwork { --mutation-gradient: linear-gradient(90deg, #fecf87, #705b3b); --mutation-color: #705b3b; }
.mutation-cosmos { --mutation-gradient: linear-gradient(90deg, #6fd5fd, #1cacea); --mutation-color: #1cacea; }
.mutation-cragged { --mutation-gradient: linear-gradient(90deg, #373142, #2b3243); --mutation-color: #2b3243; }
.mutation-energy { --mutation-gradient: linear-gradient(90deg, #c5fedd, #40efb0); --mutation-color: #40efb0; }
.mutation-flowed { --mutation-gradient: linear-gradient(90deg, #37ffb6, #092111); --mutation-color: #092111; }
.mutation-fury { --mutation-gradient: linear-gradient(90deg, #ffe759, #fca136); --mutation-color: #fca136; }
.mutation-gravitas { --mutation-gradient: linear-gradient(90deg, #bb93fa, #da7a94, #fca43f); --mutation-color: #fca43f; }
.mutation-hades-curse { --mutation-gradient: linear-gradient(90deg, #7afdd1, #80fd8a); --mutation-color: #80fd8a; }
.mutation-harmonized { --mutation-gradient: linear-gradient(90deg, #b3cafc, #d7b0fb); --mutation-color: #d7b0fb; }
.mutation-idol { --mutation-gradient: linear-gradient(90deg, #3effd8, #40dcff); --mutation-color: #40dcff; }
.mutation-igneous { --mutation-gradient: linear-gradient(90deg, #ff6600, #ffc738); --mutation-color: #ffc738; }
.mutation-lemon { --mutation-gradient: linear-gradient(90deg, #ebff93, #ffe96f); --mutation-color: #ffe96f; }
.mutation-liberty { --mutation-gradient: linear-gradient(90deg, #ff0000, #ffffff, #0000ff); --mutation-color: #0000ff; }
.mutation-lucky-gold { --mutation-gradient: linear-gradient(90deg, #9fff39, #ffde7c); --mutation-color: #ffde7c; }
.mutation-nebula { --mutation-gradient: linear-gradient(90deg, #fbbff0, #f983de); --mutation-color: #f983de; }
.mutation-olympian { --mutation-gradient: linear-gradient(90deg, #50433b, #211f1e); --mutation-color: #211f1e; }
.mutation-paradise { --mutation-gradient: linear-gradient(90deg, #ff8e5a, #ff89c2); --mutation-color: #ff89c2; }
.mutation-paranormal { --mutation-gradient: linear-gradient(90deg, #7b93c6, #91a9c8); --mutation-color: #91a9c8; }
.mutation-photical { --mutation-gradient: linear-gradient(90deg, #ff007b, #ff00a6); --mutation-color: #ff00a6; }
.mutation-plagued { --mutation-gradient: linear-gradient(90deg, #201b34, #0e0d14); --mutation-color: #0e0d14; }
.mutation-poseidons-blessing { --mutation-gradient: linear-gradient(90deg, #3ee5ff, #2a8aff); --mutation-color: #2a8aff; }
.mutation-prismatic { --mutation-gradient: linear-gradient(90deg, #9d88c8, #cea7fa); --mutation-color: #cea7fa; }
.mutation-rhythmic { --mutation-gradient: linear-gradient(90deg, #37ffb6, #000000); --mutation-color: #000000; }
.mutation-sanctified { --mutation-gradient: linear-gradient(90deg, #fecf87, #ddd0c1); --mutation-color: #ddd0c1; }
.mutation-shady { --mutation-gradient: linear-gradient(90deg, #525252, #969696); --mutation-color: #969696; }
.mutation-soultorn { --mutation-gradient: linear-gradient(90deg, #37ffb6, #43ff82); --mutation-color: #43ff82; }
.mutation-sunlit { --mutation-gradient: linear-gradient(90deg, #ff9d3a, #ffcf3d); --mutation-color: #ffcf3d; }
.mutation-terro { --mutation-gradient: linear-gradient(90deg, #432a30, #301e22); --mutation-color: #301e22; }
.mutation-tropical { --mutation-gradient: linear-gradient(90deg, #5adc3c, #53cbff); --mutation-color: #53cbff; }
.mutation-supersonic { --mutation-gradient: linear-gradient(90deg, #ffabab, #ff5353); --mutation-color: #ff5353; }
.mutation-verdant { --mutation-gradient: linear-gradient(90deg, #49dd0a, #afdf00); --mutation-color: #afdf00; }
.mutation-zeuss-storm { --mutation-gradient: linear-gradient(90deg, #ffee33, #fffdb0, #ffee33); --mutation-color: #ffee33; }

/* Stroke Mutations */
.mutation-decayed { --mutation-color: #3f3b4b; --mutation-stroke-color: #ffffff; }
.mutation-departed { --mutation-color: #191919; --mutation-stroke-color: #ffffff; }
.mutation-forgotten { --mutation-color: #040303; --mutation-stroke-color: #ffffff; }
.mutation-mourned { --mutation-color: #0a1427; --mutation-stroke-color: #ffffff; }
.mutation-oceans-ruin { --mutation-color: #270d0d; --mutation-stroke-color: #ffffff; }
.mutation-veilfallen { --mutation-color: #44445d; --mutation-stroke-color: #ffffff; }
.mutation-withered {  --mutation-color: #2b211e; --mutation-stroke-color: #ffffff; }

/* Normal Mutations */
.mutation-67,
.mutation-sixseven { --mutation-color: #c8b75d; }
.mutation-abyssal { --mutation-color: #0c0fd4; }
.mutation-albino { --mutation-color: #fcfeff; }
.mutation-alien { --mutation-color: #00ff1e; }
.mutation-amber { --mutation-color: #ff7433; }
.mutation-amped { --mutation-color: #eeeeee; }
.mutation-anomalous { --mutation-color: #ff2b2b; }
.mutation-apollos-infliction { --mutation-color: #ffc832; }
.mutation-ashen-fortune { --mutation-color: #ffaa00; }
.mutation-astraeus { --mutation-color: #ffaa00; }
.mutation-astral { --mutation-color: #7300ff; }
.mutation-atlantean { --mutation-color: #2cc8c3; }
.mutation-atomic { --mutation-color: #ffff00; }
.mutation-aureate { --mutation-color: #c8590a; }
.mutation-aurelian { --mutation-color: #c8360a; }
.mutation-aureolin { --mutation-color: #dc9a01; }
.mutation-aurora { --mutation-color: #4effd9; }
.mutation-aurous { --mutation-color: #c81111; }
.mutation-aurulent { --mutation-color: #c87207; }
.mutation-awesome,
.mutation-lego { --mutation-color: #ff0000; }
.mutation-barnacle { --mutation-color: #858420; }
.mutation-batty { --mutation-color: #c88b8b; }
.mutation-beach-ball { --mutation-color: #ff595e; }
.mutation-beached { --mutation-color: #ffcc7b; }
.mutation-beachy { --mutation-color: #ffd99d; }
.mutation-bellonas-fury { --mutation-color: #ff7552; }
.mutation-bellonas-infliction { --mutation-color: #c83232; }
.mutation-birthday { --mutation-color: #dabc91; }
.mutation-blarney { --mutation-color: #46c818; }
.mutation-blessed { --mutation-color: #f9ffd3; }
.mutation-blighted { --mutation-color: #6a50cf; }
.mutation-bloom { --mutation-color: #8686c8; }
.mutation-blossomed { --mutation-color: #a0ff23; }
.mutation-blue { --mutation-color: #47a9ff; }
.mutation-blue-moon,
.mutation-bluemoon { --mutation-color: #4e95ff; }
.mutation-boreal { --mutation-color: #c8aa90; }
.mutation-botanic { --mutation-color: #91ff80; }
.mutation-breezed { --mutation-color: #f7ffa4; }
.mutation-brined { --mutation-color: #00ff9d; }
.mutation-brother { --mutation-color: #00fbff; }
.mutation-brown-wood { --mutation-color: #c88650; }
.mutation-bubblegum { --mutation-color: #ff63d0; }
.mutation-bunny { --mutation-color: #f7e4ff; }
.mutation-candy { --mutation-color: #ffb8b9; }
.mutation-carrot { --mutation-color: #ffa200; }
.mutation-celestial { --mutation-color: #ffe26c; }
.mutation-cement { --mutation-color: #c8c8c8; }
.mutation-chaotic { --mutation-color: #b6adc8; }
.mutation-charred,
.mutation-milas-magic { --mutation-color: #c8c8c8; }
.mutation-chilled { --mutation-color: #ace8e8; }
.mutation-chlorowoken { --mutation-color: #52ff46; }
.mutation-chocolate { --mutation-color: #c88f78; }
.mutation-clover { --mutation-color: #7bff00; }
.mutation-colossal-ink { --mutation-color: #ddf1ff; }
.mutation-coral { --mutation-color: #de9bff; }
.mutation-corvid { --mutation-color: #b061ff; }
.mutation-cracked { --mutation-color: #8500c8; }
.mutation-creamsicle { --mutation-color: #ffaa5c; }
.mutation-crimson { --mutation-color: #c82f2f; }
.mutation-crimsonwrath { --mutation-color: #d01313; }
.mutation-crystalized { --mutation-color: #ff7214; }
.mutation-cursed { --mutation-color: #66ff8a; }
.mutation-cursed-touch { --mutation-color: #00ff00; }
.mutation-darkened { --mutation-color: #bbc5c8; }
.mutation-darkness { --mutation-color: #c8c89a; }
.mutation-dirty { --mutation-color: #c8a082; }
.mutation-distraught,
.mutation-diurnal,
.mutation-nocturnal_day { --mutation-color: #c8c8c8; }
.mutation-doomsday { --mutation-color: #ff5f00; }
.mutation-dreaming { --mutation-color: #dec1ff; }
.mutation-dune { --mutation-color: #c1a277; }
.mutation-easter { --mutation-color: #d9b7ff; }
.mutation-eerie { --mutation-color: #54d372; }
.mutation-electric { --mutation-color: #fff563; }
.mutation-electric-shock { --mutation-color: #8a16dd; }
.mutation-ember,
.mutation-emberflame { --mutation-color: #ffaa00; }
.mutation-embraced{ --mutation-color: #ffe3c6; }
.mutation-evil { --mutation-color: #c80000; }
.mutation-exploded { --mutation-color: #7685c8; }
.mutation-fabulous { --mutation-color: #df95ff; }
.mutation-fallen { --mutation-color: #c86555; }
.mutation-female { --mutation-color: #ff00ff; }
.mutation-festive { --mutation-color: #ff7c7c; }
.mutation-firework { --mutation-color: #877eff; }
.mutation-floatie { --mutation-color: #ff8ac4; }
.mutation-fixer,
.mutation-duncan { --mutation-color: #0055ff; }
.mutation-flora { --mutation-color: #da47ff; }
.mutation-floral { --mutation-color: #f2beff; }
.mutation-fluttering { --mutation-color: #d8d8d8; }
.mutation-forest-spirit { --mutation-color: #5dce55; }
.mutation-fortune { --mutation-color: #ffcc00; }
.mutation-fossilized { --mutation-color: #d0b5ff; }
.mutation-fragmented { --mutation-color: #49ffd2; }
.mutation-frightful { --mutation-color: #957ec8; }
.mutation-frostbitten { --mutation-color: #99b8ff; }
.mutation-frostnova { --mutation-color: #6a97ff; }
.mutation-frozen { --mutation-color: #83ffe6; }
.mutation-fungal { --mutation-color: #8aff6a; }
.mutation-galactic { --mutation-color: #cfb66a; }
.mutation-galaxy { --mutation-color: #5e63c8; }
.mutation-gemstone { --mutation-color: #a700ef; }
.mutation-ghastly { --mutation-color: #61ff5e; }
.mutation-gingerbread { --mutation-color: #c8643d; }
.mutation-glacial { --mutation-color: #d8fffe; }
.mutation-gleebous { --mutation-color: #a9ff62; }
.mutation-glossy { --mutation-color: #92e2ff; }
.mutation-glowy { --mutation-color: #feffc5; }
.mutation-glyphed { --mutation-color: #98bdc8; }
.mutation-golden { --mutation-color: #ffea00; }
.mutation-golden-part { --mutation-color: #ffbd22; }
.mutation-gravy { --mutation-color: #c87349; }
.mutation-greedy { --mutation-color: #ffc226; }
.mutation-green { --mutation-color: #5cff6a; }
.mutation-green-leaf { --mutation-color: #64c800; }
.mutation-hades-infliction { --mutation-color: #642896; }
.mutation-haunted { --mutation-color: #c87a53; }
.mutation-heartburst{ --mutation-color: #ff00ae; }
.mutation-heavenly { --mutation-color: #fff8c5; }
.mutation-hexed { --mutation-color: #c80000; }
.mutation-honey { --mutation-color: #ffb433; }
.mutation-honked { --mutation-color: #ffff00; }
.mutation-husk { --mutation-color: #958573; }
.mutation-infernal { --mutation-color: #ff2c02; }
.mutation-jacks-curse { --mutation-color: #c24a21; }
.mutation-jackpot { --mutation-color: #4bff6f; }
.mutation-jingle-bell { --mutation-color: #ffd966; }
.mutation-jolly { --mutation-color: #22c828; }
.mutation-kings-blessing { --mutation-color: #ffff7f; }
.mutation-levitas { --mutation-color: #b5c0ff; }
.mutation-lightened { --mutation-color: #fff8af; }
.mutation-lightning { --mutation-color: #e5b700; }
.mutation-lobster { --mutation-color: #ff3c2a; }
.mutation-lost { --mutation-color: #a0ff83; }
.mutation-lovely{ --mutation-color: #f1beff; }
.mutation-lovestruck{ --mutation-color: #ea00ff; }
.mutation-lucid { --mutation-color: #a17cff; }
.mutation-luminescent { --mutation-color: #52e2ff; }
.mutation-lumpy { --mutation-color: #a069ff; }
.mutation-lunar { --mutation-color: #bda9ff; }
.mutation-lustrous { --mutation-color: #ffe893; }
.mutation-mace { --mutation-color: #9e5dff; }
.mutation-madness { --mutation-color: #c8c5c5; }
.mutation-magical { --mutation-color: #c30eff; }
.mutation-mango { --mutation-color: #ffb845; }
.mutation-marrow { --mutation-color: #99724c; }
.mutation-marshmallow { --mutation-color: #fbf6ff; }
.mutation-mastered { --mutation-color: #5465ff; }
.mutation-mayhem { --mutation-color: #c5a9a9; }
.mutation-merry { --mutation-color: #22c828; }
.mutation-mesmerized { --mutation-color: #ffe603; }
.mutation-midas { --mutation-color: #ff9a47; }
.mutation-minty { --mutation-color: #80ffb9; }
.mutation-mission-specialist,
.mutation-zora { --mutation-color: #ff5500; }
.mutation-moon-kissed { --mutation-color: #7de1ff; }
.mutation-mosaic { --mutation-color: #fbc1ff; }
.mutation-mossy { --mutation-color: #8ac89f; }
.mutation-mother-nature { --mutation-color: #aaaaff; }
.mutation-mythical { --mutation-color: #ff5294; }
.mutation-necrotic { --mutation-color: #c88c8c; }
.mutation-negative { --mutation-color: #7567e2; }
.mutation-neon { --mutation-color: #ffe57e; }
.mutation-new-years { --mutation-color: #fffb95; }
.mutation-nicos-nyantics { --mutation-color: #ebb8ff; }
.mutation-nightmare { --mutation-color: #1d49c1; }
.mutation-nocturnal,
.mutation-nocturnal_night { --mutation-color: #c8c8c8; }
.mutation-nova { --mutation-color: #9378ff; }
.mutation-noxious { --mutation-color: #9425d9; }
.mutation-nuclear { --mutation-color: #00ff00; }
.mutation-nullified { --mutation-color: #5eff42; }
.mutation-oak { --mutation-color: #c88d5c; }
.mutation-oblivion { --mutation-color: #ff522f; }
.mutation-obsidian { --mutation-color: #321c3b; }
.mutation-olympian-infliction { --mutation-color: #dcc8ff; }
.mutation-oscar { --mutation-color: #c8001e; }
.mutation-paleontologist,
.mutation-henry { --mutation-color: #c80000; }
.mutation-pancake { --mutation-color: #f1ffde; }
.mutation-part { --mutation-color: #cfcfcf; }
.mutation-patriotic { --mutation-color: #0000ff; }
.mutation-peppermint { --mutation-color: #ff4949; }
.mutation-permafrost { --mutation-color: #6293c8; }
.mutation-phantom { --mutation-color: #89a3c8; }
.mutation-pink { --mutation-color: #ff67fc; }
.mutation-poisoned { --mutation-color: #8e65c8; }
.mutation-popsicle { --mutation-color: #00c8ff; }
.mutation-poseidons-infliction { --mutation-color: #3278dc; }
.mutation-prismize { --mutation-color: #8400c8; }
.mutation-purified { --mutation-color: #6eff78; }
.mutation-puritas { --mutation-color: #acddef; }
.mutation-putrid { --mutation-color: #98c86f; }
.mutation-quiet { --mutation-color: #4f9ec8; }
.mutation-radiant { --mutation-color: #b0ae93; }
.mutation-rainbow,
.mutation-rainbow-cluster,
.mutation-rainbowcluster { --mutation-color: #ff9eea; }
.mutation-red { --mutation-color: #ff3442; }
.mutation-requies { --mutation-color: #28cf89; }
.mutation-revitalized { --mutation-color: #a4ffaa; }
.mutation-rockstar { --mutation-color: #bc2323; }
.mutation-rooted { --mutation-color: #a2c86e; }
.mutation-rose{ --mutation-color: #b32a2a; }
.mutation-rotting { --mutation-color: #554f39; }
.mutation-royal { --mutation-color: #f3bc5d; }
.mutation-rusty { --mutation-color: #8b5a2b; }
.mutation-sacratus { --mutation-color: #6b8eff; }
.mutation-sand-castled { --mutation-color: #e8c998; }
.mutation-sandstormy { --mutation-color: #ffdbbb; }
.mutation-sandy { --mutation-color: #ffc3a1; }
.mutation-sanguine { --mutation-color: #c81616; }
.mutation-santa { --mutation-color: #c80505; }
.mutation-scorched { --mutation-color: #c85530; }
.mutation-seasonal { --mutation-color: #e12525; }
.mutation-serene { --mutation-color: #00ffe1; }
.mutation-shrouded { --mutation-color: #a1c89e; }
.mutation-silver { --mutation-color: #ceeeff; }
.mutation-sinister { --mutation-color: #c8582c; }
.mutation-sirens-spite { --mutation-color: #b00000; }
.mutation-skrunkly { --mutation-color: #b0aa93; }
.mutation-sleet { --mutation-color: #7e8fc8; }
.mutation-sludged { --mutation-color: #5b3371; }
.mutation-smurf { --mutation-color: #00a7ef; }
.mutation-snowy { --mutation-color: #d5e8ff; }
.mutation-solar { --mutation-color: #ffe175; }
.mutation-solarblaze { --mutation-color: #ff6a00; }
.mutation-soultouched { --mutation-color: #adfdd7; }
.mutation-soulless { --mutation-color: #9253c5; }
.mutation-sovereign { --mutation-color: #ada6ff; }
.mutation-spectral { --mutation-color: #9862c8; }
.mutation-spicy { --mutation-color: #c81919; }
.mutation-spirit { --mutation-color: #846dc8; }
.mutation-splashed { --mutation-color: #74c9ff; }
.mutation-spooky { --mutation-color: #dc9751; }
.mutation-stardust { --mutation-color: #0022ff; }
.mutation-starshell { --mutation-color: #ffe082; }
.mutation-stone { --mutation-color: #595959; }
.mutation-studded { --mutation-color: #c6c4c8; }
.mutation-subspace { --mutation-color: #ff00c8; }
.mutation-summer { --mutation-color: #ffeb7b; }
.mutation-sunken { --mutation-color: #175dff; }
.mutation-super-tanned { --mutation-color: #3e120c; }
.mutation-surreal { --mutation-color: #d6d6d6; }
.mutation-sweet{ --mutation-color: #ffb0e1; }
.mutation-tainted { --mutation-color: #a85cff; }
.mutation-tanned { --mutation-color: #a24a34; }
.mutation-tentacle-surge { --mutation-color: #aaaaff; }
.mutation-tidal { --mutation-color: #2fb6ff; }
.mutation-tidal-surge { --mutation-color: #52b4ff; }
.mutation-tiki { --mutation-color: #c47738; }
.mutation-tormented { --mutation-color: #c89f9f; }
.mutation-toxic { --mutation-color: #6224c5; }
.mutation-translucent { --mutation-color: #87ffbf; }
.mutation-tryhard { --mutation-color: #d80000; }
.mutation-umbra { --mutation-color: #e89f00; }
.mutation-unlucky { --mutation-color: #c8c8c8; }
.mutation-unsellable { --mutation-color: #ff4c4c; }
.mutation-upside-down { --mutation-color: #cfc3b2; }
.mutation-venomous { --mutation-color: #815ab1; }
.mutation-vined { --mutation-color: #78ce7a; }
.mutation-vitalic { --mutation-color: #74ffa0; }
.mutation-wicked { --mutation-color: #ffc800; }
.mutation-wisp { --mutation-color: #02e6ff; }
.mutation-wrath { --mutation-color: #00c895; }
.mutation-yellow { --mutation-color: #ffe760; }
.mutation-zeuss-infliction { --mutation-color: #ffff64; }

.mutation,
.mutation a:not(.new),
.mutation-option .oo-ui-labelElement-label {
	color: var(--mutation-color);
	text-shadow:
	1px 0 0 var(--mutation-stroke-color),
	0 1px 0 var(--mutation-stroke-color),
	-1px 0 0 var(--mutation-stroke-color),
	0 -1px 0 var(--mutation-stroke-color),
	0.5px 0.5px 0 var(--mutation-stroke-color),
	-0.5px 0.5px 0 var(--mutation-stroke-color),
	-0.5px -0.5px 0 var(--mutation-stroke-color),
	0.35px -0.35px 0 var(--mutation-stroke-color);
}
/* [[Category:Template Styles]] */

/* App: gradient mutation text */
/* Gradient mutation names (wiki .mutation-gradient + Template:Mutation) */
.mutations-table .mutation-gradient,
.mutations-table .mutation-gradient a:not(.new),
.rod-passive-line .mutation-gradient,
.rod-passive-line .mutation-gradient a:not(.new),
.mutation-option.mutation-gradient .calc-menu-option-label,
.mutation-option.mutation-gradient.calc-menu-option .calc-menu-option-label,
.mutation-option.mutation-gradient.calc-combobox-field .calc-combobox-input,
.event-option.mutation-gradient .calc-menu-option-label,
.mini-event-option.mutation-gradient .calc-menu-option-label,
.admin-event-option.mutation-gradient .calc-menu-option-label,
.limited-event-option.mutation-gradient,
.event-option.mutation-option.mutation.mutation-gradient,
.mini-event-option.mutation-option.mutation.mutation-gradient,
.admin-event-option.mutation-option.mutation.mutation-gradient,
.limited-event-option.mutation.mutation-gradient {
  color: transparent;
  -webkit-text-fill-color: transparent;
  background: var(--mutation-gradient);
  background-size: 100%;
  -webkit-background-clip: text;
  background-clip: text;

  text-shadow: none;
}

/* Rod passive summary — solid + stroke (skip gradient mutations) */
.rod-passive-line .mutation:not(.mutation-gradient),
.rod-passive-line .mutation:not(.mutation-gradient) a:not(.new) {
  color: var(--mutation-color);
  text-shadow:
    1px 0 0 var(--mutation-stroke-color),
    0 1px 0 var(--mutation-stroke-color),
    -1px 0 0 var(--mutation-stroke-color),
    0 -1px 0 var(--mutation-stroke-color),
    0.5px 0.5px 0 var(--mutation-stroke-color),
    -0.5px 0.5px 0 var(--mutation-stroke-color),
    -0.5px -0.5px 0 var(--mutation-stroke-color),
    0.35px -0.35px 0 var(--mutation-stroke-color);
}

/* App: enchant text in optimize cards (after wiki .enchantment rules) */
.conditions-suggestion .enchantment.enchantment-option,
.conditions-suggestion .enchantment.enchantment-option a {
  color: var(--enchant-color, var(--theme-text)) !important;
  font-weight: 500 !important;
  text-shadow: none !important;
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: currentColor !important;
}
