/* optiNERO Corporate Theme für Open Notebook
 * Überschreibt die shadcn-CSS-Tokens (Tailwind v4) mit der optiNERO-Markenpalette.
 * Primär: optiNERO-Blau hsl(217 71% 53%) · dunkles, professionelles Navy/Slate-Theme.
 * Eingebunden non-invasiv via nginx sub_filter (notebook.optinero.at) — überlebt Container-Updates.
 * Quelle der Farbwerte: optiNERO CRM/Website Design-Tokens (Hue 217/222, Slate-Grautöne).
 * Stand: 2026-06-10
 */
:root { color-scheme: dark; }

/* Beide Selektoren -> garantiert durchgehend dunkles optiNERO-Theme,
   unabhängig vom next-themes Toggle-Zustand. */
:root, .dark {
  --radius: 0.65rem;

  --background: hsl(222 47% 6%);
  --foreground: hsl(210 20% 96%);

  --card: hsl(217 33% 9%);
  --card-foreground: hsl(210 20% 96%);
  --popover: hsl(217 33% 9%);
  --popover-foreground: hsl(210 20% 96%);

  --primary: hsl(217 71% 53%);
  --primary-foreground: hsl(0 0% 100%);

  --secondary: hsl(217 26% 16%);
  --secondary-foreground: hsl(210 20% 96%);

  --muted: hsl(217 24% 14%);
  --muted-foreground: hsl(215 18% 64%);

  --accent: hsl(217 38% 22%);
  --accent-foreground: hsl(210 20% 98%);

  --destructive: hsl(0 72% 51%);
  --destructive-foreground: hsl(0 0% 100%);

  --border: hsl(217 22% 20%);
  --input: hsl(217 22% 22%);
  --ring: hsl(217 71% 53%);

  --chart-1: hsl(217 71% 53%);
  --chart-2: hsl(199 82% 50%);
  --chart-3: hsl(160 58% 45%);
  --chart-4: hsl(38 92% 55%);
  --chart-5: hsl(265 60% 62%);

  --sidebar: hsl(220 40% 7%);
  --sidebar-foreground: hsl(210 18% 90%);
  --sidebar-primary: hsl(217 71% 53%);
  --sidebar-primary-foreground: hsl(0 0% 100%);
  --sidebar-accent: hsl(217 30% 15%);
  --sidebar-accent-foreground: hsl(210 20% 96%);
  --sidebar-border: hsl(217 22% 16%);
  --sidebar-ring: hsl(217 71% 53%);
}
