/* === Minimal Preflight (replaces Tailwind CDN reset) === */
*, ::before, ::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e5e7eb; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; tab-size: 4; font-family: 'Inter', sans-serif; }
body { margin: 0; line-height: inherit; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
a { color: inherit; text-decoration: inherit; }
img, svg, video, canvas, audio, iframe, embed, object { display: block; vertical-align: middle; }
img, video { max-width: 100%; height: auto; }
button, input, select, textarea { font-family: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; color: inherit; margin: 0; padding: 0; }
button { cursor: pointer; background-color: transparent; background-image: none; }
ul, ol { list-style: none; margin: 0; padding: 0; }
p { margin: 0; }
::selection { background-color: #38bdf8; color: #000; }

/* === Filter & Transform CSS Variable Defaults === */
*, ::before, ::after {
    --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0;
    --tw-scale-x: 1; --tw-scale-y: 1;
    --tw-blur: ; --tw-grayscale: ;
    --tw-shadow: 0 0 #0000;
}

/* === Layout === */
.container { width: 100%; margin-left: auto; margin-right: auto; }
@media (min-width: 640px) { .container { max-width: 640px; } }
@media (min-width: 768px) { .container { max-width: 768px; } }
@media (min-width: 1024px) { .container { max-width: 1024px; } }
@media (min-width: 1280px) { .container { max-width: 1280px; } }
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.top-0 { top: 0; }
.top-0\.5 { top: 0.125rem; }
.top-1 { top: 0.25rem; }
.top-4 { top: 1rem; }
.right-0 { right: 0; }
.right-4 { right: 1rem; }
.left-0 { left: 0; }
.left-0\.5 { left: 0.125rem; }
.left-1 { left: 0.25rem; }
.left-4 { left: 1rem; }
.left-\[18px\] { left: 18px; }
.bottom-0 { bottom: 0; }
.bottom-10 { bottom: 2.5rem; }
.bottom-14 { bottom: 3.5rem; }
.left-1\/2 { left: 50%; }
.top-1\/2 { top: 50%; }
.z-0 { z-index: 0; }
.z-10 { z-index: 10; }
.z-20 { z-index: 20; }
.z-30 { z-index: 30; }
.z-40 { z-index: 40; }
.z-50 { z-index: 50; }
.z-\[49\] { z-index: 49; }
.z-\[51\] { z-index: 51; }
.z-\[59\] { z-index: 59; }
.z-\[60\] { z-index: 60; }
.z-\[61\] { z-index: 61; }
.overflow-hidden { overflow: hidden; }
.overflow-x-hidden { overflow-x: hidden; }
.overflow-y-auto { overflow-y: auto; }
.pointer-events-none { pointer-events: none; }

/* === Display & Flex & Grid === */
.flex { display: flex; }
.block { display: block; }
.hidden { display: none; }
.grid { display: grid; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.flex-1 { flex: 1 1 0%; }
.shrink-0 { flex-shrink: 0; }
.inline-flex { display: inline-flex; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gap-1 { gap: 0.25rem; }
.gap-1\.5 { gap: 0.375rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-12 { gap: 3rem; }

/* === Sizing === */
.w-full { width: 100%; }
.w-1 { width: 0.25rem; }
.w-2 { width: 0.5rem; }
.w-3 { width: 0.75rem; }
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-6 { width: 1.5rem; }
.w-8 { width: 2rem; }
.w-9 { width: 2.25rem; }
.w-10 { width: 2.5rem; }
.w-12 { width: 3rem; }
.w-52 { width: 13rem; }
.h-full { height: 100%; }
.h-3 { height: 0.75rem; }
.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-8 { height: 2rem; }
.h-10 { height: 2.5rem; }
.h-12 { height: 3rem; }
.h-32 { height: 8rem; }
.h-\[85vh\] { height: 85vh; }
.min-h-screen { min-height: 100vh; }
.min-h-\[50vh\] { min-height: 50vh; }
.max-w-2xl { max-width: 42rem; }
.max-w-sm { max-width: 24rem; }
.max-w-6xl { max-width: 72rem; }

/* === Spacing === */
.mx-auto { margin-left: auto; margin-right: auto; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-24 { margin-bottom: 6rem; }
.mb-0 { margin-bottom: 0; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-16 { margin-top: 4rem; }
.ml-1 { margin-left: 0.25rem; }
.ml-auto { margin-left: auto; }
.mr-1 { margin-right: 0.25rem; }
.p-2 { padding: 0.5rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.py-0\.5 { padding-top: 0.125rem; padding-bottom: 0.125rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.pb-6 { padding-bottom: 1.5rem; }
.pb-16 { padding-bottom: 4rem; }
.pb-24 { padding-bottom: 6rem; }
.pt-8 { padding-top: 2rem; }
.pt-20 { padding-top: 5rem; }
.pt-24 { padding-top: 6rem; }
.space-y-1 > * + * { margin-top: 0.25rem; }
.space-y-2 > * + * { margin-top: 0.5rem; }
.space-y-3 > * + * { margin-top: 0.75rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }

/* === Typography === */
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.text-\[9px\] { font-size: 9px; }
.text-\[10px\] { font-size: 10px; }
.text-\[11px\] { font-size: 11px; }
.font-bold { font-weight: 700; }
.font-light { font-weight: 300; }
.font-normal { font-weight: 400; }
.uppercase { text-transform: uppercase; }
.italic { font-style: italic; }
.leading-none { line-height: 1; }
.leading-relaxed { line-height: 1.625; }
.tracking-tight { letter-spacing: -0.025em; }
.tracking-tighter { letter-spacing: -0.05em; }
.tracking-widest { letter-spacing: 0.1em; }
.tracking-\[0\.2em\] { letter-spacing: 0.2em; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.select-none { user-select: none; -webkit-user-select: none; }
.line-clamp-2 { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; }
.line-clamp-3 { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; line-clamp: 3; }

/* === Colors === */
.text-white { color: #fff; }
.text-gray-200 { color: #e5e7eb; }
.text-neutral-300 { color: #d4d4d4; }
.text-neutral-400 { color: #a3a3a3; }
.text-neutral-500 { color: #737373; }
.text-neutral-600 { color: #525252; }
.text-neutral-700 { color: #404040; }
.text-sky-400 { color: #38bdf8; }
.text-orange-500 { color: #f97316; }
.text-green-500 { color: #22c55e; }

/* === Backgrounds === */
.bg-black { background-color: #000; }
.bg-black\/40 { background-color: rgb(0 0 0 / 0.4); }
.bg-neutral-900 { background-color: #171717; }
.bg-neutral-900\/95 { background-color: rgb(23 23 23 / 0.95); }
.bg-neutral-950 { background-color: #0a0a0a; }
.bg-sky-400\/5 { background-color: rgb(56 189 248 / 0.05); }
.bg-sky-400\/10 { background-color: rgb(56 189 248 / 0.1); }
.bg-white { background-color: #fff; }
.bg-neutral-700 { background-color: #404040; }
.bg-neutral-800 { background-color: #262626; }
.bg-neutral-800\/50 { background-color: rgb(38 38 38 / 0.5); }
.bg-sky-400 { background-color: #38bdf8; }

/* === Borders === */
.border { border-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-l { border-left-width: 1px; }
.border-r { border-right-width: 1px; }
.border-t { border-top-width: 1px; }
.border-l-4 { border-left-width: 4px; }
.border-r-0 { border-right-width: 0; }
.border-neutral-800 { border-color: #262626; }
.border-neutral-900 { border-color: #171717; }
.border-sky-400\/20 { border-color: rgb(56 189 248 / 0.2); }
.border-sky-400\/30 { border-color: rgb(56 189 248 / 0.3); }
.border-sky-400\/40 { border-color: rgb(56 189 248 / 0.4); }
.border-l-sky-400 { border-left-color: #38bdf8; }
.rounded { border-radius: 0.25rem; }
.rounded-none { border-radius: 0; }
.rounded-full { border-radius: 9999px; }
.rounded-sm { border-radius: 0.125rem; }
.rounded-md { border-radius: 0.375rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-l-lg { border-top-left-radius: 0.5rem; border-bottom-left-radius: 0.5rem; }

/* === Effects === */
.opacity-20 { opacity: 0.2; }
.opacity-80 { opacity: 0.8; }
.opacity-90 { opacity: 0.9; }
.backdrop-blur-sm { backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25); }
.grayscale { --tw-grayscale: grayscale(100%); filter: var(--tw-grayscale) var(--tw-blur); }
.blur-2xl { --tw-blur: blur(40px); filter: var(--tw-grayscale) var(--tw-blur); }
.mix-blend-overlay { mix-blend-mode: overlay; }
.mix-blend-difference { mix-blend-mode: difference; }

/* === Transforms === */
.-translate-x-1\/2 { transform: translateX(-50%) translateY(var(--tw-translate-y)); }
.-translate-y-1\/2 { transform: translateY(-50%); }
.-rotate-45 { transform: rotate(-45deg); }
.scale-110 { transform: scale(1.1); }
.translate-x-0 { transform: translateX(0); }
.translate-x-full { transform: translateX(100%); }
.object-cover { object-fit: cover; }
.object-contain { object-fit: contain; }

/* === Transitions === */
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-opacity { transition-property: opacity; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.duration-500 { transition-duration: 500ms; }
.duration-700 { transition-duration: 700ms; }

/* === Animations === */
@keyframes tw-bounce { 0%, 100% { transform: translateY(-25%); animation-timing-function: cubic-bezier(0.8,0,1,1); } 50% { transform: translateY(0); animation-timing-function: cubic-bezier(0,0,0.2,1); } }
.animate-bounce { animation: tw-bounce 1s infinite; }
@keyframes fade-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.animate-in { animation: fade-in 0.6s ease-out both; }

/* === Interactivity === */
.cursor-pointer { cursor: pointer; }

/* === Hover States === */
.hover\:bg-neutral-800:hover { background-color: #262626; }
.hover\:bg-neutral-900:hover { background-color: #171717; }
.hover\:bg-sky-400\/10:hover { background-color: rgb(56 189 248 / 0.1); }
.hover\:opacity-80:hover { opacity: 0.8; }
.hover\:scale-105:hover { transform: scale(1.05); }
.hover\:text-gray-300:hover { color: #d1d5db; }
.hover\:text-sky-400:hover { color: #38bdf8; }
.hover\:text-white:hover { color: #fff; }
.hover\:border-neutral-700:hover { border-color: #404040; }
.hover\:border-sky-400\/40:hover { border-color: rgb(56 189 248 / 0.4); }
.hover\:gap-2:hover { gap: 0.5rem; }
.hover\:gap-3:hover { gap: 0.75rem; }

/* === Group Hover === */
.group:hover .group-hover\:text-white { color: #fff; }
.group:hover .group-hover\:text-sky-400 { color: #38bdf8; }
.group:hover .group-hover\:rotate-0 { transform: rotate(0deg); }
.group:hover .group-hover\:scale-105 { transform: scale(1.05); }
.group:hover .group-hover\:gap-2 { gap: 0.5rem; }
.group:hover .group-hover\:gap-3 { gap: 0.75rem; }
.group:hover .group-hover\:opacity-100 { opacity: 1; }

/* === Responsive: sm (640px) === */
@media (min-width: 640px) {
    .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* === Responsive: md (768px) === */
@media (min-width: 768px) {
    .md\:flex { display: flex; }
    .md\:hidden { display: none; }
    .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .md\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
    .md\:text-9xl { font-size: 8rem; line-height: 1; }
    .md\:w-\[400px\] { width: 400px; }
    .md\:pr-8 { padding-right: 2rem; }
    .md\:grid-cols-\[280px_1fr\] { grid-template-columns: 280px 1fr; }
    .md\:p-0 { padding: 0; }
}

/* === Custom Styles === */
body { font-family: 'Inter', sans-serif; opacity: 0; }
h1, h2, h3, h4, .font-display { font-family: 'Space Grotesk', sans-serif; }

/* Custom Scrollbar */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #000; }
::-webkit-scrollbar-thumb { background: #333; border-radius: 3px; }

/* Audio Visualizer Animation */
@keyframes bounce {
    0%, 100% { height: 10%; }
    50% { height: 100%; }
}
.bar { animation: bounce 1s infinite ease-in-out; }
.bar:nth-child(1) { animation-delay: 0.0s; }
.bar:nth-child(2) { animation-delay: 0.1s; }
.bar:nth-child(3) { animation-delay: 0.2s; }
.bar:nth-child(4) { animation-delay: 0.3s; }

.fade-enter { opacity: 0; transform: translateY(10px); }
.fade-enter-active { opacity: 1; transform: translateY(0); transition: opacity 300ms, transform 300ms; }

/* Collapsible sections */
.collapse-content { max-height: 0; overflow: hidden; transition: max-height 0.5s ease, opacity 0.4s ease; opacity: 0; }
.collapse-content.open { max-height: 2000px; opacity: 1; }
.collapse-chevron { transition: transform 0.3s ease; }
.collapse-chevron.open { transform: rotate(180deg); }

/* Chyron / Ticker */
@keyframes ticker {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.chyron {
    overflow: hidden;
    white-space: nowrap;
    background: #000;
    border-top: 1px solid rgba(255,255,255,0.06);
    z-index: 50;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.25rem 0;
}
.chyron-track {
    display: inline-block;
    animation: ticker 30s linear infinite;
}
.chyron-item {
    display: inline-block;
    padding: 0.45rem 2rem;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.6rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #525252;
}
.chyron-dot { color: #38bdf8; }

/* Mobile Bottom Bar (visible < 768px only) */
.radio-mobile-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 45;
    background: rgba(10, 10, 10, 0.95);
    border-top: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.radio-mobile-bar button {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 14px 0;
    background: none;
    border: none;
    color: #525252;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    cursor: pointer;
    transition: color 0.2s ease;
}
.radio-mobile-bar button:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,0.06);
}
.radio-mobile-bar button.active { color: #38bdf8; }
.radio-mobile-bar button svg { width: 14px; height: 14px; }
@media (min-width: 768px) {
    .radio-mobile-bar { display: none; }
}
@media (max-width: 767px) {
    .chyron { bottom: 48px; }
}
