/**
 * DEFAULT CSS — LOCKED
 * Default assembler ONLY — black/white. DEFAULT = OFF / no theme = ZERO images.
 * Everything else lives in user.css and technology.css.
 * DO NOT REGENERATE — this file is manually maintained.
 */

/* ── Default assembler — dark ── */
[data-brilliance-hierarchy="default"][data-theme="dark"] {
  --active-color-01: #ffffff;
  --active-color-09: #000000;
}

/* ── Default assembler — light ── */
[data-brilliance-hierarchy="default"][data-theme="light"] {
  --active-color-01: #000000;
  --active-color-09: #ffffff;
}

/* ── Apply body colors — default mode ── */
[data-brilliance-hierarchy="default"] .layout--body {
  background-color: var(--active-color-09);
  color: var(--active-color-01);
}
