/* Auto-emitted from the game idea. Overrides the generic template without editing styles.css per game. */
:root {
  --bg-top: #201a09;
  --bg-bottom: #050910;
  --panel: rgba(19, 17, 12, 0.88);
  --panel-border: rgba(238, 193, 52, 0.24);
  --text: #f8fbff;
  --muted: #95948e;
  --accent: #eab308;
  --accent-strong: #f8fbff;
  --effect-primary: #2563eb;
  --effect-secondary: #5585ef;
  --effect-text: #f8fbff;
  --accent-rgb: 234, 179, 8;
  --accent-strong-rgb: 248, 251, 255;
  --effect-primary-rgb: 37, 99, 235;
  --effect-secondary-rgb: 85, 133, 239;
  --panel-rgb: 19, 17, 12;
  --shell-bg: #000;
  --surface-fg-rgb: 255, 255, 255;
  --surface-bg-rgb: 0, 0, 0;
  --scrim: rgba(0, 0, 0, 0.55);
  --card-shadow: 0 16px 34px rgba(0, 0, 0, 0.5);
  --inset-highlight: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  --field-bg: rgba(255, 255, 255, 0.06);
  --field-bg-strong: rgba(255, 255, 255, 0.10);
  --field-border: rgba(255, 255, 255, 0.16);
  --mode: dark;
  --font-primary: 'Cinzel Decorative', Georgia, 'Times New Roman', serif;
  --font-display: 'Metamorphous', Georgia, 'Times New Roman', serif;
  --font-ui: 'Inter', 'Inter', 'Segoe UI', system-ui, sans-serif;
}
