/* Sprint 14 Phase F — `goldeneye` theme.
 *
 * Reference to Rare's GoldenEye 007 (N64, 1997). Tuxedo-black +
 * Bond-gold + cocktail-amber, with a hint of British-spy elegance.
 * Card back: the iconic gun-barrel circle (white spiral on red
 * blood-drip) + crosshairs — every Bond opening. */

body[data-theme="goldeneye"] {
  --bg:          #050a18;
  --paper:       #0a1020;
  --ink:         #f5e8c0;
  --ink-soft:    #c8a8a8;
  --felt-mid:    #0a0a14;
  --card-bg:     #f4f0e4;
  --card-border: #8a8a8a;
  --red:         #c8201c;
  --spade:       #0a0a14;
  --accent:      #d4a04a;
  --team-ns:     #d4a04a;
  --team-ew:     #2a4a8a;
  --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%3Crect width='100' height='144' fill='%230a0a14'/%3E%3Cpath d='M 30 2 Q 34 14 28 24 Q 24 30 30 36 L 36 2 Z' fill='%23c8201c' opacity='0.9'/%3E%3Ccircle cx='50' cy='72' r='34' fill='%23050a18' stroke='%23f4f0e4' stroke-width='2'/%3E%3Cline x1='50' y1='46' x2='50' y2='98' stroke='%23d4a04a' stroke-width='0.7'/%3E%3Cline x1='24' y1='72' x2='76' y2='72' stroke='%23d4a04a' stroke-width='0.7'/%3E%3Ccircle cx='50' cy='72' r='3' fill='none' stroke='%23d4a04a' stroke-width='0.9'/%3E%3Ctext x='50' y='124' font-family='Georgia' font-size='14' font-weight='700' text-anchor='middle' fill='%23d4a04a'%3E007%3C/text%3E%3Crect x='3' y='3' width='94' height='138' rx='4' fill='none' stroke='%23d4a04a' stroke-width='1.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;
}
