/*
 * Cache-safe Tailwind v4 color-token repair for the default hero.
 * The template is intentionally light, so its gradient overlays consume
 * complete HSL colors instead of legacy bare HSL tuples.
 */
.nova-app {
  --background: hsl(0 0% 100%) !important;
  --foreground: hsl(0 0% 3.9%) !important;
  --card: hsl(0 0% 100%) !important;
  --card-foreground: hsl(0 0% 3.9%) !important;
  --popover: hsl(0 0% 100%) !important;
  --popover-foreground: hsl(0 0% 3.9%) !important;
  --primary: hsl(0 0% 9%) !important;
  --primary-foreground: hsl(0 0% 98%) !important;
  --secondary: hsl(0 0% 96.1%) !important;
  --secondary-foreground: hsl(0 0% 9%) !important;
  --muted: hsl(0 0% 96.1%) !important;
  --muted-foreground: hsl(0 0% 45.1%) !important;
  --accent: hsl(0 0% 96.1%) !important;
  --accent-foreground: hsl(0 0% 9%) !important;
  --border: hsl(0 0% 89.8%) !important;
  --input: hsl(0 0% 89.8%) !important;
  --ring: hsl(0 0% 3.9%) !important;
}
