
/* Spin do ícone do botão Atualizar enquanto carrega */
.hsm-spin[data-v-f636eca0] {
  animation: hsm-spin-f636eca0 0.8s linear infinite;
}
@keyframes hsm-spin-f636eca0 {
to { transform: rotate(360deg);
}
}

/* Skeleton da tabela de histórico durante o loading */
.hsm-table-skeleton[data-v-f636eca0] {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.hsm-table-skeleton__head[data-v-f636eca0],
.hsm-table-skeleton__row[data-v-f636eca0] {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 16px;
  align-items: center;
}
.hsm-table-skeleton__head[data-v-f636eca0] {
  padding-bottom: 14px;
  border-bottom: 1px solid #f1f5f9;
}
.filter-btn[data-v-f636eca0] {
  padding: 7px 14px;
  font-size: 13px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  color: #475569;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s;
}
.filter-btn[data-v-f636eca0]:hover {
  border-color: #93c5fd;
  color: #2563eb;
}
.filter-btn[data-v-f636eca0]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.filter-btn-primary[data-v-f636eca0] {
  background: #eff6ff;
  color: #1d4ed8;
  border-color: #bfdbfe;
}
.filter-dropdown[data-v-f636eca0] {
  position: relative;
}
.filter-dropdown-menu[data-v-f636eca0] {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  min-width: 180px;
  max-height: 240px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  z-index: 50;
  padding: 4px;
}
.filter-dropdown-item[data-v-f636eca0] {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 13px;
  color: #475569;
  text-align: left;
  border: none;
  background: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.1s;
}
.filter-dropdown-item[data-v-f636eca0]:hover {
  background: #f1f5f9;
  color: #1e293b;
}
.filter-dropdown-item.active[data-v-f636eca0] {
  background: #eff6ff;
  color: #1d4ed8;
  font-weight: 600;
}
