:root {
  --suno-red: #9b1c31;
  --suno-red-dark: #66101f;
  --suno-ink: #101014;
  --suno-charcoal: #1c1d22;
  --suno-silver: #eef1f4;
  --suno-metal: #bfc6cf;
  --suno-gold: #ffc83d;
  --suno-paper: #f5f6f8;
  --suno-line: #e0e3e8;
  --font-main: "Manrope", "Segoe UI", Arial, sans-serif;
  --reader-font-size: 16px;
}

html {
  font-size: var(--reader-font-size);
  overflow-x: clip;
}

html[data-text-size="small"] {
  --reader-font-size: 15px;
}

html[data-text-size="large"] {
  --reader-font-size: 18px;
}

html[data-text-size="xlarge"] {
  --reader-font-size: 20px;
}

* {
  letter-spacing: 0;
}

body {
  color: var(--suno-ink);
  font-family: var(--font-main);
  font-size: 1rem;
  font-weight: 500;
  max-width: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(155, 28, 49, .08), transparent 32rem),
    linear-gradient(180deg, #fff 0%, #f7f8fa 100%);
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.nav-link {
  font-family: var(--font-main);
}

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

a:hover {
  color: var(--suno-red);
}

.btn-danger,
.btn-danger:focus,
.btn-danger:active,
.btn-danger:disabled {
  background-color: var(--suno-red) !important;
  border-color: var(--suno-red) !important;
  color: #fff !important;
}

.btn-danger:hover {
  background-color: var(--suno-red-dark) !important;
  border-color: var(--suno-red-dark) !important;
}

.btn-outline-danger {
  border-color: var(--suno-red) !important;
  color: var(--suno-red) !important;
}

.btn-outline-danger:hover {
  background-color: var(--suno-red) !important;
  color: #fff !important;
}

.text-danger {
  color: var(--suno-red) !important;
}

.bg-danger,
.text-bg-danger {
  background-color: var(--suno-red) !important;
  color: #fff !important;
}

.form-check-input:checked {
  background-color: var(--suno-red);
  border-color: var(--suno-red);
}

.listen-bar {
  background: linear-gradient(90deg, #111217 0%, var(--suno-red) 48%, var(--suno-red-dark) 100%);
  color: #fff;
  padding: .7rem 0;
  position: relative;
  z-index: 1040;
  box-shadow: 0 12px 36px rgba(155, 28, 49, .22);
}

.listen-scroll {
  display: flex;
  gap: .5rem;
  min-width: 0;
  overflow-x: auto;
  max-width: 100%;
  padding-bottom: .1rem;
}

.listen-scroll .btn {
  white-space: nowrap;
  border-radius: 999px;
  border-width: 0;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(16, 16, 20, .16);
}

.listen-pulse {
  width: .7rem;
  height: .7rem;
  border-radius: 50%;
  background: var(--suno-gold);
  box-shadow: 0 0 0 .35rem rgba(240, 180, 41, .22);
}

.live-console {
  align-items: center;
  display: grid;
  gap: .7rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  justify-content: stretch;
}

.live-now-card {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(16, 16, 20, .2);
  color: var(--suno-ink);
  display: inline-flex;
  gap: .7rem;
  min-height: 54px;
  padding: .55rem .75rem;
}

.live-now-card:hover {
  color: var(--suno-red);
  transform: translateY(-1px);
}

.live-now-card small,
.live-now-card strong {
  display: block;
  line-height: 1.05;
  white-space: nowrap;
}

.live-now-card small {
  color: var(--suno-red);
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.live-now-card strong {
  font-size: 1rem;
  font-weight: 950;
}

.live-now-card .bi-play-fill {
  align-items: center;
  background: var(--suno-red);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: .95rem;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.listen-stream-strip {
  align-items: center;
  display: flex;
  gap: .34rem;
  min-width: 0;
  overflow-x: auto;
  padding: .1rem .05rem;
  scrollbar-color: rgba(255, 255, 255, .5) transparent;
  scrollbar-width: none;
}

.listen-stream-strip::-webkit-scrollbar {
  display: none;
}

.stream-icon-card {
  align-items: center;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  gap: .34rem;
  min-height: 42px;
  padding: .32rem .46rem .32rem .32rem;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.stream-icon-card:hover {
  background: #fff;
  border-color: #fff;
  color: var(--suno-red);
  transform: translateY(-1px);
}

.stream-icon {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: var(--suno-red);
  display: inline-flex;
  font-size: .82rem;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.stream-icon-card:hover .stream-icon {
  background: var(--suno-red);
  color: #fff;
}

.stream-label {
  display: grid;
  line-height: 1.05;
  text-align: left;
}

.stream-label small {
  color: var(--suno-gold);
  font-size: .52rem;
  font-weight: 950;
  text-transform: uppercase;
}

.stream-label strong {
  font-size: .72rem;
  font-weight: 950;
  white-space: nowrap;
}

.stream-icon-card:hover .stream-label small {
  color: var(--suno-red-dark);
}

.top-socials {
  align-items: center;
  display: flex;
  gap: .34rem;
  justify-content: flex-end;
}

.top-social-link {
  align-items: center;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: .92rem;
  height: 36px;
  justify-content: center;
  transition: transform .18s ease, background .18s ease, color .18s ease;
  width: 36px;
}

.top-social-link:hover {
  background: #fff;
  color: var(--suno-red);
  transform: translateY(-1px);
}

.top-social-link.is-disabled {
  cursor: default;
  opacity: .72;
}

.top-social-link.is-disabled:hover {
  background: rgba(255, 255, 255, .14);
  color: #fff;
  transform: none;
}

.inline-live-player {
  align-items: center;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(16, 16, 20, .18);
  color: var(--suno-ink);
  display: grid;
  gap: .65rem;
  grid-template-columns: minmax(150px, auto) minmax(260px, 1fr) auto;
  margin-top: .65rem;
  padding: .55rem .65rem;
}

.inline-live-player[hidden] {
  display: none;
}

.inline-live-title {
  align-items: center;
  display: inline-flex;
  gap: .5rem;
  font-weight: 950;
  min-width: 0;
}

.inline-live-title i {
  color: var(--suno-red);
  font-size: 1.1rem;
}

.inline-live-title span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inline-live-player audio {
  height: 38px;
  width: 100%;
}

.inline-player-close {
  align-items: center;
  background: #111217;
  border: 0;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.inline-player-close:hover {
  background: var(--suno-red);
}

.inline-live-player p {
  color: #8d1018;
  font-size: .82rem;
  font-weight: 800;
  grid-column: 1 / -1;
  margin: 0;
}

.inline-live-player p:empty {
  display: none;
}

.main-nav {
  background: rgba(255, 255, 255, .9);
  border-bottom: 1px solid rgba(224, 227, 232, .86);
  box-shadow: 0 14px 34px rgba(16, 16, 20, .08);
  backdrop-filter: blur(18px);
}

.site-logo-link {
  flex: 0 0 auto;
  min-width: 0;
  padding-bottom: .2rem;
  padding-top: .2rem;
}

.site-logo {
  display: block;
  height: auto;
  max-width: min(210px, 38vw);
  object-fit: contain;
  width: clamp(170px, 14vw, 210px);
}

.brand-copy {
  display: none;
}

.navbar-brand small {
  display: block;
  color: #697182;
  font-size: .72rem;
  line-height: 1;
}

.brand-mark {
  align-items: center;
  background: var(--suno-red);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.login-logo {
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  width: min(300px, 82vw);
}

.admin-logo-wrap {
  background: #fff;
  border-radius: 8px;
  display: inline-flex;
  padding: .45rem;
}

.admin-logo {
  display: block;
  height: auto;
  max-width: 124px;
  object-fit: contain;
  width: 112px;
}

.nav-link {
  font-weight: 700;
  border-radius: 999px;
  font-size: .94rem;
  padding-left: .58rem !important;
  padding-right: .58rem !important;
  white-space: nowrap;
}

.nav-link.active {
  color: var(--suno-red) !important;
}

.nav-link:hover {
  background: rgba(155, 28, 49, .08);
}

.news-nav-dropdown {
  border: 1px solid var(--suno-line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(16, 16, 20, .16);
  max-height: 68vh;
  min-width: 240px;
  overflow-y: auto;
  padding: .45rem;
}

.news-nav-dropdown .dropdown-item {
  border-radius: 6px;
  font-weight: 800;
  padding: .55rem .75rem;
}

.news-nav-dropdown .dropdown-item:hover {
  background: rgba(155, 28, 49, .08);
  color: var(--suno-red);
}

.hero,
.page-hero,
.article-hero {
  background-position: center;
  background-size: cover;
  color: #fff;
}

.hero {
  min-height: 76vh;
  display: grid;
  align-items: end;
  position: relative;
  overflow: hidden;
}

.hero::after {
  background:
    linear-gradient(135deg, transparent 0 58%, rgba(155, 28, 49, .68) 58% 61%, transparent 61%),
    linear-gradient(90deg, rgba(255,255,255,.08) 0 1px, transparent 1px 100%);
  background-size: auto, 76px 76px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-inner {
  padding: 8rem 1rem 5.5rem;
  position: relative;
  z-index: 1;
}

.hero h1 {
  font-size: clamp(3rem, 8vw, 6.3rem);
  font-weight: 950;
  line-height: .95;
  max-width: 840px;
  text-shadow: 0 20px 45px rgba(0, 0, 0, .36);
}

.hero .lead {
  max-width: 720px;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  color: #eef1f4;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .35);
}

.eyebrow {
  color: var(--suno-red);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: .45rem;
  text-transform: uppercase;
}

.hero .eyebrow,
.page-hero .eyebrow,
.article-hero .eyebrow {
  color: #fff;
  display: inline-flex;
  background: rgba(155, 28, 49, .88);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  padding: .45rem .8rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.5rem;
}

.hero-actions .btn {
  border-radius: 999px;
  font-weight: 900;
  padding: .85rem 1.2rem;
}

.hero-signal {
  align-items: end;
  display: flex;
  gap: .35rem;
  height: 62px;
  margin-top: 2rem;
}

.hero-signal span {
  animation: signalPulse 1.45s ease-in-out infinite;
  background: linear-gradient(180deg, #fff, var(--suno-red));
  border-radius: 999px;
  box-shadow: 0 0 24px rgba(155, 28, 49, .45);
  display: block;
  width: 9px;
}

.hero-signal span:nth-child(1) { height: 22px; }
.hero-signal span:nth-child(2) { height: 40px; animation-delay: .08s; }
.hero-signal span:nth-child(3) { height: 28px; animation-delay: .16s; }
.hero-signal span:nth-child(4) { height: 58px; animation-delay: .24s; }
.hero-signal span:nth-child(5) { height: 36px; animation-delay: .32s; }
.hero-signal span:nth-child(6) { height: 50px; animation-delay: .4s; }
.hero-signal span:nth-child(7) { height: 26px; animation-delay: .48s; }
.hero-signal span:nth-child(8) { height: 44px; animation-delay: .56s; }

@keyframes signalPulse {
  0%, 100% { transform: scaleY(.72); opacity: .72; }
  50% { transform: scaleY(1); opacity: 1; }
}

.hero-regions {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.5rem;
}

.hero-regions span {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  padding: .45rem .75rem;
}

.section {
  padding: 4.5rem 0;
}

.section.pt-0 {
  padding-top: 0 !important;
}

.band {
  background:
    linear-gradient(135deg, #111217 0%, #1d1e24 55%, #47080d 100%);
  color: #fff;
  padding: 1.7rem 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.muted {
  background: var(--suno-paper);
}

.section-heading {
  align-items: end;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.section-heading h2,
.page-title h1,
.page-hero h1,
.article-hero h1 {
  font-weight: 900;
}

.stat-grid {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(4, 1fr);
}

.stat-grid div {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  padding: 1.3rem;
}

.stat-grid strong {
  color: var(--suno-gold);
  display: block;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1;
}

.stat-grid span {
  color: #e2e6ee;
}

.content-card,
.show-card,
.social-widget,
.sidebar-block,
.contact-form,
.admin-card,
.metric-card {
  border: 1px solid var(--suno-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(16, 16, 20, .08);
}

.content-card,
.show-card,
.media-item {
  overflow: hidden;
}

.content-card img,
.show-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
  transition: transform .35s ease;
}

.content-card:hover img,
.show-card:hover img {
  transform: scale(1.045);
}

.content-card-body {
  padding: 1.25rem;
}

.content-card h3,
.show-card h3,
.video-title,
.social-widget h3,
.sidebar-block h3 {
  font-size: 1.1rem;
  font-weight: 850;
  line-height: 1.3;
}

.meta,
.card-footer-row {
  align-items: center;
  color: #697182;
  display: flex;
  font-size: .86rem;
  gap: .75rem;
  justify-content: space-between;
}

.card-footer-row {
  border-top: 1px solid var(--suno-line);
  margin-top: 1rem;
  padding-top: .85rem;
}

.card-footer-row a {
  color: var(--suno-red);
  font-weight: 800;
}

.show-card div {
  padding: 1rem;
}

.show-card span {
  color: var(--suno-red);
  font-size: .8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.show-card small {
  color: #697182;
}

.rj-preview {
  background: #fff;
}

.rj-grid,
.program-grid,
.value-grid {
  display: grid;
  gap: 1rem;
}

.rj-grid,
.rj-grid.compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rj-card,
.program-card,
.value-grid article,
.proof-panel {
  background: #fff;
  border: 1px solid var(--suno-line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(16, 16, 20, .08);
  overflow: hidden;
}

.modern-directory .rj-card,
.schedule-grid .program-card {
  box-shadow: 0 22px 50px rgba(16, 16, 20, .1);
}

.rj-card:hover,
.program-card:hover,
.value-grid article:hover,
.production-card:hover,
.modern-gallery figure:hover {
  transform: translateY(-3px);
}

.rj-card,
.program-card,
.value-grid article,
.production-card,
.modern-gallery figure {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.rj-card:hover,
.program-card:hover,
.production-card:hover,
.modern-gallery figure:hover {
  border-color: rgba(155, 28, 49, .32);
}

.rj-card img {
  aspect-ratio: 4 / 4.6;
  background: #fff;
  object-fit: cover;
  width: 100%;
}

.rj-card img[src*="suno.png"],
.rj-card img[src*="suno-maroon.png"],
.program-card img[src*="suno.png"],
.program-card img[src*="suno-maroon.png"] {
  object-fit: contain;
  padding: 1rem;
}

.rj-card > div {
  display: grid;
  gap: .35rem;
  padding: 1rem;
}

.rj-card-top,
.program-meta,
.program-time {
  align-items: center;
  display: flex;
  gap: .55rem;
  justify-content: space-between;
}

.rj-card-top span,
.program-meta span {
  color: var(--suno-red);
  font-size: .75rem;
  font-weight: 950;
  text-transform: uppercase;
}

.rj-social {
  align-items: center;
  background: #f4f5f7;
  border: 1px solid var(--suno-line);
  border-radius: 50%;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.rj-card h3,
.program-card h3,
.value-grid h2 {
  font-size: 1.15rem;
  font-weight: 950;
  line-height: 1.25;
  margin: 0;
}

.rj-card strong {
  color: #596274;
  font-size: .9rem;
}

.rj-card p,
.program-card p,
.value-grid p {
  color: #596274;
  line-height: 1.6;
  margin: 0;
}

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

.program-card {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
}

.program-card.compact {
  grid-template-columns: 160px minmax(0, 1fr);
}

.program-card img {
  aspect-ratio: 1 / 1;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.program-card-body {
  align-content: start;
  display: grid;
  gap: .65rem;
  padding: 1rem;
}

.program-time {
  background: linear-gradient(90deg, #111217, #24151a);
  border-left: 4px solid var(--suno-red);
  border-radius: 6px;
  color: #fff;
  justify-content: flex-start;
  line-height: 1.35;
  padding: .55rem .7rem;
}

.program-time i {
  color: var(--suno-gold);
}

.program-meta {
  border-top: 1px solid var(--suno-line);
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: .7rem;
}

.today-programs {
  background: linear-gradient(135deg, #101014, #2b1116);
  border-radius: 8px;
  color: #fff;
  margin-bottom: 1.2rem;
  padding: 1rem;
}

.today-programs-title {
  align-items: center;
  display: flex;
  gap: .7rem;
  margin-bottom: .9rem;
}

.today-programs-title span {
  background: var(--suno-red);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 950;
  padding: .35rem .65rem;
  text-transform: uppercase;
}

.today-programs-title strong {
  font-size: 1.1rem;
}

.today-programs-grid {
  display: grid;
  gap: .85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.today-programs .program-card {
  box-shadow: none;
}

.weekly-schedule-shell {
  background: #fff;
  border: 1px solid var(--suno-line);
  border-radius: 8px;
  box-shadow: 0 22px 55px rgba(16, 16, 20, .08);
  overflow: hidden;
}

.weekly-schedule-top {
  align-items: center;
  border-bottom: 1px solid var(--suno-line);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem;
}

.weekly-schedule-top h2 {
  font-size: 1.25rem;
  font-weight: 950;
  margin: 0;
}

.weekly-schedule-top span {
  color: #596274;
  font-size: .85rem;
  font-weight: 800;
}

.weekly-schedule-scroll {
  overflow-x: auto;
}

.weekly-schedule-table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 1120px;
  width: 100%;
}

.weekly-schedule-table th,
.weekly-schedule-table td {
  border-bottom: 1px solid var(--suno-line);
  border-right: 1px solid var(--suno-line);
  padding: .75rem;
  vertical-align: top;
}

.weekly-schedule-table thead th {
  background: #101014;
  color: #fff;
  font-size: .8rem;
  letter-spacing: 0;
  position: sticky;
  top: 0;
  text-transform: uppercase;
  z-index: 1;
}

.weekly-schedule-table tbody th {
  background: #f6f7f9;
  color: #111217;
  font-size: .86rem;
  font-weight: 950;
  min-width: 150px;
  position: sticky;
  left: 0;
  z-index: 1;
}

.weekly-schedule-table td {
  min-width: 135px;
}

.schedule-cell-program {
  background: #fff7f7;
  border: 1px solid rgba(237, 28, 36, .18);
  border-left: 4px solid var(--suno-red);
  border-radius: 8px;
  display: grid;
  gap: .2rem;
  padding: .55rem;
}

.schedule-cell-program + .schedule-cell-program {
  margin-top: .45rem;
}

.schedule-cell-program strong {
  color: #15161a;
  font-size: .86rem;
  line-height: 1.25;
}

.schedule-cell-program span,
.schedule-cell-program em {
  color: #596274;
  font-size: .75rem;
  font-style: normal;
  font-weight: 800;
}

.schedule-b2b {
  background: #f1f3f6;
  border-radius: 999px;
  color: #7a8291;
  display: inline-flex;
  font-size: .75rem;
  font-weight: 850;
  padding: .32rem .55rem;
}

.page-copy-grid,
.coverage-modern {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
}

.proof-panel {
  display: grid;
  gap: .75rem;
  padding: 1rem;
}

.proof-panel div {
  align-items: center;
  background: #f7f8fa;
  border: 1px solid var(--suno-line);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: .95rem;
}

.proof-panel strong {
  color: var(--suno-red);
  font-size: 2rem;
  line-height: 1;
}

.proof-panel span {
  color: #596274;
  font-weight: 850;
  text-align: right;
}

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

.value-grid article {
  display: grid;
  gap: .65rem;
  padding: 1.1rem;
}

.value-grid i {
  align-items: center;
  background: rgba(155, 28, 49, .1);
  border-radius: 8px;
  color: var(--suno-red);
  display: inline-flex;
  font-size: 1.4rem;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.coverage-modern {
  align-items: center;
}

.video-frame {
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

.video-frame iframe,
.video-frame video,
.map-frame iframe,
.social-widget iframe {
  border: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.video-frame video {
  display: block;
}

.video-placeholder {
  align-items: center;
  color: #fff;
  display: grid;
  gap: .45rem;
  height: 100%;
  justify-items: center;
  padding: 1rem;
  text-align: center;
}

.video-placeholder i {
  font-size: 2rem;
}

.video-title {
  margin-top: .85rem;
}

.social-widget {
  padding: 1rem;
}

.page-hero.compact,
.article-hero {
  min-height: 42vh;
  display: grid;
  align-items: end;
}

.page-hero .container,
.article-hero .container {
  padding-bottom: 3.5rem;
  padding-top: 6rem;
}

.page-title {
  background:
    linear-gradient(135deg, #101014 0%, #252832 62%, var(--suno-red-dark) 100%);
  border-bottom: 1px solid var(--suno-line);
  color: #fff;
  margin-bottom: 3rem;
  padding: 3rem 0;
}

.modern-page-title {
  margin-bottom: 0;
  overflow: hidden;
  padding: 3.6rem 0;
  position: relative;
}

.modern-page-title::after {
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .06) 0 1px, transparent 1px 74px);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.modern-page-title .container {
  align-items: end;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  position: relative;
  z-index: 1;
}

.modern-page-title h1 {
  font-size: clamp(2.35rem, 6vw, 5rem);
  line-height: 1;
  margin: 0;
}

.modern-page-title p:not(.eyebrow) {
  color: #dfe3ea;
  font-size: 1.06rem;
  margin: .85rem 0 0;
  max-width: 720px;
}

.page-title-badge {
  align-items: center;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  gap: .6rem;
  font-weight: 950;
  padding: .75rem .9rem;
  white-space: nowrap;
}

.page-title-badge i {
  color: var(--suno-gold);
  font-size: 1.2rem;
}

.modern-page-section {
  background: linear-gradient(180deg, #fff 0%, #f7f8fa 100%);
  padding-top: 3rem !important;
}

.story-panel,
.directory-intro {
  background: #fff;
  border: 1px solid var(--suno-line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(16, 16, 20, .08);
}

.story-panel {
  padding: 1.35rem;
}

.story-panel h2 {
  font-weight: 950;
}

.about-story p {
  color: #384153;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}

.about-story p:first-child {
  font-size: 1rem;
}

.mini-feature-row {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1rem;
}

.mini-feature-row span {
  align-items: center;
  background: #f4f5f7;
  border: 1px solid var(--suno-line);
  border-radius: 8px;
  display: inline-flex;
  gap: .4rem;
  font-weight: 850;
  padding: .5rem .65rem;
}

.mini-feature-row i {
  color: var(--suno-red);
}

.coverage-stat-row {
  display: grid;
  gap: .65rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1.1rem;
}

.coverage-stat-row div {
  background: #f7f8fa;
  border: 1px solid var(--suno-line);
  border-radius: 8px;
  padding: .85rem;
}

.coverage-stat-row strong,
.proof-panel strong {
  color: var(--suno-red);
  display: block;
  font-size: 1.75rem;
  line-height: 1;
}

.coverage-stat-row span {
  color: #596274;
  font-size: .84rem;
  font-weight: 850;
}

.map-frame.elevated {
  border: 1px solid var(--suno-line);
  box-shadow: 0 22px 50px rgba(16, 16, 20, .12);
}

.directory-intro {
  align-items: end;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 1rem;
}

.directory-intro h2 {
  font-weight: 950;
  margin: 0;
}

.directory-intro p {
  color: #596274;
  margin: 0;
  max-width: 460px;
}

.network-band {
  background:
    linear-gradient(135deg, rgba(155, 28, 49, .08), rgba(16, 16, 20, .02)),
    #fff;
}

.network-band h2 {
  font-weight: 900;
}

.network-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1rem;
}

.frequency-grid {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(3, 1fr);
}

.frequency-grid span {
  background: linear-gradient(135deg, #fff, #f2f4f7);
  border: 1px solid var(--suno-line);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(16, 16, 20, .08);
  font-weight: 900;
  padding: 1.15rem;
}

.frequency-grid span:first-child {
  background: var(--suno-red);
  color: #fff;
}

.latest-section {
  background:
    linear-gradient(180deg, #fff 0%, #f8f9fb 100%);
}

.latest-news-rail {
  background: #fff;
  border: 1px solid var(--suno-line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(16, 16, 20, .08);
  display: grid;
  gap: .85rem;
  margin-bottom: 1.2rem;
  padding: .9rem;
}

.latest-rail-label {
  align-items: center;
  background: #111217;
  border-left: 5px solid var(--suno-red);
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-size: .86rem;
  font-weight: 950;
  justify-self: start;
  padding: .48rem .78rem;
  text-transform: uppercase;
}

.latest-scroll-window {
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  padding: .15rem .05rem .85rem;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--suno-red) #e9edf2;
}

.latest-scroll-track {
  display: flex;
  gap: 1rem;
  min-width: max-content;
  width: max-content;
}

.latest-scroll-window.is-auto .latest-scroll-track {
  animation: latest-card-scroll 42s linear infinite;
  animation-delay: 1.4s;
}

.latest-scroll-window:hover .latest-scroll-track {
  animation-play-state: paused;
}

.latest-scroll-card {
  background: #fff;
  border: 1px solid var(--suno-line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(16, 16, 20, .08);
  display: grid;
  flex: 0 0 clamp(230px, 24vw, 318px);
  gap: .5rem;
  overflow: hidden;
  padding: .65rem;
  scroll-snap-align: start;
}

.latest-scroll-card img {
  aspect-ratio: 16 / 10;
  border-radius: 6px;
  object-fit: cover;
  width: 100%;
}

.latest-scroll-card img[src*="suno.png"],
.latest-scroll-card img[src*="suno-maroon.png"] {
  background: #fff;
  object-fit: contain;
  padding: .75rem;
}

.latest-scroll-card span {
  color: var(--suno-red);
  font-size: .72rem;
  font-weight: 950;
  line-height: 1.25;
  text-transform: uppercase;
}

.latest-scroll-card strong {
  color: #15161a;
  display: -webkit-box;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.32;
  min-height: 2.65rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.latest-scroll-card:hover {
  border-color: rgba(155, 28, 49, .45);
  transform: translateY(-2px);
}

@keyframes latest-card-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.ad-slot-group {
  display: grid;
  gap: .85rem;
  margin: 1rem 0;
}

.ad-slot {
  align-items: center;
  background:
    linear-gradient(135deg, #fff, #f7f8fa);
  border: 1px dashed #b9c0cc;
  border-radius: 8px;
  display: grid;
  justify-items: center;
  min-height: 92px;
  overflow: hidden;
  padding: .75rem;
  position: relative;
  text-align: center;
}

.ad-slot iframe,
.ad-slot ins,
.ad-slot img {
  max-width: 100%;
}

.ad-slot img {
  border-radius: 6px;
  display: block;
  height: auto;
}

.ad-label {
  background: rgba(17, 18, 23, .82);
  border-radius: 4px;
  color: #fff;
  font-size: .62rem;
  font-weight: 950;
  left: .55rem;
  letter-spacing: 0;
  padding: .18rem .38rem;
  position: absolute;
  text-transform: uppercase;
  top: .55rem;
  z-index: 1;
}

.ad-placeholder {
  align-items: center;
  color: #697182;
  display: grid;
  gap: .2rem;
  justify-items: center;
  padding: 1.2rem;
}

.ad-placeholder i {
  color: var(--suno-red);
  font-size: 1.45rem;
}

.ad-placeholder span {
  color: #2a2d35;
  font-weight: 950;
}

.ad-placeholder small {
  color: #697182;
}

.ad-size-728x90,
.ad-size-970x90,
.ad-placement-blog-top .ad-slot,
.ad-placement-post-before-content .ad-slot {
  min-height: 110px;
}

.ad-size-300x250,
.ad-size-336x280 {
  min-height: 250px;
}

.ad-size-300x600 {
  min-height: 520px;
}

.news-list-ad {
  grid-column: 1 / -1;
}

.news-hero-strip {
  background: linear-gradient(180deg, #fff 0%, #fbf8f9 100%);
  border-bottom: 1px solid var(--suno-line);
  padding: 0 0 1.45rem;
}

.news-hero-strip h1 {
  color: var(--suno-ink);
  font-weight: 950;
  margin: .85rem 0 0;
}

.news-category-menu {
  align-items: start;
  background: linear-gradient(135deg, #251016 0%, #721628 52%, var(--suno-red) 100%);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(118, 18, 34, .14);
  display: grid;
  gap: .75rem;
  grid-template-columns: auto minmax(0, 1fr);
  margin: 0 0 .9rem;
  overflow: visible;
  padding: .75rem .85rem;
}

.news-category-menu-head {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, .22);
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  gap: .45rem;
  min-height: 38px;
  padding-right: .8rem;
}

.news-category-menu-head i {
  font-size: 1rem;
}

.news-category-menu-head span {
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.news-category-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  flex: 1 1 auto;
  margin-top: 0;
  max-width: 100%;
  min-width: 0;
  overflow: visible;
  padding-bottom: 0;
}

.news-category-nav a {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 6px;
  color: #fff;
  flex: 0 0 auto;
  font-size: .8rem;
  font-weight: 900;
  line-height: 1;
  padding: .62rem .72rem;
  white-space: nowrap;
}

.news-category-nav a.active,
.news-category-nav a:hover {
  background: #fff;
  border-color: #fff;
  color: var(--suno-red);
}

.news-page-ticker {
  align-items: center;
  background: #fff7f8;
  border-bottom: 1px solid rgba(118, 18, 34, .16);
  border-top: 0;
  box-sizing: border-box;
  display: grid;
  gap: .58rem;
  grid-template-columns: auto minmax(0, 1fr);
  left: 50%;
  margin: 0 -50vw .7rem;
  max-width: 100vw;
  overflow: hidden;
  padding: .42rem max(.8rem, calc((100vw - 1140px) / 2));
  position: relative;
  right: 50%;
  width: 100vw;
}

.news-page-ticker-label {
  align-items: center;
  color: var(--suno-red);
  display: inline-flex;
  font-size: .68rem;
  font-weight: 950;
  gap: .34rem;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.news-page-ticker-label i {
  font-size: .8rem;
}

.news-page-ticker-window {
  min-width: 0;
  overflow: hidden;
}

.news-page-ticker-track {
  align-items: center;
  animation: news-page-ticker-scroll 78s linear infinite;
  display: inline-flex;
  gap: .55rem;
  min-width: max-content;
  padding-right: 2rem;
  white-space: nowrap;
}

.news-page-ticker:hover .news-page-ticker-track {
  animation-play-state: paused;
}

.news-page-ticker-track a {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(118, 18, 34, .12);
  border-radius: 6px;
  box-shadow: 0 8px 18px rgba(118, 18, 34, .06);
  color: #273041;
  display: inline-flex;
  gap: .42rem;
  padding: .32rem .55rem .32rem .36rem;
}

.news-page-ticker-icon {
  align-items: center;
  background: var(--suno-red);
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: .72rem;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.news-page-ticker-track strong {
  font-size: .76rem;
  font-weight: 850;
}

@keyframes news-page-ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.news-page {
  background:
    linear-gradient(180deg, #fff 0%, #fbf8f9 42%, #fff 100%);
}

.news-top-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, .85fr);
  margin-bottom: 1.4rem;
}

.lead-story {
  align-items: end;
  aspect-ratio: 16 / 9;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  color: #fff;
  display: grid;
  min-height: 390px;
  overflow: hidden;
  padding: 1.4rem;
}

.lead-story span,
.news-small-card span,
.headline-row span {
  color: var(--suno-red);
  font-size: .75rem;
  font-weight: 950;
  text-transform: uppercase;
}

.lead-story span {
  background: var(--suno-red);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  margin-bottom: .75rem;
  padding: .35rem .7rem;
}

.lead-story h2 {
  font-size: clamp(1.7rem, 4vw, 3rem);
  font-weight: 950;
  line-height: 1.05;
  max-width: 850px;
}

.lead-story p {
  color: #eef1f4;
  max-width: 760px;
}

.headline-stack,
.news-sidebar,
.category-news-block {
  background: #fff;
  border: 1px solid var(--suno-line);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(16, 16, 20, .06);
  padding: 1rem;
}

.headline-stack h2,
.news-sidebar h2,
.category-news-block h2 {
  border-bottom: 3px solid var(--suno-red);
  font-size: 1.1rem;
  font-weight: 950;
  margin-bottom: .75rem;
  padding-bottom: .55rem;
}

.headline-row {
  border-bottom: 1px solid var(--suno-line);
  display: grid;
  gap: .2rem;
  padding: .75rem 0;
}

.headline-row:last-child {
  border-bottom: 0;
}

.headline-row strong {
  font-size: .98rem;
  line-height: 1.45;
}

.compact-heading {
  margin-bottom: 1rem;
}

.news-list {
  display: grid;
  gap: .95rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.news-small-card {
  background: #fff;
  border: 1px solid var(--suno-line);
  border-radius: 8px;
  display: grid;
  gap: .9rem;
  grid-template-columns: 190px minmax(0, 1fr);
  overflow: hidden;
  padding: .75rem;
}

.news-list .news-small-card {
  gap: 0;
  grid-template-columns: 1fr;
  padding: 0;
}

.news-small-card img {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
}

.news-list .news-small-card img {
  aspect-ratio: 16 / 9;
  border-radius: 8px 8px 0 0;
}

.news-card-copy {
  align-content: start;
  display: grid;
  gap: .35rem;
}

.news-list .news-card-copy {
  padding: .9rem;
}

.news-small-card h3 {
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.35;
}

.news-small-card p {
  color: #596274;
  font-size: .9rem;
  line-height: 1.55;
  margin: 0;
}

.news-small-card small {
  color: #697182;
}

.news-sidebar {
  margin-bottom: 1rem;
}

.news-category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.news-category-pills a {
  background: #f4f5f7;
  border: 1px solid var(--suno-line);
  border-radius: 999px;
  font-weight: 800;
  padding: .45rem .75rem;
}

.news-empty {
  background: #fff4f4;
  border: 1px solid rgba(155, 28, 49, .18);
  border-radius: 8px;
  color: #8d1018;
  font-weight: 800;
  margin-bottom: 1rem;
  padding: 1rem;
}

.news-widget-area {
  display: grid;
  gap: 1.35rem;
  margin-top: 2rem;
}

.news-widget-area-primary {
  margin: 1.1rem 0 1.6rem;
}

.news-widget-section {
  background:
    linear-gradient(180deg, #fff 0%, #fffafa 100%);
  border: 1px solid var(--suno-line);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(16, 16, 20, .055);
  padding: 1.05rem;
}

.news-widget-section.is-latest {
  background:
    linear-gradient(135deg, rgba(155, 28, 49, .08), rgba(255, 255, 255, .98) 34%, #fff 100%);
  border-color: rgba(155, 28, 49, .14);
  box-shadow: 0 22px 48px rgba(118, 18, 34, .1);
}

.news-section-title {
  align-items: center;
  border-bottom: 1px solid rgba(155, 28, 49, .18);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: .7rem;
}

.news-section-title span {
  color: var(--suno-red);
  display: block;
  font-size: .7rem;
  font-weight: 950;
  margin-bottom: .15rem;
  text-transform: uppercase;
}

.news-section-title h2 {
  font-size: 1.25rem;
  font-weight: 950;
  margin: 0;
}

.news-section-title a {
  color: var(--suno-red);
  font-size: .82rem;
  font-weight: 900;
}

.news-widget-grid,
.category-news-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

.news-widget-grid-five {
  gap: .8rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.news-widget-grid .news-small-card {
  grid-template-columns: 1fr;
  padding: 0;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.news-widget-grid .news-small-card:hover {
  border-color: rgba(155, 28, 49, .25);
  box-shadow: 0 18px 34px rgba(118, 18, 34, .1);
  transform: translateY(-2px);
}

.news-widget-grid .news-small-card img {
  aspect-ratio: 16 / 10;
  border-radius: 8px 8px 0 0;
}

.news-widget-grid .news-card-copy {
  padding: .82rem;
}

.news-widget-grid-five .news-card-copy {
  gap: .28rem;
  padding: .72rem;
}

.news-widget-grid-five .news-small-card span {
  font-size: .64rem;
}

.news-widget-grid-five .news-small-card h3 {
  font-size: .9rem;
  line-height: 1.32;
}

.news-widget-grid-five .news-small-card p {
  font-size: .78rem;
  line-height: 1.45;
}

.news-widget-grid-five .news-small-card small {
  font-size: .72rem;
}

.news-widget-list {
  display: grid;
  gap: .85rem;
  grid-template-columns: repeat(2, 1fr);
}

.category-news-grid {
  margin-top: 2rem;
}

.narrow {
  max-width: 980px;
}

.coverage-list {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 1.5rem;
}

.coverage-list span,
.category-list span {
  background: #fff;
  border: 1px solid var(--suno-line);
  border-radius: 999px;
  display: inline-flex;
  font-weight: 700;
  padding: .45rem .8rem;
}

.map-frame {
  border-radius: 8px;
  height: 420px;
  overflow: hidden;
}

.gallery-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

.gallery-grid figure {
  border: 1px solid var(--suno-line);
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
}

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

.gallery-grid figcaption {
  font-size: .9rem;
  font-weight: 700;
  padding: .75rem;
}

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

.modern-gallery figure {
  background: #fff;
  box-shadow: 0 18px 45px rgba(16, 16, 20, .08);
}

.modern-gallery img {
  aspect-ratio: 4 / 3;
  transition: transform .35s ease;
}

.modern-gallery figure:hover img {
  transform: scale(1.04);
}

.modern-gallery figcaption {
  align-items: center;
  display: flex;
  gap: .55rem;
  min-height: 58px;
}

.modern-gallery figcaption i {
  color: var(--suno-red);
}

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

.production-card {
  background: #fff;
  border: 1px solid var(--suno-line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(16, 16, 20, .08);
  overflow: hidden;
}

.production-card-copy {
  display: grid;
  gap: .35rem;
  padding: 1rem;
}

.production-card-copy span {
  color: var(--suno-red);
  font-size: .75rem;
  font-weight: 950;
  text-transform: uppercase;
}

.production-card .video-title {
  margin: 0;
}

.client-video-client {
  align-items: center;
  color: #596274;
  display: inline-flex;
  font-size: .9rem;
  font-weight: 800;
  gap: .4rem;
  margin: 0;
}

.client-video-card p:not(.client-video-client) {
  color: #5f6878;
  font-size: .92rem;
  line-height: 1.55;
  margin: 0;
}

.article-body {
  font-size: 1.08rem;
  line-height: 1.85;
}

.sidebar-block {
  margin-bottom: 1rem;
  padding: 1rem;
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}

.contact-list p {
  align-items: flex-start;
  display: flex;
  gap: .6rem;
}

.contact-list i {
  color: var(--suno-red);
}

.contact-layout {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
}

.contact-panel {
  background:
    linear-gradient(135deg, #111217 0%, #20222a 68%, #5a080f 100%);
  border-radius: 8px;
  color: #fff;
  padding: 1.35rem;
}

.contact-panel h2 {
  font-weight: 950;
  margin-bottom: 1rem;
}

.contact-panel .contact-list p {
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  margin-bottom: .85rem;
  padding-bottom: .85rem;
}

.contact-panel .contact-list p:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact-panel .contact-list i {
  color: var(--suno-gold);
}

.contact-quick-grid {
  display: grid;
  gap: .55rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1rem;
}

.contact-quick-grid a {
  align-items: center;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  display: grid;
  gap: .3rem;
  justify-items: center;
  padding: .8rem .45rem;
}

.contact-quick-grid a:hover {
  background: #fff;
  color: var(--suno-red);
}

.contact-quick-grid i {
  color: var(--suno-gold);
  font-size: 1.25rem;
}

.contact-quick-grid a:hover i {
  color: var(--suno-red);
}

.modern-form .form-control {
  border-color: #d9dee6;
  border-radius: 8px;
  min-height: 48px;
}

.modern-form textarea.form-control {
  min-height: 160px;
}

.modern-form .form-control:focus {
  border-color: var(--suno-red);
  box-shadow: 0 0 0 .2rem rgba(155, 28, 49, .12);
}

.contact-form {
  padding: 1.25rem;
}

.empty-state {
  background: var(--suno-paper);
  border: 1px dashed #b8c0cc;
  border-radius: 8px;
  color: #697182;
  padding: 1.5rem;
  text-align: center;
  width: 100%;
}

.site-footer {
  background:
    linear-gradient(135deg, #0e0f12 0%, #17191f 64%, #39060a 100%);
  color: #dfe3ea;
  padding: 3.5rem 0 1.2rem;
}

.site-footer h2,
.site-footer h3 {
  color: #fff;
  font-weight: 850;
}

.site-footer h3 {
  font-size: 1.05rem;
}

.footer-news-ticker {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(155, 28, 49, .98), rgba(17, 18, 23, .98) 32%, rgba(155, 28, 49, .88));
  border-top: 1px solid rgba(255, 255, 255, .14);
  display: grid;
  gap: 1rem;
  grid-template-columns: auto minmax(0, 1fr);
  margin-top: 1.2rem;
  overflow: hidden;
  padding: .72rem clamp(1rem, 5vw, 4.5rem);
  width: 100%;
}

.footer-ticker-label {
  align-items: center;
  background: #fff;
  border-radius: 6px;
  color: var(--suno-red);
  display: inline-flex;
  gap: .45rem;
  font-size: .82rem;
  font-weight: 950;
  padding: .5rem .7rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer-ticker-window {
  min-width: 0;
  overflow: hidden;
}

.footer-ticker-track {
  align-items: center;
  animation: footer-news-scroll 74s linear infinite;
  display: flex;
  gap: 1.1rem;
  min-width: max-content;
  width: max-content;
}

.footer-news-ticker:hover .footer-ticker-track {
  animation-play-state: paused;
}

.footer-ticker-track a {
  align-items: center;
  color: #fff;
  display: inline-flex;
  gap: .5rem;
  font-size: .95rem;
  font-weight: 850;
  white-space: nowrap;
}

.footer-ticker-track a::after {
  color: var(--suno-gold);
  content: "/";
  font-weight: 950;
  margin-left: .6rem;
}

.footer-ticker-track span {
  color: var(--suno-gold);
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.footer-ticker-track a:hover {
  color: var(--suno-gold);
}

@keyframes footer-news-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: #aeb6c5;
  margin-top: 2rem;
  padding-top: 1rem;
}

.reader-tools {
  bottom: 1rem;
  display: grid;
  gap: .45rem;
  position: fixed;
  right: 1rem;
  z-index: 1050;
}

.reader-tool-toggle,
.reader-tool-panel button {
  align-items: center;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
}

.reader-tool-toggle {
  background: var(--suno-red);
  box-shadow: 0 16px 36px rgba(155, 28, 49, .28);
  color: #fff;
  font-size: 1.25rem;
  height: 48px;
  width: 48px;
}

.reader-tool-panel {
  background: #fff;
  border: 1px solid var(--suno-line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(16, 16, 20, .16);
  display: none;
  gap: .4rem;
  padding: .45rem;
}

.reader-tools.is-open .reader-tool-panel {
  display: flex;
}

.reader-tool-panel button {
  background: #f5f6f8;
  color: var(--suno-ink);
  font-weight: 950;
  height: 38px;
  width: 38px;
}

.reader-tool-panel button:hover,
.reader-tool-panel button.is-active {
  background: var(--suno-red);
  color: #fff;
}

.reader-tool-panel span {
  font-size: .82rem;
}

.login-shell {
  align-items: center;
  background:
    radial-gradient(circle at 20% 10%, rgba(155, 28, 49, .42), transparent 26rem),
    linear-gradient(140deg, #08090b 0%, #22242b 55%, var(--suno-red) 100%);
  display: grid;
  min-height: 100vh;
  padding: 1rem;
}

.login-panel {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
  margin: auto;
  max-width: 430px;
  padding: 2rem;
  text-align: center;
  width: 100%;
}

.login-panel h1 {
  font-weight: 900;
}

.login-hint {
  color: #697182;
  font-size: .78rem;
  margin-top: 1rem;
  overflow-wrap: anywhere;
}

.admin-shell {
  background: var(--suno-paper);
  min-height: 100vh;
}

.admin-sidebar {
  background:
    linear-gradient(180deg, #0e0f12 0%, #17191f 65%, #3b070b 100%);
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 1rem;
  position: fixed;
  top: 0;
  width: 260px;
}

.admin-brand {
  align-items: center;
  display: flex;
  gap: .7rem;
  margin-bottom: 1.5rem;
}

.admin-brand strong {
  color: #fff;
}

.admin-sidebar nav {
  display: grid;
  gap: .3rem;
}

.admin-sidebar nav a {
  align-items: center;
  border-radius: 8px;
  color: #dfe3ea;
  display: flex;
  gap: .65rem;
  padding: .72rem .8rem;
}

.admin-sidebar nav a.active,
.admin-sidebar nav a:hover {
  background: rgba(118, 18, 34, .2);
  color: #fff;
}

.admin-menu-group {
  display: grid;
  gap: .3rem;
}

.admin-menu-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #dfe3ea;
  display: flex;
  font: inherit;
  gap: .65rem;
  justify-content: space-between;
  padding: .72rem .8rem;
  text-align: left;
  width: 100%;
}

.admin-menu-toggle span {
  align-items: center;
  display: inline-flex;
  gap: .65rem;
}

.admin-menu-toggle:hover,
.admin-menu-toggle.active {
  background: rgba(118, 18, 34, .2);
  color: #fff;
}

.admin-menu-toggle .bi-chevron-down {
  font-size: .82rem;
  transition: transform .2s ease;
}

.admin-menu-group.open .admin-menu-toggle .bi-chevron-down {
  transform: rotate(180deg);
}

.admin-submenu {
  display: none;
  gap: .25rem;
  padding-left: .7rem;
}

.admin-menu-group.open .admin-submenu {
  display: grid;
}

.admin-sidebar nav .admin-submenu a {
  background: rgba(255, 255, 255, .05);
  font-size: .92rem;
  padding-left: 1rem;
}

.admin-main {
  margin-left: 260px;
  padding: 1.25rem;
}

.admin-topbar {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.admin-topbar h1 {
  font-size: 1.85rem;
  font-weight: 900;
  margin: 0;
}

.user-pill {
  background: #fff;
  border: 1px solid var(--suno-line);
  border-radius: 999px;
  font-size: .86rem;
  padding: .45rem .75rem;
}

.admin-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 1rem;
}

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

.admin-section-tabs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1rem;
}

.admin-section-tabs a {
  align-items: center;
  background: #fff;
  border: 1px solid var(--suno-line);
  border-radius: 8px;
  color: #273041;
  display: inline-flex;
  font-size: .92rem;
  font-weight: 850;
  gap: .45rem;
  padding: .62rem .85rem;
}

.admin-section-tabs a.active,
.admin-section-tabs a:hover {
  background: var(--suno-red);
  border-color: var(--suno-red);
  color: #fff;
}

.metric-card {
  display: grid;
  gap: .4rem;
  padding: 1rem;
}

.metric-card i {
  color: var(--suno-red);
  font-size: 1.4rem;
}

.metric-card span {
  color: #697182;
  font-weight: 700;
}

.metric-card strong {
  font-size: 2rem;
  line-height: 1;
}

.admin-card {
  padding: 1.1rem;
}

.reorder-note {
  align-items: center;
  background: rgba(155, 28, 49, .07);
  border: 1px solid rgba(155, 28, 49, .16);
  border-radius: 8px;
  color: #4a222b;
  display: flex;
  gap: .55rem;
  font-size: .88rem;
  font-weight: 800;
  margin-bottom: 1rem;
  padding: .7rem .85rem;
}

.reorder-note i {
  color: var(--suno-red);
}

.reorder-actions {
  display: inline-flex;
  gap: .35rem;
}

.reorder-actions .btn {
  align-items: center;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  padding: 0;
  width: 34px;
}

.reorder-actions .btn:disabled {
  opacity: .35;
}

.sort-input {
  min-width: 72px;
}

.widget-reorder-toolbar {
  align-items: center;
  border-bottom: 1px solid var(--suno-line);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin: -.1rem 0 1rem;
  padding-bottom: .75rem;
}

.widget-reorder-toolbar span {
  align-items: center;
  color: var(--suno-red);
  display: inline-flex;
  font-weight: 950;
  gap: .45rem;
}

.settings-panel {
  border: 1px solid var(--suno-line);
  border-radius: 8px;
  padding: 1rem;
}

.settings-panel h3 {
  font-size: 1rem;
  font-weight: 950;
  margin: 0 0 .9rem;
}

.social-setting-label {
  align-items: center;
  display: inline-flex;
  gap: .45rem;
}

.social-setting-label i {
  color: var(--suno-red);
}

.ad-admin-list {
  display: grid;
  gap: 1rem;
}

.ad-admin-card {
  background: #f8f9fb;
  border: 1px solid var(--suno-line);
  border-radius: 8px;
  padding: 1rem;
}

.ad-dimension-chip {
  background: rgba(155, 28, 49, .08);
  border: 1px solid rgba(155, 28, 49, .18);
  border-radius: 6px;
  color: var(--suno-red);
  font-size: .78rem;
  font-weight: 850;
  margin-top: .45rem;
  padding: .3rem .5rem;
}

.permission-matrix {
  display: grid;
  gap: 1rem;
}

.permission-section {
  border: 1px solid var(--suno-line);
  border-radius: 8px;
  overflow: hidden;
}

.permission-section h3 {
  background: #f8f9fb;
  border-bottom: 1px solid var(--suno-line);
  font-size: 1rem;
  font-weight: 950;
  margin: 0;
  padding: .85rem 1rem;
}

.admin-card-header {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.admin-card-header h2 {
  font-size: 1.25rem;
  font-weight: 900;
  margin: 0;
}

.admin-table code,
.media-item code {
  color: #596274;
  display: block;
  font-size: .78rem;
  overflow-wrap: anywhere;
}

.admin-preview {
  background: #f5f6f8;
  border: 1px dashed var(--suno-line);
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  object-fit: contain;
  width: 100%;
}

.admin-preview:not([src]),
.admin-preview[src=""] {
  display: none;
}

.rich-editor {
  background: #fff;
  border: 1px solid var(--suno-line);
  border-radius: 8px;
  overflow: hidden;
}

.rich-toolbar {
  align-items: center;
  background: #f5f6f8;
  border-bottom: 1px solid var(--suno-line);
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  padding: .45rem;
}

.rich-toolbar button {
  align-items: center;
  background: #fff;
  border: 1px solid var(--suno-line);
  border-radius: 6px;
  color: #16171b;
  display: inline-flex;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  min-width: 34px;
  padding: 0 .55rem;
}

.rich-toolbar button:hover {
  border-color: var(--suno-red);
  color: var(--suno-red);
}

.rich-editor-area {
  min-height: 260px;
  outline: 0;
  padding: 1rem;
}

.rich-editor-area:focus {
  box-shadow: inset 0 0 0 2px rgba(155, 28, 49, .18);
}

.seo-box {
  background: #f8f9fb;
  border: 1px solid var(--suno-line);
  border-radius: 8px;
  padding: 1rem;
}

.seo-box h3 {
  font-size: 1rem;
  font-weight: 950;
  margin-bottom: .9rem;
}

.role-note {
  background: rgba(155, 28, 49, .08);
  border: 1px solid rgba(155, 28, 49, .18);
  border-radius: 8px;
  color: #3c2028;
  display: grid;
  gap: .15rem;
  padding: .85rem 1rem;
}

.role-note strong {
  color: var(--suno-red);
  font-weight: 900;
}

.role-note span {
  color: var(--suno-muted);
  font-size: .9rem;
}

.stream-manager {
  display: grid;
  gap: .85rem;
}

.stream-row {
  align-items: flex-start;
  border: 1px solid var(--suno-line);
  border-radius: 8px;
  display: flex;
  gap: 1rem;
  padding: 1rem;
}

.stream-status {
  align-items: center;
  display: flex;
  gap: .75rem;
  min-width: 190px;
}

.stream-status i {
  align-items: center;
  background: rgba(118, 18, 34, .1);
  border-radius: 8px;
  color: var(--suno-red);
  display: flex;
  font-size: 1.35rem;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.stream-status strong,
.stream-status span {
  display: block;
}

.stream-status span {
  color: #697182;
  font-size: .82rem;
}

.media-grid {
  display: grid;
  gap: .85rem;
  grid-template-columns: repeat(3, 1fr);
}

.media-item {
  align-items: center;
  border: 1px solid var(--suno-line);
  border-radius: 8px;
  display: grid;
  gap: .75rem;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  padding: .75rem;
}

.media-item img,
.media-file {
  aspect-ratio: 1 / 1;
  background: var(--suno-paper);
  border-radius: 8px;
  object-fit: cover;
  width: 88px;
}

.media-file {
  align-items: center;
  color: var(--suno-red);
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .hero {
    min-height: 62vh;
  }

  .today-programs-grid {
    grid-template-columns: 1fr;
  }

  .live-console {
    grid-template-columns: 1fr;
  }

  .live-now-card {
    justify-content: space-between;
  }

  .inline-live-player {
    grid-template-columns: 1fr auto;
  }

  .inline-live-player audio {
    grid-column: 1 / -1;
  }

  .stat-grid,
  .admin-grid,
  .analytics-grid,
  .gallery-grid,
  .media-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-heading,
  .admin-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-logo {
    height: auto;
    max-width: min(205px, 48vw);
    width: clamp(170px, 29vw, 205px);
  }

  .admin-sidebar {
    position: static;
    width: auto;
  }

  .admin-sidebar nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .admin-main {
    margin-left: 0;
  }

  .stream-row {
    flex-direction: column;
  }

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

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

  .program-grid,
  .production-grid,
  .modern-gallery,
  .page-copy-grid,
  .coverage-modern,
  .contact-layout,
  .footer-news-ticker {
    grid-template-columns: 1fr;
  }

  .modern-page-title .container {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .directory-intro {
    align-items: flex-start;
    flex-direction: column;
  }

  .news-top-grid,
  .news-widget-grid,
  .news-widget-list,
  .category-news-grid {
    grid-template-columns: 1fr;
  }

  .lead-story {
    aspect-ratio: auto;
    min-height: 330px;
  }

  .latest-scroll-card {
    flex-basis: min(44vw, 320px);
  }
}

@media (max-width: 575.98px) {
  .hero-inner {
    padding-bottom: 3.25rem;
    padding-top: 5rem;
  }

  .site-logo {
    height: auto;
    max-width: min(160px, 52vw);
    width: 160px;
  }

  .hero h1 {
    font-size: clamp(2.5rem, 14vw, 4.5rem);
  }

  .hero-actions .btn {
    width: 100%;
  }

  .latest-scroll-card {
    flex-basis: 82vw;
  }

  .news-small-card {
    grid-template-columns: 1fr;
  }

  .news-category-menu {
    align-items: stretch;
    gap: .55rem;
    grid-template-columns: 1fr;
  }

  .news-category-menu-head {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    border-right: 0;
    padding-bottom: .55rem;
    padding-right: 0;
  }

  .news-category-nav {
    width: 100%;
  }

  .news-page-ticker {
    align-items: stretch;
    gap: .5rem;
    grid-template-columns: 1fr;
  }

  .news-page-ticker-track a {
    max-width: 82vw;
  }

  .news-page-ticker-track strong {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .stat-grid,
  .admin-grid,
  .analytics-grid,
  .gallery-grid,
  .production-grid,
  .modern-gallery,
  .media-grid,
  .frequency-grid,
  .rj-grid,
  .rj-grid.compact,
  .program-grid,
  .value-grid {
    grid-template-columns: 1fr;
  }

  .program-card,
  .program-card.compact {
    grid-template-columns: 1fr;
  }

  .program-card img {
    aspect-ratio: 16 / 9;
  }

  .coverage-stat-row,
  .contact-quick-grid {
    grid-template-columns: 1fr;
  }

  .media-item {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .media-item form {
    grid-column: 1 / -1;
  }

  .admin-sidebar nav {
    grid-template-columns: 1fr;
  }
}
