/* Sprint 14 Phase F — `mortal-kombat` theme.
 *
 * Reference to Midway's Mortal Kombat (1992) and its arcade
 * arcade-era successors. Dragon-emblem yellow on blood-crimson,
 * the "FATALITY" green-text vibe held in restraint. Card back:
 * the iconic MK dragon silhouette inside a ring on blood ground. */

body[data-theme="mortal-kombat"] {
  --bg:          #050818;
  --paper:       #1a0808;
  --ink:         #f5d04a;
  --ink-soft:    #c89040;
  --felt-mid:    #6a0a0a;
  --card-bg:     #e8d8b8;
  --card-border: #8a6a2a;
  --red:         #c8201c;
  --spade:       #1a0808;
  --accent:      #f5d04a;
  --team-ns:     #c8201c;
  --team-ew:     #f5d04a;
  --amber:       #ffaa00;

  --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%3CradialGradient id='blood' cx='50%25' cy='50%25' r='60%25'%3E%3Cstop offset='0%25' stop-color='%23a8181a'/%3E%3Cstop offset='70%25' stop-color='%23501010'/%3E%3Cstop offset='100%25' stop-color='%231a0808'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width='100' height='144' fill='url(%23blood)'/%3E%3Ccircle cx='50' cy='72' r='34' fill='none' stroke='%23f5d04a' stroke-width='1.6'/%3E%3Ccircle cx='50' cy='72' r='30' fill='none' stroke='%23f5d04a' stroke-width='0.7' opacity='0.6'/%3E%3Cg fill='%231a0808' stroke='%23f5d04a' stroke-width='1.2'%3E%3Cpath d='M 38 56 Q 50 50 60 56 L 62 62 Q 56 58 50 58 Q 44 58 38 62 Z'/%3E%3Cpath d='M 36 62 Q 40 72 36 84 Q 42 76 50 78 Q 60 78 62 86 Q 66 76 62 64 Q 56 60 50 60 Q 44 60 40 62 Z'/%3E%3C/g%3E%3Cpolygon points='66,38 70,38 66,46 70,46 60,58 64,48 60,48' fill='%23f5d04a' opacity='0.85'/%3E%3Ctext x='50' y='118' font-family='Impact' font-size='15' font-weight='900' text-anchor='middle' fill='%23f5d04a'%3EMK%3C/text%3E%3Crect x='3' y='3' width='94' height='138' rx='4' fill='none' stroke='%23f5d04a' 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;
}
