/* Enum colour classes — extracted from base.css & detail.css */


/* Holon type colours (Location Rainbow) */
.holon-type-organisation,
.status-option:has(input:checked).holon-type-organisation {
background: #d4e5d0; color: #192F2B;
}
select.filter-select.holon-type-organisation { border-color: #192F2B; }
.filter-chip.holon-type-organisation { background: #d4e5d0; border-color: #192F2B; }
.filter-chip.holon-type-organisation .filter-chip-label,
.filter-chip.holon-type-organisation .filter-chip-select { color: #192F2B; }

.holon-type-domain,
.status-option:has(input:checked).holon-type-domain {
background: #9f1239; color: #ffe4e6;
}
select.filter-select.holon-type-domain { border-color: #9f1239; }
.filter-chip.holon-type-domain { background: #9f1239; border-color: #9f1239; }
.filter-chip.holon-type-domain .filter-chip-label,
.filter-chip.holon-type-domain .filter-chip-select { color: #ffe4e6; }

.holon-type-event,
.status-option:has(input:checked).holon-type-event {
  background: #4d7c0f; color: #ecfccb;
}
select.filter-select.holon-type-event { border-color: #4d7c0f; }
.filter-chip.holon-type-event { background: #4d7c0f; border-color: #4d7c0f; }
.filter-chip.holon-type-event .filter-chip-label,
.filter-chip.holon-type-event .filter-chip-select { color: #ecfccb; }

.holon-type-camp,
.status-option:has(input:checked).holon-type-camp {
  background: #6ee7b7; color: #064e3b;
}

/* Tree icon contrast — invert dark icons on dark type backgrounds */
.tree-icon.holon-type-domain img,
.tree-icon.holon-type-event img {
  filter: brightness(0) invert(1);
}
select.filter-select.holon-type-camp { border-color: #064e3b; }
.filter-chip.holon-type-camp { background: #6ee7b7; border-color: #064e3b; }
.filter-chip.holon-type-camp .filter-chip-label,
.filter-chip.holon-type-camp .filter-chip-select { color: #064e3b; }

/* Interest tag colours (Location Rainbow) */
.interest-tag.interest-local-leader { background: #109367 !important; color: white !important; }
.interest-tag.interest-local-catalyst { background: #3F925B !important; color: white !important; }
.interest-tag.interest-local-team { background: #989B4B !important; color: #192F2B !important; }
.interest-tag.interest-ambassador { background: #347A9D !important; color: white !important; }
.interest-tag.interest-gathering-global-team {
  background: #9f1239; color: #ffe4e6;
}
