/*
 * Retro theme — flat 3D desktop with orDOS orange accents.
 * No rounded corners, no Windows colors. Classic bevel aesthetic.
 */

body.retro-theme {
  --ActiveTitle: #b23300;
  --GradientActiveTitle: #e85d1a;
  --TitleText: #ffffff;
  --InactiveTitle: #808080;
  --GradientInactiveTitle: #a0a0a0;
  --InactiveTitleText: #c0c0c0;

  --ButtonFace: #c0c0c0;
  --ButtonText: #000000;
  --ButtonLight: #dfdfdf;
  --ButtonHilight: #ffffff;
  --ButtonShadow: #808080;
  --ButtonDkShadow: #000000;

  --Window: #ffffff;
  --WindowText: #000000;
  --WindowFrame: #000000;

  --Background: #1a1a2a;

  --Hilight: #b23300;
  --HilightText: #ffffff;
  --MenuHilight: #b23300;

  --Menu: #c0c0c0;
  --MenuText: #000000;
  --MenuBar: #c0c0c0;

  --Scrollbar: #c0c0c0;
}

/* No structural overrides — base CSS provides the classic flat 3D look */
