/* [project]/app/components/BrandCard.module.css [app-client] (css) */
.BrandCard-module__gSqsyW__card {
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 1.5rem;
  transition: all .2s;
}

.BrandCard-module__gSqsyW__card:hover {
  border-color: var(--primary-light);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.BrandCard-module__gSqsyW__compact {
  padding: 1rem;
}

.BrandCard-module__gSqsyW__header {
  border-bottom: 1px solid var(--border-subtle);
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.BrandCard-module__gSqsyW__logoContainer {
  border-radius: var(--radius-md);
  background: var(--bg-subtle);
  border: 1px solid var(--border-subtle);
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  overflow: hidden;
}

.BrandCard-module__gSqsyW__compact .BrandCard-module__gSqsyW__logoContainer {
  width: 60px;
  height: 60px;
}

.BrandCard-module__gSqsyW__logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: .5rem;
}

.BrandCard-module__gSqsyW__placeholderLogo {
  width: 100%;
  height: 100%;
  color: var(--text-tertiary);
  justify-content: center;
  align-items: center;
  display: flex;
}

.BrandCard-module__gSqsyW__nameSection {
  flex: 1;
  min-width: 0;
}

.BrandCard-module__gSqsyW__brandName {
  color: var(--text-main);
  word-wrap: break-word;
  margin: 0 0 .5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.BrandCard-module__gSqsyW__compact .BrandCard-module__gSqsyW__brandName {
  font-size: 1.1rem;
}

.BrandCard-module__gSqsyW__appNumber {
  color: var(--primary);
  background: var(--primary-light);
  border-radius: 6px;
  align-items: center;
  gap: .25rem;
  padding: .25rem .6rem;
  font-family: Courier New, monospace;
  font-size: .85rem;
  font-weight: 500;
  display: inline-flex;
}

.BrandCard-module__gSqsyW__details {
  flex-direction: column;
  gap: .75rem;
  display: flex;
}

.BrandCard-module__gSqsyW__detailRow {
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  display: flex;
}

.BrandCard-module__gSqsyW__label {
  color: var(--text-secondary);
  align-items: center;
  gap: .5rem;
  min-width: 100px;
  font-size: .85rem;
  font-weight: 500;
  display: flex;
}

.BrandCard-module__gSqsyW__label svg {
  opacity: .7;
  width: 16px;
  height: 16px;
}

.BrandCard-module__gSqsyW__value {
  color: var(--text-main);
  text-align: right;
  word-wrap: break-word;
  flex: 1;
  font-size: .9rem;
  font-weight: 500;
}

.BrandCard-module__gSqsyW__description {
  border-top: 1px solid var(--border-subtle);
  margin-top: 1rem;
  padding-top: 1rem;
}

.BrandCard-module__gSqsyW__description .BrandCard-module__gSqsyW__label {
  margin-bottom: .5rem;
}

.BrandCard-module__gSqsyW__descText {
  color: var(--text-secondary);
  margin: 0;
  font-size: .9rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .BrandCard-module__gSqsyW__header {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .BrandCard-module__gSqsyW__detailRow {
    flex-direction: column;
    align-items: flex-start;
    gap: .25rem;
  }

  .BrandCard-module__gSqsyW__value {
    text-align: left;
  }

  .BrandCard-module__gSqsyW__label {
    min-width: auto;
  }
}

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

.extracted-module__-ZdguG__header {
  margin-bottom: 2rem;
}

.extracted-module__-ZdguG__backBtn {
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  color: var(--text-secondary);
  border-radius: var(--radius-md);
  cursor: pointer;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1.5rem;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  transition: all .2s;
  display: inline-flex;
}

.extracted-module__-ZdguG__backBtn:hover {
  background: var(--bg-subtle);
  border-color: var(--primary);
  color: var(--primary);
  transform: translateX(-2px);
}

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

.extracted-module__-ZdguG__icon {
  color: var(--primary);
  flex-shrink: 0;
}

.extracted-module__-ZdguG__title {
  color: var(--text-main);
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
}

.extracted-module__-ZdguG__subtitle {
  color: var(--text-secondary);
  margin: .25rem 0 0;
  font-size: 1rem;
}

.extracted-module__-ZdguG__statsBar {
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
  display: flex;
}

.extracted-module__-ZdguG__stat {
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  min-width: 200px;
  box-shadow: var(--shadow-sm);
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  transition: all .3s;
  display: flex;
}

.extracted-module__-ZdguG__stat:hover {
  border-color: var(--primary-light);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.extracted-module__-ZdguG__stat svg {
  color: var(--primary);
  flex-shrink: 0;
}

.extracted-module__-ZdguG__statLabel {
  color: var(--text-secondary);
  margin-bottom: .25rem;
  font-size: .8rem;
  font-weight: 500;
  display: block;
}

.extracted-module__-ZdguG__statValue {
  color: var(--text-main);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}

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

.extracted-module__-ZdguG__loading {
  text-align: center;
  color: var(--text-tertiary);
  grid-column: 1 / -1;
  padding: 4rem 1.5rem;
  font-size: 1rem;
}

.extracted-module__-ZdguG__empty {
  text-align: center;
  color: var(--text-tertiary);
  background: var(--bg-subtle);
  border-radius: var(--radius-lg);
  border: 1px dashed var(--border-subtle);
  grid-column: 1 / -1;
  padding: 4rem 1.5rem;
}

.extracted-module__-ZdguG__empty svg {
  color: var(--text-tertiary);
  opacity: .5;
  margin-bottom: 1rem;
}

.extracted-module__-ZdguG__empty p {
  color: var(--text-main);
  margin: 0 0 .5rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.extracted-module__-ZdguG__empty span {
  color: var(--text-secondary);
  font-size: .9rem;
}

@media (max-width: 1200px) {
  .extracted-module__-ZdguG__grid {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
}

@media (max-width: 768px) {
  .extracted-module__-ZdguG__container {
    padding: 16px;
  }

  .extracted-module__-ZdguG__title {
    font-size: 1.5rem;
  }

  .extracted-module__-ZdguG__header {
    margin-bottom: 1.5rem;
  }

  .extracted-module__-ZdguG__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .extracted-module__-ZdguG__statsBar {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 1.5rem;
  }

  .extracted-module__-ZdguG__stat {
    width: 100%;
    min-width: 0;
    padding: 1rem;
  }

  .extracted-module__-ZdguG__backBtn {
    margin-bottom: 1rem;
  }
}

/*# sourceMappingURL=app_d1f3ec1c._.css.map*/