/* ═══════════════════════════════════════════════════════════════════════
   __darmaster/css/skins/entity-darm.css
   Daralbeida Mill entity skin
   ═══════════════════════════════════════════════════════════════════════ */

:root {
  --brand-primary:   #3E5B33;   /* mill olive green */
  --brand-accent:    #B89A4C;   /* aged brass */
  /* 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 DARM band is DARM-green 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); }
