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

.extracted-module__-ZdguG__header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.extracted-module__-ZdguG__titleRow {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.extracted-module__-ZdguG__title {
  color: #fff;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
}

.extracted-module__-ZdguG__subtitle {
  color: #a1a1aa;
  margin-top: .25rem;
  font-size: 1rem;
}

.extracted-module__-ZdguG__backBtn {
  color: #a1a1aa;
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1rem;
  padding: 0;
  font-size: .9rem;
  transition: color .2s;
  display: flex;
}

.extracted-module__-ZdguG__backBtn:hover {
  color: #fff;
}

.extracted-module__-ZdguG__grid {
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 1.5rem;
  display: grid;
}

.extracted-module__-ZdguG__card {
  background: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}

.extracted-module__-ZdguG__card:hover {
  border-color: #fff3;
  transform: translateY(-2px);
  box-shadow: 0 4px 20px #0003;
}

.extracted-module__-ZdguG__headerRow {
  align-items: flex-start;
  gap: 1rem;
  display: flex;
}

.extracted-module__-ZdguG__logoContainer {
  background: #fff;
  border: 1px solid #333;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  overflow: hidden;
}

.extracted-module__-ZdguG__logo {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.extracted-module__-ZdguG__placeholderLogo {
  color: #52525b;
  text-align: center;
  background: #27272a;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .5rem;
  font-size: .8rem;
  display: flex;
}

.extracted-module__-ZdguG__brandInfo {
  flex: 1;
}

.extracted-module__-ZdguG__brandName {
  color: #fff;
  margin: 0 0 .5rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.extracted-module__-ZdguG__appNumber {
  color: #a1a1aa;
  background: #27272a;
  border-radius: 4px;
  padding: .2rem .5rem;
  font-family: monospace;
  font-size: .9rem;
  display: inline-block;
}

.extracted-module__-ZdguG__detailsGrid {
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  font-size: .9rem;
  display: grid;
}

.extracted-module__-ZdguG__detailItem {
  flex-direction: column;
  gap: .25rem;
  display: flex;
}

.extracted-module__-ZdguG__label {
  color: #71717a;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .8rem;
}

.extracted-module__-ZdguG__value {
  color: #e4e4e7;
  word-break: break-word;
}

.extracted-module__-ZdguG__description {
  border-top: 1px solid #ffffff1a;
  margin-top: .5rem;
  padding-top: 1rem;
}

.extracted-module__-ZdguG__descText {
  color: #a1a1aa;
  font-size: .9rem;
  font-style: italic;
  line-height: 1.5;
}

.extracted-module__-ZdguG__loading, .extracted-module__-ZdguG__empty {
  text-align: center;
  color: #a1a1aa;
  grid-column: 1 / -1;
  padding: 4rem;
  font-size: 1.1rem;
}

/*# sourceMappingURL=app_dashboard_extracted_%5BjobId%5D_extracted_module_90ab0e1c.css.map*/