.player-box{width:100%;border:1px solid #e5e7eb;border-radius:16px;background:linear-gradient(180deg,#ffffff 0%,#fafafa 100%);padding:14px;box-sizing:border-box;box-shadow:0 10px 30px rgba(15,23,42,0.06)}.player-item{background:#e8e5df;border:1px solid #c7c7c7;border-radius:14px;padding:12px 12px 10px;margin:10px 0;box-shadow:0 6px 18px rgba(15,23,42,0.04)}.player-item:first-child{margin-top:0}.player-item:last-child{margin-bottom:0}.player-title{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:14px;font-weight:650;color:#0f172a;margin-bottom:10px;display:flex;align-items:center;gap:10px}.player-title::before{content:"";width:10px;height:10px;border-radius:999px;background:#007788;box-shadow:0 0 0 4px rgba(99,102,241,0.15);flex:0 0 auto}.audio-player{width:100%;box-sizing:border-box;border-radius:12px}.audio-player::-webkit-media-controls-panel{background-color:rgba(99,102,241,0.06)}.audio-player{accent-color:#007788;}@media (max-width:480px){.player-box{padding:10px}.player-item{padding:10px}.player-title{font-size:13px}}