/* NearAid icon system */
.na-ico {
  width: 1.15em; height: 1.15em;
  display: inline-block; vertical-align: -0.15em;
  flex-shrink: 0;
}
.na-ico-lg { width: 1.5em; height: 1.5em; }
.na-ico-xl { width: 2rem; height: 2rem; }
.na-ico-pest {
  width: 40px; height: 40px;
  display: block;
}
.pest-tile {
  width: 52px; height: 52px; border-radius: 16px;
  background: #fff; border: 1px solid var(--line);
  display: grid; place-items: center;
  box-shadow: 0 4px 12px rgba(13, 59, 49, 0.06);
}
.pest-tile .na-ico-pest { width: 36px; height: 36px; }

.brand-logo {
  width: 36px; height: 36px; border-radius: 11px;
  padding: 0; overflow: hidden;
  background: transparent !important;
  box-shadow: 0 6px 14px rgba(13, 59, 49, 0.22) !important;
}
.brand-logo img,
.brand-logo svg {
  width: 100%; height: 100%; display: block;
}
.site-mark {
  width: 36px; height: 36px; border-radius: 11px;
  padding: 0; overflow: hidden;
  background: transparent !important;
}
.site-mark img { width: 100%; height: 100%; display: block; }

.tab-ico-svg {
  width: 22px; height: 22px; display: block; margin: 0 auto 2px;
  color: currentColor;
  fill: none;
  stroke: currentColor;
}
.tab-fab .tab-ico-svg { width: 26px; height: 26px; color: #fff; margin: 0; }
.icon-btn .na-ico { color: currentColor; width: 20px; height: 20px; }
.na-ico { color: inherit; }

.nav-pill-row {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;
  margin: 4px 0 8px;
}
.nav-pill {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 12px 6px 10px; border-radius: 18px;
  background: #0D3B31; color: #fff;
  font-size: 0.68rem; font-weight: 800; text-align: center;
  box-shadow: 0 8px 18px rgba(13, 59, 49, 0.22);
  transition: transform .2s, box-shadow .2s;
}
.nav-pill:hover { transform: translateY(-2px); }
.nav-pill:active { transform: scale(0.96); }
.nav-pill-ico {
  width: 28px; height: 28px; color: #fff;
}
.nav-pill.alt {
  background: #fff; color: var(--accent-strong);
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow);
}
.nav-pill.alt .nav-pill-ico { color: var(--accent-strong); }

.hb {
  display: inline-flex; align-items: center; gap: 4px;
}
.hb .na-ico { width: 0.95em; height: 0.95em; }

.badge-urgent::before,
.badge-open::before,
.badge-done::before,
.badge-matched::before,
.badge-applying::before { display: none; }

.status-ico {
  width: 28px; height: 28px; border-radius: 50%;
  display: inline-grid; place-items: center;
  background: #fff; border: 1px solid var(--line);
  margin-right: 4px; vertical-align: middle;
}
.status-ico svg { width: 16px; height: 16px; }
.status-ico.urgent { color: #c23b2e; background: #ffe8e4; }
.status-ico.ok { color: #1f7a54; background: #dff5ea; }
.status-ico.info { color: #0b6b5c; background: #d8f0ea; }
.status-ico.warn { color: #c45f12; background: #fff0e0; }

.job-thumb-empty {
  display: grid; place-items: center; gap: 4px;
}
.job-thumb-empty .pest-tile {
  border: 0; box-shadow: none; background: transparent;
  width: auto; height: auto;
}
.job-thumb-empty .na-ico-pest { width: 44px; height: 44px; filter: drop-shadow(0 2px 4px rgba(0,0,0,.15)); }
