/* [project]/app/dashboard/matches/[jobId]/matches.module.css [app-client] (css) */
.matches-module__8iB8qq__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.matches-module__8iB8qq__header {
  margin-bottom: 2rem;
}

.matches-module__8iB8qq__backBtn {
  color: #888;
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1rem;
  padding: 0;
  display: flex;
}

.matches-module__8iB8qq__titleRow {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.matches-module__8iB8qq__title {
  background: linear-gradient(135deg, #fff 0%, #a5a5a5 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 2rem;
}

.matches-module__8iB8qq__primaryBtn {
  color: #000;
  cursor: pointer;
  background: #fff;
  border: none;
  border-radius: 6px;
  padding: .6rem 1.2rem;
  font-weight: 600;
}

.matches-module__8iB8qq__statsRow {
  gap: 1rem;
  margin-bottom: 2rem;
  display: flex;
}

.matches-module__8iB8qq__statCard {
  background: #ffffff0d;
  border-radius: 10px;
  flex-direction: column;
  min-width: 150px;
  padding: 1rem 1.5rem;
  display: flex;
}

.matches-module__8iB8qq__statLabel {
  color: #888;
  font-size: .85rem;
}

.matches-module__8iB8qq__statValue {
  margin-top: .2rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.matches-module__8iB8qq__filterBar {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.matches-module__8iB8qq__filters {
  gap: .5rem;
  display: flex;
}

.matches-module__8iB8qq__filterBtn {
  color: #888;
  cursor: pointer;
  background: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 20px;
  padding: .4rem 1rem;
  transition: all .2s;
}

.matches-module__8iB8qq__filterBtn.matches-module__8iB8qq__active {
  color: #fff;
  background: #fff3;
  border-color: #ffffff4d;
}

.matches-module__8iB8qq__sliderGroup {
  color: #888;
  align-items: center;
  gap: 1rem;
  font-size: .9rem;
  display: flex;
}

.matches-module__8iB8qq__tableCard {
  background: #0006;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  overflow: hidden;
}

.matches-module__8iB8qq__table {
  border-collapse: collapse;
  width: 100%;
}

.matches-module__8iB8qq__table th {
  text-align: left;
  color: #666;
  border-bottom: 1px solid #ffffff1a;
  padding: 1rem 1.5rem;
  font-size: .85rem;
}

.matches-module__8iB8qq__table td {
  border-bottom: 1px solid #ffffff0d;
  padding: 1rem 1.5rem;
  font-size: .95rem;
}

.matches-module__8iB8qq__detected {
  color: #fff;
  font-weight: 500;
}

.matches-module__8iB8qq__myBrand {
  color: #aaa;
}

.matches-module__8iB8qq__scoreRow {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.matches-module__8iB8qq__progressTrack {
  background: #ffffff1a;
  border-radius: 3px;
  width: 100px;
  height: 6px;
  overflow: hidden;
}

.matches-module__8iB8qq__progressBar {
  height: 100%;
  transition: width .3s;
}

.matches-module__8iB8qq__scoreVal {
  text-align: right;
  font-variant-numeric: tabular-nums;
  color: #888;
  width: 3rem;
}

.matches-module__8iB8qq__exactTag {
  color: #4ade80;
  align-items: center;
  gap: .3rem;
  font-size: .85rem;
  display: flex;
}

.matches-module__8iB8qq__fuzzyTag {
  color: #facc15;
  align-items: center;
  gap: .3rem;
  font-size: .85rem;
  display: flex;
}

.matches-module__8iB8qq__loading, .matches-module__8iB8qq__empty {
  text-align: center;
  color: #666;
  padding: 3rem;
}

/*# sourceMappingURL=app_dashboard_matches_%5BjobId%5D_matches_module_eddee26e.css.map*/