:root {
  --background: #0f0f0f;
  --foreground: #f1f1f1;
  --muted: #aaa;
  --soft: #272727;
  --softer: #1f1f1f;
  --line: #303030;
  --red: #ff0033;
  --gold: #d9b166;
  --ember: #ff7a1a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.phoenix-shell {
  min-height: 100vh;
  background: var(--background);
  color: var(--foreground);
}

.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: grid;
  height: 64px;
  grid-template-columns: 330px minmax(160px, 640px) 1fr;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 15, 15, 0.96);
  padding: 0 22px;
  backdrop-filter: blur(14px);
}

.topbar-left,
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon-button {
  display: grid;
  height: 40px;
  width: 40px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 27px;
}

.icon-button:hover {
  background: var(--soft);
}

.brand-logo {
  display: grid;
  height: 44px;
  width: 44px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: #050505;
  box-shadow: 0 0 0 2px rgba(217, 177, 102, 0.72);
  flex: 0 0 auto;
}

.brand-logo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.play-large {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #fff;
  border-top: 7px solid transparent;
}

.brand strong {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.searchbox {
  display: grid;
  height: 42px;
  grid-template-columns: 1fr 58px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #121212;
}

.searchbox input {
  display: flex;
  align-items: center;
  min-width: 0;
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 18px;
  color: #f1f1f1;
  font-size: 15px;
}

.searchbox input::placeholder {
  color: #777;
}

.searchbox button {
  border: 0;
  border-left: 1px solid var(--line);
  background: #222;
  color: #f1f1f1;
  cursor: pointer;
  font-size: 22px;
}

.studio-button,
.subscribe-pill,
.featured-copy a {
  justify-self: end;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f1f1f1;
  color: #0f0f0f;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 800;
}

.subscribe-pill {
  background: linear-gradient(135deg, var(--gold), var(--ember));
  color: #120b07;
  box-shadow: 0 10px 32px rgba(255, 122, 26, 0.22);
}

.studio-button:hover,
.subscribe-pill:hover {
  transform: translateY(-1px);
}

.sidebar {
  position: fixed;
  left: 0;
  top: 64px;
  bottom: 0;
  z-index: 20;
  width: 240px;
  overflow: auto;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  background: #0f0f0f;
  padding: 14px 12px;
}

.sidebar a {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  padding: 0 14px;
  color: #f1f1f1;
  font-size: 14px;
  font-weight: 600;
}

.sidebar a:hover,
.sidebar a.active {
  background: var(--soft);
}

.sidebar span {
  display: grid;
  width: 24px;
  place-items: center;
  font-size: 18px;
}

.mobile-nav {
  display: none;
}

.channel-page {
  margin-left: 240px;
  padding: 86px 32px 56px;
}

.channel-banner {
  height: clamp(190px, 24vw, 320px);
  width: 100%;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.18)),
    url('phoenix/banner.jpg?v=20260901-pro-page') center 42% / cover;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.10), 0 18px 60px rgba(0, 0, 0, 0.28);
}

.channel-header {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 26px 0 18px;
}

.channel-header > img {
  height: 128px;
  width: 128px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 3px #101010, 0 0 0 5px rgba(217, 177, 102, 0.55), 0 18px 42px rgba(0, 0, 0, 0.35);
}

.channel-identity {
  min-width: 0;
}

.channel-identity h1 {
  margin: 0 0 8px;
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 900;
  line-height: 1;
}

.channel-identity p,
.channel-identity span,
.featured-copy strong,
.featured-copy span,
.clip-card p,
.catalog-panel .section-title-row span {
  color: var(--muted);
}

.channel-identity p,
.channel-identity span {
  display: block;
  margin: 0;
  max-width: 760px;
  font-size: 15px;
  line-height: 1.55;
}

.artist-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.artist-badges span {
  width: auto;
  border: 1px solid rgba(217, 177, 102, 0.32);
  border-radius: 999px;
  background: rgba(217, 177, 102, 0.08);
  color: #f2d7a0;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 800;
}

.channel-tabs {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
  margin-bottom: 26px;
}

.channel-tabs a {
  position: relative;
  flex: 0 0 auto;
  padding: 16px 0 14px;
  color: #aaa;
  font-size: 15px;
  font-weight: 800;
}

.channel-tabs a.selected {
  color: #fff;
}

.channel-tabs a.selected::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--ember));
}

.featured-row,
.featured-spotlight {
  display: grid;
  grid-template-columns: minmax(320px, 1.25fr) minmax(280px, 0.85fr);
  gap: 26px;
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding-bottom: 30px;
}

.featured-spotlight {
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(217, 177, 102, 0.20);
  border-radius: 16px;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 122, 26, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(217, 177, 102, 0.10), rgba(255, 255, 255, 0.025));
  margin-bottom: 30px;
  padding: 14px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
}

.player-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding-bottom: 30px;
}

.main-player video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(217, 177, 102, 0.22);
  border-radius: 14px;
  background: #050505;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
  object-fit: contain;
}

.main-player h2 {
  margin: 16px 0 6px;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.1;
}

.main-player p {
  margin: 0;
  color: var(--muted);
}

.video-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
}

.video-actions span,
.video-actions button,
.clip-stats span,
.like-mini,
.share-mini {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: var(--softer);
  color: #f1f1f1;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 800;
}

.video-actions button,
.like-mini,
.share-mini {
  cursor: pointer;
}

.video-actions button:hover,
.video-actions button.liked,
.like-mini:hover,
.like-mini.liked,
.share-mini:hover {
  border-color: rgba(217, 177, 102, 0.45);
  background: rgba(217, 177, 102, 0.15);
  color: #f2d7a0;
}

.share-button {
  background: linear-gradient(135deg, rgba(217, 177, 102, 0.95), rgba(255, 122, 26, 0.95)) !important;
  color: #120b07 !important;
}

.autoplay-button.active {
  border-color: rgba(217, 177, 102, 0.55);
  background: rgba(217, 177, 102, 0.18);
  color: #f2d7a0;
}

.queue-panel {
  display: grid;
  gap: 10px;
}

.queue-panel h2 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 900;
}

.queue-item {
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr);
  gap: 10px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: #f1f1f1;
  cursor: pointer;
  padding: 6px;
  text-align: left;
}

.queue-item:hover,
.queue-item.selected {
  border-color: var(--line);
  background: var(--softer);
}

.queue-item img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  object-fit: cover;
}

.queue-item span,
.queue-item strong,
.queue-item em {
  display: block;
  min-width: 0;
}

.queue-item strong {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.queue-item em {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
}

.featured-thumb,
.clip-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  background: var(--soft);
}

.featured-thumb {
  width: 100%;
  border: 0;
  color: inherit;
  cursor: pointer;
  padding: 0;
}

.clip-thumb {
  width: 100%;
  border: 0;
  color: inherit;
  cursor: pointer;
  padding: 0;
  text-align: left;
}

.featured-thumb img,
.clip-thumb img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.featured-thumb img {
  aspect-ratio: 16 / 9;
}

.featured-thumb::after,
.clip-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.36));
}

.featured-thumb:hover img {
  transform: scale(1.025);
}

.play-large {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-40%, -50%) scale(2.2);
}

.featured-thumb em,
.duration {
  position: absolute;
  z-index: 3;
  right: 10px;
  bottom: 10px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.86);
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  padding: 4px 6px;
}

.featured-copy {
  max-width: 680px;
  padding-top: 4px;
}

.featured-copy p,
.featured-copy h2,
.featured-copy strong,
.featured-copy span {
  display: block;
  margin: 0;
}

.featured-copy p {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.featured-copy h2 {
  margin: 8px 0;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.05;
}

.featured-copy span {
  margin: 16px 0 14px;
  max-width: 580px;
  line-height: 1.6;
}

.featured-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.featured-stats span,
.featured-stats button {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #f1f1f1;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 800;
}

.featured-stats button {
  cursor: pointer;
}

.featured-stats button:hover,
.featured-stats button.liked {
  border-color: rgba(217, 177, 102, 0.45);
  background: rgba(217, 177, 102, 0.15);
  color: #f2d7a0;
}

.featured-play-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 900;
  justify-self: start;
  border: 0;
  cursor: pointer;
  background: linear-gradient(135deg, var(--gold), var(--ember));
  color: #120b07;
  box-shadow: 0 12px 30px rgba(255, 122, 26, 0.24);
}

.featured-play-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
}

.featured-stats button strong,
.video-actions button strong {
  margin-left: 5px;
}

.featured-stats button {
  min-height: 34px;
  padding: 0 14px;
}

.content-section {
  padding: 30px 0;
}

.latest-panel {
  border-bottom: 1px solid var(--line);
}

.section-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.section-title-row h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
}

.section-title-row a {
  color: #d9b166;
  font-size: 14px;
  font-weight: 800;
}

.emotion-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -4px 0 22px;
}

.emotion-filter button {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: var(--softer);
  color: #d8d8d8;
  cursor: pointer;
  padding: 0 13px;
  font-size: 13px;
  font-weight: 850;
}

.emotion-filter button:hover,
.emotion-filter button.selected {
  border-color: rgba(217, 177, 102, 0.48);
  background: rgba(217, 177, 102, 0.16);
  color: #f2d7a0;
}

.clip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px 18px;
}

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

.latest-grid .clip-card {
  border: 1px solid rgba(217, 177, 102, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
  padding: 10px;
}

.clip-card {
  border-radius: 14px;
  transition: transform 160ms ease, filter 160ms ease;
}

.clip-card:hover {
  transform: translateY(-3px);
}

.clip-thumb img {
  aspect-ratio: 16 / 9;
  transition: transform 240ms ease;
}

.clip-card:hover .clip-thumb img {
  transform: scale(1.035);
}

.clip-card-body {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  padding-top: 12px;
}

.clip-card-body img {
  height: 38px;
  width: 38px;
  border-radius: 50%;
  object-fit: cover;
}

.clip-card h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 6px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.28;
}

.clip-card p {
  margin: 0 0 3px;
  font-size: 13px;
  line-height: 1.35;
}

.clip-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.clip-stats span,
.like-mini,
.share-mini {
  min-height: 28px;
  padding: 0 9px;
  font-size: 12px;
}

.like-mini,
.share-mini {
  border: 0;
}

.share-mini {
  background: rgba(217, 177, 102, 0.18);
  color: #f2d7a0;
}

.empty-message {
  grid-column: 1 / -1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: var(--softer);
  color: var(--muted);
  padding: 28px;
  text-align: center;
}

.catalog-panel {
  border-top: 1px solid var(--line);
}

.catalog-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.catalog-list a,
.catalog-list button {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 9px;
  background: var(--softer);
  color: #f1f1f1;
  cursor: pointer;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 750;
  text-align: left;
}

.catalog-list strong {
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.25;
}

.catalog-list button:hover,
.catalog-list button.selected {
  background: #303030;
}

.catalog-list span {
  height: 8px;
  width: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #c79a55;
}

.about-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 28px;
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding: 32px 0;
}

.about-panel p,
.about-panel h2,
.about-panel span {
  display: block;
  margin: 0;
}

.about-panel p {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.about-panel h2 {
  margin-top: 8px;
  max-width: 560px;
  font-size: clamp(26px, 3.4vw, 44px);
  font-weight: 900;
  line-height: 1.08;
}

.about-text {
  display: grid;
  gap: 12px;
  color: #d5d5d5;
  font-size: 17px;
  line-height: 1.6;
  padding-top: 28px;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  border: 1px solid rgba(217, 177, 102, 0.18);
  border-radius: 16px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 122, 26, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(217, 177, 102, 0.055));
  margin-top: 34px;
  padding: 24px;
}

.contact-panel p,
.contact-panel h2,
.contact-panel span {
  display: block;
  margin: 0;
}

.contact-panel p {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-panel h2 {
  margin-top: 8px;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.08;
}

.contact-panel span {
  margin-top: 10px;
  max-width: 720px;
  color: var(--muted);
  line-height: 1.55;
}

.contact-panel a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f1f1f1;
  color: #101010;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 900;
}

.contact-panel a:hover {
  background: linear-gradient(135deg, var(--gold), var(--ember));
  color: #120b07;
}

.share-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 60;
  transform: translate(-50%, 18px);
  border: 1px solid rgba(217, 177, 102, 0.38);
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.96);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.36);
  color: #f1f1f1;
  font-size: 13px;
  font-weight: 850;
  opacity: 0;
  padding: 10px 16px;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.share-toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 1120px) {
  .topbar {
    grid-template-columns: 250px minmax(160px, 1fr) auto;
  }

  .sidebar {
    width: 76px;
  }

  .sidebar a {
    justify-content: center;
    padding: 0;
  }

  .sidebar a:not(.active) {
    color: #dcdcdc;
  }

  .sidebar a {
    font-size: 0;
    gap: 0;
  }

  .channel-page {
    margin-left: 76px;
  }

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

  .player-layout {
    grid-template-columns: 1fr;
  }

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

  .catalog-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .topbar {
    grid-template-columns: minmax(0, 1fr) auto;
    height: 58px;
    gap: 12px;
    padding: 0 12px;
  }

  .icon-button {
    display: none;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    height: 38px;
    width: 38px;
  }

  .brand strong {
    overflow: hidden;
    max-width: 170px;
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .searchbox {
    display: none;
  }

  .studio-button {
    min-height: 36px;
    padding: 0 12px;
    font-size: 12px;
  }

  .sidebar {
    display: none;
  }

  .mobile-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(15, 15, 15, 0.96);
    backdrop-filter: blur(14px);
  }

  .mobile-nav a {
    display: grid;
    min-height: 58px;
    place-items: center;
    color: #f1f1f1;
    font-size: 11px;
    font-weight: 800;
  }

  .mobile-nav span {
    display: block;
    font-size: 18px;
    line-height: 1;
  }

  .channel-page {
    margin-left: 0;
    padding: 70px 12px 86px;
  }

  .channel-banner {
    height: 150px;
    border-radius: 10px;
    background-position: center;
  }

  .channel-header {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 12px;
    padding: 18px 0 12px;
  }

  .channel-header > img {
    height: 72px;
    width: 72px;
  }

  .channel-identity h1 {
    font-size: 34px;
  }

  .channel-identity p,
  .channel-identity span {
    font-size: 13px;
  }

  .artist-badges {
    gap: 6px;
    margin-top: 10px;
  }

  .artist-badges span {
    padding: 5px 8px;
    font-size: 11px;
  }

  .subscribe-pill {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .channel-tabs {
    gap: 18px;
    margin-bottom: 18px;
  }

  .channel-tabs a {
    padding: 13px 0 11px;
    font-size: 14px;
  }

  .featured-row,
  .featured-spotlight {
    grid-template-columns: 1fr;
  }

  .featured-spotlight {
    gap: 16px;
    margin-bottom: 22px;
    padding: 12px;
  }

  .featured-copy h2 {
    font-size: 40px;
  }

  .featured-copy span {
    margin-top: 10px;
    font-size: 14px;
  }

  .featured-stats {
    margin-bottom: 14px;
  }

  .player-layout {
    gap: 18px;
    padding-bottom: 24px;
  }

  .main-player h2 {
    font-size: 26px;
  }

  .queue-panel {
    gap: 8px;
  }

  .clip-grid,
  .latest-grid,
  .catalog-list,
  .queue-panel {
    grid-template-columns: 1fr;
  }

  .content-section {
    padding: 24px 0;
  }

  .about-panel {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 26px 0;
  }

  .about-panel h2 {
    font-size: 28px;
  }

  .about-text {
    font-size: 15px;
    padding-top: 0;
  }

  .section-title-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .contact-panel {
    gap: 18px;
    padding: 18px;
  }

  .contact-panel h2 {
    font-size: 26px;
  }

  .contact-panel a {
    width: 100%;
  }
}

