.lb-shell {
  max-width: 960px;
}

.lb-header h1 {
  margin: 0 0 0.35rem;
  font-size: 1.75rem;
}

.lb-sub {
  margin: 0 0 1.25rem;
  color: #64748b;
  font-size: 0.95rem;
}

.lb-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: flex-end;
  margin-bottom: 1rem;
}

.lb-filters label {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.78rem;
  color: #64748b;
}

.lb-filters select {
  min-width: 120px;
  padding: 0.45rem 0.6rem;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font: inherit;
}

.lb-btn {
  padding: 0.5rem 0.9rem;
  border: none;
  border-radius: 8px;
  background: #2563eb;
  color: #fff;
  font: inherit;
  cursor: pointer;
}

.lb-btn:hover {
  opacity: 0.92;
}

.lb-status {
  margin-bottom: 0.75rem;
  padding: 0.65rem 0.85rem;
  border-radius: 8px;
  background: #fef3c7;
  color: #92400e;
  font-size: 0.875rem;
}

.lb-table-wrap {
  overflow-x: auto;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
}

.lb-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.lb-table th,
.lb-table td {
  padding: 0.65rem 0.75rem;
  text-align: left;
  border-bottom: 1px solid #f1f5f9;
}

.lb-table th {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
  background: #f8fafc;
}

.lb-table code {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.78rem;
}

.lb-table a {
  color: #2563eb;
  text-decoration: none;
}

.lb-table a:hover {
  text-decoration: underline;
}

.lb-empty {
  text-align: center;
  color: #94a3b8;
  padding: 2rem !important;
}

.lb-disclaimer {
  margin-top: 1rem;
  font-size: 0.8rem;
  color: #94a3b8;
}
