/* Sprint 14 Phase F — `pokemon` theme.
 *
 * Reference to Pokémon Red/Blue (Game Boy 1996/1998) — the TCG-style
 * card-stock cream + holographic ink-black. Card back: the iconic
 * Poké Ball — red top, white bottom, black equator with a white
 * center button, on a TCG-card-back-style honeycomb pattern. */

body[data-theme="pokemon"] {
  --bg:          #f8f4e8;
  --paper:       #fffaf0;
  --ink:         #1a1a1a;
  --ink-soft:    #6a6a6a;
  --felt-mid:    #5ad450;
  --card-bg:     #ffffff;
  --card-border: #c8c8c8;
  --red:         #e21a1a;
  --spade:       #1a1a1a;
  --accent:      #e21a1a;
  --team-ns:     #e21a1a;
  --team-ew:     #2a6acc;
  --amber:       #f5c518;

  --card-back-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 144'%3E%3Cdefs%3E%3Cpattern id='hex' x='0' y='0' width='14' height='12' patternUnits='userSpaceOnUse'%3E%3Cpath d='M 7 0 L 14 4 L 14 8 L 7 12 L 0 8 L 0 4 Z' fill='none' stroke='%232a4ac8' stroke-width='0.4' opacity='0.35'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100' height='144' fill='%231a3a8a'/%3E%3Crect width='100' height='144' fill='url(%23hex)'/%3E%3Ccircle cx='50' cy='72' r='30' fill='%23ffffff' stroke='%231a1a1a' stroke-width='2'/%3E%3Cpath d='M 20 72 A 30 30 0 0 1 80 72 Z' fill='%23e21a1a'/%3E%3Crect x='20' y='68' width='60' height='6' fill='%231a1a1a'/%3E%3Ccircle cx='50' cy='72' r='7' fill='%23ffffff' stroke='%231a1a1a' stroke-width='2'/%3E%3Ccircle cx='50' cy='72' r='3' fill='%23ffffff' stroke='%231a1a1a' stroke-width='1.2'/%3E%3Cellipse cx='40' cy='56' rx='10' ry='4' fill='%23ffffff' opacity='0.35'/%3E%3Crect x='3' y='3' width='94' height='138' rx='6' fill='none' stroke='%23ffd54a' stroke-width='2'/%3E%3C/svg%3E");
  --card-back-size: 100% 100%;
  --card-back-repeat: no-repeat;
  --card-back-position: center;
  --card-back-mask: none;
  --card-emblem-display: none;
}
