.pf-live {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 1rem 1.5rem;
  background: #fff;
}

.pf-live__tabs {
  display: flex;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  text-align: center;
}

.pf-live__tab {
  flex: 1;
  padding: 1rem 0.75rem;
  border: 0;
  border-bottom: 2px solid #eceff1;
  background: transparent;
  color: #263238;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.pf-live__tab.is-active {
  border-bottom-color: #e25352;
}

@media (min-width: 1024px) {
  .pf-live__tab {
    flex: 0 0 auto;
    min-width: 160px;
    font-size: 1.25rem;
    border-bottom-width: 4px;
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
  }
}

.pf-live__hero {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 1.25rem 0 1rem;
}

.pf-live__hero-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #fde8e8;
  color: #e25352;
}

.pf-live__hero-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.pf-live__hero-title {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #263238;
}

.pf-live__hero-subtitle {
  margin: 0.25rem 0 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #78909c;
}

.pf-live__filters {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scrollbar-width: none;
}

.pf-live__filters::-webkit-scrollbar {
  display: none;
}

.pf-live__filter {
  flex: 0 0 auto;
  min-height: 2rem;
  padding: 0.375rem 1rem;
  border: 1px solid #cfd8dc;
  border-radius: 9999px;
  background: #fff;
  color: #263238;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}

.pf-live__filter.is-active {
  border-color: #e25352;
  color: #e25352;
}

.pf-live__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .pf-live__grid {
    gap: 1rem;
  }
}

.pf-live-card {
  overflow: hidden;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0 2px 12px rgba(43, 53, 80, 0.12);
}

.pf-live-card__media {
  position: relative;
  aspect-ratio: 3 / 4;
  background: #eceff1;
}

.pf-live-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pf-live-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  background: linear-gradient(135deg, #fecaca, #fca5a5);
}

.pf-live-card__live-badge {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  background: #e25352;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1rem;
}

.pf-live-card__online {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 9999px;
  background: #22c55e;
  box-shadow: 0 0 0 2px #fff;
}

.pf-live-card__body {
  padding: 0.625rem 0.75rem 0.75rem;
}

.pf-live-card__name {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #263238;
}

.pf-live-card__location {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #78909c;
}

.pf-live-card__location svg {
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
}

.pf-live-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  width: 100%;
  margin-top: 0.625rem;
  padding: 0.5rem 0.625rem;
  border: 0;
  border-radius: 0.375rem;
  background: #e25352;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.pf-live-card__cta:hover {
  background: #c94544;
}

.pf-live-card__cta svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.pf-live__security {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding: 1rem;
  border: 1px solid #eceff1;
  border-radius: 0.75rem;
  background: #fff;
  text-decoration: none;
  color: inherit;
}

.pf-live__security-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #fde8e8;
  color: #e25352;
}

.pf-live__security-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.pf-live__security-text strong {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #263238;
}

.pf-live__security-text span {
  display: block;
  margin-top: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #78909c;
}

.pf-live__security-arrow {
  margin-left: auto;
  color: #90a4ae;
  font-size: 1.25rem;
}

.pf-live__loading,
.pf-live__empty {
  grid-column: 1 / -1;
  padding: 3rem 1rem;
  text-align: center;
  color: #78909c;
}

.pf-live__empty h3 {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  color: #263238;
}

.pf-live-card.is-hidden {
  display: none;
}
