/* Per-auction accent tokens — badge + card tint */
.source-badge--klaravik,
.lot-card--klaravik {
  --source-accent: #c2410c;
  --source-tint: #fff7ed;
  --source-border: #fdba74;
  --source-text: #9a3412;
}

.source-badge--budi,
.lot-card--budi {
  --source-accent: #047857;
  --source-tint: #ecfdf5;
  --source-border: #6ee7b7;
  --source-text: #065f46;
}

.source-badge--psauction,
.lot-card--psauction {
  --source-accent: #1d4ed8;
  --source-tint: #eff6ff;
  --source-border: #93c5fd;
  --source-text: #1e3a8a;
}

.source-badge--kronofogden,
.lot-card--kronofogden {
  --source-accent: #334155;
  --source-tint: #f8fafc;
  --source-border: #cbd5e1;
  --source-text: #1e293b;
}

.source-badge--auctionet,
.lot-card--auctionet {
  --source-accent: #0e7490;
  --source-tint: #ecfeff;
  --source-border: #67e8f9;
  --source-text: #155e75;
}

.source-badge--blinto,
.lot-card--blinto {
  --source-accent: #b45309;
  --source-tint: #fffbeb;
  --source-border: #fcd34d;
  --source-text: #92400e;
}

.source-badge--netauktion,
.lot-card--netauktion {
  --source-accent: #6d28d9;
  --source-tint: #f5f3ff;
  --source-border: #c4b5fd;
  --source-text: #5b21b6;
}

.source-badge--tradera,
.lot-card--tradera {
  --source-accent: #be123c;
  --source-tint: #fff1f2;
  --source-border: #fda4af;
  --source-text: #9f1239;
}

.source-badge[class*="source-badge--"] {
  background: var(--source-tint, #f8fafc);
  border-color: var(--source-border, #dde3ea);
}

.source-badge[class*="source-badge--"] .source-badge__label {
  color: var(--source-text, #334155);
}

.source-badge[class*="source-badge--"]::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--source-accent, #64748b);
  flex-shrink: 0;
}

.lot-card[class*="lot-card--"] {
  background: linear-gradient(
    90deg,
    color-mix(in srgb, var(--source-accent) 10%, #fff) 0%,
    #fff 28%
  );
  border-color: var(--source-border, #e0e0e0);
  box-shadow: inset 3px 0 0 var(--source-accent, #cbd5e1);
}

.lot-card[class*="lot-card--"] .lot-card__image-wrapper {
  background: color-mix(in srgb, var(--source-tint) 70%, #f3f4f6);
}

.lot-card[class*="lot-card--"] .lot-card__open {
  border-color: var(--source-border, #cbd5e1);
  color: var(--source-text, #334155);
}

.lot-card[class*="lot-card--"] .lot-card__open:hover {
  background: var(--source-tint, #f8fafc);
  border-color: var(--source-accent, #64748b);
  color: var(--source-accent, #1a5fb4);
}

.source-filter__item--klaravik {
  box-shadow: inset 3px 0 0 #c2410c;
}

.source-filter__item--budi {
  box-shadow: inset 3px 0 0 #047857;
}

.source-filter__item--psauction {
  box-shadow: inset 3px 0 0 #1d4ed8;
}

.source-filter__item--kronofogden {
  box-shadow: inset 3px 0 0 #334155;
}

.source-filter__item--auctionet {
  box-shadow: inset 3px 0 0 #0e7490;
}

.source-filter__item--blinto {
  box-shadow: inset 3px 0 0 #b45309;
}

.source-filter__item--netauktion {
  box-shadow: inset 3px 0 0 #6d28d9;
}

.source-filter__item--tradera {
  box-shadow: inset 3px 0 0 #be123c;
}
