.attributed-sales-panel {
  padding: 1.25rem 1.5rem 1.5rem;
}

.attributed-sales-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.attributed-sales-stat {
  flex: 1 1 10rem;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(15, 23, 42, 0.55);
}

.attributed-sales-stat-label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 0.35rem;
}

.attributed-sales-stat-value {
  display: block;
  font-size: 1.375rem;
  font-weight: 700;
  color: #f8fafc;
  line-height: 1.2;
}

.attributed-sales-stat-value--money {
  color: #6ee7b7;
}

.attributed-sales-empty {
  padding: 2rem 1rem;
  text-align: center;
  border: 1px dashed rgba(148, 163, 184, 0.22);
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.35);
}

.attributed-sales-empty-title {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #e2e8f0;
}

.attributed-sales-empty-lead {
  margin: 0 auto;
  max-width: 32rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #94a3b8;
}

.attributed-sales-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 10px;
}

.attributed-sales-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8125rem;
}

.attributed-sales-table th,
.attributed-sales-table td {
  padding: 0.65rem 0.85rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.attributed-sales-table th {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #94a3b8;
  background: rgba(15, 23, 42, 0.75);
}

.attributed-sales-table tbody tr:last-child td {
  border-bottom: none;
}

.attributed-sales-table tbody tr:hover td {
  background: rgba(0, 210, 255, 0.04);
}

.attributed-sales-table .align-right {
  text-align: right;
}

.attributed-sales-table .mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.75rem;
  color: #cbd5e1;
}

.attributed-sales-amount {
  font-weight: 700;
  color: #6ee7b7;
  white-space: nowrap;
}

.attributed-sales-buyer {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.attributed-sales-buyer-name {
  color: #f1f5f9;
  font-weight: 600;
}

.attributed-sales-buyer-id {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.6875rem;
  color: #64748b;
}
