:root{
  --bg:#050607;
  --bg-soft:#090a0b;
  --surface:#0d0f10;
  --surface-2:#121416;
  --surface-3:#181b1d;
  --text:#f0f1f2;
  --muted:#94999e;
  --muted-2:#666b70;
  --silver:#c9cdd1;
  --metal-dark:#3d4145;
  --metal-mid:#8d9297;
  --metal-light:#eef0f1;
  --line:rgba(255,255,255,.085);
  --line-strong:rgba(255,255,255,.16);
  --shadow:0 30px 90px rgba(0,0,0,.52);
  --shell:1480px;
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:
  radial-gradient(circle at 50% -15%,rgba(255,255,255,.045),transparent 28%),
  var(--bg);
  color:var(--text);font-family:Inter,Arial,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.shell{width:min(calc(100% - 48px),var(--shell));margin-inline:auto}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.skip-link{position:fixed;left:18px;top:-80px;z-index:9999;padding:12px 16px;border-radius:999px;background:#fff;color:#000}.skip-link:focus{top:18px}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s cubic-bezier(.22,1,.36,1)}.reveal.is-visible{opacity:1;transform:none}

/* Premium header */
.site-header{
  position:fixed;
  inset:0 0 auto;
  z-index:120;
  padding:14px 0 0;
  pointer-events:none;
}
.header-inner{
  min-height:68px;
  padding:0 18px 0 24px;
  display:grid;
  grid-template-columns:172px 1fr auto;
  align-items:center;
  gap:24px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:22px;
  background:
    linear-gradient(180deg,rgba(25,27,29,.92) 0%,rgba(8,9,10,.90) 54%,rgba(4,5,6,.92) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.045),
    inset 0 -1px 0 rgba(0,0,0,.7),
    0 18px 50px rgba(0,0,0,.34);
  backdrop-filter:blur(22px) saturate(130%);
  pointer-events:auto;
}
.brand{display:inline-flex;align-items:center;padding:6px 0}
.brand img{width:122px;max-height:56px;object-fit:contain}
.desktop-nav{display:flex;justify-content:center;gap:28px}
.desktop-nav a{
  position:relative;
  padding:25px 0 23px;
  color:#989da2;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  transition:color .2s ease;
}
.desktop-nav a:after{
  content:"";
  position:absolute;
  left:50%;
  right:50%;
  bottom:17px;
  height:1px;
  background:linear-gradient(90deg,#555a5f,#f2f3f4,#555a5f);
  transition:left .2s ease,right .2s ease;
}
.desktop-nav a:hover{color:#f2f3f4}
.desktop-nav a:hover:after{left:0;right:0}
.header-actions{display:flex;align-items:center;gap:8px}
.header-live{
  height:38px;
  padding:0 14px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:linear-gradient(90deg,#1b1e21,#eceeef,#2c3034);
  color:#090a0b;
  font-size:9px;
  font-weight:900;
  letter-spacing:.1em;
}
.header-live span{width:6px;height:6px;border-radius:50%;background:#111;box-shadow:0 0 0 4px rgba(0,0,0,.07)}
.nav-toggle{display:none;width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:#111315;padding:0;place-items:center;align-content:center;gap:4px}
.nav-toggle span{display:block;width:13px;height:1px;background:#dfe1e3}
.mobile-menu{
  width:min(calc(100% - 48px),var(--shell));
  margin:8px auto 0;
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:rgba(7,8,9,.94);
  backdrop-filter:blur(22px);
  box-shadow:0 20px 50px rgba(0,0,0,.35);
  pointer-events:auto;
}
.mobile-menu .shell{width:100%;padding:8px 16px 13px;display:flex;flex-direction:column}
.mobile-menu a{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.06);color:#b4b8bc;font-size:11px;font-weight:700}
.mobile-menu a:last-child{border-bottom:0}

/* Hero: two main modules, controls directly underneath */
.first-impression{
  position:relative;
  min-height:100svh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:116px 0 48px;
  overflow:hidden;
  isolation:isolate;
  background:
    radial-gradient(circle at 50% 34%,rgba(255,255,255,.055),transparent 31%),
    linear-gradient(180deg,rgba(4,5,6,.14),rgba(3,4,5,.62)),
    url('/assets/img/cosmopolitan-music-bg.png') center center/cover no-repeat,
    #060708;
}
.first-impression-shade{
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(90deg,rgba(2,3,4,.72) 0%,rgba(2,3,4,.16) 28%,rgba(2,3,4,.16) 72%,rgba(2,3,4,.72) 100%),
    linear-gradient(180deg,rgba(2,3,4,.14),rgba(2,3,4,.48));
  pointer-events:none;
}
.hero-stack{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:24px;
}
.first-impression-grid{
  width:100%;
  max-width:930px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(22px,2.5vw,34px);
  align-items:center;
  justify-items:center;
}
.first-impression-item{
  position:relative;
  width:100%;
  max-width:430px;
  aspect-ratio:1/1;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.085);
  border-radius:27px;
  background:#050607;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    0 28px 70px rgba(0,0,0,.48);
}
.first-impression-item:after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.35);
  pointer-events:none;
}
.player-item iframe{display:block;width:100%;height:100%;border:0;aspect-ratio:1/1}
.sponsor-item{display:block;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}
.sponsor-item:hover{transform:translateY(-3px);border-color:rgba(255,255,255,.15);box-shadow:0 34px 80px rgba(0,0,0,.55)}
.sponsor-item img{width:100%;height:100%;object-fit:cover}
.hero-actions{
  width:100%;
  max-width:930px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}
.hero-action-primary{
  min-height:46px;
  padding:0 9px 0 17px;
  display:inline-flex;
  align-items:center;
  gap:11px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:
    linear-gradient(180deg,rgba(23,25,27,.88),rgba(7,8,9,.91));
  backdrop-filter:blur(16px);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 12px 30px rgba(0,0,0,.22);
}
.hero-action-primary>span{color:#70757a;font-size:8px;font-weight:800;letter-spacing:.17em}
.hero-action-primary strong{color:#e5e7e9;font-size:10px;font-weight:750;letter-spacing:.035em}
.hero-action-primary i{
  width:29px;height:29px;border-radius:50%;display:grid;place-items:center;
  background:linear-gradient(135deg,#f2f3f4 0%,#9ba0a5 52%,#4a4f54 100%);
  color:#070809;font-style:normal;font-size:11px;
  box-shadow:inset 0 1px rgba(255,255,255,.55);
}
.hero-socials{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:center}
.hero-socials a{
  min-height:46px;
  padding:0 15px;
  display:inline-flex;
  align-items:center;
  border:1px solid rgba(255,255,255,.085);
  border-radius:999px;
  background:linear-gradient(180deg,rgba(18,20,22,.72),rgba(6,7,8,.74));
  color:#979ca1;
  backdrop-filter:blur(14px);
  font-size:9px;
  font-weight:700;
  transition:.2s;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
.hero-socials a:hover{color:#fff;border-color:rgba(255,255,255,.16);background:#111315}

/* Premium headings */
.section-title{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(300px,.55fr);
  gap:70px;
  align-items:end;
  margin-bottom:38px;
}
.section-title span,.network-heading>span,.faq-intro>span,.about-copy>span,.advertise-box>div>span{
  display:block;
  margin-bottom:12px;
  color:#7e8388;
  font-size:10px;
  font-weight:700;
  letter-spacing:.24em;
  text-transform:uppercase;
}
.section-title h2,.network-heading h2,.faq-intro h2,.about-copy h2,.advertise-box h2{
  margin:0;
  font-family:Manrope,sans-serif;
  font-size:clamp(42px,5.2vw,78px);
  line-height:.96;
  letter-spacing:-.055em;
  background:linear-gradient(90deg,#52565a 0%,#f5f6f7 22%,#aeb3b8 48%,#f0f1f2 76%,#4b4f53 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.section-title p{
  margin:0 0 6px;
  max-width:560px;
  color:var(--muted);
  font-size:14px;
  line-height:1.75;
}

/* What is playing */
.play-section{
  padding:110px 0 118px;
  background:
    radial-gradient(circle at 18% 0%,rgba(255,255,255,.035),transparent 27%),
    repeating-linear-gradient(90deg,rgba(255,255,255,.008) 0,rgba(255,255,255,.008) 1px,transparent 1px,transparent 5px),
    var(--bg);
}
.play-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.radio-panel{
  min-height:470px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:20px;
  background:
    linear-gradient(180deg,#141618 0%,#0d0f10 11%,#08090a 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    inset 0 -1px 0 rgba(0,0,0,.75),
    0 20px 58px rgba(0,0,0,.27);
}
.panel-title{
  height:54px;
  padding:0 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  border-bottom:1px solid var(--line);
  background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,0));
  color:#d9dcde;
  font-size:10px;
  font-weight:800;
  letter-spacing:.15em;
}
.panel-title small{color:#656a6f;font-size:8px;letter-spacing:.13em}
.compact-tracks{padding:8px 14px}
.compact-tracks a{
  display:grid;
  grid-template-columns:46px 1fr 26px;
  gap:13px;
  align-items:center;
  padding:10px 2px;
  border-bottom:1px solid rgba(255,255,255,.055);
}
.compact-tracks img{width:46px;height:46px;object-fit:cover;border-radius:6px;background:#1b1d1f}
.compact-tracks span{min-width:0}
.compact-tracks strong,.compact-tracks small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.compact-tracks strong{font-size:11px;font-weight:600;color:#e8e9ea}
.compact-tracks small{font-size:8px;color:#70757a;margin-top:4px}
.compact-tracks i{
  width:23px;height:23px;border-radius:50%;display:grid;place-items:center;
  background:#d7dade;color:#0a0b0c;font-style:normal;font-size:7px;
}
.panel-link{
  margin:auto 14px 14px;
  padding:11px 15px;
  border:1px solid var(--line);
  border-radius:999px;
  text-align:center;
  color:#aeb2b6;
  font-size:9px;
  font-weight:700;
  transition:.2s;
}
.panel-link:hover{border-color:var(--line-strong);color:#fff}
.panel-empty{padding:34px 12px;color:#777c81;font-size:12px;line-height:1.7}
.compact-schedule{
  max-height:350px;
  overflow:auto;
  padding:8px 14px;
  scrollbar-width:thin;
  scrollbar-color:#7a7f84 transparent;
}
.compact-schedule>div{
  position:relative;
  display:grid;
  grid-template-columns:50px 1fr;
  gap:13px;
  align-items:center;
  padding:10px 3px;
  border-bottom:1px solid rgba(255,255,255,.055);
}
.compact-schedule>div.is-live:after{
  content:"";
  position:absolute;
  right:0;
  top:12px;
  bottom:12px;
  width:2px;
  background:linear-gradient(#fff,#777);
  box-shadow:0 0 10px rgba(255,255,255,.25);
}
.compact-schedule img{width:50px;height:50px;border-radius:50%;object-fit:cover;background:#1b1d1f}
.compact-schedule span small,.compact-schedule span strong{display:block}
.compact-schedule small{font-size:8px;color:#73787d}
.compact-schedule strong{font-size:10px;margin-top:3px;color:#e4e5e6}
.next-chip{
  margin:12px 14px 14px;
  padding:10px 13px;
  border-radius:999px;
  background:linear-gradient(90deg,#25282b,#dadde0,#25282b);
  color:#08090a;
  text-align:center;
  font-size:8px;
  font-weight:800;
}
.playlist-panel{padding-bottom:0}
.playlist-list{
  flex:1;
  max-height:414px;
  overflow:auto;
  padding:8px 14px 12px;
  scrollbar-width:thin;
  scrollbar-color:#555a5f transparent;
}
.playlist-row{
  display:grid;
  grid-template-columns:26px 50px minmax(0,1fr) 25px;
  gap:11px;
  align-items:center;
  min-height:67px;
  padding:8px 2px;
  border-bottom:1px solid rgba(255,255,255,.052);
  transition:background .2s ease,padding .2s ease;
}
.playlist-row:hover{padding-left:6px;background:linear-gradient(90deg,rgba(255,255,255,.025),transparent 72%)}
.playlist-row>b{
  font-family:Manrope,sans-serif;
  color:#565b60;
  font-size:9px;
  font-weight:700;
}
.playlist-row img{
  width:50px;
  height:50px;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.07);
  border-radius:7px;
  background:#17191b;
  box-shadow:0 7px 18px rgba(0,0,0,.28);
}
.playlist-row>span{min-width:0}
.playlist-row strong,.playlist-row small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.playlist-row strong{color:#e5e7e8;font-size:11px;font-weight:650}
.playlist-row small{margin-top:4px;color:#686d72;font-size:8px}
.playlist-row i{
  width:24px;height:24px;border-radius:50%;display:grid;place-items:center;
  background:linear-gradient(135deg,#e9ebec,#686d72);
  color:#08090a;font-style:normal;font-size:9px;
  box-shadow:inset 0 1px rgba(255,255,255,.5);
}

/* About */
.about-section{padding:115px 0;background:#08090a}
.about-layout{display:grid;grid-template-columns:1fr .82fr;gap:82px;align-items:center}
.about-copy>span{color:#777c81}
.about-copy p{max-width:720px;margin:28px 0 34px;color:#a1a6ab;font-size:16px;line-height:1.9}
.about-signature{font-family:Manrope,sans-serif;font-size:28px;font-weight:700;letter-spacing:-.035em;color:#dfe1e3}
.about-signature small{display:block;margin-top:5px;color:#676c71;font-size:9px;letter-spacing:.18em}
.about-image{min-height:520px;overflow:hidden;border-radius:26px;box-shadow:var(--shadow)}
.about-image img{width:100%;height:100%;object-fit:cover}

/* Network must be black so partner logos read clearly */
.network-section{
  padding:115px 0;
  background:#030404;
  color:#fff;
  border-top:1px solid rgba(255,255,255,.04);
  border-bottom:1px solid rgba(255,255,255,.04);
}
.network-heading{text-align:center;max-width:850px;margin:0 auto 48px}
.network-heading>span{color:#6f7479}
.network-heading p{max-width:650px;margin:20px auto 0;color:#90959a;font-size:14px;line-height:1.75}
.partner-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:12px}
.partner-card{
  min-height:138px;
  padding:19px 13px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:linear-gradient(180deg,#111315,#070809);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:15px;
  transition:transform .22s,border-color .22s,background .22s;
}
.partner-card:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.2);background:#0d0f10}
.partner-card img{max-width:96px;max-height:52px;object-fit:contain;filter:none}
.partner-card span{font-size:9px;font-weight:600;color:#8e9398;text-align:center}
.partner-card img.image-error{display:none}

/* FAQ */
.faq-section{padding:115px 0;background:var(--bg-soft)}
.faq-layout{display:grid;grid-template-columns:.65fr 1.35fr;gap:85px}
.faq-intro{position:sticky;top:50px;align-self:start}
.faq-intro p{max-width:430px;margin:22px 0 0;color:#92979c;font-size:14px;line-height:1.8}
.faq-list{border-top:1px solid var(--line)}
.faq-item{border-bottom:1px solid var(--line)}
.faq-item summary{
  list-style:none;
  cursor:pointer;
  display:grid;
  grid-template-columns:42px 1fr 28px;
  gap:18px;
  align-items:center;
  padding:24px 2px;
  font-family:Manrope,sans-serif;
  font-size:17px;
  font-weight:600;
  color:#dfe1e3;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary>span{font-size:9px;color:#676c71}
.faq-item summary i{font-style:normal;font-size:21px;color:#757a7f;text-align:center;transition:.2s}
.faq-item[open] summary i{transform:rotate(45deg);color:#d7dade}
.faq-item p{margin:-4px 46px 25px 60px;color:#92979c;font-size:14px;line-height:1.8}

/* Advertising */
.advertise-section{padding:88px 0;background:#08090a}
.advertise-box{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:70px;
  align-items:end;
  padding:58px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:28px;
  background:
    radial-gradient(circle at 12% 20%,rgba(255,255,255,.055),transparent 30%),
    linear-gradient(135deg,#111315,#070809 72%);
  box-shadow:0 24px 70px rgba(0,0,0,.28);
}
.advertise-box p{margin:0 0 24px;max-width:520px;color:#969ba0;font-size:14px;line-height:1.8}
.advertise-box a{
  display:inline-flex;
  padding:12px 20px;
  border-radius:999px;
  background:linear-gradient(90deg,#383c40,#f0f1f2,#45494d);
  color:#070809;
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
}

/* Footer — premium hi-fi finish */
.site-footer{
  padding:34px 0 24px;
  background:
    radial-gradient(circle at 12% 0%,rgba(255,255,255,.035),transparent 27%),
    repeating-linear-gradient(90deg,rgba(255,255,255,.006) 0,rgba(255,255,255,.006) 1px,transparent 1px,transparent 5px),
    #030404;
  border-top:1px solid rgba(255,255,255,.06);
}
.footer-surface{
  position:relative;
  overflow:hidden;
  padding:38px 40px 22px;
  border:1px solid rgba(255,255,255,.085);
  border-radius:26px;
  background:
    linear-gradient(115deg,rgba(255,255,255,.028),transparent 28%),
    linear-gradient(180deg,#101214 0%,#08090a 42%,#050607 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.035),
    inset 0 -1px 0 rgba(0,0,0,.7),
    0 26px 70px rgba(0,0,0,.26);
}
.footer-surface:before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:3px;
  background:linear-gradient(180deg,#3c4145,#eceeef 42%,#5e6368 72%,transparent);
  opacity:.72;
}
.footer-main{
  display:grid;
  grid-template-columns:minmax(230px,.72fr) minmax(0,1.28fr);
  gap:clamp(48px,8vw,120px);
  align-items:start;
}
.footer-brand{
  min-height:190px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:space-between;
}
.footer-logo{display:inline-flex}
.footer-logo img{width:146px;max-height:78px;object-fit:contain}
.footer-live{
  min-height:42px;
  padding:0 9px 0 14px;
  display:inline-flex;
  align-items:center;
  gap:9px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:999px;
  background:linear-gradient(180deg,#141618,#08090a);
  color:#c9cdd0;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}
.footer-live span{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#eef0f1;
  box-shadow:0 0 0 4px rgba(255,255,255,.05),0 0 14px rgba(255,255,255,.22);
}
.footer-live strong{
  font-size:9px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.footer-live i{
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  margin-left:2px;
  border-radius:50%;
  background:linear-gradient(135deg,#f0f1f2,#6b7075);
  color:#08090a;
  font-size:9px;
  font-style:normal;
}
.footer-links{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(28px,5vw,64px);
  padding-top:7px;
}
.footer-links>div{display:flex;flex-direction:column;gap:11px;min-width:0}
.footer-links strong{
  margin-bottom:8px;
  color:#62676c;
  font-size:8px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.footer-links a{
  width:max-content;
  max-width:100%;
  color:#a4a9ae;
  font-size:12px;
  transition:color .2s ease,transform .2s ease;
}
.footer-links a:hover{color:#fff;transform:translateX(3px)}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:22px;
  padding-top:20px;
  margin-top:30px;
  border-top:1px solid rgba(255,255,255,.07);
  color:#5f6469;
  font-size:9px;
  letter-spacing:.025em;
}
.footer-credit{
  color:#777c81;
  transition:color .2s ease;
}
.footer-credit strong{
  color:#b8bdc1;
  font-weight:700;
}
.footer-credit:hover{color:#fff}
.footer-credit:hover strong{color:#fff}

/* Cookie + PWA */
.cookie-banner{position:fixed;z-index:300;left:20px;right:20px;bottom:20px;max-width:860px;margin:auto;background:rgba(8,9,10,.96);border:1px solid var(--line-strong);box-shadow:0 22px 80px rgba(0,0,0,.5);backdrop-filter:blur(20px);border-radius:18px;padding:18px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.cookie-banner[hidden]{display:none}
.cookie-copy strong{font-family:Manrope,sans-serif}.cookie-copy p{font-size:11px;color:#7f8489;margin:5px 0 0;max-width:580px}
.cookie-actions{display:flex;gap:8px;flex:0 0 auto}
.button{border:0;border-radius:999px;padding:11px 16px;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:800}
.button-primary{background:#e0e2e4;color:#090a0b}.button-ghost{background:#151719;color:#ddd;border:1px solid var(--line)}
.install-modal{
  position:fixed;
  z-index:250;
  right:22px;
  bottom:22px;
  width:min(430px,calc(100% - 32px));
  display:grid;
  grid-template-columns:58px 1fr auto;
  gap:14px;
  align-items:center;
  padding:16px 16px 16px 17px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:24px;
  background:
    radial-gradient(circle at 20% 0%,rgba(255,255,255,.07),transparent 34%),
    rgba(10,11,12,.94);
  box-shadow:0 28px 80px rgba(0,0,0,.52);
  backdrop-filter:blur(24px) saturate(135%);
}
.install-modal[hidden]{display:none}
.install-icon{
  width:58px;
  height:58px;
  padding:7px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:17px;
  background:linear-gradient(145deg,#1d2023,#090a0b);
  box-shadow:inset 0 1px rgba(255,255,255,.05);
}
.install-icon img{width:100%;height:100%;object-fit:contain;border-radius:11px}
.install-copy{min-width:0}
.install-copy>span{display:block;margin-bottom:4px;color:#686d72;font-size:7px;font-weight:800;letter-spacing:.16em}
.install-copy strong{display:block;color:#eceeef;font-family:Manrope,sans-serif;font-size:14px;letter-spacing:-.02em}
.install-copy small{display:block;margin-top:3px;color:#7c8186;font-size:10px;line-height:1.35}
.install-cta{
  min-height:38px;
  padding:0 9px 0 14px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:0;
  border-radius:999px;
  background:linear-gradient(90deg,#3b3f43,#f2f3f4,#4a4f54);
  color:#08090a;
  font-size:9px;
  font-weight:900;
  text-transform:uppercase;
}
.install-cta i{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#090a0b;color:#fff;font-style:normal}
.install-close{
  position:absolute;
  top:7px;
  right:8px;
  width:24px;
  height:24px;
  border:0;
  background:transparent;
  color:#656a6f;
  font-size:18px;
  line-height:1;
}

@media(max-width:1100px){
  .desktop-nav{gap:18px}
  .first-impression-grid{max-width:860px}
  .hero-actions{max-width:860px}
  .play-grid{grid-template-columns:1fr 1fr}
  .playlist-panel{grid-column:1/-1;min-height:390px}
  }
@media(max-width:820px){
  .shell{width:min(calc(100% - 30px),var(--shell))}
  .site-header{padding-top:10px}.header-inner{min-height:64px;grid-template-columns:1fr auto;padding:0 12px 0 18px}.brand img{width:100px}.desktop-nav{display:none}.nav-toggle{display:grid}
  .first-impression{min-height:auto;padding:96px 0 38px}
  .hero-stack{gap:18px}
  .first-impression-grid{grid-template-columns:1fr 1fr;gap:14px;max-width:700px}
  .first-impression-item{width:100%;max-width:330px}
  .hero-actions{max-width:700px}.hero-action-primary{justify-content:center}.hero-socials{justify-content:center}
  .section-title{grid-template-columns:1fr;gap:18px}
  .play-section,.producers-section,.about-section,.network-section,.faq-section{padding:85px 0}
  .play-grid{grid-template-columns:1fr}.playlist-panel{grid-column:auto}
    .about-layout{grid-template-columns:1fr;gap:48px}.about-image{min-height:420px}
  .faq-layout{grid-template-columns:1fr;gap:42px}.faq-intro{position:static}
  .advertise-box{grid-template-columns:1fr;gap:30px;padding:38px}
  .footer-main{grid-template-columns:1fr;gap:44px}
}
@media(max-width:560px){
  .site-header{padding-top:8px}.header-inner{min-height:58px;border-radius:18px}.header-live{height:34px;padding:0 11px}.nav-toggle{width:34px;height:34px}
  .mobile-menu{width:min(calc(100% - 30px),var(--shell))}
  .first-impression{padding:82px 0 30px}
  .hero-stack{gap:16px}
  .first-impression-grid{grid-template-columns:1fr;gap:14px;max-width:390px}
  .first-impression-item{width:min(100%,305px);border-radius:23px}
  .hero-actions{max-width:390px;flex-direction:column}.hero-socials{width:100%}.hero-socials a{min-height:40px;padding:0 11px}.hero-action-primary{width:100%;justify-content:center}
  .install-modal{left:12px;right:12px;bottom:12px;width:auto;grid-template-columns:50px 1fr;padding:14px 38px 14px 14px}.install-icon{width:50px;height:50px}.install-cta{grid-column:1/-1;justify-content:center;width:100%}
  .section-title h2,.network-heading h2,.faq-intro h2,.about-copy h2,.advertise-box h2{font-size:42px}
  .radio-panel{min-height:430px}
    .about-image{min-height:330px}
  .partner-grid{grid-template-columns:1fr 1fr}.partner-card{min-height:112px}
  .faq-item summary{grid-template-columns:30px 1fr 22px;gap:10px;font-size:15px}.faq-item p{margin:-3px 30px 22px 40px}
  .advertise-section{padding:64px 0}.advertise-box{padding:28px 22px}
  .footer-links{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column}
  .cookie-banner{left:10px;right:10px;bottom:10px;display:block}.cookie-actions{margin-top:12px}.cookie-actions .button{flex:1}
}
@media(max-width:390px){.partner-grid,.footer-links{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal{opacity:1;transform:none;transition:none}}


/* ===== Epic Radio responsive + PWA polish ===== */
.first-impression{
  background-position:center center;
  background-attachment:scroll;
}
.hero-stack,.first-impression-grid,.hero-actions{min-width:0}
.first-impression-item,.radio-panel,.about-copy,.about-image,.faq-list,.footer-main,.footer-links{min-width:0}
.section-title h2,.network-heading h2,.faq-intro h2,.about-copy h2,.advertise-box h2{
  overflow-wrap:anywhere;
}
.about-image{
  min-height:0;
  aspect-ratio:1/1;
  border:1px solid rgba(255,255,255,.08);
  background:#090a0b;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.035),
    0 28px 80px rgba(0,0,0,.42);
}
.about-image img{width:100%;height:100%;object-fit:cover}
.playlist-row,.compact-tracks a,.compact-schedule>div{min-width:0}
.playlist-row>span,.compact-tracks span,.compact-schedule span{min-width:0}

/* Branded install card */
.install-modal{
  --install-bottom:22px;
  position:fixed;
  z-index:340;
  right:max(18px,env(safe-area-inset-right));
  bottom:calc(var(--install-bottom) + env(safe-area-inset-bottom));
  width:min(455px,calc(100vw - 36px));
  display:grid;
  grid-template-columns:62px minmax(0,1fr) auto;
  gap:14px;
  align-items:center;
  padding:16px 16px 16px 17px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  border-radius:24px;
  background:
    linear-gradient(115deg,rgba(255,255,255,.045),transparent 24%),
    linear-gradient(180deg,rgba(21,23,25,.97),rgba(6,7,8,.98));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.055),
    inset 0 -1px 0 rgba(0,0,0,.75),
    0 28px 90px rgba(0,0,0,.58);
  backdrop-filter:blur(26px) saturate(135%);
  opacity:0;
  transform:translateY(18px) scale(.985);
  transition:opacity .22s ease,transform .22s cubic-bezier(.22,1,.36,1),bottom .22s ease;
}
.install-modal:before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:3px;
  background:linear-gradient(180deg,#4b5055,#f0f1f2,#555a5f);
  opacity:.8;
}
.install-modal[hidden]{display:none}
.install-modal.is-visible{opacity:1;transform:none}
.install-icon{
  width:62px;
  height:62px;
  padding:7px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:18px;
  background:
    radial-gradient(circle at 35% 25%,rgba(255,255,255,.08),transparent 35%),
    linear-gradient(145deg,#1b1e20,#08090a);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 10px 24px rgba(0,0,0,.28);
}
.install-icon img{width:100%;height:100%;object-fit:cover;border-radius:12px}
.install-copy{min-width:0;padding-right:4px}
.install-copy>span{
  display:block;
  margin-bottom:5px;
  color:#70757a;
  font-size:7px;
  font-weight:800;
  letter-spacing:.18em;
}
.install-copy strong{
  display:block;
  color:#f0f1f2;
  font-family:Manrope,sans-serif;
  font-size:15px;
  line-height:1.15;
  letter-spacing:-.025em;
}
.install-copy small{
  display:block;
  margin-top:5px;
  color:#858a8f;
  font-size:10px;
  line-height:1.4;
}
.install-copy em{
  display:block;
  margin-top:7px;
  color:#c5c9cd;
  font-size:9px;
  font-style:normal;
  line-height:1.45;
}
.install-cta{
  min-height:40px;
  padding:0 9px 0 14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background:linear-gradient(90deg,#3f4448 0%,#f1f2f3 52%,#575c61 100%);
  color:#070809;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.5);
  font-size:9px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.install-cta i{
  width:22px;
  height:22px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#090a0b;
  color:#fff;
  font-style:normal;
}
.install-close{
  position:absolute;
  top:7px;
  right:8px;
  z-index:2;
  width:26px;
  height:26px;
  border:0;
  border-radius:50%;
  background:rgba(0,0,0,.18);
  color:#7d8287;
  font-size:18px;
  line-height:1;
}
.install-close:hover{background:rgba(255,255,255,.06);color:#fff}

@media(max-width:900px){
  .shell{width:min(calc(100% - 32px),var(--shell))}
  .first-impression{padding:104px 0 42px}
  .first-impression-grid{max-width:760px}
  .first-impression-item{max-width:350px}
  .hero-actions{max-width:760px}
  .play-section,.about-section,.network-section,.faq-section{padding:82px 0}
  .about-layout{gap:44px}
  .footer-main{gap:48px}
}

@media(max-width:700px){
  .shell{width:min(calc(100% - 24px),var(--shell))}
  .site-header{padding-top:8px}
  .header-inner{
    min-height:60px;
    padding:0 11px 0 18px;
    border-radius:18px;
  }
  .brand img{width:94px}
  .header-live{height:34px;padding:0 10px;font-size:8px}
  .nav-toggle{width:34px;height:34px}
  .first-impression{
    min-height:auto;
    padding:82px 0 34px;
    background-position:64% center;
  }
  .hero-stack{gap:16px}
  .first-impression-grid{
    grid-template-columns:1fr;
    max-width:420px;
    gap:14px;
  }
  .first-impression-item{
    width:min(100%,330px);
    max-width:none;
    border-radius:23px;
  }
  .hero-actions{
    max-width:420px;
    flex-direction:column;
    gap:9px;
  }
  .hero-action-primary{width:100%;justify-content:center}
  .hero-socials{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
  .hero-socials a{min-height:40px;padding:0 7px;justify-content:center;font-size:8px}
  .section-title{grid-template-columns:1fr;gap:16px;margin-bottom:28px}
  .section-title h2,.network-heading h2,.faq-intro h2,.about-copy h2,.advertise-box h2{
    font-size:clamp(36px,11vw,48px);
    line-height:.98;
  }
  .section-title p,.network-heading p,.faq-intro p{font-size:13px}
  .play-section,.about-section,.network-section,.faq-section{padding:68px 0}
  .play-grid{grid-template-columns:1fr;gap:12px}
  .radio-panel{min-height:0;border-radius:18px}
  .compact-schedule,.playlist-list{max-height:none}
  .about-layout{grid-template-columns:1fr;gap:34px}
  .about-copy p{margin:22px 0 26px;font-size:14px;line-height:1.8}
  .about-signature{font-size:23px}
  .network-heading{margin-bottom:34px}
  .partner-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .partner-card{min-height:108px;padding:14px 10px;border-radius:15px}
  .partner-card img{max-width:82px;max-height:44px}
  .faq-layout{grid-template-columns:1fr;gap:30px}
  .faq-intro{position:static}
  .faq-item summary{padding:19px 0}
  .advertise-section{padding:58px 0}
  .advertise-box{grid-template-columns:1fr;gap:25px;padding:28px 22px;border-radius:20px}
  .footer-main{grid-template-columns:1fr;gap:36px}
  .footer-links{gap:24px}
  .footer-bottom{margin-top:34px}
}

@media(max-width:520px){
  .shell{width:min(calc(100% - 20px),var(--shell))}
  .mobile-menu{width:min(calc(100% - 20px),var(--shell))}
  .first-impression{padding-top:78px;background-position:70% center}
  .first-impression-item{width:min(100%,310px)}
  .hero-socials{grid-template-columns:1fr 1fr}
  .hero-socials a:last-child{grid-column:1/-1}
  .panel-title{height:50px;padding:0 13px;font-size:9px}
  .panel-title small{font-size:7px}
  .compact-tracks,.compact-schedule,.playlist-list{padding-left:10px;padding-right:10px}
  .compact-tracks a{grid-template-columns:44px minmax(0,1fr) 24px;gap:10px}
  .compact-tracks img{width:44px;height:44px}
  .playlist-row{grid-template-columns:22px 46px minmax(0,1fr) 24px;gap:9px;min-height:62px}
  .playlist-row img{width:46px;height:46px}
  .next-chip{margin:10px;font-size:7px}
  .section-title h2,.network-heading h2,.faq-intro h2,.about-copy h2,.advertise-box h2{font-size:36px}
  .about-image{border-radius:20px}
  .faq-item summary{grid-template-columns:25px minmax(0,1fr) 20px;gap:8px;font-size:14px}
  .faq-item p{margin:-2px 24px 20px 33px;font-size:13px}
  .footer-links{grid-template-columns:1fr 1fr}
  .footer-bottom{flex-direction:column;gap:8px}
  .install-modal{
    left:max(10px,env(safe-area-inset-left));
    right:max(10px,env(safe-area-inset-right));
    width:auto;
    grid-template-columns:52px minmax(0,1fr);
    gap:11px;
    padding:13px 36px 13px 13px;
    border-radius:20px;
  }
  .install-icon{width:52px;height:52px;border-radius:15px}
  .install-copy strong{font-size:13px}
  .install-copy small{font-size:9px}
  .install-cta{
    grid-column:1/-1;
    width:100%;
    min-height:38px;
    margin-top:1px;
  }
  .cookie-banner{left:10px;right:10px;bottom:10px;padding:15px;border-radius:16px}
}

@media(max-width:380px){
  .header-live{padding:0 8px}
  .first-impression-item{width:100%}
  .partner-grid,.footer-links{grid-template-columns:1fr}
  .hero-socials{grid-template-columns:1fr}
  .hero-socials a:last-child{grid-column:auto}
}

@media(prefers-reduced-motion:reduce){
  .install-modal{transition:none}
}


/* Footer responsive overrides */
@media(max-width:900px){
  .footer-surface{padding:32px 30px 20px}
  .footer-main{grid-template-columns:1fr;gap:36px}
  .footer-brand{min-height:0;flex-direction:row;align-items:center}
  .footer-logo img{width:126px}
}
@media(max-width:600px){
  .site-footer{padding:22px 0 14px}
  .footer-surface{padding:26px 20px 18px;border-radius:20px}
  .footer-brand{flex-direction:column;align-items:flex-start;gap:24px}
  .footer-links{grid-template-columns:1fr 1fr;gap:28px 22px}
  .footer-links>div:last-child{grid-column:1/-1}
  .footer-bottom{align-items:flex-start;flex-direction:column;gap:8px;margin-top:26px}
}
@media(max-width:380px){
  .footer-links{grid-template-columns:1fr}
  .footer-links>div:last-child{grid-column:auto}
}

/* Mobile hero — desktop proportions, no cropped sponsor creative */
@media(max-width:700px){
  .first-impression{
    padding-top:82px;
    align-items:flex-start;
  }

  .hero-stack{
    width:calc(100% - 12px);
    max-width:none;
    margin-inline:auto;
  }

  .first-impression-grid,
  .hero-actions{
    width:100%;
    max-width:none;
  }

  .first-impression-grid{
    grid-template-columns:1fr;
    gap:12px;
  }

  .first-impression-item,
  .player-item,
  .sponsor-item{
    width:100%;
    max-width:none;
  }

  .player-item,
  .sponsor-item{
    height:auto;
    min-height:0;
    aspect-ratio:1/1;
  }

  .sponsor-item{
    border-radius:22px;
    background:#050607;
  }

  .sponsor-item img{
    width:100%;
    height:100%;
    display:block;
    object-fit:contain;
    object-position:center;
  }
}

@media(max-width:520px){
  .hero-stack{
    width:calc(100% - 10px);
  }

  .player-item,
  .sponsor-item{
    border-radius:20px;
  }
}

/* Header language switcher */
.language-switcher{
  height:38px;
  padding:0 11px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  border:1px solid rgba(255,255,255,.095);
  border-radius:999px;
  background:linear-gradient(180deg,#151719,#08090a);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}
.language-switcher a{
  color:#656a6f;
  font-size:8px;
  font-weight:850;
  letter-spacing:.08em;
  line-height:1;
  transition:color .18s ease;
}
.language-switcher a:hover{color:#dfe1e3}
.language-switcher a.is-active{
  color:#f1f2f3;
  text-shadow:0 0 12px rgba(255,255,255,.18);
}
.language-switcher>span{
  width:1px;
  height:12px;
  background:rgba(255,255,255,.11);
}

@media(max-width:700px){
  .header-actions{gap:6px}
  .language-switcher{
    height:34px;
    padding:0 9px;
    gap:6px;
  }
  .language-switcher a{font-size:7px}
}

@media(max-width:420px){
  .header-inner{padding-right:8px;padding-left:14px}
  .brand img{width:88px}
  .language-switcher{
    padding:0 7px;
    gap:5px;
  }
  .header-live{padding:0 8px}
}

/* Mobile PWA safe-area spacing */
@media(max-width:700px){
  .site-header{
    padding-top:calc(10px + env(safe-area-inset-top, 0px));
  }

  .first-impression{
    padding-top:calc(84px + env(safe-area-inset-top, 0px));
  }
}

@media (display-mode: standalone) and (max-width:700px){
  .site-header{
    padding-top:calc(12px + env(safe-area-inset-top, 0px));
  }

  .first-impression{
    padding-top:calc(88px + env(safe-area-inset-top, 0px));
  }
}

/* Non-emoji link arrows */
.css-link-arrow,
.external-arrow::after{
  content:"";
  display:inline-block;
  width:10px;
  height:10px;
  flex:0 0 10px;
  margin-left:6px;
  vertical-align:middle;
  background:currentColor;
  clip-path:polygon(0 44%,62% 44%,62% 12%,100% 50%,62% 88%,62% 56%,0 56%);
  transform:rotate(-45deg);
  transform-origin:center;
}
.external-arrow{
  display:inline-flex;
  align-items:center;
}

@media(max-width:700px){
  .css-link-arrow,
  .external-arrow::after{
    width:9px;
    height:9px;
    flex-basis:9px;
    margin-left:5px;
  }
}

/* Epic Radio custom context menu */
.epic-context-menu{
  position:fixed;
  z-index:9999;
  width:min(250px,calc(100vw - 24px));
  padding:10px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:20px;
  background:
    linear-gradient(180deg,rgba(21,23,25,.98),rgba(7,8,9,.985));
  box-shadow:
    0 24px 70px rgba(0,0,0,.58),
    inset 0 1px 0 rgba(255,255,255,.035);
  backdrop-filter:blur(24px) saturate(120%);
  -webkit-backdrop-filter:blur(24px) saturate(120%);
  opacity:0;
  transform:scale(.97);
  transform-origin:top left;
  transition:opacity .12s ease,transform .12s ease;
  user-select:none;
  -webkit-user-select:none;
}
.epic-context-menu[hidden]{display:none!important}
.epic-context-menu.is-visible{
  opacity:1;
  transform:scale(1);
}
.epic-context-head{
  min-height:54px;
  padding:8px 10px 10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border-bottom:1px solid rgba(255,255,255,.075);
  margin-bottom:6px;
}
.epic-context-head img{
  width:78px;
  max-height:34px;
  object-fit:contain;
}
.epic-context-head span{
  color:#686d72;
  font-size:7px;
  font-weight:850;
  letter-spacing:.14em;
  text-align:right;
}
.epic-context-menu>a{
  min-height:38px;
  padding:0 11px;
  display:flex;
  align-items:center;
  border-radius:11px;
  color:#b9bdc1;
  font-size:11px;
  font-weight:700;
  letter-spacing:.015em;
  transition:background .14s ease,color .14s ease,transform .14s ease;
}
.epic-context-menu>a:hover,
.epic-context-menu>a:focus-visible{
  background:rgba(255,255,255,.065);
  color:#fff;
  transform:translateX(2px);
  outline:none;
}
.epic-context-separator{
  height:1px;
  margin:6px 8px;
  background:rgba(255,255,255,.075);
}
.epic-context-langs{
  min-height:40px;
  padding:5px 10px 2px;
  display:flex;
  align-items:center;
  gap:8px;
}
.epic-context-langs a{
  color:#63686d;
  font-size:8px;
  font-weight:900;
  letter-spacing:.1em;
}
.epic-context-langs a.is-active{color:#f3f4f5}
.epic-context-langs>span{
  width:1px;
  height:12px;
  background:rgba(255,255,255,.11);
}

@media(max-width:700px){
  .epic-context-menu{
    width:min(238px,calc(100vw - 20px));
    border-radius:18px;
  }
}

/* Larger, more legible Now Playing panels */
@media(min-width:901px){
  .radio-panel{min-height:510px}
  .panel-title{
    height:58px;
    padding-inline:20px;
    font-size:11px;
  }
  .panel-title small{font-size:8.5px}

  .compact-tracks{padding:9px 16px}
  .compact-tracks a{
    grid-template-columns:54px minmax(0,1fr) 30px;
    gap:14px;
    padding:12px 2px;
  }
  .compact-tracks img{width:54px;height:54px;border-radius:7px}
  .compact-tracks strong{font-size:12.5px;font-weight:650}
  .compact-tracks small{font-size:9.5px;margin-top:5px}
  .compact-tracks i{width:27px;height:27px;font-size:8px}

  .compact-schedule{padding:9px 16px}
  .compact-schedule>div{
    grid-template-columns:56px minmax(0,1fr);
    gap:14px;
    padding:12px 3px;
  }
  .compact-schedule img{width:56px;height:56px}
  .compact-schedule small{font-size:9.5px}
  .compact-schedule strong{font-size:11.5px;margin-top:5px}
  .next-chip{font-size:9px;padding:12px 14px}

  .playlist-list{padding:9px 16px 14px}
  .playlist-row{
    grid-template-columns:27px 58px minmax(0,1fr) 28px;
    gap:13px;
    min-height:82px;
    padding:10px 2px;
  }
  .playlist-row>b{font-size:9.5px}
  .playlist-row img{width:58px;height:58px;border-radius:8px}
  .playlist-row strong{font-size:12.5px;font-weight:700}
  .playlist-row small{
    margin-top:5px;
    color:#92979c;
    font-size:9.5px;
  }
  .playlist-row em{
    display:block;
    margin-top:3px;
    color:#555b60;
    font-size:7.5px;
    font-style:normal;
    font-weight:650;
    letter-spacing:.035em;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
}

@media(max-width:900px){
  .compact-tracks strong{font-size:12px}
  .compact-tracks small{font-size:9px}
  .compact-schedule strong{font-size:11px}
  .compact-schedule small{font-size:9px}
  .playlist-row strong{font-size:12px}
  .playlist-row small{font-size:9px;color:#92979c}
  .playlist-row em{
    display:block;
    margin-top:3px;
    color:#555b60;
    font-size:7.5px;
    font-style:normal;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
}

@media(max-width:520px){
  .compact-tracks a{
    grid-template-columns:52px minmax(0,1fr) 28px;
    gap:12px;
    min-height:72px;
  }
  .compact-tracks img{width:52px;height:52px}

  .compact-schedule>div{
    grid-template-columns:54px minmax(0,1fr);
    gap:12px;
    min-height:74px;
  }
  .compact-schedule img{width:54px;height:54px}

  .playlist-row{
    grid-template-columns:22px 52px minmax(0,1fr) 24px;
    gap:10px;
    min-height:76px;
  }
  .playlist-row img{width:52px;height:52px}
}
