.djrtv-player{background:#0b0c10;border:1px solid #292c35;border-radius:20px;overflow:hidden;color:#fff;box-shadow:0 20px 60px rgba(0,0,0,.28)}
.djrtv-screen{position:relative;aspect-ratio:16/9;background:#000;overflow:hidden}.djrtv-screen video,.djrtv-screen iframe{width:100%;height:100%;display:block;border:0;object-fit:contain}.djrtv-screen-overlay{position:absolute;left:18px;top:18px;background:rgba(190,18,31,.9);padding:7px 11px;border-radius:999px;font:700 12px/1 system-ui;letter-spacing:.08em;pointer-events:none}.djrtv-live-dot{display:inline-block;width:7px;height:7px;background:#fff;border-radius:50%;margin-right:6px;animation:djrblink 1.5s infinite}.djrtv-player-status{position:absolute;inset:auto 18px 18px;background:rgba(0,0,0,.72);border-radius:8px;padding:8px 12px;text-align:center}.djrtv-player-status:empty{display:none}.djrtv-now{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid #292c35}.djrtv-now small,.djrtv-radio-card small{color:#a9adb9;font:700 11px/1.4 system-ui;letter-spacing:.14em}.djrtv-now h2{margin:3px 0 0;color:#fff;font-size:clamp(20px,3vw,30px)}.djrtv-channel-list{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:10px;padding:14px;overflow-x:auto}.djrtv-channel{min-width:120px;border:1px solid #30343e;border-radius:12px;padding:12px 8px;background:#17191f;color:#fff;cursor:pointer;font-weight:800;transition:.2s}.djrtv-channel:hover,.djrtv-channel.is-active{border-color:var(--channel-color);box-shadow:inset 0 -3px 0 var(--channel-color);transform:translateY(-1px)}.djrtv-channel img,.djrtv-channel-monogram{width:38px;height:38px;margin:0 auto 7px;display:grid;place-items:center;object-fit:contain;border-radius:50%;background:var(--channel-color);color:#fff;font-size:12px}.djrtv-channel span:last-child{display:block}.djrtv-radios{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.djrtv-radio-card{display:grid;grid-template-columns:110px 1fr;align-items:center;gap:18px;padding:18px;background:#17191f;border-left:4px solid var(--radio-color);border-radius:14px;color:#fff}.djrtv-radio-card img{width:110px;height:110px;border-radius:10px;object-fit:cover}.djrtv-radio-card h3{margin:4px 0 12px}.djrtv-radio-card audio{width:100%;height:38px}.djrtv-empty{padding:18px;border:1px dashed #777;border-radius:12px}.djrtv-unmute{border:0;border-radius:999px;padding:9px 14px;background:#fff;color:#111;font-weight:700}@keyframes djrblink{50%{opacity:.35}}@media(max-width:700px){.djrtv-player{border-radius:12px}.djrtv-channel-list{grid-template-columns:repeat(5,120px)}.djrtv-now{padding:15px}.djrtv-radio-card{grid-template-columns:76px 1fr}.djrtv-radio-card img{width:76px;height:76px}}
.djrtv-radio-embed{display:block;width:100%;min-height:90px;border:0;border-radius:9px;background:#090a0d}.djrtv-radio-warning{margin:8px 0 0;padding:8px;border-radius:7px;background:#fff3cd;color:#664d03;font-size:12px}
.djrtv-radio-audio{display:none}.djrtv-radio-card audio::-webkit-media-controls-timeline{display:none}.djrtv-radio-play{display:inline-flex;align-items:center;gap:11px;min-width:170px;padding:10px 17px;border:1px solid color-mix(in srgb,var(--radio-color) 70%,white);border-radius:999px;background:var(--radio-color);color:#fff;cursor:pointer;font:800 14px/1 system-ui;box-shadow:0 7px 22px color-mix(in srgb,var(--radio-color) 28%,transparent);transition:.2s}.djrtv-radio-play:hover{filter:brightness(1.12);transform:translateY(-1px)}.djrtv-radio-play-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#fff;color:var(--radio-color);font-size:12px;padding-left:2px}.djrtv-radio-play.is-playing .djrtv-radio-play-icon{padding-left:0}.djrtv-radio-card{grid-template-columns:120px 1fr}.djrtv-radio-card>img{width:120px;height:120px}
