:root {
  /* spacing (4px) */
  --space-1: 0.25rem; --space-2: 0.5rem; --space-3: 0.75rem; --space-4: 1rem;
  --space-5: 1.5rem; --space-6: 2rem; --space-7: 3rem; --space-8: 4rem;
  /* typografia */
  --font-sans: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --text-xs: 0.75rem; --text-sm: 0.875rem; --text-base: 1rem; --text-lg: 1.125rem;
  --text-xl: 1.375rem; --text-2xl: 1.75rem;
  --leading-tight: 1.25; --leading-normal: 1.6;
  /* kolory neutralne — warianty `-2` to drugi stopień tej samej roli (panel na tle karty,
     muted ciemniejszy od bazowego), nie osobna paleta; multibrand nadpisuje je razem z rolą */
  --color-bg: #f6f7f9; --color-surface: #ffffff; --color-border: #d8dde3;
  --color-surface-2: #f7f8fa;
  --color-text: #1a202c; --color-text-muted: #5b6573; --color-text-muted-2: #475467;
  /* brand (nadpisywane z env w base.html) */
  --color-primary: #1d4ed8; --color-primary-contrast: #ffffff;
  /* statusy (element AI Crawler + badge'e) */
  --color-success: #15803d; --color-success-bg: #dcfce7;
  --color-warning: #a16207; --color-warning-bg: #fef9c3;
  --color-danger: #b91c1c;  --color-danger-bg: #fee2e2;
  --color-info: #1e40af;    --color-info-bg: #dbeafe;
  /* kształt */
  --radius-1: 6px; --radius-2: 10px;
  --shadow-1: 0 1px 3px rgb(0 0 0 / 0.08);
  /* --- Plaster #12: tokeny raportu (mockup analityk-raport-v2) --- */
  /* --brand-medium/-dark DERYWOWANE z --color-primary (multibrand); akcent z env brand_color_accent */
  --brand: var(--color-primary);          /* alias na env-owy brand (multibrand) */
  --brand-medium: color-mix(in srgb, var(--color-primary) 82%, white);
  --brand-dark: color-mix(in srgb, var(--color-primary) 75%, black);
  --accent: var(--color-accent, #EC008C);
  --green: #027a48;  --green-bg: #ecfdf3;  --green-border: #b8dfc4;  --green-bar: #1e9e5c;
  --amber: #b54708;  --amber-bg: #fffaeb;  --amber-border: #f5e6c8;  --amber-bar: #d97706;
  --red:   #b42318;  --red-bg:   #fef3f2;  --red-border:   #fecaca;  --red-bar:   #dc2626;
  --softviolet: #f0e9f5;  --border-violet: #e4ddec;  --row-hover: #fdf9ff;  --th-bg: #f9fafb;
}
