:root {
  --bg: #050505;
  --bg-2: #0b0b0d;
  --panel: #140d12;
  --panel-2: #241318;
  --line: rgba(255, 219, 156, 0.16);
  --text: #f8f5ef;
  --muted: #e0c7b0;
  --accent: #ffd447;
  --accent-2: #ff4d1f;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.46);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.8)),
    linear-gradient(180deg, #050505 0%, #0b0b10 45%, #040404 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-bg {
  position: fixed;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 5, 7, 0.3), rgba(7, 5, 6, 0.84)),
    radial-gradient(circle at 10% 16%, rgba(255, 44, 44, 0.38), transparent 20%),
    radial-gradient(circle at 24% 88%, rgba(255, 93, 0, 0.34), transparent 24%),
    radial-gradient(circle at 75% 14%, rgba(255, 214, 71, 0.36), transparent 20%),
    radial-gradient(circle at 90% 70%, rgba(255, 70, 31, 0.3), transparent 20%),
    linear-gradient(90deg, rgba(255, 44, 44, 0.14), transparent 30%, rgba(255, 214, 71, 0.14) 68%, transparent 100%),
    url("./assets/background-studio.jpg.jpg?v=20260312") center/cover no-repeat,
    linear-gradient(180deg, #030303 0%, #09090b 45%, #050505 100%);
  background-blend-mode: normal, screen, screen, screen, screen, screen, normal, normal;
  pointer-events: none;
  filter: saturate(1.18) contrast(1.14) brightness(1.02);
}

.site-bg::before,
.site-bg::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.site-bg::before {
  inset: auto 4% 6% auto;
  width: min(42vw, 540px);
  height: min(60vh, 620px);
  background:
    radial-gradient(circle at 32% 26%, rgba(255, 208, 72, 0.95) 0 8%, transparent 8.5%),
    radial-gradient(circle at 44% 18%, rgba(255, 208, 72, 0.95) 0 6%, transparent 6.5%),
    radial-gradient(circle at 54% 24%, rgba(255, 208, 72, 0.95) 0 5%, transparent 5.5%),
    radial-gradient(circle at 64% 28%, rgba(255, 208, 72, 0.95) 0 5%, transparent 5.5%),
    radial-gradient(circle at 74% 36%, rgba(255, 208, 72, 0.95) 0 5%, transparent 5.5%),
    linear-gradient(135deg, rgba(245, 183, 39, 0.88), rgba(201, 128, 17, 0.9));
  clip-path: polygon(30% 3%, 63% 0, 86% 10%, 97% 19%, 96% 31%, 84% 39%, 88% 56%, 98% 73%, 95% 88%, 73% 100%, 33% 98%, 14% 92%, 2% 79%, 6% 59%, 16% 48%, 8% 33%, 12% 18%);
  opacity: 0.2;
  filter: blur(1px);
}

.site-bg::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 34vh;
  background:
    radial-gradient(circle at 8% 100%, rgba(255, 196, 56, 0.95), transparent 18%),
    radial-gradient(circle at 18% 100%, rgba(255, 104, 31, 0.92), transparent 22%),
    radial-gradient(circle at 32% 100%, rgba(255, 189, 46, 0.9), transparent 18%),
    radial-gradient(circle at 48% 100%, rgba(255, 91, 33, 0.92), transparent 24%),
    radial-gradient(circle at 64% 100%, rgba(255, 182, 44, 0.9), transparent 18%),
    radial-gradient(circle at 78% 100%, rgba(255, 97, 28, 0.92), transparent 22%),
    radial-gradient(circle at 92% 100%, rgba(255, 190, 45, 0.9), transparent 18%);
  opacity: 0.6;
  filter: blur(12px);
}

.app-shell {
  width: min(1380px, calc(100% - 28px));
  margin: 0 auto;
  padding: 18px 0 28px;
  position: relative;
}

.top-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.action-pill {
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(41, 17, 20, 0.72);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.action-pill.active {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #111;
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(255, 120, 31, 0.28);
}

.page-grid {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 18px;
}

.sidebar,
.hero-card,
.card,
.stat-card,
.ticker-bar {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 217, 128, 0.08), rgba(255, 77, 31, 0.05)),
    linear-gradient(180deg, rgba(24, 10, 15, 0.96), rgba(9, 9, 12, 0.92));
  box-shadow: var(--shadow);
}

.sidebar {
  border-radius: 28px;
  padding: 18px;
  position: sticky;
  top: 18px;
  height: fit-content;
  background:
    linear-gradient(180deg, rgba(255, 212, 71, 0.1), rgba(255, 77, 31, 0.06)),
    linear-gradient(180deg, rgba(28, 8, 13, 0.98), rgba(10, 9, 12, 0.95));
}

.brand-panel,
.download-panel {
  border-radius: 22px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 207, 64, 0.07), rgba(255, 91, 31, 0.04)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--line);
}

.brand-logo-wrap {
  width: 92px;
  height: 92px;
  position: relative;
  margin-bottom: 14px;
}

.brand-logo-image,
.brand-logo-fallback {
  width: 74px;
  height: 74px;
  position: absolute;
  inset: 9px;
  display: grid;
  place-items: center;
  border-radius: 22px;
}

.brand-logo-image {
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0f0f14;
  z-index: 2;
}

.brand-logo-fallback {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #161616;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  z-index: -1;
}

.brand-kicker,
.section-kicker,
.panel-label,
.now-label,
.news-date {
  margin: 0 0 8px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.73rem;
  font-weight: 700;
}

.brand-panel h1,
.hero-copy h2,
.player-meta h3,
.show-item h3,
.news-item h3,
.footer-card h3 {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.brand-copy,
.hero-copy p,
.track-copy,
.show-item p,
.news-item p,
.footer-card p {
  color: var(--muted);
  line-height: 1.7;
}

.main-nav {
  display: grid;
  gap: 8px;
  margin: 16px 0;
}

.main-nav a {
  padding: 12px 14px;
  border-radius: 14px;
  color: #ececf0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid transparent;
}

.main-nav a:hover {
  border-color: var(--line);
  background: linear-gradient(135deg, rgba(255, 212, 71, 0.14), rgba(255, 77, 31, 0.1));
}

.store-btn {
  display: block;
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #111;
  font-weight: 800;
  text-align: center;
}

.store-btn.muted {
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  border: 1px solid var(--line);
}

.content {
  display: grid;
  gap: 18px;
}

.hero-card,
.card,
.ticker-bar {
  border-radius: 28px;
  padding: 18px;
  backdrop-filter: blur(10px);
}

.hero-head,
.card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.live-badge {
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 207, 64, 0.18), rgba(255, 91, 31, 0.14));
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 800;
}

.hero-dots {
  display: flex;
  gap: 8px;
}

.hero-dots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.hero-body {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 18px;
  margin-top: 16px;
}

.hero-copy {
  padding: 14px 10px 10px 4px;
}

.hero-copy h2 {
  font-size: clamp(2.5rem, 6vw, 4.8rem);
  line-height: 0.92;
  max-width: 10ch;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.3);
}

.hero-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.primary-btn,
.secondary-btn {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.primary-btn {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #111;
  box-shadow: 0 12px 28px rgba(255, 112, 31, 0.28);
}

.secondary-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
}

.player-panel {
  border-radius: 24px;
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(255, 212, 71, 0.18), rgba(255, 77, 31, 0.09)),
    linear-gradient(180deg, #171720, #0f1017);
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.dj-widget-card {
  margin-top: 16px;
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 212, 71, 0.1), rgba(255, 77, 31, 0.05)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    #0f1015;
}

.dj-widget-card h3 {
  margin: 0 0 12px;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.6rem;
}

.dj-widget-frame {
  width: 100%;
  min-height: 160px;
  border: none;
  border-radius: 18px;
  background: #111;
}

.album-art {
  min-height: 150px;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  background: linear-gradient(135deg, #44131d, #17111a);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.album-art-image,
.album-art-image img {
  width: 100%;
  height: 100%;
}

.album-art-image {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.album-art-image img {
  display: block;
  object-fit: cover;
}

.album-art-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1;
  background: linear-gradient(135deg, #5a1221, #17111a);
}

.metadata-card {
  margin-top: 10px;
  margin-bottom: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 212, 71, 0.16), rgba(255, 77, 31, 0.1));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.metadata-label {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.metadata-song {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.player {
  width: 100%;
  margin: 12px 0;
  color-scheme: dark;
}

.player-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.player-links a,
.card-head a,
.footer-card a {
  color: var(--accent);
  font-weight: 700;
}

.ticker-bar {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
}

.ticker-label {
  color: var(--accent);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
}

.ticker-track {
  display: flex;
  gap: 28px;
  color: var(--muted);
  white-space: nowrap;
  min-width: max-content;
  animation: ticker-scroll 22s linear infinite;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.two-col,
.footer-grid,
.stats-grid,
.photo-grid {
  display: grid;
  gap: 18px;
}

.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.show-list,
.news-list {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.news-feed-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.news-feed-item {
  padding: 14px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 216, 120, 0.08), rgba(255, 77, 31, 0.04));
  border: 1px solid var(--line);
  display: grid;
  gap: 14px;
}

.news-feed-item-feature {
  grid-column: span 2;
  grid-template-columns: minmax(240px, 340px) minmax(0, 1fr);
  align-items: stretch;
}

.news-feed-image {
  width: 100%;
  min-height: 180px;
  border-radius: 18px;
  object-fit: cover;
  background: #120f14;
}

.news-feed-image-fallback {
  display: grid;
  place-items: center;
  color: var(--accent);
  font-family: "Rajdhani", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(135deg, rgba(255, 212, 71, 0.18), rgba(255, 77, 31, 0.1));
}

.news-feed-body {
  display: grid;
  align-content: start;
  gap: 8px;
}

.news-feed-source {
  margin: 0 0 8px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 700;
}

.news-feed-item h3 {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.5rem;
}

.news-feed-item p {
  margin: 0;
  color: var(--muted);
}

.mixcloud-cta {
  margin-top: 6px;
}

.centered-cta {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.podcast-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 14px;
}

.podcast-panel {
  min-height: 100%;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 216, 120, 0.08), rgba(255, 77, 31, 0.04));
  border: 1px solid var(--line);
}

.podcast-panel h3 {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.9rem;
  text-align: center;
}

.mixcloud-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 28px;
  border-radius: 18px;
  background: linear-gradient(180deg, #5d13ff, #3f00ff);
  color: #f0b2d7;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(84, 18, 255, 0.26);
}

.mixcloud-mark {
  font-family: "Rajdhani", sans-serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.youtube-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 18px 28px;
  border-radius: 18px;
  background: #ffffff;
  color: #111111;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.youtube-play {
  width: 42px;
  height: 30px;
  border-radius: 10px;
  background: #ff1a1a;
  position: relative;
}

.youtube-play::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 8px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffffff;
}

.youtube-word {
  font-family: "Rajdhani", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.show-item,
.news-item {
  padding: 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 216, 120, 0.08), rgba(255, 77, 31, 0.04));
  border: 1px solid var(--line);
}

.show-item {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 14px;
}

.show-time {
  width: fit-content;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(246, 195, 68, 0.1);
  color: var(--accent);
  font-weight: 800;
  font-size: 0.84rem;
}

.tracks-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.track-card {
  display: grid;
  grid-template-columns: 56px 64px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 216, 120, 0.08), rgba(255, 77, 31, 0.04));
  border: 1px solid var(--line);
}

.track-rank {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--accent);
  text-align: center;
}

.track-art {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 212, 71, 0.32), rgba(255, 77, 31, 0.24)),
    linear-gradient(180deg, #231116, #0c0c10);
  display: grid;
  place-items: center;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff6ee;
}

.track-copy h3 {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.35rem;
}

.track-copy p {
  margin: 4px 0 0;
  color: var(--muted);
}

.footer-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer-card {
  min-height: 100%;
}

.social-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.social-links a {
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 212, 71, 0.12), rgba(255, 77, 31, 0.08));
  border: 1px solid var(--line);
  color: var(--text);
  font-weight: 700;
}

.gallery-card {
  overflow: hidden;
}

.photo-grid {
  display: none;
}

.slideshows {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 14px;
}

.slideshow-card {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 216, 120, 0.08), rgba(255, 77, 31, 0.04)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  display: flex;
  flex-direction: column;
}

.slideshow-link {
  display: block;
}

.slideshow-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.slideshow-head h3 {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.6rem;
}

.slideshow-controls {
  display: flex;
  gap: 10px;
}

.slide-arrow {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.07);
  color: var(--text);
  font-size: 1.5rem;
  cursor: pointer;
}

.gallery-open {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(255, 212, 71, 0.14), rgba(255, 77, 31, 0.1));
  color: var(--text);
  font-weight: 700;
}

.slideshow-stage,
.photo-tile {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255, 212, 71, 0.22), rgba(255, 77, 31, 0.12)),
    linear-gradient(180deg, #1c1c22, #0c0c10);
}

.slideshow-stage {
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 0;
}

.slideshow-image,
.photo-fill-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.photo-button {
  padding: 0;
  cursor: pointer;
  text-align: left;
  border: none;
}

.gallery-note {
  color: var(--muted);
  font-size: 0.92rem;
}

.photo-logo {
  grid-row: span 2;
  background:
    radial-gradient(circle at top, rgba(255, 122, 24, 0.16), transparent 34%),
    linear-gradient(180deg, #131318, #09090c);
}

.photo-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 18px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
}

.slideshow-overlay {
  min-height: 130px;
}

.photo-overlay span {
  display: block;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.photo-overlay p {
  margin: 6px 0 0;
  color: var(--muted);
}

.app-downloads h3 {
  margin: 0 0 10px;
  font-family: "Rajdhani", sans-serif;
  font-size: 2rem;
}

.apps-layout {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 18px;
  margin-top: 14px;
}

.store-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.badge {
  min-width: 220px;
  min-height: 82px;
  padding: 14px 22px;
  border-radius: 24px;
  border: 2px solid rgba(0, 0, 0, 0.28);
  display: inline-flex;
  align-items: center;
  gap: 18px;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.badge strong {
  font-size: 1.9rem;
  line-height: 1;
}

.app-store-badge {
  background: #ffffff;
  color: #111111;
}

.play-store-badge {
  background: #ffffff;
  color: #111111;
}

.tunein-badge {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  min-width: 230px;
}

.badge-icon {
  flex: 0 0 auto;
}

.apple-icon {
  width: 34px;
  height: 40px;
  background: #111111;
  clip-path: path("M 23 7 C 25 4, 28 2, 31 2 C 31 5, 30 8, 27 10 C 25 12, 22 13, 20 12 C 20 10, 21 8, 23 7 Z M 17 12 C 21 12, 23 14, 25 14 C 27 14, 30 12, 33 12 C 34 12, 39 12, 42 17 C 35 21, 36 31, 43 34 C 41 39, 38 44, 33 44 C 31 44, 29 43, 26 43 C 23 43, 20 44, 18 44 C 13 44, 9 39, 6 33 C 3 26, 4 18, 9 14 C 12 12, 15 12, 17 12 Z");
}

.play-icon {
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, #33d17a 0 25%, #42a5f5 25% 50%, #fdd835 50% 75%, #ff4d5a 75% 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%, 18% 50%);
}

.tunein-wordmark {
  display: inline-flex;
  align-items: stretch;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.04em;
}

.tunein-wordmark span:first-child,
.tunein-wordmark span:last-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  min-height: 72px;
  padding: 0 18px;
  border-radius: 8px;
  color: #eef2ff;
}

.tunein-wordmark span:first-child {
  background: #12183f;
}

.tunein-wordmark span:last-child {
  margin-left: -6px;
  background: #19204f;
}

.apps-note {
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 216, 120, 0.08), rgba(255, 77, 31, 0.04));
  border: 1px solid var(--line);
  display: flex;
  align-items: stretch;
}

.apps-message {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}

.apps-message span {
  display: block;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(2rem, 3.8vw, 3.8rem);
  line-height: 0.95;
  font-weight: 700;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.apps-message p {
  margin: 12px 0 0;
  font-size: 1rem;
  color: var(--muted);
  max-width: 22ch;
}

.lightbox {
  width: min(92vw, 980px);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 216, 120, 0.08), rgba(255, 77, 31, 0.04)),
    rgba(11, 11, 16, 0.98);
  color: var(--text);
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.8);
}

.lightbox-image {
  width: 100%;
  max-height: 72vh;
  object-fit: contain;
  border-radius: 20px;
  background: #0b0b0d;
}

.lightbox-copy {
  padding-top: 14px;
}

.lightbox-copy h3 {
  margin: 0 0 8px;
  font-family: "Rajdhani", sans-serif;
  font-size: 2rem;
}

.lightbox-copy p {
  margin: 0;
  color: var(--muted);
}

.lightbox-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  cursor: pointer;
}

.gallery-page {
  display: grid;
  gap: 20px;
}

.gallery-page-header,
.gallery-empty,
.gallery-wall {
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 216, 120, 0.08), rgba(255, 77, 31, 0.04)),
    linear-gradient(180deg, rgba(24, 10, 15, 0.96), rgba(9, 9, 12, 0.92));
  box-shadow: var(--shadow);
}

.gallery-page-header {
  padding: 20px;
}

.gallery-page-header h1 {
  margin: 10px 0 6px;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(2rem, 5vw, 3.4rem);
}

.gallery-page-header p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.gallery-wall {
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.gallery-shot {
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.gallery-shot img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.gallery-empty {
  padding: 38px 24px;
  text-align: center;
}

.gallery-empty-logo {
  width: min(220px, 58vw);
  border-radius: 24px;
}

.gallery-empty h2 {
  margin: 18px 0 8px;
  font-family: "Rajdhani", sans-serif;
  font-size: 2rem;
}

.gallery-empty p {
  margin: 0;
  color: var(--muted);
}

.status-list {
  margin: 12px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.9;
}

@media (max-width: 1100px) {
  .page-grid,
  .hero-body,
  .two-col,
  .footer-grid,
  .tracks-grid,
  .photo-grid,
  .apps-layout,
  .slideshows,
  .gallery-wall,
  .podcast-grid,
  .news-feed-list,
  .news-feed-item-feature {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: relative;
    top: 0;
  }
}

@media (max-width: 720px) {
  .app-shell {
    width: min(100% - 18px, 1380px);
  }

  .player-panel,
  .ticker-bar,
  .show-item {
    grid-template-columns: 1fr;
  }

  .hero-copy h2 {
    max-width: 11ch;
    font-size: clamp(2.1rem, 11vw, 3.2rem);
  }

  .top-actions,
  .hero-buttons,
  .player-links {
    flex-direction: column;
  }
}
