.section-tabs{display:inline-flex;align-items:center;gap:.5rem}.section-tabs__tab{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:.5rem 1.1rem;border-radius:999px;font-weight:600;font-size:.95rem;text-decoration:none;color:#5c3bb0;background:transparent;border:1px solid #d8c8ff;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.section-tabs__tab:hover{background:#f4edff}.section-tabs__tab.is-active{background:linear-gradient(135deg,#9d6df3,#7b3df0);color:#fff;border-color:transparent;box-shadow:0 6px 16px #7b3df040}.section-tabs__tab:focus-visible{outline:2px solid #7b3df0;outline-offset:2px}@media (max-width: 640px){.section-tabs{gap:.4rem}.section-tabs__tab{min-height:36px;padding:.4rem .95rem;font-size:.9rem}}.header{position:sticky;top:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;z-index:10;padding:.75rem 1rem}.header__inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header__brand a{text-decoration:none;font-weight:700;color:#1d1d1f;letter-spacing:.2px}.header__brand img{height:28px;display:block}@media (max-width: 640px){.header{padding:.5rem .75rem}.header__inner{flex-wrap:nowrap;gap:.5rem}.header__brand img{height:28px}.header__nav{flex:1 1 auto;justify-content:center}.header__actions{display:none}}.header__nav{display:flex;justify-content:center;flex:1}.header__nav a{color:inherit;text-decoration:none;font-weight:500}.header__actions{display:flex;align-items:center;gap:.75rem}.feedback-link{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;color:#7b3df0;font-weight:600;cursor:pointer;line-height:inherit}.feedback-link:hover,.feedback-link:focus-visible{text-decoration:underline}.feedback-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:60;display:flex;align-items:flex-end;justify-content:center;padding-bottom:calc(var(--footer-height, 36px) + var(--player-height, 0px) + 8px);animation:feedback-fade-in .15s ease}@keyframes feedback-fade-in{0%{opacity:0}to{opacity:1}}.feedback-sheet{background:#fff;width:100%;max-width:520px;border-radius:18px 18px 0 0;padding:1.25rem 1.25rem calc(env(safe-area-inset-bottom,0) + 1.25rem);box-shadow:0 -8px 28px #0000002e;animation:feedback-slide-up .2s ease;max-height:88vh;overflow-y:auto}@keyframes feedback-slide-up{0%{transform:translateY(20px);opacity:.6}to{transform:translateY(0);opacity:1}}@media (min-width: 640px){.feedback-backdrop{align-items:center}.feedback-sheet{border-radius:18px;max-height:80vh}}.feedback-sheet__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.feedback-sheet__title{margin:0;font-size:1.15rem;font-weight:600}.feedback-sheet__close{border:none;background:transparent;font-size:1.6rem;line-height:1;cursor:pointer;color:#6e6e73;padding:.2rem .5rem}.feedback-sheet__lead{margin:0 0 .85rem;font-size:.9rem;color:#515154}.feedback-mood-row{display:grid;grid-template-columns:repeat(5,1fr);gap:.4rem;margin:.5rem 0 1rem}.feedback-mood-row button{border:1px solid #e2e2e7;background:#fff;border-radius:14px;padding:.7rem .4rem;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.2rem;font:inherit;font-size:.7rem;color:#515154;transition:transform .1s ease,border-color .15s ease,background .15s ease}.feedback-mood-row button:hover{border-color:#0071e3;transform:scale(1.04)}.feedback-mood-row button.is-selected{background:#fff8d6;border-color:#ffd60a}.feedback-mood-row .feedback-mood-emoji{font-size:1.6rem;line-height:1}.feedback-cat-row{display:flex;flex-wrap:wrap;gap:.4rem;margin:.25rem 0 1rem}.feedback-cat-row button{padding:.45rem .85rem;border-radius:999px;border:1px solid #d2d2d7;background:#fff;cursor:pointer;font:inherit;font-size:.85rem}.feedback-cat-row button.is-selected{background:#0071e3;border-color:#0071e3;color:#fff}.feedback-message{display:block;width:100%;min-height:84px;padding:.7rem .9rem;border-radius:12px;border:1px solid #d2d2d7;font:inherit;resize:vertical;box-sizing:border-box}.feedback-counter{text-align:right;font-size:.75rem;color:#6e6e73;margin-top:.25rem}.feedback-actions{display:flex;justify-content:flex-end;margin-top:.5rem}.feedback-send{border:none;background:#0071e3;color:#fff;font:inherit;font-weight:600;padding:.8rem 1.4rem;border-radius:999px;cursor:pointer}.feedback-send:disabled{background:#b2b2b2;cursor:not-allowed}.feedback-error,.feedback-success{border-radius:10px;padding:.6rem .85rem;margin:.5rem 0;font-size:.9rem}.feedback-error{color:#b00020;background:#fdecea}.feedback-success{color:#0a6b2c;background:#e7f6ec}.feedback-section-label{font-size:.78rem;font-weight:600;color:#6e6e73;text-transform:uppercase;letter-spacing:.04em;margin:.5rem 0 .25rem}.error-boundary{max-width:540px;margin:3rem auto;padding:1.75rem;background:#fff;border:1px solid #eadbff;border-radius:16px;box-shadow:0 15px 40px #0000000f;text-align:center}.error-boundary__title{margin:0 0 .5rem;font-size:1.25rem;color:#1d1d1f}.error-boundary__message{margin:0 0 1.25rem;color:#515154}.error-boundary__reload{background:linear-gradient(135deg,#9d6df3,#7b3df0);color:#fff;border:none;padding:.65rem 1.25rem;border-radius:999px;font-weight:600;cursor:pointer}.error-boundary__reload:hover{filter:brightness(1.05)}.error-boundary__details{margin-top:1rem;padding:.75rem;background:#f4edff;color:#5c3bb0;border-radius:8px;font-size:.85rem;text-align:left;white-space:pre-wrap;word-break:break-word}.site-footer{background:#fff;border-top:1px solid #e5e5ea;position:fixed;left:0;right:0;bottom:0;z-index:19}.site-footer__inner{max-width:1200px;margin:0 auto;padding:.5rem 1.25rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem;font-size:.8rem;color:#6e6e73}.site-footer__copyright{color:#6e6e73}.site-footer__sep{color:#c7c7cc}.site-footer a{color:#7b3df0;text-decoration:none;font-weight:600}.site-footer a:hover,.site-footer a:focus-visible{text-decoration:underline}@media (max-width: 640px){.site-footer__inner{gap:.35rem;font-size:.72rem;padding:.45rem 1rem}}.spinner{display:inline-flex;align-items:center;justify-content:center;color:currentColor}.spinner svg{width:100%;height:100%;animation:spinner-rotate .9s linear infinite}.spinner svg circle{fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-dasharray:56;stroke-dashoffset:14;transform-origin:50% 50%}@keyframes spinner-rotate{to{transform:rotate(360deg)}}.state-card{position:relative;display:block;width:100%;text-align:left;background:#fff;border-radius:16px;border:2px solid rgba(0,0,0,.04);box-shadow:0 15px 40px #0000000f;padding:0;cursor:pointer;font:inherit;color:inherit;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;-webkit-tap-highlight-color:transparent}.state-card:hover,.state-card:focus-visible{transform:translateY(-2px);box-shadow:0 18px 48px #00000014}.state-card:focus-visible{outline:none;border-color:#7b3df0}.state-card:disabled{cursor:not-allowed}.state-card.is-live{border-color:#00c853;box-shadow:0 12px 14px #00c8531f}.state-card.is-active{border-color:#7b3df0;box-shadow:0 14px 18px #7b3df02e}.state-card.is-error{border-color:#b00020;box-shadow:0 12px 14px #b0002024}.card-tile{position:relative;flex:0 0 auto;border-radius:8px;overflow:hidden;background:#f4edff}.card-tile img{display:block;width:100%;height:100%;object-fit:cover}.card-tile--48{width:48px;height:48px}.card-tile--64{width:64px;height:64px}.card-tile__badge{position:absolute;right:2px;bottom:2px;width:22px;height:22px;border-radius:4px;background:#fff;border:1px solid rgba(0,0,0,.08);overflow:hidden}.card-tile__badge img{width:100%;height:100%;object-fit:cover}.eq-chip{position:absolute;right:2px;bottom:2px;display:inline-flex;align-items:flex-end;gap:2px;padding:3px 4px;background:#fff;border:1px solid rgba(123,61,240,.25);border-radius:4px}.card-tile--48 .eq-chip{padding:2px 3px;gap:2px}.eq-chip__bar{width:3px;background:#7b3df0;border-radius:1px;animation:eq-bounce .9s ease-in-out infinite}.eq-chip__bar:nth-child(1){height:6px;animation-delay:0ms}.eq-chip__bar:nth-child(2){height:10px;animation-delay:.12s}.eq-chip__bar:nth-child(3){height:4px;animation-delay:.24s}.eq-chip__bar:nth-child(4){height:8px;animation-delay:.36s}.card-tile--48 .eq-chip__bar{width:2px}.card-tile--48 .eq-chip__bar:nth-child(1){height:5px}.card-tile--48 .eq-chip__bar:nth-child(2){height:8px}.card-tile--48 .eq-chip__bar:nth-child(3){height:3px}.card-tile--48 .eq-chip__bar:nth-child(4){height:6px}@keyframes eq-bounce{0%,to{transform:scaleY(.4)}50%{transform:scaleY(1)}}@media (prefers-reduced-motion: reduce){.state-card,.state-card:hover,.state-card:focus-visible{transition:none;transform:none}.eq-chip__bar{animation:none;transform:scaleY(.7)}}.name-line{display:flex;align-items:baseline;gap:.4em;min-width:0;font-size:.95rem;font-weight:700;color:#1d1d1f;line-height:1.2;white-space:nowrap}.name-line__name{overflow:hidden;text-overflow:ellipsis}.name-line__freq{font-weight:400;color:#6e6e73;font-size:.85rem}.play-circle{flex:0 0 auto;width:44px;height:44px;border-radius:50%;background:#f4edff;border:1px solid #eadbff;color:#7b3df0;display:inline-flex;align-items:center;justify-content:center;box-shadow:none;transition:background .16s ease,color .16s ease,box-shadow .16s ease,border-color .16s ease}.state-card.is-active .play-circle{background:linear-gradient(135deg,#9d6df3,#7b3df0);border-color:transparent;color:#fff;box-shadow:0 10px 25px #7b3df04d}.play-circle--muted{background:#f0f0f3;border-color:transparent;color:#b6b6bb;box-shadow:none}.play-circle .player-icon{width:22px;height:22px;fill:currentColor}.status-row{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;color:#6e6e73;min-width:0}.status-row__dot{width:8px;height:8px;border-radius:999px;background:#6e6e73;flex:0 0 auto}.status-row__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-row.is-live{color:#00c853}.status-row.is-live .status-row__dot{background:#00c853}.status-row.is-error{color:#b00020}.status-row.is-error .status-row__dot{background:#b00020}.skeleton-box{background:#ececef;border-radius:6px;position:relative;overflow:hidden}.skeleton-box:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);transform:translate(-100%);animation:skeleton-shimmer 1.4s ease-in-out infinite}@keyframes skeleton-shimmer{to{transform:translate(100%)}}@media (prefers-reduced-motion: reduce){.skeleton-box:after{animation:none}}.show-card{display:flex;flex-direction:column;gap:10px;padding:16px;min-height:180px;box-sizing:border-box}.show-card__head{display:flex;align-items:center;gap:12px;min-width:0}.show-card__head-text{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:4px}.show-card__title{margin:0;font-size:.95rem;font-weight:700;color:#7b3df0;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.show-card__genres{display:flex;flex-wrap:wrap;gap:6px}.genre-pill{display:inline-flex;align-items:center;padding:.2rem .6rem;border-radius:999px;background:#e8f5e9;color:#1b5e20;font-weight:600;font-size:.75rem;line-height:1.2;white-space:nowrap}.genre-pill--muted{background:#f0e9ff;color:#6b4cb1}.show-card__footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px}.live-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr));gap:.875rem}.live-grid>*{min-width:0}@media (min-width: 1024px){.live-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 640px){.live-grid{grid-template-columns:1fr;gap:.625rem}}.live-empty{padding:1rem 0;color:#6e6e73}.ambient-strip{background:#ffffffeb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid #e5e5ea;position:sticky;top:56px;z-index:9}@media (max-width: 640px){.ambient-strip{top:60px}}.ambient-strip__inner{max-width:1200px;margin:0 auto;display:flex;align-items:baseline;gap:.75rem;padding:.6rem 1.25rem}.ambient-strip__time{font-size:1.4rem;font-weight:800;letter-spacing:-.02em;color:#1d1d1f;font-variant-numeric:tabular-nums}.ambient-strip__date{font-size:.85rem;color:#6e6e73}.ambient-strip__stat{margin-left:auto;display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:#1d1d1f;text-decoration:none;border-radius:999px;padding:2px 8px;transition:background .15s ease,color .15s ease}.ambient-strip__stat:hover,.ambient-strip__stat:focus-visible{background:#eef9f1;color:#1e7a3f;outline:none}.ambient-strip__stat:focus-visible{box-shadow:0 0 0 2px #00c85359}.ambient-strip__pulse{width:8px;height:8px;border-radius:50%;background:#00c853;box-shadow:0 0 #00c85380;animation:ambient-pulse 1.6s ease-out infinite}@keyframes ambient-pulse{0%{box-shadow:0 0 #00c85380}70%{box-shadow:0 0 0 8px #00c85300}to{box-shadow:0 0 #00c85300}}@media (max-width: 640px){.ambient-strip__inner{padding:.5rem 1rem;gap:.5rem}.ambient-strip__time{font-size:1.2rem}.ambient-strip__date,.ambient-strip__stat{font-size:.75rem}}@media (prefers-reduced-motion: reduce){.ambient-strip__pulse{animation:none}}.page-container{max-width:1200px;margin:0 auto;padding:1rem 1.25rem 11rem}@media (max-width: 640px){.page-container{padding:.75rem 1rem 14rem}}.skip-link{position:absolute;left:-999px;padding:.5rem 1rem;background:#000;color:#fff;border-radius:8px}.skip-link:focus{left:1rem;top:1rem}.shows-subnav{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin:.75rem 0 1rem}.shows-subnav__chips{display:inline-flex;gap:.4rem}.shows-subnav__chip{display:inline-flex;align-items:center;min-height:32px;padding:.35rem .85rem;border-radius:999px;font-size:.85rem;font-weight:500;text-decoration:none;color:#6e6e73;background:#f3f4f6;border:1px solid transparent;transition:background .15s,color .15s,border-color .15s}.shows-subnav__chip:hover{background:#ede9fe;color:#5c3bb0}.shows-subnav__chip.is-active{background:#ede9fe;color:#5b21b6;font-weight:600;border-color:#c4b5fd}.shows-subnav__chip:focus-visible{outline:2px solid #7b3df0;outline-offset:2px}.shows-subnav__refresh{width:36px;height:36px;border-radius:50%;border:1px solid #e5e7eb;background:#f9fafb;color:#5c3bb0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.shows-subnav__refresh:hover{background:#f4edff;border-color:#d8c8ff}.shows-subnav__refresh svg{width:16px;height:16px;fill:currentColor}.shows-subnav__refresh:focus-visible{outline:2px solid #7b3df0;outline-offset:2px}.page-intro{margin:.25rem 0 .5rem}.page-intro__title{margin:0;font-size:1rem;font-weight:700;letter-spacing:-.005em;color:#1d1d1f;line-height:1.3}@media (max-width: 640px){.page-intro{margin:.25rem 0 .35rem}.page-intro__title{font-size:.95rem}}.show-card--skeleton{cursor:default;pointer-events:none}.show-card-skeleton__name{display:block;height:12px;width:70%;border-radius:4px}.show-card-skeleton__title{display:block;height:14px;width:90%;border-radius:4px}.show-card-skeleton__pill{display:inline-block;height:18px;width:64px;border-radius:999px}.show-card-skeleton__pill--short{width:44px}.show-card-skeleton__status{display:block;height:12px;width:110px;border-radius:4px}.show-card-skeleton__play{display:block;width:44px;height:44px;border-radius:50%}.station-card{display:flex;align-items:center;gap:16px;padding:24px 16px;height:96px;box-sizing:border-box}.station-card__body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:4px}.station-card__status{font-size:.75rem;color:#b00020;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.station-card--skeleton{cursor:default;pointer-events:none}.station-card-skeleton__name{display:block;height:14px;width:60%;border-radius:4px}.station-card-skeleton__sub{display:block;height:11px;width:35%;border-radius:4px}.station-card-skeleton__play{flex:0 0 auto;width:44px;height:44px;border-radius:50%}.station-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(220px,100%),1fr));gap:.875rem;margin:1rem 0 2rem}.station-grid>*{min-width:0}@media (min-width: 1024px){.station-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 640px){.station-grid{grid-template-columns:1fr;gap:.625rem}}.station-detail__browse-all{margin:-1rem 0 2rem;font-size:.95rem;font-weight:600}.station-detail__browse-all a{color:#5c3bb0;text-decoration:none}.station-detail__browse-all a:hover,.station-detail__browse-all a:focus-visible{text-decoration:underline}.home-section-header{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin:2rem 0 .5rem}.home-section-header h2{margin:0;font-size:1.3rem;font-weight:800;letter-spacing:-.01em;color:#1d1d1f}.home-section-header__see-all{font-size:.9rem;color:#7b3df0;font-weight:600;text-decoration:none}.home-section-header__see-all:hover,.home-section-header__see-all:focus-visible{text-decoration:underline}.home-stations-shortcut{margin-bottom:1.5rem}@media (max-width: 640px){.home-section-header{margin:1.5rem 0 .4rem}.home-section-header h2{font-size:1.1rem}.home-section-header__see-all{font-size:.8rem}}.genre-filter{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.genre-filter button{padding:.6rem 1rem;border-radius:999px;border:1px solid #d2d2d7;background:#fff;cursor:pointer}.genre-filter .active{background:#0071e3;color:#fff;border-color:#0071e3}.show-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(220px,100%),1fr));gap:.875rem;margin:1rem 0 2rem}.show-grid>*{min-width:0}@media (min-width: 1024px){.show-grid{grid-template-columns:repeat(5,1fr)}}@media (max-width: 640px){.show-grid{grid-template-columns:1fr;gap:.625rem}}.volume-cluster{display:inline-flex;align-items:center;gap:6px}.volume-pill{width:36px;height:36px;border-radius:999px;border:1px solid #eadbff;background:#f4edff;color:#7b3df0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background .16s ease,color .16s ease,border-color .16s ease,opacity .16s ease}.volume-pill svg{width:20px;height:20px}.volume-pill:hover:not(:disabled),.volume-pill:focus-visible{outline:none;border-color:#cdb4ff;background:#ece0ff}.volume-pill:disabled{cursor:not-allowed;opacity:.45}.volume-pill--toggle.is-muted{background:#7b3df0;border-color:#7b3df0;color:#fff}.volume-readout{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;min-width:44px;padding:0 4px;cursor:default;-webkit-user-select:none;user-select:none}.volume-readout:focus-visible{outline:2px solid #7b3df0;outline-offset:2px;border-radius:6px}.volume-readout__value{font-size:.95rem;font-weight:700;color:#1d1d1f;line-height:1;font-variant-numeric:tabular-nums}.volume-readout.is-muted .volume-readout__value{color:#b6b6bb}.volume-readout__bar{display:block;width:32px;height:3px;border-radius:1.5px;background:#ececef;margin-top:4px;overflow:hidden}.volume-readout__fill{display:block;height:100%;background:#7b3df0;transition:width .12s ease}@media (prefers-reduced-motion: reduce){.volume-pill,.volume-readout__fill{transition:none}}@media (max-width: 480px){.volume-cluster{gap:3px}.volume-pill{width:36px;height:36px}.volume-pill svg{width:18px;height:18px}.volume-readout{min-width:32px;padding:0 2px}.volume-readout__value{font-size:.85rem}.volume-readout__bar{width:24px}}.station-hero{display:grid;grid-template-columns:96px 1fr auto;gap:16px;align-items:center;padding:16px;border-radius:20px;background:#fff}.station-hero__media{position:relative;width:96px;height:96px;border-radius:18px;overflow:hidden;background:#f4edff}.station-hero__media img{width:100%;height:100%;object-fit:cover;display:block}.station-hero__body{min-width:0;display:flex;flex-direction:column;gap:6px}.station-hero__name{margin:0;font-size:1.5rem;font-weight:800;color:#1a1033;line-height:1.15;display:flex;flex-wrap:wrap;align-items:baseline;gap:8px}.station-hero__freq{font-size:.9rem;font-weight:600;color:#5b5168}.station-hero__status{margin:0;font-size:.85rem;color:#1a1033;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.station-hero__status--quiet{color:#5b5168}.station-hero__live-dot{width:8px;height:8px;border-radius:50%;background:#2faa5a;box-shadow:0 0 #2faa5a99;animation:hero-pulse 1.6s ease-out infinite}.station-hero__live-dot--quiet{background:#2faa5a;animation:none}.station-hero__live-label{font-weight:700;letter-spacing:.02em;color:#1e7a3f;font-size:.75rem;text-transform:uppercase}.station-hero__nowplaying{color:#1a1033;font-weight:600}.station-hero__until{color:#5b5168;font-weight:500}.station-hero__error{margin:0;font-size:.8rem;color:#b00020}.station-hero__play{width:64px;height:64px;border-radius:50%;border:none;background:linear-gradient(135deg,#9d6df3,#7b3df0);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 20px #7b3df052;transition:transform .15s ease;flex-shrink:0}.station-hero__controls{display:flex;align-items:center;gap:12px}.station-hero__play:hover{transform:scale(1.04)}.station-hero__play:active{transform:scale(.98)}.station-hero__play .player-icon{width:28px;height:28px;fill:currentColor}@keyframes hero-pulse{0%{box-shadow:0 0 #2faa5a8c}70%{box-shadow:0 0 0 10px #2faa5a00}to{box-shadow:0 0 #2faa5a00}}@media (prefers-reduced-motion: reduce){.station-hero__live-dot{animation:none}}@media (max-width: 640px){.station-hero{grid-template-columns:72px 1fr auto;grid-template-rows:auto auto;gap:12px;row-gap:14px}.station-hero__media{width:72px;height:72px;border-radius:14px}.station-hero__name{font-size:1.3rem}.station-hero__controls{display:contents}.station-hero__play{width:52px;height:52px;border-radius:50%;grid-column:3;grid-row:1;align-self:center;justify-self:end}.station-hero__play .player-icon{width:24px;height:24px}.station-hero .volume-cluster{grid-column:1 / -1;grid-row:2;justify-content:center;gap:2px}}.tile-grid{display:grid;gap:.6rem;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));margin:.75rem 0 1.25rem}.tile-grid--compact{grid-template-columns:repeat(auto-fill,minmax(96px,1fr))}.tile-grid__item{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:.85rem 1rem;border-radius:14px;border:1px solid #d2d2d7;background:#fff;text-align:left;cursor:pointer;font:inherit;color:inherit;min-height:56px;transition:border-color .15s ease,background .15s ease}.tile-grid__item:hover{border-color:#0071e3}.tile-grid__item.is-selected{background:#0071e3;border-color:#0071e3;color:#fff}.tile-grid__label{font-weight:600}.tile-grid__sublabel{font-size:.85rem;opacity:.75;margin-top:.15rem}.chip-multi-select{display:flex;flex-wrap:wrap;gap:.4rem;margin:.5rem 0 1rem}.chip-multi-select button{padding:.55rem 1rem;border-radius:999px;border:1px solid #d2d2d7;background:#fff;cursor:pointer;font:inherit}.chip-multi-select button.is-selected{background:#0071e3;border-color:#0071e3;color:#fff}.propose-page{max-width:760px;margin:0 auto;padding:1rem 1.25rem 5rem}.propose-page h1{margin:.25rem 0 .5rem;font-size:1.6rem}.propose-page p.lead{color:#515154;margin-top:0}.propose-step{margin:1.25rem 0 1rem}.propose-step h2{font-size:1rem;margin:0 0 .25rem;font-weight:600}.propose-step .step-hint{font-size:.85rem;color:#6e6e73;margin:0 0 .5rem}.propose-time-group{margin-bottom:1rem}.propose-time-group h3{font-size:.85rem;color:#6e6e73;margin:.5rem 0 .25rem;font-weight:500}.propose-input{display:block;width:100%;padding:.7rem .9rem;border-radius:12px;border:1px solid #d2d2d7;background:#fff;font:inherit;box-sizing:border-box}.propose-input+.propose-input{margin-top:.6rem}.propose-honeypot{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.propose-submit{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.5rem;border-radius:999px;border:none;background:#0071e3;color:#fff;font:inherit;font-weight:600;cursor:pointer;margin-top:1rem}.propose-submit:disabled{background:#b2b2b2;cursor:not-allowed}.propose-error{color:#b00020;background:#fdecea;border-radius:10px;padding:.6rem .85rem;margin:.5rem 0;font-size:.9rem}.propose-success{color:#0a6b2c;background:#e7f6ec;border-radius:10px;padding:.85rem 1rem;margin:1rem 0}.propose-cta{display:inline-block;margin:.5rem 0;font-size:.9rem;color:#0071e3;text-decoration:none}.propose-cta:hover{text-decoration:underline}.receiving{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:#b6b6bb;flex-shrink:0;transition:color .2s ease}.receiving svg{width:100%;height:100%;display:block;overflow:visible}.receiving__ring{opacity:0;transform-origin:center;transform-box:fill-box}.receiving--live{color:#00c853}.receiving--live .receiving__ring{animation:receiving-pulse 1.4s ease-in-out infinite alternate}@keyframes receiving-pulse{0%{transform:scale(1);opacity:.35}to{transform:scale(1.45);opacity:.85}}@media (prefers-reduced-motion: reduce){.receiving--live .receiving__ring{animation:none;opacity:.5;transform:scale(1.25)}}.player{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem 1rem;padding:1rem 1.25rem;border-radius:18px;background:#ffffffeb;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(0,0,0,.06);box-shadow:0 18px 40px #140a3c2e;align-items:center}.player__info{display:flex;align-items:center;gap:1rem;min-width:0}.player__info-text{min-width:0;flex:1 1 auto}.player__titlewrap{display:flex;align-items:center;gap:8px;min-width:0}.player__titlewrap .player__title{flex:0 1 auto;min-width:0}.player__label{text-transform:uppercase;font-size:.75rem;letter-spacing:.08em;color:#6e6e73;margin:0}.player__title{margin:.25rem 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player__subtitle{margin:0;color:#515154;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player__controls{display:flex;gap:.75rem;align-items:center;flex-shrink:0}.player__error{color:#b00020;margin:0;font-size:.9rem;grid-column:1 / -1}.player__notice{color:#5c3bb0;background:#f4edff;border:1px solid #eadbff;border-radius:8px;padding:6px 10px;margin:0;font-size:.85rem;line-height:1.3;grid-column:1 / -1}.player-icon-btn[data-cast-state=NO_DEVICES_AVAILABLE]{opacity:.55}.player-icon-btn[data-cast-state=CONNECTED]{color:#7b3df0}.player-icon{width:18px;height:18px;fill:currentColor}.player-icon-btn{width:44px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:none;background:radial-gradient(circle at 30% 30%,#9d6df3,#7b3df0);color:#fff;box-shadow:0 10px 25px #7b3df04d;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;flex-shrink:0}.player-icon-btn:disabled{opacity:.5;cursor:not-allowed}.player__divider{width:1px;height:28px;background:#ececef;margin:0 4px;flex-shrink:0}@media (max-width: 640px){.player{grid-template-columns:minmax(0,1fr) auto;gap:.5rem;align-items:center}.player__label,.player__subtitle{display:none}.player__title{font-size:.95rem}.player__controls{flex-wrap:nowrap;overflow:visible;gap:.4rem}.player__divider{display:none}}@media (max-width: 480px){.player{padding:.6rem .75rem;gap:.4rem}.player__controls{gap:.3rem}.player-icon-btn{width:38px;height:38px}}:root{color:#1d1d1f;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,sans-serif;background:#f5f5f7;line-height:1.6}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:#f5f5f7;overflow-x:hidden}html{overflow-x:hidden}a{color:inherit}input,button{font:inherit}.search-row input[type=search]{width:100%;padding:.85rem 1rem;border-radius:12px;border:1px solid #d2d2d7;background:#fff}.search-row{margin:1.25rem 0 .75rem}.action-row{margin:.75rem 0 1rem;display:flex;gap:.5rem}.action-row .action-btn{background:#f4edff;color:#5c3bb0;border:1px solid #eadbff;padding:.65rem .9rem;border-radius:12px;display:inline-flex;align-items:center;gap:.4rem;cursor:pointer;text-decoration:none}.action-row .action-btn svg{width:16px;height:16px;fill:currentColor}.player-shell{position:fixed;left:0;right:0;bottom:calc(var(--footer-height, 36px) + env(safe-area-inset-bottom,0px));z-index:20;padding:0 1rem .75rem;display:flex;justify-content:center;pointer-events:none}.player-shell>*{width:100%;max-width:960px;pointer-events:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
