*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:"Sora",sans-serif;
}

:root{
color-scheme:dark;
--bg:#050505;
--bg-soft:#0b0b0b;
--panel:#101010;
--panel-2:#151515;
--text:#f7f1dc;
--muted:#b7aa78;
--gold:#ffd21f;
--gold-2:#ffb400;
--gold-soft:rgba(255,210,31,.16);
--line:rgba(255,210,31,.32);
--line-soft:rgba(255,255,255,.08);
--shadow:0 28px 70px rgba(0,0,0,.55);
}

html{
scroll-behavior:smooth;
}

body{
min-height:100vh;
background:
radial-gradient(circle at 25% 18%,rgba(255,210,31,.08),transparent 18%),
radial-gradient(circle at 74% 38%,rgba(14,34,195,.18),transparent 22%),
linear-gradient(130deg,transparent 0 8%,rgba(255,210,31,.06) 8.2% 8.4%,transparent 8.6% 36%,rgba(255,255,255,.03) 36.2% 36.3%,transparent 36.5% 100%),
linear-gradient(310deg,transparent 0 16%,rgba(255,210,31,.05) 16.2% 16.35%,transparent 16.5% 82%,rgba(255,255,255,.025) 82.2% 82.3%,transparent 82.5% 100%),
linear-gradient(180deg,#090909 0%,#020202 100%);
color:var(--text);
overflow-x:hidden;
}

body::before,
body::after{
content:"";
position:fixed;
inset:0;
pointer-events:none;
z-index:-1;
}

body::before{
background:
radial-gradient(circle at 10% 20%,rgba(255,210,31,.08),transparent 0 2px,transparent 3px) 0 0/18px 18px,
radial-gradient(circle at 88% 72%,rgba(255,210,31,.08),transparent 0 2px,transparent 3px) 0 0/18px 18px;
mask:linear-gradient(180deg,transparent 0,rgba(0,0,0,.9) 12%,rgba(0,0,0,.9) 88%,transparent 100%);
opacity:.24;
}

body::after{
background:
linear-gradient(125deg,transparent 0 7%,rgba(255,210,31,.22) 7.1% 7.18%,transparent 7.25% 100%),
linear-gradient(305deg,transparent 0 10%,rgba(255,210,31,.2) 10.05% 10.12%,transparent 10.18% 100%);
opacity:.4;
}

.page-shell{
position:relative;
isolation:isolate;
}

.hero{
position:relative;
min-height:100svh;
padding:18px 24px 18px;
display:flex;
flex-direction:column;
justify-content:center;
overflow:hidden;
}

.overlay{
position:absolute;
inset:0;
background:
radial-gradient(circle at center,rgba(255,255,255,.03),transparent 40%),
linear-gradient(90deg,rgba(0,0,0,.3),transparent 22%,transparent 78%,rgba(0,0,0,.3)),
linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.5));
pointer-events:none;
}

.hero-grid{
position:relative;
z-index:1;
width:min(1320px,100%);
margin:0 auto;
display:grid;
grid-template-columns:minmax(320px,520px) minmax(320px,1fr);
gap:32px;
align-items:center;
min-height:calc(100svh - 36px);
padding:12px 0 118px;
}

.broadcast-panel{
position:relative;
padding:10px 18px 0;
}

.eyebrow{
font-family:"Orbitron",sans-serif;
font-size:.82rem;
letter-spacing:.34em;
text-transform:uppercase;
color:var(--gold);
opacity:.8;
}

.slogan{
margin-top:10px;
font-size:.98rem;
letter-spacing:.28em;
text-transform:uppercase;
color:var(--muted);
max-width:34ch;
}

.transport-row{
margin-top:24px;
display:flex;
align-items:center;
gap:26px;
}

.transport{
display:inline-flex;
align-items:center;
justify-content:center;
color:var(--gold);
}

.transport svg{
width:38px;
height:38px;
fill:currentColor;
filter:drop-shadow(0 0 10px rgba(255,210,31,.25));
}

.transport-small{
opacity:.94;
}

.hero-play{
width:152px;
height:152px;
border-radius:50%;
border:3px solid var(--gold);
background:radial-gradient(circle at 35% 30%,rgba(255,210,31,.12),rgba(0,0,0,.68) 62%);
color:var(--gold);
display:inline-flex;
align-items:center;
justify-content:center;
position:relative;
cursor:pointer;
box-shadow:0 0 0 8px rgba(255,210,31,.04),0 0 28px rgba(255,210,31,.2),inset 0 0 24px rgba(255,210,31,.08);
transition:transform .22s ease,box-shadow .22s ease,filter .22s ease;
}

.hero-play:hover,
.social a:hover{
transform:translateY(-2px) scale(1.02);
filter:brightness(1.06);
}

.hero-play .button-icon svg{
width:58px;
height:58px;
fill:currentColor;
margin-left:6px;
}

.button-label{
position:absolute;
width:1px;
height:1px;
overflow:hidden;
clip-path:inset(50%);
white-space:nowrap;
}

.live-chip{
margin-top:18px;
display:inline-flex;
align-items:center;
gap:12px;
padding:14px 26px;
border-radius:999px;
border:1px solid var(--line);
color:var(--gold);
font-family:"Orbitron",sans-serif;
font-size:1.05rem;
font-weight:700;
letter-spacing:.12em;
text-transform:uppercase;
background:linear-gradient(180deg,rgba(255,210,31,.04),rgba(0,0,0,.35));
box-shadow:0 0 24px rgba(255,210,31,.08),inset 0 0 18px rgba(255,210,31,.04);
}

.live-dot{
width:13px;
height:13px;
border-radius:50%;
background:var(--gold);
box-shadow:0 0 16px rgba(255,210,31,.95);
}

.waveform{
margin-top:20px;
display:flex;
align-items:flex-end;
gap:6px;
min-height:44px;
}

.waveform span{
width:4px;
border-radius:999px;
background:linear-gradient(180deg,#ffe98f,var(--gold));
box-shadow:0 0 10px rgba(255,210,31,.42);
animation:wavePulse 1.6s ease-in-out infinite;
}

.waveform span:nth-child(1),
.waveform span:nth-child(25){height:5px;}
.waveform span:nth-child(2),
.waveform span:nth-child(24){height:8px;animation-delay:.08s;}
.waveform span:nth-child(3),
.waveform span:nth-child(23){height:11px;animation-delay:.14s;}
.waveform span:nth-child(4),
.waveform span:nth-child(22){height:18px;animation-delay:.2s;}
.waveform span:nth-child(5),
.waveform span:nth-child(21){height:25px;animation-delay:.28s;}
.waveform span:nth-child(6),
.waveform span:nth-child(20){height:33px;animation-delay:.34s;}
.waveform span:nth-child(7),
.waveform span:nth-child(19){height:18px;animation-delay:.42s;}
.waveform span:nth-child(8),
.waveform span:nth-child(18){height:12px;animation-delay:.48s;}
.waveform span:nth-child(9),
.waveform span:nth-child(17){height:9px;animation-delay:.56s;}
.waveform span:nth-child(10),
.waveform span:nth-child(16){height:14px;animation-delay:.64s;}
.waveform span:nth-child(11),
.waveform span:nth-child(15){height:20px;animation-delay:.72s;}
.waveform span:nth-child(12),
.waveform span:nth-child(14){height:27px;animation-delay:.8s;}
.waveform span:nth-child(13){height:36px;animation-delay:.88s;}

.hero-stream{
margin-top:18px;
display:flex;
flex-direction:column;
gap:6px;
max-width:32rem;
}

#radioDesc{
font-family:"Orbitron",sans-serif;
font-size:1.5rem;
font-weight:700;
letter-spacing:.06em;
text-transform:uppercase;
color:var(--gold);
}

#currentMusic{
margin-top:4px;
font-size:.95rem;
font-weight:600;
letter-spacing:.08em;
text-transform:uppercase;
color:var(--text);
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}

.logo-stage{
position:relative;
display:flex;
align-items:flex-start;
justify-content:center;
padding:0 0 10px;
transform:translateY(-58px) translateX(18px);
}

.logo-stage::before{
content:"";
position:absolute;
inset:0 0 12% 8%;
background:
radial-gradient(circle at center,rgba(14,34,195,.34),transparent 36%),
radial-gradient(circle at 35% 48%,rgba(255,210,31,.12),transparent 22%);
filter:blur(28px);
opacity:.86;
}

.logo-glow{
position:absolute;
width:min(640px,84%);
aspect-ratio:1/1;
border-radius:50%;
background:radial-gradient(circle,rgba(19,44,255,.55),rgba(19,44,255,.12) 48%,transparent 66%);
filter:blur(22px);
opacity:.84;
}

.logo{
position:relative;
z-index:1;
width:min(820px,112%);
max-height:68svh;
object-fit:contain;
filter:drop-shadow(0 18px 28px rgba(0,0,0,.6)) drop-shadow(0 0 28px rgba(0,0,0,.55));
animation:logoFloat 5.8s ease-in-out infinite;
}

.social{
position:absolute;
z-index:1;
left:50%;
bottom:16px;
transform:translateX(-50%);
width:min(1320px,calc(100% - 48px));
margin:0;
display:flex;
justify-content:center;
gap:34px;
flex-wrap:wrap;
}

.social a{
width:92px;
height:92px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
text-decoration:none;
background:radial-gradient(circle at center,rgba(255,210,31,.08),rgba(0,0,0,.35) 68%);
border:2px solid var(--gold);
box-shadow:0 0 0 10px rgba(255,210,31,.03),0 0 18px rgba(255,210,31,.22),inset 0 0 18px rgba(255,210,31,.06);
transition:transform .22s ease,filter .22s ease;
}

.social img{
width:40px;
height:40px;
display:block;
filter:brightness(0) saturate(100%) invert(83%) sepia(72%) saturate(1810%) hue-rotate(359deg) brightness(104%) contrast(103%);
}

@keyframes wavePulse{
0%,100%{transform:scaleY(.8);opacity:.85;}
50%{transform:scaleY(1.16);opacity:1;}
}

@keyframes logoFloat{
0%,100%{transform:translateY(0);}
50%{transform:translateY(-10px);}
}

@media (max-width:1100px){
.hero-grid{
grid-template-columns:1fr;
gap:10px;
min-height:auto;
padding:12px 0 0;
}

.broadcast-panel{
order:2;
padding:8px 4px 0;
}

.logo-stage{
order:1;
min-height:420px;
padding:0;
transform:none;
align-items:center;
}

.logo{
width:min(560px,90vw);
max-height:none;
}

.social{
position:relative;
left:auto;
bottom:auto;
transform:none;
width:min(1320px,100%);
margin:28px auto 0;
}
}

@media (max-width:720px){
.hero{
padding:22px 16px 32px;
}

.slogan{
font-size:.82rem;
letter-spacing:.2em;
}

.transport-row{
gap:16px;
justify-content:center;
}

.hero-play{
width:122px;
height:122px;
}

.hero-play .button-icon svg{
width:48px;
height:48px;
}

.transport svg{
width:28px;
height:28px;
}

.live-chip{
font-size:.92rem;
padding:12px 20px;
}

#radioDesc{
font-size:1.35rem;
}

.logo-stage{
min-height:300px;
transform:none;
}

.social{
gap:20px;
margin-top:28px;
}

.social a{
width:76px;
height:76px;
}

.social img{
width:34px;
height:34px;
}
}
