.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}.header__brand a{text-decoration:none;font-weight:700;color:#1d1d1f;letter-spacing:.2px}.header__brand img{height:28px;display:block}.header__nav{display:flex;gap:1rem}.header__nav a{color:inherit;text-decoration:none;font-weight:500}.header__actions{display:flex;align-items:center;gap:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:12px;border:none;font-weight:600;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background-color .12s ease}.btn-primary{background:linear-gradient(135deg,#0071e3,#4098ff);color:#fff;box-shadow:0 10px 25px #0071e340}.btn-secondary{background:#f5f5f7;color:#1d1d1f;border:1px solid #d2d2d7}.btn-ghost{background:transparent;color:inherit}.btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.btn:not(:disabled):hover{transform:translateY(-1px)}.cookie-banner{position:fixed;bottom:1rem;right:1rem;left:1rem;padding:1rem 1.25rem;background:#fff;border-radius:14px;box-shadow:0 20px 50px #00000024;display:flex;flex-direction:column;gap:.75rem;z-index:20}.cookie-banner__text a{color:#0071e3}.cookie-banner__actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}@media (min-width: 768px){.cookie-banner{flex-direction:row;align-items:center}.cookie-banner__actions{flex-wrap:nowrap}}.card{background:#fff;border-radius:16px;box-shadow:0 15px 40px #0000000f;padding:1.5rem;border:1px solid rgba(0,0,0,.04)}.show-card__top{display:flex;justify-content:space-between;gap:1rem;align-items:center}.show-card__station{margin:0;color:#1d1d1f;font-weight:700;font-size:1.05rem}.show-card__frequency{margin:.2rem 0;color:#6e6e73;display:inline-flex;align-items:center;gap:.35rem}.show-card__title{margin:.35rem 0;color:#7b3df0}.show-card__play{width:44px;height:44px;border-radius:999px;border:none;background:radial-gradient(circle at 30% 30%,#9d6df3,#7b3df0);color:#fff;box-shadow:0 10px 25px #7b3df04d;cursor:pointer;font-size:1.1rem;display:inline-flex;align-items:center;justify-content:center}.show-card__genres{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0}.genre-pill{display:inline-flex;align-items:center;padding:.3rem .7rem;border-radius:999px;background:#e8f5e9;color:#1b5e20;font-weight:600;font-size:.85rem}.genre-pill--muted{background:#f0e9ff;color:#6b4cb1}.show-card__row{display:flex;align-items:center;gap:.5rem;margin:.25rem 0;color:#515154}.icon{font-size:1rem}.show-card__status-row{margin-top:.75rem;display:inline-flex;align-items:center;gap:.4rem;font-weight:600}.dot{width:10px;height:10px;border-radius:999px;background:#6e6e73;display:inline-block}.status-live{color:#00c853}.status-off{color:#6e6e73}.status-error{color:#b00020}.show-card.active{border:2px solid #7b3df0;box-shadow:0 15px 35px #7b3df026}.live-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.live-empty{padding:1rem 0;color:#6e6e73}.time-display{display:flex;align-items:baseline;gap:.75rem;margin:1.5rem 0;justify-content:flex-end;text-align:right}.time-display__time{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700}.time-display__date{font-size:.85rem;color:#6e6e73}@media (max-width: 640px){.time-display__date{display:none}}.page-container{max-width:1200px;margin:0 auto;padding:1rem 1.25rem 2rem}.skip-link{position:absolute;left:-999px;padding:.5rem 1rem;background:#000;color:#fff;border-radius:8px}.skip-link:focus{left:1rem;top:1rem}.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(260px,1fr));gap:1rem;margin:1rem 0 2rem}.radio-card{display:flex;flex-direction:column;gap:.5rem}.radio-card.active{border:2px solid #7b3df0;box-shadow:0 15px 35px #7b3df026}.radio-card__header{display:flex;justify-content:space-between;align-items:center}.radio-card__name{margin:0;font-weight:700}.radio-card__freq{margin:.1rem 0 0;color:#6e6e73}.radio-card__play{width:40px;height:40px;border-radius:50%;border:none;background:radial-gradient(circle at 30% 30%,#9d6df3,#7b3df0);color:#fff;box-shadow:0 10px 25px #7b3df04d;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.radio-card__status{display:inline-flex;align-items:center;gap:.35rem;color:#00c853;font-weight:600}.dot{width:10px;height:10px;border-radius:999px;display:inline-block;background:currentColor}.dot--live{background:#00c853}.dot--error{background:#b00020}.bars{display:inline-flex;gap:4px;height:28px;align-items:flex-end}.bar{width:4px;height:10px;background:#00c853;border-radius:4px;opacity:.7}.bars--live .bar{animation:pulse .7s ease-in-out infinite alternate}.bars--live .bar:nth-child(2){animation-delay:80ms}.bars--live .bar:nth-child(3){animation-delay:.16s}.bars--live .bar:nth-child(4){animation-delay:.24s}.bars--live .bar:nth-child(5){animation-delay:.32s}.bars--live .bar:nth-child(6){animation-delay:.4s}.bars--live .bar:nth-child(7){animation-delay:.48s}@keyframes pulse{0%{height:8px}to{height:28px}}.player{display:grid;grid-template-columns:1fr auto;gap:1rem;padding:1.25rem;border-radius:18px;background:linear-gradient(135deg,#f5f5f7,#fff);border:1px solid rgba(0,0,0,.04)}.player__info{display:flex;justify-content:space-between;gap:1rem;align-items:center}.player__label{text-transform:uppercase;font-size:.75rem;letter-spacing:.08em;color:#6e6e73;margin:0}.player__title{margin:.25rem 0}.player__subtitle{margin:0;color:#515154}.player__controls{display:flex;gap:.75rem;align-items:center}.player__error{color:#b00020;margin:.5rem 0 0;font-size:.9rem}.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}.player-icon-btn:disabled{opacity:.5;cursor:not-allowed}.player__volume{margin-top:.75rem}.player__volume input[type=range]{width:100%;accent-color:#7b3df0}.volume-control{width:100%}@media (max-width: 768px){.player{grid-template-columns:1fr}.player__controls{justify-content:flex-start}}:root{color:#1d1d1f;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,sans-serif;background:#f5f5f7;line-height:1.6}body{margin:0;background:#f5f5f7}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{max-width:1200px;margin:0 auto 2rem;padding:0 1.25rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
