/* EgyVibe "Nile Journal" theme — re-skins shadcn design tokens.
   Semantic status colors (green/red) are hardcoded Tailwind and stay. */
:root {
  --background: 44 36% 90% !important;
  --foreground: 30 11% 15% !important;
  --card: 42 50% 96% !important;
  --card-foreground: 30 11% 15% !important;
  --popover: 42 50% 96% !important;
  --popover-foreground: 30 11% 15% !important;
  --primary: 36 40% 39% !important;
  --primary-foreground: 40 50% 96% !important;
  --secondary: 38 32% 85% !important;
  --secondary-foreground: 30 11% 15% !important;
  --muted: 38 32% 85% !important;
  --muted-foreground: 30 10% 38% !important;
  --accent: 38 38% 88% !important;
  --accent-foreground: 30 11% 15% !important;
  --border: 36 26% 78% !important;
  --input: 36 26% 78% !important;
  --ring: 36 40% 39% !important;
}
.dark {
  --background: 30 11% 11% !important;
  --foreground: 44 36% 90% !important;
  --card: 30 11% 15% !important;
  --card-foreground: 44 36% 90% !important;
  --popover: 30 11% 15% !important;
  --popover-foreground: 44 36% 90% !important;
  --primary: 33 41% 59% !important;
  --primary-foreground: 30 11% 11% !important;
  --secondary: 33 11% 20% !important;
  --secondary-foreground: 44 36% 90% !important;
  --muted: 33 11% 20% !important;
  --muted-foreground: 36 12% 62% !important;
  --accent: 33 11% 20% !important;
  --accent-foreground: 44 36% 90% !important;
  --border: 33 9% 22% !important;
  --input: 33 9% 22% !important;
  --ring: 33 41% 59% !important;
}
img[src*="icon-key"] { height: 30px; width: auto; }
