body {
  font-size: 14px;
}

.navbar-brand-text {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
}

.content-header h1 {
  font-size: 1.65rem;
}

.status-line {
  min-height: 2.8em;
  color: #adb5bd;
  font-size: 0.875rem;
  line-height: 1.4;
}

.decision-block {
  height: 100%;
  padding: 0.85rem 1rem;
  border-radius: 0.35rem;
  background: rgba(255, 255, 255, 0.03);
}

.decision-label {
  margin-bottom: 0.45rem;
  color: #adb5bd;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.decision-headline {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.35;
}

.decision-summary {
  margin-top: 0.55rem;
  color: #ced4da;
  line-height: 1.45;
}

.decision-list {
  padding-left: 1rem;
  color: #dee2e6;
}

.decision-list li {
  margin-bottom: 0.45rem;
  line-height: 1.4;
}

.target-card {
  height: 100%;
  padding: 0.85rem 1rem;
  border-radius: 0.35rem;
  background: rgba(23, 162, 184, 0.08);
  border: 1px solid rgba(23, 162, 184, 0.12);
}

.target-priority {
  display: inline-flex;
  margin-bottom: 0.45rem;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  background: rgba(23, 162, 184, 0.18);
  color: #b8eff5;
  font-size: 0.72rem;
  font-weight: 700;
}

.target-name {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.target-meta,
.target-note {
  color: #ced4da;
  font-size: 0.84rem;
  line-height: 1.4;
}

.detail-recommendation-headline {
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.4;
}

.detail-summary {
  color: #ced4da;
  line-height: 1.5;
}

.editor-shell {
  padding: 0.85rem;
  border-radius: 0.35rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.editor-shell label {
  color: #ced4da;
  font-size: 0.78rem;
  margin-bottom: 0.25rem;
}

.status-inline {
  color: #adb5bd;
  font-size: 0.82rem;
  line-height: 1.35;
}

.sidebar-section {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sidebar-title {
  margin-bottom: 0.75rem;
  color: #ced4da;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.source-mix {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.source-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #f8f9fa;
  font-size: 0.75rem;
}

.compact-list .list-group-item {
  padding: 0.55rem 0.75rem;
  border-color: rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  color: #dee2e6;
}

.segment-wrap {
  flex: 1 1 auto;
}

.quick-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.quick-filter.active {
  background: rgba(23, 162, 184, 0.22);
  border-color: rgba(23, 162, 184, 0.55);
  color: #d4f4f8;
}

.table-dark thead th {
  border-bottom-color: rgba(255, 255, 255, 0.08);
  color: #adb5bd;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.queue-row {
  cursor: pointer;
}

.queue-row.is-selected {
  background-color: rgba(23, 162, 184, 0.18) !important;
}

.queue-title {
  max-width: 420px;
  color: #fff;
  font-weight: 600;
  line-height: 1.35;
}

.queue-sub {
  margin-top: 0.2rem;
  color: #adb5bd;
  font-size: 0.8rem;
}

.signal-badge {
  display: inline-flex;
  align-items: center;
  margin: 0 0.35rem 0.35rem 0;
  padding: 0.35rem 0.55rem;
  border-radius: 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
}

.signal-badge--ok {
  background: rgba(40, 167, 69, 0.18);
  color: #8ee6a4;
}

.signal-badge--review {
  background: rgba(255, 193, 7, 0.18);
  color: #ffd86b;
}

.signal-badge--neutral {
  background: rgba(23, 162, 184, 0.16);
  color: #8edfeb;
}

.selected-title {
  line-height: 1.25;
}

.detail-grid dt,
.detail-grid dd {
  margin-bottom: 0.45rem;
  font-size: 0.92rem;
}

.detail-description {
  color: #ced4da;
  line-height: 1.45;
}

.profile-note {
  padding: 0.75rem;
  border-radius: 0.35rem;
  background: rgba(255, 255, 255, 0.04);
  color: #ced4da;
  line-height: 1.45;
}

.payload {
  max-height: 220px;
  overflow: auto;
  padding: 0.75rem;
  border-radius: 0.35rem;
  background: rgba(0, 0, 0, 0.3);
  color: #cfe2ff;
  font-size: 0.75rem;
  line-height: 1.45;
}

.reason-chip {
  display: inline-flex;
  align-items: center;
  margin: 0 0.35rem 0.35rem 0;
  padding: 0.3rem 0.5rem;
  border-radius: 999px;
  background: rgba(220, 53, 69, 0.16);
  color: #ff9aa8;
  font-size: 0.74rem;
}

.reason-chip--muted {
  background: rgba(108, 117, 125, 0.18);
  color: #d7dde2;
}

.recent-listings {
  display: grid;
  gap: 0.65rem;
}

.recent-listing {
  padding: 0.75rem;
  border-radius: 0.35rem;
  background: rgba(255, 255, 255, 0.04);
}

.recent-listing__title {
  color: #fff;
  font-weight: 600;
  line-height: 1.35;
}

.recent-listing__meta {
  margin-top: 0.25rem;
  color: #adb5bd;
  font-size: 0.82rem;
  line-height: 1.4;
}

.activity-log {
  display: grid;
  gap: 0.65rem;
}

.activity-item {
  padding: 0.75rem;
  border-radius: 0.35rem;
  background: rgba(255, 255, 255, 0.04);
  border-left: 3px solid rgba(23, 162, 184, 0.45);
}

.activity-item__meta {
  color: #adb5bd;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.activity-item__note {
  margin-top: 0.3rem;
  color: #e9ecef;
  line-height: 1.45;
}

.empty-state.hidden,
.hidden {
  display: none !important;
}
