/* LUUPIGO objects-2h-home-pro-20260715-01 */
.objects-pro-head {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 10px;
}

.objects-pro-head > div {
  padding: 12px;
  border: 1px solid #d8e6f7;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06);
}

.objects-pro-head span {
  display: block;
  min-height: 28px;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
}

.objects-pro-head strong {
  display: block;
  margin-top: 4px;
  color: #0f172a;
  font-size: 24px;
  line-height: 1;
}

.objects-type-filter {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 0 10px;
  scrollbar-width: none;
}

.objects-type-filter::-webkit-scrollbar {
  display: none;
}

.objects-type-filter button {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #d8e6f7;
  border-radius: 8px;
  background: #ffffff;
  color: #10213f;
  font-weight: 900;
}

.objects-type-filter button.active {
  border-color: #1263f1;
  background: #1263f1;
  color: #ffffff;
}

.objects-helper {
  display: block;
  margin-top: 2px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}

.object-list {
  display: grid;
  gap: 10px;
}

.pro-card {
  grid-template-columns: 78px minmax(0, 1fr) auto;
  align-items: center;
  border: 1px solid #d8e6f7;
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.07);
}

.pro-card .object-thumb {
  width: 66px;
  height: 66px;
  border-radius: 8px;
}

.object-card-main {
  min-width: 0;
}

.object-tags span.is-lost {
  background: #eef2ff;
  color: #3730a3;
}

.object-tags span.is-found {
  background: #dcfce7;
  color: #166534;
}

.pro-card small {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
}

.object-distance {
  min-width: 74px;
  text-align: right;
  color: #2563eb;
  font-weight: 900;
}

.object-empty-state {
  display: grid;
  gap: 8px;
  padding: 22px;
  border: 1px dashed #b8c7dc;
  border-radius: 8px;
  background: #f8fbff;
  color: #475569;
}

.object-empty-state strong {
  color: #0f172a;
  font-size: 18px;
}

.object-empty-state a {
  display: inline-flex;
  width: fit-content;
  margin-top: 6px;
  padding: 10px 14px;
  border-radius: 8px;
  background: #1263f1;
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
}

.map-pin.is-lost {
  background: #4f46e5;
}

.map-pin.is-found {
  background: #16a34a;
}

@media (max-width: 430px) {
  .objects-pro-head {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .objects-pro-head > div {
    padding: 10px 8px;
  }

  .objects-pro-head span {
    min-height: 34px;
    font-size: 10px;
  }

  .objects-pro-head strong {
    font-size: 21px;
  }

  .pro-card {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .object-distance {
    grid-column: 2;
    text-align: left;
    min-width: 0;
  }
}
