.aam-player{display:flex;align-items:center;gap:10px;background:#111;color:#fff;padding:12px;border-radius:8px;max-width:500px}
.aam-btn{width:40px;height:40px;border-radius:50%;border:0;background:#ff4757;cursor:pointer}
.aam-btn.play{background:#2ed573}
.aam-bar{flex:1;height:6px;background:#333;cursor:pointer}
.aam-bar-fill{height:100%;width:0;background:#ff4757}
.aam-time{font-size:12px}
.aam-popup{display:none;position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:9999}
.aam-popup-content{background:#fff;padding:30px;max-width:400px;margin:15% auto;text-align:center;border-radius:8px}