.live-liste-page {
  max-width: 960px;
  margin: 0 auto;
  padding: 16px 12px 48px;
}

.live-liste-header h1 {
  margin: 8px 0 4px;
  font-size: 1.5rem;
  color: var(--titre-color, #2563eb);
}

.live-liste-subtitle {
  margin: 0 0 16px;
  font-size: 14px;
  color: #6b7280;
}

.live-back-link {
  display: inline-block;
  font-size: 13px;
  color: var(--titre-color, #2563eb);
  text-decoration: none;
}

.live-scope-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.live-scope-tab {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #374151;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.live-scope-tab.is-active {
  background: #dc2626;
  border-color: #dc2626;
  color: #fff;
}

.live-liste-host-banner {
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  font-size: 13px;
  color: #991b1b;
}

.live-liste-grid {
  display: grid;
  gap: 14px;
}

.live-liste-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);
}

.live-liste-card-link {
  display: flex;
  gap: 14px;
  padding: 14px;
  text-decoration: none;
  color: inherit;
}

.live-liste-avatar-wrap {
  flex-shrink: 0;
  padding: 3px;
  border-radius: 50%;
  align-self: flex-start;
}

.live-liste-avatar-wrap--free {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  box-shadow: 0 0 0 2px #bbf7d0;
}

.live-liste-avatar-wrap--paid {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  box-shadow: 0 0 0 2px #fecaca;
}

.live-liste-card-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 3px solid #fff;
  display: block;
}

.live-liste-card-avatar--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fee2e2;
  color: #dc2626;
  font-size: 24px;
}

.live-liste-card-body {
  flex: 1;
  min-width: 0;
}

.live-liste-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 6px;
}

.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  background: #f3f4f6;
  color: #374151;
}

.live-badge-live {
  background: #dcfce7;
  color: #16a34a;
}

.live-badge-host {
  background: #dbeafe;
  color: #1d4ed8;
}

.live-badge-event {
  background: #fee2e2;
  color: #dc2626;
}

.live-badge-inscrit {
  background: #dbeafe;
  color: #1d4ed8;
}

.live-dot-event {
  background: #dc2626;
}

.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #16a34a;
}

.live-liste-card-body h2 {
  margin: 0 0 4px;
  font-size: 16px;
  color: #111827;
}

.live-liste-host {
  margin: 0 0 4px;
  font-size: 13px;
  color: #6b7280;
}

.live-liste-date {
  margin: 0 0 8px;
  font-size: 12px;
  color: #9ca3af;
}

.live-liste-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  color: #4b5563;
  margin-bottom: 8px;
}

.live-liste-cta {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: var(--titre-color, #2563eb);
}

.live-liste-empty {
  text-align: center;
  padding: 48px 16px;
  color: #6b7280;
}

.live-liste-empty i {
  font-size: 36px;
  margin-bottom: 12px;
  color: #d1d5db;
}

.live-liste-empty-link {
  display: inline-block;
  margin-top: 12px;
  color: var(--titre-color, #2563eb);
  font-weight: 600;
}
