.player-button.svelte-1mblkcm{width:100%;border-radius:1.125rem;box-shadow:0 2px 4px #00000026;cursor:pointer;display:block;position:relative;text-decoration:none;transition:box-shadow .3s ease-out,opacity .2s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff0d}.player-button.svelte-1mblkcm:hover{box-shadow:0 2px 4px #00000026,0 0 20px #00000026}.player-button.svelte-1mblkcm:before,.player-button.svelte-1mblkcm:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:1.125rem;padding:1px;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none}.player-button.svelte-1mblkcm:before{background:conic-gradient(from 100deg,#fff3 7%,#fff3,#2626261a 43%,#fff6 57%,#fff3,#ffffff0d 93%,#fff3)}.player-button.svelte-1mblkcm:after{background:radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 40%),conic-gradient(from 100deg,#fff3 7%,#fff3,#2626261a 43%,#fff6 57%,#fff3,#ffffff0d 93%,#fff3);opacity:0;transition:opacity .15s ease-out}.player-button.svelte-1mblkcm:hover:after{opacity:1}.player-button.svelte-1mblkcm .button-content:where(.svelte-1mblkcm){height:100%;align-items:center;display:flex;gap:.625rem;justify-content:flex-start;padding:.8125rem 1.3125rem}.player-button.svelte-1mblkcm .button-content:where(.svelte-1mblkcm) .service-icon:where(.svelte-1mblkcm){width:1.75rem;height:1.75rem;display:block;object-fit:cover}.player-button.svelte-1mblkcm .button-content:where(.svelte-1mblkcm) .button-text:where(.svelte-1mblkcm){text-shadow:0px 2px 6px rgba(38,38,38,.25);color:#fff;font-size:.875rem;font-weight:600;line-height:1;margin-top:1.5px;white-space:nowrap}.player-content.svelte-vivm4f{width:16.1875rem;align-items:center;display:flex;flex-direction:column;gap:.875rem}.player-content.svelte-vivm4f .album-art-container:where(.svelte-vivm4f){width:100%;position:relative}.player-content.svelte-vivm4f .album-art-container:where(.svelte-vivm4f) .album-art:where(.svelte-vivm4f){width:100%;height:auto;aspect-ratio:1;border-radius:1.125rem;box-shadow:0 3px 6px #00000040;display:block;object-fit:cover}.player-content.svelte-vivm4f .track-info:where(.svelte-vivm4f){align-items:center;display:flex;flex-direction:column;gap:.125rem;text-align:center}.player-content.svelte-vivm4f .track-info:where(.svelte-vivm4f) .marquee-wrapper:where(.svelte-vivm4f){margin:0;width:100%;max-width:16.1875rem;overflow:hidden;position:relative}.player-content.svelte-vivm4f .track-info:where(.svelte-vivm4f) .marquee-wrapper.has-overflow:where(.svelte-vivm4f){padding:0 .9375rem;max-width:16.1875rem;width:calc(100% + 1.875rem);margin-left:-.9375rem;-webkit-mask-image:linear-gradient(to right,transparent,white .9375rem,white calc(100% - .9375rem),transparent);mask-image:linear-gradient(to right,transparent,white .9375rem,white calc(100% - .9375rem),transparent)}.player-content.svelte-vivm4f .track-info:where(.svelte-vivm4f) .carousel-container:where(.svelte-vivm4f){display:inline-flex;white-space:nowrap}.player-content.svelte-vivm4f .track-info:where(.svelte-vivm4f) .carousel-container:where(.svelte-vivm4f) span:where(.svelte-vivm4f){text-shadow:0px 2px 6px rgba(38,38,38,.25);display:inline-block}.player-content.svelte-vivm4f .track-info:where(.svelte-vivm4f) .carousel-container.will-animate:where(.svelte-vivm4f){animation:svelte-vivm4f-carousel 24s linear infinite}.player-content.svelte-vivm4f .track-info:where(.svelte-vivm4f) .carousel-container.will-animate:where(.svelte-vivm4f) span:where(.svelte-vivm4f){padding-right:3.125rem}.player-content.svelte-vivm4f .track-info:where(.svelte-vivm4f) .track-title:where(.svelte-vivm4f){color:#fff;font-size:1rem;font-weight:600;line-height:1.2}.player-content.svelte-vivm4f .track-info:where(.svelte-vivm4f) .track-artist:where(.svelte-vivm4f){color:#ffffffa6;font-size:1rem;font-weight:400;line-height:1.2}@keyframes svelte-vivm4f-carousel{0%,12.5%{transform:translate(0)}87.5%,to{transform:translate(var(--scroll-distance, -50%))}}.modal-backdrop.svelte-ekmldj{width:100%;height:100%;background:#000c;align-items:center;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);display:flex;justify-content:center;left:0;position:fixed;top:0;z-index:1000}.modal-content.svelte-ekmldj{width:90%;display:flex;flex-direction:column;gap:1.5rem;text-align:center}.modal-content.svelte-ekmldj h2:where(.svelte-ekmldj){color:#fff;font-size:1.3125rem;font-weight:600;margin:0}.modal-content.svelte-ekmldj p:where(.svelte-ekmldj){color:#fffc;font-size:.875rem;line-height:1.2;margin:0}.modal-buttons.svelte-ekmldj{display:flex;gap:1rem;justify-content:center}.modal-buttons.svelte-ekmldj button:where(.svelte-ekmldj){min-width:7.5rem;height:2.75rem;border:none;border-radius:.75rem;cursor:pointer;font-size:.875rem;font-weight:600;padding:0 1.5rem}.modal-buttons.svelte-ekmldj button:where(.svelte-ekmldj):disabled{cursor:not-allowed;opacity:.5}.modal-buttons.svelte-ekmldj .button-yes:where(.svelte-ekmldj){background:#ff3b3033;color:#ff3b30}.modal-buttons.svelte-ekmldj .button-yes:where(.svelte-ekmldj):hover:not(:disabled){background:#ff3b3040}.modal-buttons.svelte-ekmldj .button-no:where(.svelte-ekmldj){background:#ffffff1a;color:#fff}.modal-buttons.svelte-ekmldj .button-no:where(.svelte-ekmldj):hover:not(:disabled){background:#ffffff21}.player-header.svelte-11geasz{width:100%;align-items:center;display:flex;justify-content:space-between}.player-header.svelte-11geasz .logo-link:where(.svelte-11geasz){text-decoration:none}.player-header.svelte-11geasz .logo-link:where(.svelte-11geasz) .logo:where(.svelte-11geasz){width:6.875rem;height:1.5rem;display:block}.player-header.svelte-11geasz .action-buttons:where(.svelte-11geasz){display:flex;gap:.625rem}.player-header.svelte-11geasz .action-buttons:where(.svelte-11geasz) .action-button:where(.svelte-11geasz){width:1.75rem;height:1.75rem;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background:#fff3;align-items:center;border:none;border-radius:9.375rem;cursor:pointer;display:flex;justify-content:center;padding:0;transition:opacity .2s ease}.player-header.svelte-11geasz .action-buttons:where(.svelte-11geasz) .action-button:where(.svelte-11geasz):hover{opacity:.8}.player-header.svelte-11geasz .action-buttons:where(.svelte-11geasz) .action-button:where(.svelte-11geasz):active{opacity:.6}.player-header.svelte-11geasz .action-buttons:where(.svelte-11geasz) .action-button:where(.svelte-11geasz) i:where(.svelte-11geasz){color:#fff;font-size:.875rem;display:block}.player-container.svelte-7lng7m{width:100%;height:100vh;overflow:hidden;position:relative}@media (max-width: 767px){.player-container.svelte-7lng7m{border-top-left-radius:32px;border-top-right-radius:32px}}.player-container.has-background.svelte-7lng7m{background-color:#000}.player-container.svelte-7lng7m .background-image:where(.svelte-7lng7m){width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-size:cover;filter:blur(80px);left:0;opacity:1;position:absolute;top:0;z-index:1}.player-container.svelte-7lng7m .background-overlay:where(.svelte-7lng7m){width:100%;height:100%;background:#0006;left:0;position:absolute;top:0;z-index:2}.player-main.svelte-7lng7m{height:100vh;align-items:center;box-sizing:border-box;display:flex;justify-content:center;overflow-x:hidden;overflow-y:auto;position:relative;z-index:3}@media (max-width: 767px){.player-main.svelte-7lng7m{align-items:flex-start}}.player-main.svelte-7lng7m .error-state:where(.svelte-7lng7m){color:#fff;text-align:center}.player-main.svelte-7lng7m .error-state:where(.svelte-7lng7m) h2:where(.svelte-7lng7m){font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.player-main.svelte-7lng7m .error-state:where(.svelte-7lng7m) p:where(.svelte-7lng7m){font-size:1rem;margin:0;opacity:.8}.player-main.svelte-7lng7m .player-inner:where(.svelte-7lng7m){width:100%;max-width:24.5625rem;box-sizing:border-box;display:flex;flex-direction:column;gap:2rem;padding:2rem}@media (max-width: 767px){.player-main.svelte-7lng7m .player-inner:where(.svelte-7lng7m){min-height:100%}}@media (min-width: 768px){.player-main.svelte-7lng7m .player-inner:where(.svelte-7lng7m){align-items:center}}.player-main.svelte-7lng7m .player-inner:where(.svelte-7lng7m) .player-body:where(.svelte-7lng7m){align-items:center;display:flex;flex-direction:column;gap:2rem}.player-main.svelte-7lng7m .player-inner:where(.svelte-7lng7m) .player-body:where(.svelte-7lng7m) .button-container:where(.svelte-7lng7m){width:fit-content;align-items:center;display:flex;flex-direction:column;gap:1rem}@keyframes svelte-7lng7m-spin{to{transform:rotate(360deg)}}
