.kidsPlayer{display:flex;width:327px;padding:16px;flex-direction:column;justify-content:center;align-items:center;gap:24px;border-radius:12px;background:rgba(0,0,0,.00);position:relative;margin-left:auto;margin-right:auto;direction:ltr;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.25)}.player-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.album-cover{flex-shrink:0}.album-icon{width:60px;height:60px;border-radius:4px;display:block}.desktop-icon{display:block}.mobile-icon{display:none}.track-info{flex:1;min-width:0}.track-title{font-size:18px;font-weight:700;margin:0;color:#000;line-height:1.2}.waveform-container{display:flex;align-items:flex-end;gap:2px;height:40px;margin-bottom:16px;cursor:pointer;direction:ltr}.waveform-bar{flex:1;background:#e0e0e0;border-radius:1px;transition:all .3s ease;min-height:4px;max-height:40px;position:relative;direction:ltr}.waveform-bar:hover{background:#1e3a8a}.waveform-bar.played{background:#1e3a8a}.waveform-bar.playing{background:#1e3a8a;animation:pulse 1s infinite}@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}.time-display{display:flex;justify-content:space-between;font-size:12px;color:#666;font-weight:600;margin-bottom:20px}.current-time{color:#000}.duration{color:#666}.player-controls{display:flex;align-items:center;justify-content:space-between;gap:16px}.like-btn,.download-btn{background:none;border:none;cursor:pointer;padding:8px;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.like-btn:hover,.download-btn:hover{background:#f5f5f5;transform:scale(1.1)}.like-btn svg,.download-btn svg{width:20px;height:20px;color:#000;transition:all .3s ease;display:block}.like-btn.liked svg{color:#e74c3c}.main-controls{display:flex;align-items:center;gap:24px}.rewind-btn,.forward-btn{background:#fffbfb;border:none;cursor:pointer;width:40px;height:40px;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 2px 8px rgba(250,250,250,.2)}.rewind-btn:hover,.forward-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px rgba(0,0,0,.3)}.rewind-btn:active,.forward-btn:active{transform:scale(.95)}.rewind-btn svg,.forward-btn svg{width:20px;height:20px;color:#000;display:block}.play-pause-btn{background:#000;color:#fff;width:56px;height:56px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.2);position:relative;overflow:hidden}.play-pause-btn:hover{transform:scale(1.05);box-shadow:0 6px 16px rgba(0,0,0,.3)}.play-pause-btn:active{transform:scale(.95)}.play-pause-btn svg{width:24px;height:24px;color:#fff;display:block}.play-pause-btn .play-icon{display:block}.play-pause-btn .pause-icon{display:none}.play-pause-btn.playing .play-icon{display:none}.play-pause-btn.playing .pause-icon{display:block}.play-pause-btn.loading{background:#666;cursor:not-allowed;animation:loading-pulse 1.5s infinite}.play-pause-btn.loading svg{opacity:.5}@keyframes loading-pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}@media (max-width:480px){.kidsPlayer{padding:16px;margin:1em 0;border-radius:8px;max-width:100%}.player-header{gap:12px;margin-bottom:16px}.album-icon{width:45px;height:45px}.desktop-icon{display:none}.mobile-icon{display:block}.track-title{font-size:14px}.waveform-container{height:28px;gap:1px;margin-bottom:12px}.time-display{font-size:11px;margin-bottom:16px}.player-controls{gap:12px;flex-wrap:wrap;justify-content:center}.main-controls{gap:12px;order:2;flex:1;justify-content:center;min-width:0}.like-btn,.download-btn{padding:6px;order:1}.rewind-btn,.forward-btn{width:36px;height:36px}.play-pause-btn{width:48px;height:48px}.rewind-btn svg,.forward-btn svg{width:16px;height:16px}.play-pause-btn svg{width:20px;height:20px}.like-btn svg,.download-btn svg{width:16px;height:16px}}@media (max-width:360px){.kidsPlayer{padding:12px}.player-header{gap:8px;margin-bottom:12px}.album-placeholder{width:40px;height:40px;font-size:7px}.track-title{font-size:13px}.waveform-container{height:24px;margin-bottom:10px}.main-controls{gap:8px}.rewind-btn,.forward-btn{width:32px;height:32px}.play-pause-btn{width:40px;height:40px}.rewind-btn svg,.forward-btn svg{width:14px;height:14px}.play-pause-btn svg{width:18px;height:18px}.like-btn svg,.download-btn svg{width:14px;height:14px}}.kidsPlayer.playing .waveform-bar.playing{animation:pulse 1s infinite}.waveform-bar:nth-child(1) {height:8px}.waveform-bar:nth-child(2) {height:12px}.waveform-bar:nth-child(3) {height:6px}.waveform-bar:nth-child(4) {height:16px}.waveform-bar:nth-child(5) {height:10px}.waveform-bar:nth-child(6) {height:14px}.waveform-bar:nth-child(7) {height:8px}.waveform-bar:nth-child(8) {height:20px}.waveform-bar:nth-child(9) {height:12px}.waveform-bar:nth-child(10) {height:6px}.waveform-bar:nth-child(11) {height:18px}.waveform-bar:nth-child(12) {height:10px}.waveform-bar:nth-child(13) {height:14px}.waveform-bar:nth-child(14) {height:8px}.waveform-bar:nth-child(15) {height:22px}.waveform-bar:nth-child(16) {height:12px}.waveform-bar:nth-child(17) {height:6px}.waveform-bar:nth-child(18) {height:16px}.waveform-bar:nth-child(19) {height:10px}.waveform-bar:nth-child(20) {height:14px}.waveform-bar:nth-child(21) {height:8px}.waveform-bar:nth-child(22) {height:20px}.waveform-bar:nth-child(23) {height:12px}.waveform-bar:nth-child(24) {height:6px}.waveform-bar:nth-child(25) {height:18px}.waveform-bar:nth-child(26) {height:10px}.waveform-bar:nth-child(27) {height:14px}.waveform-bar:nth-child(28) {height:8px}.waveform-bar:nth-child(29) {height:22px}.waveform-bar:nth-child(30) {height:12px}.waveform-bar:nth-child(31) {height:6px}.waveform-bar:nth-child(32) {height:16px}.waveform-bar:nth-child(33) {height:10px}.waveform-bar:nth-child(34) {height:14px}.waveform-bar:nth-child(35) {height:8px}.waveform-bar:nth-child(36) {height:20px}.waveform-bar:nth-child(37) {height:12px}.waveform-bar:nth-child(38) {height:6px}.waveform-bar:nth-child(39) {height:18px}.waveform-bar:nth-child(40) {height:10px}.waveform-bar:nth-child(41) {height:14px}.waveform-bar:nth-child(42) {height:8px}.waveform-bar:nth-child(43) {height:22px}.waveform-bar:nth-child(44) {height:12px}.waveform-bar:nth-child(45) {height:6px}.waveform-bar:nth-child(46) {height:16px}.waveform-bar:nth-child(47) {height:10px}.waveform-bar:nth-child(48) {height:14px}.waveform-bar:nth-child(49) {height:8px}.waveform-bar:nth-child(50) {height:20px}