.home-stations {
  padding-top: 16px;
}

.home-stations-head {
  margin-bottom: 22px;
}

.home-stations-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1d4ed8;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.home-stations-head h2 {
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  margin-bottom: 8px;
}

.home-stations-head p {
  color: var(--text-soft);
  max-width: 760px;
}

.home-stations-tabs {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.home-stations-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #dbe5f0;
  color: #334155;
  font-weight: 700;
  transition: all var(--transition);
}

.home-stations-tab:hover {
  border-color: #bfd6ff;
  color: #1d4ed8;
}

.home-stations-tab.is-active {
  background: #eff6ff;
  border-color: #bfdbfe;
  color: #1d4ed8;
}

.home-stations-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.home-station-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: var(--panel);
  border: 1px solid #dfe8f2;
  border-radius: 24px;
  padding: 18px 20px;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition), background var(--transition);
}

.home-station-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  border-color: #cfe0ff;
}

.home-station-card.is-featured {
  background: linear-gradient(180deg, #fffbeb 0%, #fef3c7 100%);
  border-color: #fcd34d;
  box-shadow: 0 12px 28px rgba(245, 158, 11, 0.12);
}

.home-station-card.is-featured:hover {
  border-color: #f59e0b;
  box-shadow: 0 16px 32px rgba(245, 158, 11, 0.16);
}

.home-station-left {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
  flex: 1;
}

.home-station-thumb {
  width: 152px;
  height: 96px;
  border-radius: 22px;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  box-sizing: border-box;
}

.home-station-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;
  display: block;
}

.home-station-thumb span {
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary);
}

.home-station-content {
  min-width: 0;
  flex: 1;
}

.home-station-title-line {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.home-station-title-line h3 {
  font-size: 1.45rem;
  line-height: 1.2;
}

.home-station-title-line h3 a {
  color: #e11d48;
  transition: color var(--transition);
}

.home-station-title-line h3 a:hover {
  color: #be123c;
}

.home-station-location {
  color: #64748b;
  font-style: italic;
  font-size: 1rem;
}

.home-station-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.home-station-category-pill,
.home-station-listen-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
}

.home-station-category-pill {
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
}

.home-station-listen-pill {
  background: #f1f5f9;
  color: #475569;
  border: 1px solid #dbe5f0;
}

.home-station-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-station-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid #dbe5f0;
  color: #334155;
  font-size: 0.9rem;
  font-weight: 600;
}

.home-station-tag-play {
  font-size: 0.75rem;
  color: #64748b;
}

.home-station-tag-more {
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  color: #4338ca;
}

.home-station-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.home-station-action-btn,
.home-station-play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), border-color var(--transition);
}

.home-station-action-btn svg,
.home-station-play-btn svg {
  display: block;
  flex-shrink: 0;
}

.home-station-action-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #e2e8f0;
  color: #94a3b8;
  cursor: pointer;
}

.home-station-action-btn svg {
  width: 22px;
  height: 22px;
}

.home-station-action-btn:hover {
  transform: translateY(-1px);
  border-color: #cbd5e1;
  color: #64748b;
}

.home-station-play-btn {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ef6a5b 0%, #d65347 100%);
  color: #ffffff;
  border: 4px solid #ffffff;
  box-shadow: 0 16px 34px rgba(214, 83, 71, 0.24);
}

.home-station-play-btn svg {
  width: 30px;
  height: 30px;
  margin-left: 3px;
}

.home-station-play-btn:hover {
  transform: translateY(-2px) scale(1.03);
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  box-shadow: 0 18px 36px rgba(239, 68, 68, 0.28);
}

.home-stations-empty {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 36px 24px;
  text-align: center;
  box-shadow: var(--shadow-sm);
}

.home-stations-empty strong {
  display: block;
  font-size: 1.15rem;
  margin-bottom: 8px;
}

.home-stations-empty span {
  color: var(--text-soft);
}

.home-stations-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.home-pagination-pages {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.home-pagination-btn,
.home-pagination-page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  min-width: 42px;
  padding: 0 14px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #dbe5f0;
  color: #334155;
  font-weight: 700;
  transition: all var(--transition);
}

.home-pagination-btn:hover,
.home-pagination-page:hover {
  border-color: #bfd6ff;
  color: #1d4ed8;
}

.home-pagination-page.is-active {
  background: #eff6ff;
  border-color: #bfdbfe;
  color: #1d4ed8;
}

.home-pagination-dots {
  color: #94a3b8;
  font-weight: 700;
  padding: 0 4px;
}

@media (max-width: 991px) {
  .home-station-card {
    flex-direction: column;
    align-items: stretch;
  }

  .home-station-actions {
    justify-content: center;
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .home-stations {
    padding-top: 8px;
  }

  .home-stations-head {
    margin-bottom: 18px;
    text-align: center;
  }

  .home-stations-tabs {
    justify-content: center;
  }

  .home-station-card {
    padding: 18px 16px 20px;
    border-radius: 22px;
    gap: 16px;
  }

  .home-station-left {
    flex-direction: column;
    align-items: center;
    gap: 18px;
    width: 100%;
  }

  .home-station-thumb {
    width: 100%;
    max-width: 320px;
    height: 150px;
    border-radius: 22px;
    padding: 14px 18px;
    margin: 0 auto;
  }

  .home-station-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .home-station-content {
    width: 100%;
    text-align: center;
  }

  .home-station-title-line {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 12px;
    text-align: center;
  }

  .home-station-title-line h3 {
    font-size: 1.2rem;
  }

  .home-station-location {
    font-size: 0.95rem;
  }

  .home-station-meta {
    justify-content: center;
    margin-bottom: 12px;
  }

  .home-station-tags {
    justify-content: center;
  }

  .home-station-tag {
    justify-content: center;
  }

  .home-station-actions {
    width: 100%;
    justify-content: center;
    padding-top: 2px;
    gap: 12px;
  }

  .home-station-play-btn {
    width: 74px;
    height: 74px;
  }

  .home-station-play-btn svg {
    width: 26px;
    height: 26px;
  }

  .home-station-action-btn {
    width: 42px;
    height: 42px;
  }

  .home-station-action-btn svg {
    width: 20px;
    height: 20px;
  }

  .home-stations-pagination {
    justify-content: center;
  }
}