/* ═══════════════════════════════════════════════════════════════════════
   __darmaster/css/skins/entity-darx.css
   Daralbeida-X entity skin (the consumer brand)
   ═══════════════════════════════════════════════════════════════════════ */

:root {
  --brand-primary:   #46331E;   /* espresso brown (the keycard mat tone) */
  --brand-accent:    #D8A845;   /* gilded gold */
  /* Document-library band palette — the 4 stacked layout layers, each a shade
     of THIS entity's colour (tune per-entity here). DARMASTER reproduces the same
     shades from the file's --ent, so a DARX band is DARX-brown wherever shown. */
  --band-entity:  color-mix(in srgb, var(--brand-primary) 46%, #F6F1E6);
  --band-section: color-mix(in srgb, var(--brand-primary) 58%, #F6F1E6);
  --band-dept:    color-mix(in srgb, var(--brand-primary) 38%, #F6F1E6);
  --band-filerow: color-mix(in srgb, var(--brand-primary) 20%, #F6F1E6);
}

.darx-nav-home:hover {
  text-shadow:
    0 0 8px color-mix(in srgb, var(--brand-accent) 55%, transparent),
    0 0 1px color-mix(in srgb, var(--brand-accent) 75%, transparent);
}

.portal-row { border-left-color: var(--brand-accent); }
