.active-nav { color: #176f63 !important; font-weight: 700; }
.agenda-heading { align-items: center; }
.public-link { color: #176f63; font-weight: 700; }
.agenda-submenu { display: flex; width: fit-content; height: auto; margin: 0 0 24px; padding: 5px; border: 1px solid var(--line); border-radius: 15px; background: white; box-shadow: none; }
.submenu-item { display: flex; min-height: 46px; padding: 0 18px; border: 0; border-radius: 11px; align-items: center; gap: 8px; color: #60716f; background: transparent; font-weight: 700; cursor: pointer; }
.submenu-item.active { color: white; background: #176f63; }
.submenu-item i { font-size: 20px; }
.tab-actions { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 16px; }
.tab-actions h3 { margin: 0 0 5px; font-size: 1.35rem; font-weight: 700; }
.tab-actions p { margin: 0; color: var(--muted); }
.report-button:disabled { color: rgba(255,255,255,.7) !important; background: #8ca8a3 !important; }
.agenda-tab .table-panel { position: relative; }
.agenda-tab tbody td { vertical-align: middle; }
.status-pill, .vacancy-pill { display: inline-flex; padding: 4px 10px; border-radius: 999px; font-size: .8rem; font-weight: 700; }
.status-pill.active { color: #0f5149; background: #dff4ef; }
.status-pill.inactive { color: #79484c; background: #f5e4e5; }
.vacancy-pill { color: #176f63; background: #e4f3ef; }
.vacancy-pill.full { color: #963c43; background: #f8e4e6; }
.row-actions { display: flex; white-space: nowrap; }
.row-actions button { padding: 0 8px; }
.row-actions .delete-action { color: #ba3f48; }
.empty-row { padding: 42px !important; color: var(--muted); text-align: center; }
.admin-loading { position: absolute; inset: 0; z-index: 2; display: grid; background: rgba(255,255,255,.75); place-items: center; }
.filter-panel { margin-bottom: 18px; padding: 20px 22px 2px; }
.agenda-filters { display: grid; grid-template-columns: repeat(4, minmax(140px, 1fr)) auto; gap: 16px; align-items: start; }
.filter-actions { display: flex; min-height: 66px; align-items: center; gap: 4px; }
.active-switch { min-height: 76px; display: flex; align-items: center; }
.active-switch > div > span { display: block; margin-bottom: 10px; color: #5f6f6d; }
.detail-modal { max-width: 600px; }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.detail-item { padding: 14px; border-radius: 12px; background: #f2f7f5; }
.detail-item.full { grid-column: 1 / -1; }
.detail-item small, .detail-item strong { display: block; }
.detail-item small { margin-bottom: 4px; color: var(--muted); }
@media (max-width: 1000px) { .agenda-filters { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) {
  .agenda-heading, .tab-actions { align-items: stretch; flex-direction: column; }
  .agenda-submenu { width: 100%; }
  .submenu-item { min-width: 0; flex: 1; justify-content: center; padding: 0 8px; font-size: .8rem; }
  .submenu-item i { display: none; }
  .agenda-filters { grid-template-columns: 1fr; }
  .filter-actions { min-height: auto; padding-bottom: 18px; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-item.full { grid-column: auto; }
}
