:root{--red:#d6323f;--ink:#181a1f;--muted:#70757c;--line:#e8e9eb;--bg:#f6f6f6;--navy:#122f42}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,sans-serif}a{text-decoration:none;color:inherit}button,input{font:inherit}.topbar{height:64px;padding:0 max(28px,calc((100% - 1140px)/2));display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30}.brand{display:flex;align-items:center;gap:9px;color:var(--red);font-size:21px;font-weight:900}.brand img{width:35px;height:35px;border-radius:50%}.headerActions{display:flex;align-items:center;gap:28px;font-size:13px;font-weight:700}.headerActions button{border:0;padding:12px 20px;border-radius:999px;background:var(--red);color:#fff;font-weight:900;cursor:pointer}.intro{padding:48px 20px;text-align:center;background:var(--red);color:#fff}.intro h1{margin:0 0 17px;font-size:28px}.intro p{max-width:770px;margin:auto;line-height:1.6;color:#ffecef}.radioBrowser{max-width:1140px;margin:auto;padding:18px 20px 70px}.browserHead{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:20px}.searchGroup{width:min(400px,100%)}.searchGroup label{display:block;margin-bottom:7px;font-size:12px;font-weight:800;color:#555b62}.searchGroup input{width:100%;height:48px;padding:0 16px;border:1px solid #dddfe2;border-radius:8px;background:#fff;outline:0}.searchGroup input:focus{border-color:var(--red);box-shadow:0 0 0 3px #d6323f17}.tabs{display:flex;padding:4px;background:#e9eaec;border-radius:999px}.tab{border:0;background:transparent;padding:10px 17px;border-radius:999px;font-weight:800;color:#676d74;cursor:pointer}.tab.active{background:#fff;color:var(--red);box-shadow:0 3px 11px #18202a18}.tab b{display:inline-grid;place-items:center;min-width:19px;height:19px;margin-left:4px;padding:0 5px;border-radius:10px;background:#dfe1e4;font-size:10px}.radioBrowser>h2{margin:0 0 16px;font-size:21px}.stationGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:15px}.stationCard{position:relative;min-width:0;height:148px;border-radius:19px;background:#fff;box-shadow:0 7px 18px #18202a14;overflow:hidden;transition:.18s}.stationCard:hover{transform:translateY(-2px);box-shadow:0 11px 25px #18202a20}.stationCard.selected{box-shadow:inset 0 0 0 3px var(--red),0 10px 23px #18202a1f}.stationPlay{width:100%;height:100%;border:0;background:transparent;padding:20px 15px 15px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}.stationLogo{display:block;width:100px;height:64px;margin-bottom:12px;object-fit:contain}.stationLogo.fallback{display:grid;place-items:center;border-radius:10px;background:color-mix(in srgb,var(--logo) 12%,white);color:var(--logo);font-size:16px;font-weight:1000}.stationPlay strong{text-align:center;font-size:14px;line-height:1.22}.favoriteButton{position:absolute;right:8px;top:7px;z-index:2;width:42px;height:42px;border:0;background:transparent;color:#73777c;font-size:31px;line-height:1;cursor:pointer;transition:.15s}.favoriteButton:hover{transform:scale(1.12);color:var(--red)}.favoriteButton.chosen{color:var(--red)}.emptyFavorites{padding:75px 20px;text-align:center;color:var(--muted)}.emptyFavorites span{display:block;color:var(--red);font-size:60px}.emptyFavorites strong{display:block;margin:8px 0;color:var(--ink);font-size:20px}.favoriteToast{position:fixed;z-index:50;left:50%;bottom:95px;transform:translate(-50%,25px);padding:12px 18px;border-radius:999px;background:#20242a;color:#fff;font-size:13px;font-weight:700;opacity:0;pointer-events:none;transition:.22s}.favoriteToast.show{opacity:1;transform:translate(-50%,0)}.player[hidden]{display:none}.player{position:fixed;z-index:40;left:50%;bottom:14px;transform:translateX(-50%);width:min(800px,calc(100% - 24px));padding:13px 16px;border-radius:16px;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 12px 35px #08151e55}.playerInfo{display:flex;align-items:center;gap:12px}.playerInfo i{width:10px;height:10px;border-radius:50%;background:#718490}.playerInfo i.active{background:#3bdd83;box-shadow:0 0 0 5px #3bdd8325}.playerInfo strong,.playerInfo small{display:block}.playerInfo small{margin-top:3px;color:#adc1ce}.playerButtons{display:flex;gap:7px}.playerButtons button{border:0;border-radius:9px;padding:9px 14px;background:#edf5f8;color:var(--navy);font-weight:800;cursor:pointer}.playerButtons button:last-child{background:var(--red);color:#fff}.statsSection{padding:58px max(24px,calc((100% - 1100px)/2));background:#fff;display:grid;grid-template-columns:.65fr 1.35fr;align-items:center;gap:45px}.statsSection .eyebrow{margin:0 0 7px;color:var(--red);font-size:11px;font-weight:900;letter-spacing:.13em}.statsSection h2{margin:0;font-size:29px}.stats{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:18px;overflow:hidden}.stats>div{position:relative;padding:22px 10px;text-align:center;border-right:1px solid var(--line)}.stats>div:last-child{border:0}.stats strong{display:block;font-size:28px;color:var(--red)}.stats span{display:block;margin-top:6px;color:var(--muted);font-size:11px;font-weight:700}.onlineDot{position:absolute;right:12px;top:12px;width:7px;height:7px;border-radius:50%;background:#34ca76;box-shadow:0 0 0 4px #34ca7622}footer{padding:34px max(24px,calc((100% - 1100px)/2));background:#0b1d2a;color:#8197a6;display:flex;justify-content:space-between;gap:25px}footer strong,footer span{display:block}footer strong{color:#fff;font-size:17px}footer>div:last-child{display:flex;align-items:center;gap:24px}
@media(max-width:900px){.stationGrid{grid-template-columns:repeat(4,1fr)}.statsSection{grid-template-columns:1fr}.headerActions>a{display:none}}
@media(max-width:700px){.stationGrid{grid-template-columns:repeat(3,1fr)}.browserHead{align-items:stretch;flex-direction:column}.tabs{align-self:flex-start}}
@media(max-width:520px){.topbar{height:60px;padding:0 13px}.brand{font-size:18px}.brand img{width:33px;height:33px}.headerActions button{padding:10px 13px;font-size:11px}.intro{padding:32px 15px}.intro h1{font-size:23px}.intro p{font-size:14px}.radioBrowser{padding:15px 10px 55px}.browserHead{gap:13px}.tabs{width:100%}.tab{flex:1;padding:9px 6px;font-size:12px}.stationGrid{grid-template-columns:repeat(2,1fr);gap:9px}.stationCard{height:138px;border-radius:15px}.stationLogo{width:82px;height:56px}.stationPlay strong{font-size:13px}.favoriteButton{right:3px;top:3px}.player{bottom:7px;align-items:stretch;flex-direction:column;gap:9px}.playerButtons button{flex:1}.favoriteToast{bottom:145px;width:max-content;max-width:90%;text-align:center}.statsSection{padding:45px 13px;gap:22px}.stats{grid-template-columns:repeat(2,1fr)}.stats>div:nth-child(2){border-right:0}.stats>div:nth-child(-n+2){border-bottom:1px solid var(--line)}footer{align-items:center;flex-direction:column;text-align:center}footer>div:last-child{justify-content:center;flex-wrap:wrap}}
.stationCard{height:136px}.stationPlay{padding:15px 13px 12px}.stationLogo{width:92px;height:54px;margin-bottom:9px}.favoriteButton{right:5px;top:4px;width:44px;height:44px;font-size:33px}
@media(max-width:900px){.headerActions>a{display:inline-flex}}
@media(max-width:520px){.topbar{height:auto;min-height:104px;padding:9px 12px;flex-wrap:wrap;align-content:center;gap:7px}.brand{width:100%;justify-content:center}.headerActions{width:100%;justify-content:center;gap:7px}.headerActions>a,.headerActions button{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:8px 11px;border-radius:999px;font-size:11px}.headerActions>a{border:1px solid #e2e3e5;background:#fff}.headerActions button{border:0;background:var(--red);color:#fff}.intro{padding-top:27px}}
.appDownloads{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:23px;flex-wrap:wrap}.downloadTitle{margin-right:3px;font-size:13px;font-weight:800}.androidDownload,.iphoneDownload{min-width:132px;padding:9px 15px;border-radius:11px;display:flex;align-items:center;justify-content:center;gap:8px;text-align:left}.androidDownload{background:#fff;color:#167847;box-shadow:0 6px 16px #8c18252d}.iphoneDownload{border:1px solid #ffffff70;background:#ffffff18;color:#fff;opacity:.82}.androidDownload b,.iphoneDownload b{font-size:11px}.androidDownload small,.iphoneDownload small{display:block;font-size:10px;font-weight:700;opacity:.8}
@media(max-width:520px){.intro{padding:27px 12px 30px}.appDownloads{gap:7px;margin-top:19px}.downloadTitle{width:100%;margin:0}.androidDownload,.iphoneDownload{min-width:145px;padding:9px 11px}}
.topbar .player{position:static;z-index:auto;left:auto;bottom:auto;transform:none;width:min(520px,48vw);padding:7px 9px;border-radius:11px;gap:10px;box-shadow:none}.topbar .playerInfo{min-width:0;gap:8px}.topbar .playerInfo>div{min-width:0}.topbar .playerInfo strong,.topbar .playerInfo small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar .playerInfo strong{font-size:12px}.topbar .playerInfo small{margin-top:1px;font-size:10px}.topbar .playerButtons{flex:none}.topbar .playerButtons button{padding:7px 10px;font-size:11px}
@media(max-width:900px){.topbar:has(.player:not([hidden])){height:auto;min-height:64px;padding-top:7px;padding-bottom:7px;flex-wrap:wrap}.topbar .player{order:3;width:100%;margin:0}.topbar .playerInfo{flex:1}.topbar .playerButtons button{padding:7px 11px}}
@media(max-width:520px){.topbar:has(.player:not([hidden])){min-height:154px}.topbar .player{order:2}.topbar .headerActions{order:3}.topbar .playerInfo strong{font-size:11px}.topbar .playerButtons button{padding:7px 9px}.favoriteToast{bottom:20px}}
.countryHeading{grid-column:1/-1;margin:18px 0 0;padding:10px 2px 2px;font-size:19px}.countryHeading:first-child{margin-top:0}.countryHeading+ .stationCard{margin-left:0}
@media(max-width:520px){.countryHeading{margin-top:13px;padding-top:7px;font-size:17px}}
.themeToggle{border:1px solid var(--line)!important;background:var(--bg)!important;color:var(--ink)!important;padding:9px 13px!important;white-space:nowrap}
html[data-theme="dark"]{color-scheme:dark;--ink:#eef4f7;--muted:#a9bac4;--line:#304653;--bg:#101c24;--navy:#07141c}html[data-theme="dark"] body{background:var(--bg)}html[data-theme="dark"] .topbar,html[data-theme="dark"] .stationCard,html[data-theme="dark"] .statsSection{background:#172934}html[data-theme="dark"] .tabs{background:#0b171f}html[data-theme="dark"] .tab{color:#a9bac4}html[data-theme="dark"] .tab.active,html[data-theme="dark"] .searchGroup input{background:#223946;color:#f2f7f9}html[data-theme="dark"] .searchGroup label{color:#bac8cf}html[data-theme="dark"] .stationPlay{color:#f2f7f9}html[data-theme="dark"] .favoriteButton{color:#b1c0c8}html[data-theme="dark"] .favoriteButton.chosen{color:#ff6672}html[data-theme="dark"] .emptyFavorites strong{color:#f2f7f9}html[data-theme="dark"] .headerActions>a{color:#e9f1f5}html[data-theme="dark"] .themeToggle{background:#223946!important;color:#f2f7f9!important}html[data-theme="dark"] .stats>div{background:#172934}html[data-theme="dark"] footer{background:#061119}
@media(max-width:520px){.themeToggle{padding:8px 10px!important}}
