/*
 * Nioxin Brand Theme
 * Monochrome palette.
 */

[data-brand="nioxin"] {
  /* ── Surfaces ─────────────────────────────────── */
  --background: oklch(1 0 0);
  --foreground: oklch(0.145 0 0);

  --card: oklch(1 0 0);
  --card-foreground: oklch(0.145 0 0);

  --popover: oklch(1 0 0);
  --popover-foreground: oklch(0.145 0 0);

  /* ── Brand colors ─────────────────────────────── */
  --primary: oklch(0.205 0 0);
  --primary-foreground: oklch(0.985 0 0);

  --secondary: oklch(0.95 0 0);
  --secondary-foreground: oklch(0.205 0 0);

  --muted: oklch(0.95 0 0);
  --muted-foreground: oklch(0.45 0 0);
  --inactive: oklch(0.62 0 0);

  --accent: oklch(0.95 0 0);
  --accent-foreground: oklch(0.205 0 0);

  --destructive: oklch(0.577 0.245 27.325);
  --destructive-foreground: oklch(0.985 0 0);

  --success: oklch(0.68 0.17 149);
  --success-foreground: oklch(0.985 0 0);

  --positive: oklch(0.46 0.15 155);

  /* ── Radius ───────────────────────────────────── */
  --radius: 0rem;

  /* ── Layout surfaces ──────────────────────────── */
  --footer: #e3f1f4;
}
