/* ============================================================
   CTRL-V design tokens
   Every color is sampled from the game's own assets
   (sprites, level backgrounds, cover art).
   ============================================================ */

:root {
  /* Brand (logo + tutorial banners) */
  --ctrlv-navy: #00096a;          /* logo "CTRL-" letters            */
  --ctrlv-banner-blue: #003a88;   /* tutorial banner / accent color  */
  --ctrlv-orange: #e57019;        /* logo checkmark                  */

  /* Win98/XP chrome (welcome dialog, keycaps) */
  --ctrlv-chrome: #c0c0c0;        /* window face                     */
  --ctrlv-chrome-light: #dfdfdf;  /* bevel light                     */
  --ctrlv-chrome-lighter: #ffffff;
  --ctrlv-chrome-dark: #808080;   /* bevel shadow                    */
  --ctrlv-chrome-darker: #0a0a0a; /* bevel outline                   */
  --ctrlv-titlebar: #000080;      /* dialog title bar                */
  --ctrlv-titlebar-text: #ffffff;

  /* Level palettes */
  --ctrlv-boot-black: #000000;    /* Boot sector background          */
  --ctrlv-grid-green: #99e550;    /* Boot sector wireframe grid      */
  --ctrlv-desktop-blue: #536880;  /* FileSys level backdrop          */
  --ctrlv-core-teal: #092727;     /* Core level backdrop             */
  --ctrlv-readonly-red: #6b0000;  /* READ ONLY forbidden zones       */
  --ctrlv-virus-pink: #ff2df9;    /* virus enemy                     */
  --ctrlv-lampy-gold: #f5b56b;    /* Lampy, the evil assistant       */

  /* Scanner highlight (the in-game copy/cut selection) */
  --ctrlv-scanner-fill: rgba(151, 213, 233, 0.35);
  --ctrlv-scanner-outline: #ffffff;

  /* Cover art sky/grass (hero) */
  --ctrlv-sky: #2865eb;
  --ctrlv-grass: #445820;

  /* Typography */
  --ctrlv-font-pixel: "Silkscreen", monospace;         /* headings, banners, titlebars */
  --ctrlv-font-terminal: "VT323", monospace;           /* body copy, window content    */
}
