:root{font-family:Arial,"Segoe UI",sans-serif;color:#28241e;background:#eee8dc;color-scheme:light}*{box-sizing:border-box}body{margin:0;min-height:100vh;display:grid;place-items:center;padding:18px;background:radial-gradient(circle at top,#fffaf0,#eee5d6 65%)}.player-card{width:min(520px,100%);background:#fff;border:1px solid #ddd2c1;border-radius:26px;padding:28px;text-align:center;box-shadow:0 20px 55px rgba(60,40,10,.12)}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.16em;color:#87672a}.player-card h1{font-size:25px;margin:6px 0 12px}.live-line{display:flex;justify-content:center;align-items:center;gap:7px;color:#756d62;font-size:13px}.live-line span:first-child{width:9px;height:9px;border-radius:50%;background:#b8aea0}.live-line span:first-child.online{background:#2f9b57;box-shadow:0 0 0 5px #2f9b5718}.artwork{width:150px;height:150px;border-radius:50%;display:grid;place-items:center;margin:25px auto;background:linear-gradient(145deg,#97732f,#4e3a17);color:white;font-size:64px;box-shadow:0 12px 30px #6c501d45}.now-label{font-size:11px;letter-spacing:.14em;font-weight:800;color:#8a6b2c}.player-card h2{font-size:24px;margin:8px 0;overflow-wrap:anywhere}.player-card p{color:#756e64}.main-button{width:100%;border:0;border-radius:14px;padding:16px;background:#7a5b20;color:#fff;font-size:17px;font-weight:800;cursor:pointer;margin:15px 0}.main-button.active{background:#3d3528}.time-row{display:flex;justify-content:space-between;color:#797168;font-size:12px}.progress{height:8px;background:#ece5d9;border-radius:999px;overflow:hidden;margin:7px 0 20px}.progress span{display:block;height:100%;width:0;background:#8b6928}.volume-row{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:14px;text-align:left;font-weight:700}.volume-row input{width:100%}.hint{font-size:13px;margin-top:22px}.listeners{font-size:13px;margin-bottom:0}@media(max-width:520px){body{padding:0;background:#fff}.player-card{min-height:100vh;border:0;border-radius:0;box-shadow:none;padding:24px 20px}.artwork{width:138px;height:138px}.player-card h2{font-size:22px}}

/* Radio PHP 2.6 - lớp thông báo bằng giọng nói */
.announcement-banner{margin:18px 0 0;padding:14px 16px;border:1px solid #e9b3ad;border-radius:14px;background:#fff1ef;color:#8f2b24;text-align:left;animation:announcementPulse 1.2s infinite}
.announcement-banner span,.announcement-banner strong{display:block}.announcement-banner span{font-size:11px;font-weight:900;letter-spacing:.12em}.announcement-banner strong{margin-top:4px;font-size:17px;overflow-wrap:anywhere}
@keyframes announcementPulse{50%{box-shadow:0 0 0 6px #c93b3110}}
