/*
Theme Name: Radio Template
Author: DJ Big Tyme 215
Description: Editable WordPress block theme for DJ Big Tyme 215 Radio with Airtime Pro live player and footer site-visit counter.
Version: 2.1
Requires at least: 6.3
Requires PHP: 7.4
Text Domain: radio-template
*/
:root{--red:#ed1717;--black:#050505;--panel:#111315;--line:#303030;--white:#fff;--muted:#aaa}
html{scroll-behavior:smooth}
body{margin:0;background:var(--black);color:#fff}
a{text-decoration:none}
.djbt-header{background:rgba(5,5,5,.97);border-bottom:1px solid #292929;position:sticky;top:0;z-index:99}
.djbt-brand{font-weight:900;font-size:28px;letter-spacing:-1px}
.djbt-brand span,.djbt-red{color:var(--red)}
.djbt-brand small{display:block;font-size:9px;letter-spacing:3px;text-align:center;color:#ddd}
.djbt-live{background:linear-gradient(#f52626,#b90000)!important;border:1px solid var(--red)!important;border-radius:7px!important;font-weight:900!important}
.djbt-hero{background:radial-gradient(circle at 50% 0,#2a0808 0,#090909 42%,#050505 75%);text-align:center}
.djbt-eyebrow{color:var(--red);letter-spacing:7px;font-weight:900}
.djbt-radio-card{background:linear-gradient(145deg,#181b1e,#0b0c0d);border:1px solid #444;border-radius:18px;box-shadow:0 0 35px rgba(237,23,23,.14)}
.djbt-record{width:170px;height:170px;border-radius:50%;background:radial-gradient(circle,#171717 0 10%,#e21c1c 11% 13%,#080808 14% 55%,#222 56% 60%,#070707 61%);border:5px solid #050505;box-shadow:inset 0 0 25px #000,0 0 20px #000}
.djbt-card{background:#111;border:1px solid #292929;border-radius:12px}
.djbt-banner{border-top:1px solid var(--red);border-bottom:1px solid var(--red);background:linear-gradient(90deg,#100707,#090909)}
.djbt-section-title{border-left:5px solid var(--red);padding-left:12px}
.djbt-counter{color:#888;font-size:12px;letter-spacing:2px;text-transform:uppercase}
.djbt-footer{border-top:1px solid #222;color:#777}
.djbt-player-note{color:#777;font-size:11px;text-align:center}
@media(max-width:700px){
 .djbt-brand{font-size:18px}
 .djbt-brand small{font-size:7px}
 .djbt-mobile-hide{display:none!important}
 .djbt-record{width:135px;height:135px}
}
