.wet-floating-player{position:fixed;z-index:10050;left:50%;bottom:max(18px,env(safe-area-inset-bottom));transform:translateX(-50%);display:grid;grid-template-columns:minmax(0,1fr) repeat(3,36px);align-items:center;gap:8px;width:min(560px,calc(100vw - 24px));min-height:68px;padding:9px 11px;box-sizing:border-box;border:1px solid rgba(255,255,255,.8);border-radius:24px;background:linear-gradient(135deg,rgba(238,255,255,.94),rgba(128,213,232,.9));box-shadow:0 22px 60px rgba(20,92,119,.3),inset 0 1px 0 #fff;backdrop-filter:blur(24px) saturate(145%);-webkit-backdrop-filter:blur(24px) saturate(145%);animation:wetFloatingPlayerIn .25s ease-out}.wet-floating-player[hidden]{display:none!important}.wet-floating-player.is-expanded{display:block;width:min(620px,calc(100vw - 24px));padding:15px}.wet-floating-player.is-expanded>:not(.wet-floating-expanded){display:none}.wet-floating-drag{display:flex;align-items:center;gap:9px;min-width:0;overflow:hidden;cursor:grab;touch-action:none}.wet-floating-copy{display:grid;min-width:0}.wet-floating-copy b,.wet-floating-copy small,.wet-floating-expanded-title,.wet-floating-expanded-artist{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wet-floating-title{color:#103746;font-size:14px}.wet-floating-artist{margin-top:3px;color:#4d7781;font-size:11px}.wet-floating-cover{width:48px;height:48px;flex:0 0 48px;object-fit:cover;border-radius:14px;border:1px solid #fff}.wet-floating-control,.wet-floating-mobile-controls button,.wet-floating-collapse{width:34px;min-width:34px;height:34px;border:1px solid rgba(255,255,255,.8);border-radius:50%;background:rgba(255,255,255,.58);color:#0c617f;font:inherit;font-weight:800;cursor:pointer}.wet-floating-play,.wet-floating-expanded-play{background:linear-gradient(145deg,#21a8c2,#0a6b97);color:#fff}.wet-floating-expanded{position:relative;min-width:0}.wet-floating-collapse{position:absolute;top:0;right:0;font-size:20px}.wet-floating-expanded-cover{display:block;width:min(280px,70vw);height:min(280px,70vw);margin:0 auto 12px;border-radius:22px;object-fit:cover;border:1px solid #fff}.wet-floating-expanded-title,.wet-floating-expanded-artist{display:block;text-align:center}.wet-floating-expanded-title{color:#075f91;font-size:20px}.wet-floating-expanded-artist{margin-top:4px;color:#1389b0;font-size:13px}.wet-floating-mobile-controls{display:flex;justify-content:center;align-items:center;gap:24px;margin:15px 0}.wet-floating-mobile-controls button{display:grid;place-items:center}.wet-floating-mobile-controls .wet-floating-expanded-play{width:54px;height:54px}.wet-floating-playlist{display:grid;gap:6px;max-height:240px;overflow:auto}.wet-floating-track{display:grid;grid-template-columns:38px minmax(0,1fr);gap:8px;align-items:center;width:100%;padding:6px;border:1px solid transparent;border-radius:14px;background:rgba(255,255,255,.45);color:#173b4a;text-align:left;cursor:pointer}.wet-floating-track.active{border-color:#1687c1;background:rgba(255,255,255,.8)}.wet-floating-track img{width:38px;height:38px;border-radius:10px;object-fit:cover}.wet-floating-track span{display:grid;min-width:0}.wet-floating-track b,.wet-floating-track small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wet-floating-track b{font-size:12px}.wet-floating-track small{color:#5b7d84;font-size:10px}.wet-floating-seek-row{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:center;margin-top:11px;color:#416b75;font-size:11px}.wet-floating-seek-row input{width:100%;min-width:0;accent-color:#1187a8}@keyframes wetFloatingPlayerIn{from{opacity:0;transform:translate(-50%,15px) scale(.97)}to{opacity:1;transform:translate(-50%,0) scale(1)}}@media(max-width:760px){.wet-floating-player{grid-template-columns:minmax(0,1fr) repeat(3,31px);gap:4px;width:calc(100vw - 20px);min-height:62px;padding:7px 10px;border-radius:21px}.wet-floating-cover{width:43px;height:43px;flex-basis:43px}.wet-floating-control{width:31px;min-width:31px;height:31px;font-size:12px}.wet-floating-title{font-size:12px}.wet-floating-artist{font-size:10px}.wet-floating-player.is-expanded{width:calc(100vw - 20px);height:min(760px,calc(100vh - 20px));max-height:calc(100vh - 20px);overflow:hidden;border-radius:28px}.wet-floating-player.is-expanded .wet-floating-expanded{height:100%;overflow:auto}.wet-floating-expanded-cover{width:min(68vw,280px);height:min(68vw,280px)}.wet-floating-collapse{top:-4px;right:-4px;width:38px;height:38px}.wet-floating-seek-row{grid-template-columns:1fr;gap:5px}.wet-floating-seek-row input{order:-1}.wet-floating-playlist{max-height:22vh}}
.wet-side-visualizer{position:fixed;z-index:10040;inset:0;pointer-events:none;opacity:0;transition:opacity .25s ease}.wet-side-visualizer.is-active{opacity:1}.wet-side-wave{position:absolute;top:0;bottom:0;width:22px;display:flex;flex-direction:column;justify-content:space-around;align-items:center;padding:8px 0;box-sizing:border-box}.wet-side-wave-left{left:0}.wet-side-wave-right{right:0}.wet-side-wave i{display:block;width:5px;height:clamp(5px,1.5vh,18px);border-radius:999px;background:hsl(var(--wave-hue,185) 90% 60%);box-shadow:0 0 8px currentColor;opacity:.18;transform:scaleY(var(--wave-scale,.08));transition:transform .08s linear,background-color .12s linear}.wet-side-visualizer.is-active .wet-side-wave i{opacity:.9}@media(max-width:760px){.wet-side-wave{width:14px}.wet-side-wave i{width:3px}}
.wet-player-icon{display:block;width:18px;height:18px;pointer-events:none}.wet-floating-control,.wet-floating-collapse{display:grid;place-items:center;padding:0}.wet-floating-expanded-play .wet-player-icon{width:24px;height:24px}.wet-floating-mobile-controls button .wet-player-icon{width:20px;height:20px}.wet-floating-seek-row{display:flex;flex-wrap:wrap;align-items:center;gap:4px;margin:11px 0 0;width:100%;box-sizing:border-box}.wet-floating-seek-row input{order:-1;display:block;width:100%;height:18px;min-height:18px;margin:0;padding:0!important;border:0!important;border-radius:0;background:transparent!important;box-shadow:none!important;appearance:none;-webkit-appearance:none;accent-color:#1187a8}.wet-floating-seek-row input::-webkit-slider-runnable-track{height:8px;border-radius:999px;background:linear-gradient(90deg,#138aad 0 var(--wet-progress,0%),rgba(255,255,255,.72) var(--wet-progress,0%) 100%)}.wet-floating-seek-row input::-moz-range-track{height:8px;border-radius:999px;background:linear-gradient(90deg,#138aad 0 var(--wet-progress,0%),rgba(255,255,255,.72) var(--wet-progress,0%) 100%)}.wet-floating-seek-row input::-webkit-slider-thumb{width:18px;height:18px;margin-top:-5px;border:0;border-radius:50%;background:#087fa5;appearance:none;-webkit-appearance:none}.wet-floating-seek-row input::-moz-range-thumb{width:18px;height:18px;border:0;border-radius:50%;background:#087fa5}.wet-floating-seek-row span{display:block}.wet-side-wave{width:76px;align-items:flex-start}.wet-side-wave-left{left:0;padding-left:2px}.wet-side-wave-right{right:0;align-items:flex-end;padding-right:2px}.wet-side-wave i{width:clamp(30px,5vw,76px);height:6px;flex:0 0 6px;transform:scaleX(var(--wave-scale,.14));transition:transform .08s linear,background-color .12s linear;transform-origin:left center}.wet-side-wave-right i{transform-origin:right center}@media(max-width:760px){.wet-side-wave{width:48px}.wet-side-wave i{width:clamp(22px,10vw,48px);height:5px;flex-basis:5px}.wet-floating-seek-row{gap:3px}.wet-floating-seek-row input{height:18px}}
.wet-floating-player > audio { display:none!important }
.wet-floating-expanded[hidden] { display:none!important }
.wet-floating-player.is-expanded { left:50%; top:50%; bottom:auto; right:auto; transform:translate(-50%,-50%); max-height:calc(100dvh - 32px); overflow:auto; animation:none }
.wet-floating-player:not(.is-expanded) { bottom:max(84px,env(safe-area-inset-bottom)) }
.wet-floating-expanded { padding-top:44px }
.wet-floating-collapse { z-index:2 }
.wet-floating-drag { user-select:none }
@media(min-width:761px){.wet-floating-player.is-expanded{left:50%!important;top:50%!important;bottom:auto!important;right:auto!important;transform:translate(-50%,-50%)!important}}
@media(max-width:760px){.wet-floating-player:not(.is-expanded){bottom:max(84px,env(safe-area-inset-bottom))!important}.wet-floating-player.is-expanded{inset:0!important;transform:none!important;width:100%!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important;padding:max(16px,env(safe-area-inset-top)) 20px max(16px,env(safe-area-inset-bottom))!important}.wet-floating-player.is-expanded .wet-floating-expanded{display:flex;flex-direction:column;justify-content:center;gap:8px;min-height:100%;height:auto;padding-top:48px;padding-bottom:16px}.wet-floating-player.is-expanded .wet-floating-collapse{top:0;right:0}.wet-floating-player.is-expanded .wet-floating-expanded-cover{width:min(58vw,260px);height:min(58vw,260px);flex-shrink:0}.wet-floating-player.is-expanded .wet-floating-playlist{max-height:22dvh;flex-shrink:0}}
@media(max-width:760px) {
  .wet-floating-player.is-expanded { inset:0!important; transform:none!important; width:100%; height:100dvh; max-height:100dvh; border-radius:0; padding:max(16px,env(safe-area-inset-top)) 20px max(16px,env(safe-area-inset-bottom)); }
  .wet-floating-player.is-expanded .wet-floating-expanded { display:flex; flex-direction:column; justify-content:center; gap:8px; min-height:100%; height:auto; padding-top:48px; padding-bottom:16px; }
  .wet-floating-collapse { top:0; right:0 }
  .wet-floating-playlist { max-height:22dvh; flex-shrink:0 }
  .wet-floating-expanded-cover { flex-shrink:0; width:min(58vw,260px); height:min(58vw,260px) }
}
