/* Align with details.vue: .lei-form, .deviceSurvey-title, .deviceSurvey-info */
.devices-home[data-v-70ca8a4e] {
  box-sizing: border-box;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  letter-spacing: 0.5px;
  padding-bottom: 2.5rem;
}
.devices-home__inner[data-v-70ca8a4e] {
  box-sizing: border-box;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 1rem 0;
}
@media (min-width: 768px) {
.devices-home__inner[data-v-70ca8a4e] {
    padding: 1.25rem 1.5rem 0;
}
}
.devices-home__list-head[data-v-70ca8a4e] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.devices-home__titles[data-v-70ca8a4e] {
  flex: 1 1 200px;
  min-width: 0;
}
.devices-home__list-title[data-v-70ca8a4e] {
  margin: 0 0 6px !important;
}
.devices-home__hint[data-v-70ca8a4e] {
  margin: 0;
  font-size: 12px;
  color: #999;
  line-height: 1.4;
}
.devices-home__panel[data-v-70ca8a4e] {
  flex-shrink: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0.75rem !important;
}
.devices-home__toolbar[data-v-70ca8a4e] {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.75rem;
}
.devices-home__export-btn[data-v-70ca8a4e] {
  box-sizing: border-box;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 2.5rem;
  padding: 0 0.9rem;
  border: 1px solid #0082c0;
  border-radius: 5px;
  background: #fff;
  color: #0082c0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.devices-home__export-btn[data-v-70ca8a4e]:hover:not(:disabled) {
  background: #f0f9fd;
}
.devices-home__export-btn[data-v-70ca8a4e]:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
@media (max-width: 767px) {
.devices-home__toolbar[data-v-70ca8a4e] {
    flex-direction: column;
}
.devices-home__search[data-v-70ca8a4e] {
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
}
.devices-home__export-btn[data-v-70ca8a4e] {
    width: 100%;
}
.devices-home__dropdowns[data-v-70ca8a4e] {
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
}
}
@media (min-width: 768px) {
.devices-home__toolbar[data-v-70ca8a4e] {
    flex-wrap: nowrap;
    align-items: center;
}
.devices-home__search[data-v-70ca8a4e] {
    flex: 1 1 auto;
    min-width: 160px;
    max-width: none;
}
.devices-home__export-btn[data-v-70ca8a4e] {
    flex-shrink: 0;
}
.devices-home__dropdowns[data-v-70ca8a4e] {
    flex: 0 1 320px;
    width: auto;
    min-width: 200px;
    max-width: 320px;
}
}
.devices-home__search[data-v-70ca8a4e] {
  min-width: 0;
  padding: 0 !important;
  background: transparent !important;
}
.devices-home__search[data-v-70ca8a4e]  .van-search__content {
  background: #fff !important;
  border: 1px solid #e2e8f0;
  border-radius: 5px !important;
}
.devices-home__menu[data-v-70ca8a4e]  .van-dropdown-menu__bar {
  height: 2.5rem;
  background: transparent;
  box-shadow: none;
  border-radius: 5px;
  overflow: hidden;
}
.devices-home__menu[data-v-70ca8a4e]  .van-dropdown-menu__item {
  flex: 1;
  justify-content: center;
  background: #fff;
  border: 1px solid #0082c0;
  border-radius: 5px;
  margin-right: 0.5rem;
  font-size: 12px;
  font-weight: 600;
  color: #334155;
}
.devices-home__menu[data-v-70ca8a4e]  .van-dropdown-menu__item:last-child {
  margin-right: 0;
}
.devices-home__search-tip[data-v-70ca8a4e] {
  margin: 0.5rem 0 0;
  padding: 0 0.125rem;
  font-size: 11px;
  color: #0082c0;
}
.devices-home__count[data-v-70ca8a4e] {
  margin: 0.65rem 0 0;
  padding: 0 0.125rem;
  font-size: 12px;
  color: #999;
}
.devices-home__scroll[data-v-70ca8a4e] {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2rem;
}
.devices-home__sentinel[data-v-70ca8a4e] {
  width: 100%;
  height: 1px;
  flex-shrink: 0;
  pointer-events: none;
}
.devices-home__list[data-v-70ca8a4e] {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.devices-home__row[data-v-70ca8a4e] {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.75rem 0.65rem;
  border: 1px solid #0082c0;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  transition: box-shadow 0.15s ease;
}
@media (min-width: 640px) {
.devices-home__row[data-v-70ca8a4e] {
    gap: 0.75rem;
    padding: 0.85rem 0.75rem;
    border-radius: 5px;
}
}
.devices-home__body[data-v-70ca8a4e] {
  display: flex;
  flex: 1 1 0;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.45rem 0.75rem;
  min-width: 0;
}
.devices-home__body .devices-home__main[data-v-70ca8a4e] {
  flex: 1 1 0;
  min-width: 0;
}
.devices-home__body .devices-home__metrics[data-v-70ca8a4e] {
  flex: 0 0 auto;
}
.devices-home__row[data-v-70ca8a4e]:hover {
  box-shadow: 0 2px 10px rgba(0, 130, 192, 0.12);
}
.devices-home__avatar[data-v-70ca8a4e] {
  display: flex;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0082c0;
  color: #fff;
  font-size: 1rem;
}
.devices-home__main[data-v-70ca8a4e] {
  min-width: 0;
}
.devices-home__field-label[data-v-70ca8a4e] {
  display: inline-block;
  margin-right: 0.25rem;
  font-size: 10px;
  font-weight: 700;
  color: #94a3b8;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.devices-home__update-line[data-v-70ca8a4e] {
  margin: 0.2rem 0 0.35rem;
  font-size: 12px;
  line-height: 1.45;
  color: #64748b;
  word-break: break-word;
}
.devices-home__type-line[data-v-70ca8a4e] {
  margin: 0.35rem 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: #475569;
  word-break: break-word;
}
.devices-home__notes[data-v-70ca8a4e] {
  margin-top: 0.35rem;
}
.devices-home__notes-cols[data-v-70ca8a4e] {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.devices-home__notes-col[data-v-70ca8a4e] {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}
@media (min-width: 768px) {
.devices-home__notes-cols[data-v-70ca8a4e] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem 1.25rem;
    align-items: start;
}
}
.devices-home__notes-remark[data-v-70ca8a4e] {
  margin-top: 0.35rem;
}
.devices-home__note-row--extra[data-v-70ca8a4e] {
  margin-top: 0.35rem;
}
.devices-home__note-row--extra + .devices-home__note-row--extra[data-v-70ca8a4e] {
  margin-top: 0.35rem;
}
.devices-home__notes-text[data-v-70ca8a4e] {
  margin: 0.15rem 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: #334155;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.devices-home__id-row[data-v-70ca8a4e] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
}
.devices-home__id[data-v-70ca8a4e] {
  font-size: 14px;
  font-weight: 700;
  color: #333;
}
.devices-home__badge[data-v-70ca8a4e] {
  display: inline-block;
  padding: 0.1rem 0.45rem;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  color: #0082c0;
  background: #e8f4fc;
  border: 1px solid #b3d9f2;
}
.devices-home__metrics[data-v-70ca8a4e] {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: flex-end;
  flex-shrink: 0;
  margin-left: auto;
}
.devices-home__metric[data-v-70ca8a4e] {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 12px;
  font-weight: 600;
  color: #666;
}
.devices-home__metric-icon[data-v-70ca8a4e] {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.devices-home__empty[data-v-70ca8a4e] {
  padding: 2rem 1rem;
  text-align: center;
  font-size: 12px;
  color: #999;
}
.devices-home__loading[data-v-70ca8a4e] {
  flex-shrink: 0;
  margin-top: 1rem;
  text-align: center;
}
@media (max-width: 639px) {
.devices-home__body[data-v-70ca8a4e] {
    flex: 1 1 0;
    min-width: 0;
}
.devices-home__body .devices-home__metrics[data-v-70ca8a4e] {
    flex: 1 1 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-left: 0;
    gap: 0.65rem;
    padding-top: 0.35rem;
    border-top: 1px solid #f1f5f9;
}
}

.devices-home__menu .van-dropdown-menu__bar {
  padding: 0;
}

