* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, #1b0f2a 0, #050505 52%, #050505 100%);
  color: #ffffff;
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(5, 5, 5, 0.8));
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.7rem 1rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.logo-icon {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: radial-gradient(circle at 30% 30%, #ff4444, #b00000);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
}

.logo-text {
  font-weight: 700;
  letter-spacing: 0.03em;
}

.tagline {
  font-size: 0.7rem;
  opacity: 0.7;
}

.top-links {
  display: flex;
  gap: 0.9rem;
  margin-left: 1rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.75);
}

.top-links a {
  position: relative;
  padding-bottom: 0.1rem;
}

.top-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #ff3b6a, #ff6c2f);
  transition: width 0.18s;
}

.top-links a:hover::after {
  width: 100%;
}

.search-bar {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.3rem 0.4rem;
  border-radius: 100px;
}

.search-bar input {
  border: none;
  background: transparent;
  color: #f5f5f5;
  width: 220px;
  font-size: 0.85rem;
  outline: none;
}

.search-bar input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.search-bar button {
  border: none;
  border-radius: 100px;
  padding: 0.35rem 0.9rem;
  font-size: 0.8rem;
  cursor: pointer;
  background: linear-gradient(135deg, #ff3b6a, #ff8a3c);
  color: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.75);
  transition: transform 0.1s, box-shadow 0.1s, filter 0.1s;
}

.search-bar button:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1rem 2.5rem;
}

.hero {
  margin-top: 0.5rem;
  border-radius: 1.2rem;
  padding: 1.6rem 1.6rem 1.4rem;
  background: radial-gradient(circle at top left, #ff0040 0, transparent 55%),
              radial-gradient(circle at bottom right, #1a4fff 0, transparent 55%),
              #080808;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.9);
}

.hero-content {
  max-width: 520px;
}

.hero-title {
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.4rem;
}

.hero-sub {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.75);
  max-width: 430px;
}

.hero-actions {
  margin-top: 0.9rem;
  display: flex;
  gap: 0.6rem;
}

.pill {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.3);
  padding: 0.35rem 0.9rem;
  font-size: 0.78rem;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.pill.active {
  background: linear-gradient(135deg, #ff3b6a, #ff8a3c);
  border-color: transparent;
  color: #fff;
}

.now-playing {
  margin-top: 1.8rem;
}

.now-playing-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.6rem;
}

.now-label {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.12rem;
}

.now-title {
  font-size: 0.98rem;
  font-weight: 600;
}

.player-layout {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(260px, 1fr);
  gap: 1rem;
  align-items: flex-start;
}

.player-wrapper {
  border-radius: 1rem;
  overflow: hidden;
  background: #000;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.9);
}

.player-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.player-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sidebar {
  border-radius: 1rem;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.02), transparent 60%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.7rem 0.7rem 0.8rem;
  max-height: 420px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.sidebar-header {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.4rem;
}

.thumb-grid {
  margin-top: 0.2rem;
  overflow-y: auto;
  padding-right: 0.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.thumb {
  border: none;
  background: transparent;
  display: flex;
  gap: 0.4rem;
  align-items: center;
  cursor: pointer;
  text-align: left;
  padding: 0.2rem 0.2rem;
  border-radius: 0.55rem;
  transition: background 0.12s, transform 0.08s;
}

.thumb:hover {
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-1px);
}

.thumb-img {
  width: 110px;
  border-radius: 0.5rem;
  overflow: hidden;
  flex-shrink: 0;
}

.thumb-img img {
  width: 100%;
  display: block;
}

.thumb-title {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.85);
}

/* Footer */

footer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.8rem 1rem 2rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

/* Static pages (About, Contact, Privacy, Terms) */

.static-page-wrapper {
  max-width: 960px;
  margin: 2.5rem auto 3.5rem;
  padding: 2rem 2.4rem;
  background: radial-gradient(circle at top left, rgba(255, 31, 74, 0.18), transparent 60%),
              radial-gradient(circle at bottom right, rgba(26, 79, 255, 0.25), transparent 60%),
              #070707;
  border-radius: 1.2rem;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.85);
}

.static-page-wrapper h1 {
  font-size: 2.1rem;
  margin-bottom: 1rem;
}

.static-page-wrapper h2 {
  font-size: 1.3rem;
  margin-top: 1.5rem;
  margin-bottom: 0.6rem;
}

.static-page-wrapper p,
.static-page-wrapper li {
  font-size: 0.98rem;
  line-height: 1.7;
  color: #d6d6d6;
}

.static-page-wrapper ul {
  margin-left: 1.2rem;
}

.static-page-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.9rem;
  margin-bottom: 1.2rem;
  color: #b0b0b0;
}

.static-page-nav a {
  color: #d0d0d0;
}

.static-page-nav a:hover {
  color: #ffffff;
}

/* Responsive */

@media (max-width: 960px) {
  .nav-inner {
    flex-wrap: wrap;
    gap: 0.6rem;
  }

  .top-links {
    order: 3;
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .search-bar {
    order: 2;
    width: 100%;
  }

  .search-bar input {
    width: 100%;
  }

  .player-layout {
    grid-template-columns: 1fr;
  }

  .sidebar {
    max-height: none;
    margin-top: 0.3rem;
  }
}

@media (max-width: 520px) {
  .hero {
    padding: 1.2rem 1rem;
  }

  .hero-title {
    font-size: 1.6rem;
  }

  .static-page-wrapper {
    padding: 1.5rem 1.2rem;
    margin: 1.8rem 0 2.5rem;
  }
}
