/* Phase 13 ecosystem filters — additive */
.eco-filters{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 4px}
.eco-filter-btn{
  appearance:none;cursor:pointer;padding:8px 14px;border-radius:999px;
  border:1px solid rgba(200,155,60,.28);background:rgba(255,255,255,.04);
  color:inherit;font:inherit;font-size:.92rem
}
.eco-filter-btn:hover,.eco-filter-btn.is-active{
  border-color:rgba(200,155,60,.55);background:rgba(200,155,60,.1)
}
[data-theme="light"] .eco-filter-btn{background:rgba(0,0,0,.03)}
