/* NearbyCheck v0.4 product-level UX refinements */
:focus-visible { outline: 3px solid rgba(145,200,255,.5); outline-offset: 2px; }

.anchor-status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 9px;
}
.anchor-status-row .anchor-status { margin-top: 0; flex: 1; }
.location-retry {
  flex: 0 0 auto;
  border: 1px solid rgba(145,200,255,.22);
  background: rgba(145,200,255,.07);
  color: var(--blue);
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 750;
}
.location-retry:hover { border-color: rgba(145,200,255,.45); }

.card-badge-row {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  margin-bottom: 9px;
}
.source-badge,
.match-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 820;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.source-badge {
  color: var(--green);
  background: rgba(135,241,179,.08);
  border: 1px solid rgba(135,241,179,.18);
}
.source-badge-curated {
  color: var(--blue);
  background: rgba(145,200,255,.08);
  border-color: rgba(145,200,255,.18);
}
.match-pill { border: 1px solid transparent; }
.match-exact {
  color: #d8fbe6;
  background: rgba(135,241,179,.09);
  border-color: rgba(135,241,179,.16);
}
.match-conditional {
  color: #f4dda0;
  background: rgba(241,208,116,.08);
  border-color: rgba(241,208,116,.18);
}
.match-partial {
  color: #c9d7e7;
  background: rgba(255,255,255,.045);
  border-color: var(--line);
}
.match-summary {
  margin-top: 13px;
  color: #d8e2ec;
  font-size: 12px;
  font-weight: 680;
}

.results-warning {
  grid-column: 1 / -1;
  border: 1px solid rgba(241,208,116,.22);
  background: rgba(241,208,116,.06);
  color: #e8dcc0;
  border-radius: 14px;
  padding: 11px 13px;
  font-size: 12px;
  line-height: 1.5;
}
.facility-evidence-meta {
  margin-top: 16px;
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
  background: rgba(255,255,255,.025);
}
.facility-evidence-meta strong { color: #d9e3ec; }

.primary-button:disabled { opacity: .62; cursor: progress; transform: none; }
.need-chip { transition: border-color .15s ease, background .15s ease, color .15s ease, transform .15s ease; }
.need-chip:hover { transform: translateY(-1px); border-color: rgba(255,255,255,.18); }
.need-chip.active:hover { border-color: rgba(135,241,179,.55); }
.place-card { overflow: hidden; }
.place-card .status-line { line-height: 1.4; }
.place-card .cap-text { white-space: normal; overflow: visible; text-overflow: clip; }

.product-note {
  margin: 10px 0 0;
  color: #7f8b98;
  font-size: 11px;
  line-height: 1.5;
}
.version-mark { white-space: nowrap; }

@media (max-width: 760px) {
  .topbar { gap: 10px; }
  .pilot-badge { max-width: 52%; text-align: right; line-height: 1.3; }
  .hero { padding-bottom: 30px; }
  .hero-copy { margin-bottom: 22px; }
  .search-field-wrap input { min-height: 58px; }
  .anchor-status-row { align-items: flex-start; }
  .location-retry { margin-top: -1px; }
  .capability-grid { grid-template-columns: 1fr; }
  .place-card { padding: 17px; }
  .place-name { font-size: 20px; }
  .card-top { align-items: flex-start; }
  .distance-badge { font-size: 11px; }
}
