:root{--c1:#000621;--c2:#1f1085;--c3:#3d1fdd;--white:#ffffff}*{box-sizing:border-box;font-family:'Bebas Neue',sans-serif}.music-wrapper{width:100%;max-width:400px;margin:2rem auto}.player{background:var(--c1);border-radius:20px;padding:20px;box-shadow:0 8px 20px rgba(0,0,0,0.4);display:flex;flex-direction:column;align-items:center;width:100%}.cover{width:250px;height:250px;object-fit:cover;border-radius:15px;box-shadow:0 0 15px var(--c2)}h3{margin:0.5rem 0;text-align:center;font-size:1.4rem;color:var(--white);letter-spacing:1px}.time-box{width:100%;display:flex;justify-content:space-between;font-size:0.85rem;color:#ddd;margin:0.5rem 0}.progress{width:100%;height:6px;appearance:none;background:var(--c2);border-radius:3px;outline:none}.progress::-webkit-slider-thumb{appearance:none;height:14px;width:14px;border-radius:50%;background:var(--white);cursor:pointer}.volume{width:100%;margin-top:1rem;appearance:none;height:6px;background:var(--c2);border-radius:5px;outline:none}.volume::-webkit-slider-thumb{appearance:none;height:14px;width:14px;border-radius:50%;background:var(--c3);cursor:pointer;box-shadow:0 0 0 2px var(--white)}.controls{display:flex;justify-content:space-around;width:100%;margin-top:1.5rem}.controls button{width:50px;height:50px;border:none;border-radius:50%;background:var(--c2);display:flex;align-items:center;justify-content:center;transition:background 0.3s ease}.controls button:hover{background:var(--c3)}.controls img{width:22px;height:22px}@media screen and (max-width:480px){.music-wrapper{padding:0 1rem}}