/* Base */
body {
  background: #f7f7f9;
}

.h1-link {
  text-decoration: none;
  color: inherit;
}

.card-soft {
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 1px 0 rgba(0,0,0,.03);
}

.source-check .badge {
  font-weight: 500;
}

.input-area {
  height: 160px;
  resize: vertical;
}

.input-area-mobile {
  height: calc(100vh - 420px);
  min-height: 140px;
  max-height: 260px;
  resize: vertical;
}

.table-wrap {
  overflow: auto;
  max-height: 420px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
}

.sticky-head th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: var(--bs-body-bg);
  border-bottom: 1px solid rgba(0,0,0,.15);
}

.text-trunc {
  max-width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kv th {
  width: 38%;
  white-space: nowrap;
  font-weight: 600;
}

.diff {
  background: rgba(255, 193, 7, 0.35) !important; /* желтый, светлая тема */
}