/* Blazor Blueprint — NetsProject lava / koyu tema */
.dark {
  --background: oklch(0.12 0.015 280);
  --foreground: oklch(0.95 0.02 85);
  --card: oklch(0.16 0.018 280);
  --card-foreground: oklch(0.95 0.02 85);
  --popover: oklch(0.17 0.018 280);
  --popover-foreground: oklch(0.95 0.02 85);
  --primary: oklch(0.72 0.19 48);
  --primary-foreground: oklch(0.12 0.03 48);
  --secondary: oklch(0.24 0.02 280);
  --secondary-foreground: oklch(0.95 0.02 85);
  --muted: oklch(0.22 0.015 280);
  --muted-foreground: oklch(0.62 0.02 85);
  --accent: oklch(0.26 0.025 280);
  --accent-foreground: oklch(0.95 0.02 85);
  --destructive: oklch(0.55 0.22 25);
  --destructive-foreground: oklch(0.98 0 0);
  --border: oklch(0.28 0.02 280);
  --input: oklch(0.28 0.02 280);
  --ring: oklch(0.72 0.19 48);
  --radius: 0.625rem;
}

* {
  border-color: var(--border);
}

.dark body {
  background-color: var(--background);
  color: var(--foreground);
}
