/* Sprint 14 Phase F — `mario` theme.
 *
 * Reference to Nintendo's Super Mario series (NES 1985 through SM64
 * 1996). Sky-blue page chrome with cloud-white card faces, pipe-
 * green felt, and Mario-red as the accent. Card back: a red
 * power-up mushroom (the iconic Super Mushroom — red cap with white
 * spots) on a clouds-and-sky background. */

body[data-theme="mario"] {
  --bg:          #b4dcff;
  --paper:       #fff8e8;
  --ink:         #3a2008;
  --ink-soft:    #6a4a28;
  --felt-mid:    #4ab84a;
  --card-bg:     #fffdf5;
  --card-border: #8a4a2a;
  --red:         #e21a1a;
  --spade:       #3a2008;
  --accent:      #e21a1a;
  --team-ns:     #e21a1a;
  --team-ew:     #4ab84a;
  --amber:       #ffd54a;

  --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%3ClinearGradient id='sky' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0%25' stop-color='%237fbfff'/%3E%3Cstop offset='100%25' stop-color='%23b4dcff'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='100' height='144' fill='url(%23sky)'/%3E%3Cg fill='%23ffffff' shape-rendering='crispEdges'%3E%3Crect x='12' y='28' width='12' height='4'/%3E%3Crect x='8' y='32' width='20' height='4'/%3E%3Crect x='12' y='36' width='14' height='3'/%3E%3Crect x='74' y='110' width='12' height='4'/%3E%3Crect x='70' y='114' width='20' height='4'/%3E%3Crect x='74' y='118' width='14' height='3'/%3E%3C/g%3E%3Cellipse cx='50' cy='72' rx='28' ry='22' fill='%23e21a1a'/%3E%3Cellipse cx='50' cy='86' rx='28' ry='4' fill='%23e21a1a'/%3E%3Cellipse cx='40' cy='66' rx='6' ry='5' fill='%23ffffff'/%3E%3Cellipse cx='60' cy='66' rx='6' ry='5' fill='%23ffffff'/%3E%3Crect x='40' y='86' width='20' height='14' rx='3' fill='%23fff0d8'/%3E%3Crect x='44' y='90' width='3' height='6' fill='%23000000'/%3E%3Crect x='53' y='90' width='3' height='6' fill='%23000000'/%3E%3Crect x='3' y='3' width='94' height='138' rx='6' fill='none' stroke='%23e21a1a' stroke-width='2.5'/%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;
}
