/* [project]/src/views/bd/parse-cache/index.module.scss.module.css [app-client] (css) */
.index-module-scss-module__IAWhmG__parseCache {
  color: var(--foreground);
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  display: flex;
}

.index-module-scss-module__IAWhmG__header {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  display: flex;
}

.index-module-scss-module__IAWhmG__title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}

.index-module-scss-module__IAWhmG__summary {
  color: #4b5563;
  margin-top: 4px;
  font-size: 14px;
}

.index-module-scss-module__IAWhmG__button {
  appearance: none;
  color: #111827;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 14px;
  transition: border-color .15s, background .15s;
}

.index-module-scss-module__IAWhmG__button:hover:not(:disabled) {
  background: #f9fafb;
  border-color: #9aa3b2;
}

.index-module-scss-module__IAWhmG__button:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.index-module-scss-module__IAWhmG__error {
  color: #b91c1c;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
}

.index-module-scss-module__IAWhmG__tableWrapper {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
}

.index-module-scss-module__IAWhmG__empty {
  text-align: center;
  color: #6b7280;
  padding: 32px;
  font-size: 15px;
}

.index-module-scss-module__IAWhmG__table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}

.index-module-scss-module__IAWhmG__table thead {
  text-align: left;
  background: #f3f4f6;
}

.index-module-scss-module__IAWhmG__table th, .index-module-scss-module__IAWhmG__table td {
  vertical-align: top;
  border-bottom: 1px solid #e5e7eb;
  padding: 12px 16px;
}

.index-module-scss-module__IAWhmG__table tbody tr:nth-child(2n) {
  background: #fbfdff;
}

.index-module-scss-module__IAWhmG__message {
  word-break: break-word;
  max-width: 320px;
}

.index-module-scss-module__IAWhmG__file {
  word-break: break-word;
  max-width: 200px;
}

.index-module-scss-module__IAWhmG__level {
  text-transform: uppercase;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
}

.index-module-scss-module__IAWhmG__level_error {
  color: #b91c1c;
  background: #dc26261f;
}

.index-module-scss-module__IAWhmG__level_warning {
  color: #d97706;
  background: #eab3081f;
}

.index-module-scss-module__IAWhmG__level_unknown {
  color: #374151;
  background: #6b72801f;
}

@media (prefers-color-scheme: dark) {
  .index-module-scss-module__IAWhmG__summary {
    color: #94a3b8;
  }

  .index-module-scss-module__IAWhmG__button {
    color: #f8fafc;
    background: #0f172a;
    border-color: #334155;
  }

  .index-module-scss-module__IAWhmG__button:hover:not(:disabled) {
    background: #1e293b;
    border-color: #475569;
  }

  .index-module-scss-module__IAWhmG__error {
    color: #fecaca;
    background: #f8717126;
    border-color: #f8717166;
  }

  .index-module-scss-module__IAWhmG__tableWrapper {
    background: #0f172a;
    border-color: #1e293b;
  }

  .index-module-scss-module__IAWhmG__empty {
    color: #cbd5f5;
  }

  .index-module-scss-module__IAWhmG__table {
    color: #e2e8f0;
  }

  .index-module-scss-module__IAWhmG__table thead {
    background: #1e293b;
  }

  .index-module-scss-module__IAWhmG__table th, .index-module-scss-module__IAWhmG__table td {
    border-color: #1e293b;
  }

  .index-module-scss-module__IAWhmG__table tbody tr:nth-child(2n) {
    background: #111827;
  }

  .index-module-scss-module__IAWhmG__level_error {
    color: #fecaca;
    background: #ef44442e;
  }

  .index-module-scss-module__IAWhmG__level_warning {
    color: #fde68a;
    background: #eab3082e;
  }

  .index-module-scss-module__IAWhmG__level_unknown {
    color: #e2e8f0;
    background: #94a3b82e;
  }
}

/*# sourceMappingURL=src_views_bd_parse-cache_index_module_scss_module_c85319c4.css.map*/