.sidebar{position:fixed;top:0;left:0;bottom:var(--player-h);width:var(--sidebar-w);background:var(--bg-base);display:flex;flex-direction:column;padding:20px 12px;z-index:40;overflow-y:auto}.sidebar__brand{display:flex;align-items:center;gap:10px;padding:8px 10px 20px}.sidebar__logo{width:40px;height:40px;border-radius:50%;flex-shrink:0;object-fit:cover}.sidebar__name{margin:0;font-size:14px;font-weight:700;color:var(--text);line-height:1.2}.sidebar__freq{margin:1px 0 0;font-size:11px;font-family:var(--font-mono);color:var(--text-subdued)}.sidebar__live-dot{width:8px;height:8px;border-radius:50%;background:var(--text-subdued);margin-left:auto;flex-shrink:0}.sidebar__live-dot--on{background:var(--green);box-shadow:0 0 8px 2px #1ed76099}.sidebar__nav{display:flex;flex-direction:column;gap:2px;margin-top:6px}.sidebar__link{padding:10px 12px;border-radius:var(--radius-sm);font-size:14px;font-weight:600;color:var(--text-muted);text-decoration:none;transition:background .15s ease,color .15s ease}.sidebar__link:hover{background:var(--bg-hover);color:var(--text)}.sidebar__footer{margin-top:auto;padding:12px 12px 4px;font-size:11px;color:var(--text-subdued);border-top:1px solid var(--divider)}@media (max-width: 900px){.sidebar{position:sticky;top:0;left:auto;bottom:auto;width:100%;flex-direction:row;align-items:center;padding:10px 12px;z-index:45;border-bottom:1px solid var(--divider);overflow-x:auto;overflow-y:visible}.sidebar__brand{padding:4px 8px 4px 2px;flex-shrink:0}.sidebar__nav{flex-direction:row;margin-top:0}.sidebar__link{white-space:nowrap}.sidebar__footer{display:none}}.photo{position:relative;overflow:hidden;background:var(--bg-elevated)}.photo img{display:block;width:100%;height:100%;object-fit:cover}.photo--fallback{display:flex;align-items:center;justify-content:center}.photo--fallback .art{width:100%;height:100%;display:block}.banner{position:relative;padding:32px 32px 24px;overflow:hidden}.banner__wash{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(180deg,var(--accent-warm-deep) 0%,rgba(168,67,26,.35) 55%,var(--bg) 100%)}.banner__inner{position:relative;z-index:1;display:flex;align-items:flex-end;gap:24px}.banner__cover{width:190px;height:190px;border-radius:var(--radius-md);box-shadow:var(--shadow-soft);flex-shrink:0}.banner__text{padding-bottom:8px;min-width:0}.banner__kicker{margin:0;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text)}.banner__title{margin-top:8px;font-size:clamp(34px,6vw,64px);font-weight:800;line-height:1.02;color:var(--text)}.banner__meta{margin-top:10px;font-size:13.5px;font-family:var(--font-mono);color:#ffffffbf}.banner__tagline{margin-top:4px;font-size:14.5px;color:#ffffffbf}.banner__controls{position:relative;z-index:1;margin-top:28px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.banner__play{width:56px;height:56px;border-radius:50%;border:none;background:var(--green);color:#04120a;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:transform .15s ease,background .15s ease}.banner__play:hover{background:#21e065;transform:scale(1.05)}.banner__play:active{transform:scale(.96)}.banner__play:focus-visible{outline:2px solid var(--text);outline-offset:3px}.banner__status{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted)}.banner__status .dot{width:7px;height:7px;border-radius:50%;background:var(--text-subdued)}.banner__status .dot--live{background:var(--green);box-shadow:0 0 6px 1px #1ed76099}.banner__now{display:flex;gap:16px;flex-wrap:wrap;font-size:13.5px;color:var(--text-muted)}.banner__now strong{color:var(--text)}@media (max-width: 640px){.banner__inner{flex-direction:column;align-items:flex-start}.banner__cover{width:140px;height:140px}}.story{padding:56px 32px}.story__grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;align-items:center}.story__photo{aspect-ratio:5 / 6;border-radius:var(--radius-md);box-shadow:var(--shadow-soft)}.story__lede{margin-top:14px;font-size:14.5px;line-height:1.7;color:var(--text-muted);max-width:560px}.story__stats{margin-top:28px;display:flex;gap:32px;flex-wrap:wrap}.story__stat-num{display:block;font-size:22px;font-weight:800;color:var(--green)}.story__stat-label{display:block;font-size:12px;color:var(--text-subdued);margin-top:2px}@media (max-width: 780px){.story__grid{grid-template-columns:1fr}.story__photo{aspect-ratio:16 / 10}}.about{padding:40px 32px 8px}.about__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.about__card{background:var(--bg-card);border:1px solid var(--divider);border-radius:var(--radius-md);padding:22px 20px;transition:background .15s ease}.about__card:hover{background:var(--bg-hover)}.about__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#1ed7601f;color:var(--green);margin-bottom:14px}.about__card-title{margin:0 0 6px;font-size:16px;font-weight:800;color:var(--text)}.about__card-text{margin:0;font-size:13.5px;line-height:1.55;color:var(--text-muted)}@media (max-width: 760px){.about__grid{grid-template-columns:1fr}}.awards{padding:40px 32px 56px}.awards__list{margin:24px 0 0;padding:0;list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:12px}.awards__item{display:flex;align-items:flex-start;gap:12px;background:var(--bg-card);border:1px solid var(--divider);border-radius:var(--radius-md);padding:16px;font-size:13.5px;color:var(--text-muted);line-height:1.5}.awards__icon{flex-shrink:0;width:34px;height:34px;border-radius:50%;background:#f2b70526;color:var(--gold);display:flex;align-items:center;justify-content:center}@media (max-width: 700px){.awards__list{grid-template-columns:1fr}}.waveform{display:inline-flex;align-items:flex-end;gap:3px;height:18px}.waveform__bar{display:inline-block;background:currentColor;border-radius:2px;height:6px;transition:height .2s ease}.waveform--active .waveform__bar{animation:wave .9s ease-in-out infinite;animation-delay:calc(var(--i) * .12s)}@keyframes wave{0%,to{height:5px}50%{height:18px}}.schedule{padding:48px 32px 56px}.schedule__tabs{margin-top:28px;display:flex;flex-wrap:wrap;gap:8px}.schedule__tab{position:relative;padding:8px 16px;border-radius:999px;border:1px solid var(--divider);background:var(--bg-elevated);color:var(--text-muted);font-family:var(--font-mono);font-size:12.5px;letter-spacing:.04em;cursor:pointer;transition:background .15s ease,color .15s ease}.schedule__tab:hover{background:var(--bg-hover);color:var(--text)}.schedule__tab--active{background:var(--text);border-color:var(--text);color:var(--bg-base)}.schedule__today-mark{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--green);margin-left:6px;vertical-align:middle}.schedule__list{margin-top:24px}.schedule__head{display:grid;grid-template-columns:44px 1fr 110px;gap:16px;padding:0 12px 10px;border-bottom:1px solid var(--divider);font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-subdued)}.schedule__head-time{text-align:right}.schedule__row{display:grid;grid-template-columns:44px 1fr 110px;gap:16px;align-items:center;padding:12px;border-radius:var(--radius-sm);transition:background .12s ease}.schedule__row:hover{background:var(--bg-hover)}.schedule__row--now{background:#1ed76014}.schedule__index{position:relative;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--green)}.schedule__index-num{font-family:var(--font-mono);font-size:13px;color:var(--text-subdued)}.schedule__index-play{position:absolute;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;border:none;background:none;color:var(--text);cursor:pointer}.schedule__row:hover .schedule__index-num{display:none}.schedule__row:hover .schedule__index-play{display:flex}.schedule__body{display:flex;flex-direction:column;gap:3px;min-width:0}.schedule__show-title{font-size:14.5px;font-weight:700;color:var(--text);display:flex;align-items:center;gap:10px;flex-wrap:wrap}.schedule__live-tag{font-family:var(--font-mono);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;background:var(--green);color:#04120a;padding:2px 7px;border-radius:999px}.schedule__show-desc{font-size:13px;color:var(--text-subdued);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.schedule__time{text-align:right;font-family:var(--font-mono);font-size:12.5px;color:var(--text-subdued)}@media (max-width: 560px){.schedule__head,.schedule__row{grid-template-columns:32px 1fr 78px;gap:10px}.schedule__show-desc{display:none}}.gallery{padding:48px 32px 56px}.gallery__grid{margin-top:24px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.gallery__card{background:var(--bg-card);border-radius:var(--radius-md);padding:14px;transition:background .2s ease}.gallery__card:hover{background:var(--bg-hover)}.gallery__art-wrap{position:relative;border-radius:var(--radius-sm);overflow:hidden;aspect-ratio:1 / 1;box-shadow:var(--shadow-soft)}.gallery__photo{width:100%;height:100%}.gallery__play{position:absolute;right:8px;bottom:8px;width:44px;height:44px;border-radius:50%;border:none;background:var(--green);color:#04120a;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease,background .15s ease;box-shadow:0 8px 16px #0006}.gallery__card:hover .gallery__play{opacity:1;transform:translateY(0)}.gallery__play:hover{background:#21e065;transform:scale(1.05)}.gallery__play:focus-visible{opacity:1;transform:translateY(0);outline:2px solid var(--text);outline-offset:2px}.gallery__caption{margin:12px 2px 2px;font-size:13px;font-weight:600;color:var(--text);line-height:1.4}@media (max-width: 900px){.gallery__grid{grid-template-columns:1fr 1fr}}@media (max-width: 480px){.gallery__grid{grid-template-columns:1fr}}.community{padding:56px 0}.community__inner{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:start}.community__points{margin:22px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:11px}.community__points li{padding-left:22px;position:relative;font-size:14px;color:var(--text-muted)}.community__points li:before{content:"";position:absolute;left:0;top:7px;width:7px;height:7px;border-radius:2px;background:var(--green);transform:rotate(45deg)}.community__socials{display:grid;grid-template-columns:1fr 1fr;gap:12px}.community__social-card{display:flex;align-items:center;gap:12px;background:var(--bg-card);border:1px solid var(--divider);border-radius:var(--radius-md);padding:16px;text-decoration:none;color:var(--text);transition:background .15s ease,transform .15s ease}.community__social-card:hover{background:var(--bg-hover);transform:translateY(-2px)}.community__social-icon{width:38px;height:38px;border-radius:50%;background:#1ed7601f;color:var(--green);display:flex;align-items:center;justify-content:center;flex-shrink:0}.community__social-label{display:block;font-weight:700;font-size:14px}.community__social-cta{display:block;font-family:var(--font-mono);font-size:11px;color:var(--green);margin-top:2px}@media (max-width: 760px){.community__inner{grid-template-columns:1fr}.community__socials{grid-template-columns:1fr 1fr}}@media (max-width: 420px){.community__socials{grid-template-columns:1fr}}.request{padding:56px 0 72px}.request__inner{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;align-items:start}.request__contact{margin-top:24px;display:flex;flex-direction:column;gap:8px}.request__contact-line{font-family:var(--font-mono);font-size:13px;color:var(--text-muted);text-decoration:none}a.request__contact-line:hover{color:var(--green)}.request__form{background:var(--bg-card);border:1px solid var(--divider);border-radius:var(--radius-lg);padding:24px;display:flex;flex-direction:column;gap:16px}.request__field{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--text-muted)}.request__field input,.request__field select,.request__field textarea{font-family:var(--font-body);font-size:14.5px;color:var(--text);background:var(--bg-elevated);border:1px solid var(--divider);border-radius:var(--radius-sm);padding:10px 13px;resize:vertical}.request__field input::placeholder,.request__field textarea::placeholder{color:var(--text-subdued)}.request__field input:focus,.request__field select:focus,.request__field textarea:focus{outline:2px solid var(--green);outline-offset:1px}.request__submit{align-self:flex-start;background:var(--green);color:#04120a;border:none;border-radius:999px;padding:12px 24px;font-size:14px;font-weight:800;cursor:pointer;transition:background .15s ease,opacity .15s ease,transform .1s ease}.request__submit:hover:not(:disabled){background:#21e065;transform:scale(1.02)}.request__submit:disabled{opacity:.4;cursor:not-allowed}.request__hint{margin:0;font-size:12px;color:var(--text-subdued)}@media (max-width: 760px){.request__inner{grid-template-columns:1fr}}.footer{background:var(--bg-base);color:var(--text-subdued);padding:32px 0 calc(var(--player-h) + 32px)}.footer__inner{display:flex;flex-wrap:wrap;align-items:center;gap:16px 24px;justify-content:space-between}.footer__brand{display:flex;align-items:center;gap:12px}.footer__logo{width:34px;height:34px;border-radius:50%;object-fit:cover}.footer__name{margin:0;font-weight:800;color:var(--text);font-size:15px}.footer__meta{margin:2px 0 0;font-size:12.5px;font-family:var(--font-mono)}.footer__socials{display:flex;gap:10px}.footer__socials a{width:32px;height:32px;border-radius:50%;background:var(--bg-elevated);display:flex;align-items:center;justify-content:center;color:var(--text);transition:background .15s ease}.footer__socials a:hover{background:var(--bg-hover)}.footer__copy{margin:0;font-size:11.5px;width:100%;text-align:center;order:3;padding-top:14px;border-top:1px solid var(--divider)}@media (min-width: 700px){.footer__copy{width:auto;order:initial;padding-top:0;border-top:none;text-align:right;flex:1}}.player-bar{position:fixed;bottom:0;left:0;right:0;height:var(--player-h);background:var(--bg-base);border-top:1px solid var(--divider);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;padding:0 16px;z-index:50}.player-bar__now{display:flex;align-items:center;gap:12px;min-width:0}.player-bar__art{width:48px;height:48px;border-radius:50%;flex-shrink:0;object-fit:cover}.player-bar__text{display:flex;flex-direction:column;min-width:0;gap:2px}.player-bar__title{font-size:13.5px;font-weight:700;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-bar__subtitle{font-size:11.5px;color:var(--text-subdued);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-bar__center{display:flex;flex-direction:column;align-items:center;gap:6px}.player-bar__play{width:36px;height:36px;border-radius:50%;border:none;background:var(--text);color:var(--bg-base);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .12s ease,background .15s ease}.player-bar__play:hover{transform:scale(1.06)}.player-bar__play:active{transform:scale(.96)}.player-bar__play:focus-visible{outline:2px solid var(--green);outline-offset:3px}.player-bar__status{display:flex;align-items:center;gap:7px;font-size:11px;color:var(--text-subdued)}.player-bar__status .dot{width:6px;height:6px;border-radius:50%;background:var(--text-subdued)}.player-bar__status .dot--live{background:var(--green);box-shadow:0 0 6px 1px #1ed76099}.player-bar__volume{display:flex;align-items:center;gap:8px;justify-self:end;max-width:140px;width:100%;color:var(--text-subdued)}.player-bar__volume input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:4px;border-radius:2px;background:var(--bg-hover)}.player-bar__volume input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;border-radius:50%;background:var(--text);cursor:pointer}.player-bar__volume input[type=range]::-moz-range-thumb{width:12px;height:12px;border:none;border-radius:50%;background:var(--text);cursor:pointer}@media (max-width: 640px){.player-bar{grid-template-columns:1fr auto}.player-bar__volume{display:none}}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal--in{opacity:1;transform:translateY(0)}.app-shell{min-height:100%}.app-main{margin-left:var(--sidebar-w);min-height:100vh;background:var(--bg)}@media (max-width: 900px){.app-main{margin-left:0}}:root{--bg: #121212;--bg-base: #000000;--bg-elevated: #181818;--bg-hover: #282828;--bg-card: #1a1a1a;--text: #ffffff;--text-muted: #b3b3b3;--text-subdued: #727272;--divider: rgba(255, 255, 255, .08);--green: #1ed760;--green-deep: #169c46;--accent-warm: #e2672a;--accent-warm-deep: #a8431a;--gold: #f2b705;--font-display: "Manrope", system-ui, sans-serif;--font-body: "Manrope", system-ui, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, monospace;--radius-lg: 12px;--radius-md: 8px;--radius-sm: 6px;--shadow-soft: 0 16px 32px -16px rgba(0, 0, 0, .6);--sidebar-w: 240px;--player-h: 78px}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body,#root{min-height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-display);margin:0;letter-spacing:-.02em}a{color:inherit}button{font-family:inherit}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 32px}.eyebrow{font-family:var(--font-mono);font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-subdued)}.section-title{margin-top:6px;font-size:clamp(22px,3vw,28px);font-weight:800;color:var(--text)}.section-lede{margin-top:8px;max-width:560px;color:var(--text-muted);font-size:14.5px;line-height:1.6}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
