.lcf-bookmaker-list,
.lcf-bookmaker-single {
  display: grid;
  gap: 16px;
}

.lcf-bookmaker-card {
  --lcf-accent: #d4af37;
  position: relative;
  background:
    linear-gradient(180deg, rgba(18,18,18,.98), rgba(7,7,7,1)),
    #0a0a0a;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 22px;
  padding: 16px;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0,0,0,.28);
}

.lcf-card-highlight {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top right, color-mix(in srgb, var(--lcf-accent) 18%, transparent), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.03), transparent 45%);
}

.lcf-bookmaker-card.is-featured {
  border-color: color-mix(in srgb, var(--lcf-accent) 45%, white 10%);
  box-shadow: 0 20px 46px rgba(0,0,0,.34);
}

.lcf-card-top,
.lcf-brand-wrap,
.lcf-rating-line,
.lcf-stat-head,
.lcf-card-footer,
.lcf-topline {
  display: flex;
  align-items: center;
}

.lcf-card-top {
  position: relative;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.lcf-brand-wrap {
  gap: 12px;
  min-width: 0;
  flex: 1;
}

.lcf-logo-box {
  width: 62px;
  height: 62px;
  min-width: 62px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-weight: 800;
  font-size: 24px;
  color: #f4e4a5;
}

.lcf-logo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lcf-brand-meta {
  min-width: 0;
}

.lcf-topline {
  gap: 8px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}

.lcf-rank-pill,
.lcf-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.lcf-rank-pill {
  color: #111;
  background: linear-gradient(135deg, #f7e08b, #d4af37);
}

.lcf-badge {
  background: color-mix(in srgb, var(--lcf-accent) 18%, transparent);
  border: 1px solid color-mix(in srgb, var(--lcf-accent) 60%, transparent);
  color: #fff;
}

.lcf-brand-meta h3 {
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 1.08;
  color: #fff;
}

.lcf-rating-line {
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,.8);
  flex-wrap: wrap;
}

.lcf-stars {
  color: #f7d96b;
  letter-spacing: 1px;
}

.lcf-side-stack {
  display: grid;
  gap: 10px;
  width: min(100%, 220px);
}

.lcf-offer-box,
.lcf-code-box {
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 10px 12px;
}

.lcf-code-box {
  border-color: color-mix(in srgb, var(--lcf-accent) 35%, rgba(255,255,255,.12));
}

.lcf-offer-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: rgba(255,255,255,.58);
  margin-bottom: 4px;
}

.lcf-offer-box strong,
.lcf-code-box strong {
  font-size: 14px;
  line-height: 1.25;
  color: #fff;
  word-break: break-word;
}

.lcf-code-box strong {
  color: #f8df8c;
}

.lcf-description {
  margin: 0 0 14px;
  color: rgba(255,255,255,.84);
  font-size: 14px;
  line-height: 1.55;
}

.lcf-stats-grid {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.lcf-stat-item {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 14px;
  padding: 10px 12px;
}

.lcf-stat-head {
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 13px;
}

.lcf-stat-head span {
  color: rgba(255,255,255,.82);
}

.lcf-stat-head strong {
  color: #fff;
}

.lcf-progress {
  width: 100%;
  height: 8px;
  background: rgba(255,255,255,.08);
  border-radius: 999px;
  overflow: hidden;
}

.lcf-progress span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--lcf-accent), color-mix(in srgb, var(--lcf-accent) 45%, white));
}

.lcf-stat-item small {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,.6);
  font-size: 12px;
}

.lcf-extra-info {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  color: rgba(255,255,255,.76);
  font-size: 13px;
}

.lcf-extra-info strong {
  color: #fff;
}

.lcf-card-footer {
  justify-content: flex-start;
}

.lcf-cta-button {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 15px 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--lcf-accent), color-mix(in srgb, var(--lcf-accent) 45%, white));
  color: #111 !important;
  text-decoration: none !important;
  font-weight: 900;
  font-size: 15px;
  box-shadow: 0 12px 28px color-mix(in srgb, var(--lcf-accent) 28%, transparent);
}

.lcf-cta-button:hover {
  transform: translateY(-1px);
}

.lcf-bookmaker-empty {
  padding: 14px 16px;
  border-radius: 14px;
  background: #101010;
  color: #fff;
}

@media (min-width: 768px) {
  .lcf-bookmaker-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .lcf-bookmaker-card {
    padding: 14px;
    border-radius: 18px;
  }

  .lcf-card-top {
    flex-direction: column;
    align-items: stretch;
  }

  .lcf-side-stack {
    width: 100%;
  }

  .lcf-brand-meta h3 {
    font-size: 18px;
  }
}
