.site-main {
    .block.player {
        width: 100%;
      
        & .content {
            position: relative;
            width: min(100% - 40px, 390px);
            height: 429px;
            margin-inline: auto;
            padding: 25px;
            border-radius: 10px;
            box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.1),
            0 1px 1px hsl(0deg 0% 0% / 0.03),
            0 2px 2px hsl(0deg 0% 0% / 0.03),
            0 4px 4px hsl(0deg 0% 0% / 0.03),
            0 8px 8px hsl(0deg 0% 0% / 0.03),
            0 16px 16px hsl(0deg 0% 0% / 0.03);
            overflow: hidden;
            background: linear-gradient(40deg, var(--color-bg1), var(--color-bg2));
            backdrop-filter: saturate(180%) blur(4px);
            transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
            opacity: 0;
            transform: translateX(-20px);

            & .caratula {
                width: 200px;
                border-radius: 10px;
                box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
                position: relative;
                z-index: 1;
            }

            & .name {
                color: #000;
                font-weight: 600;
                position: relative;
                z-index: 1;
                padding: 20px 0;
                font-family: sans-serif;
            }

            input[type="range"] {
                -webkit-appearance: none; /* elimina estilos por defecto en Chrome/Safari */
                appearance: none;
                width: 100%;
                height: 3px;
                background: #ddd;
                border-radius: 1.5px;
                outline: none;
                cursor: pointer;
                position: relative;
                z-index: 1;
            }
    
            /* Track */
            input[type="range"]::-webkit-slider-runnable-track {
                height: 3px;
                background: #d87093;
                border-radius: 1.5px;
            }
    
            input[type="range"]::-moz-range-track {
                height: 3px;
                background: #d87093;
                border-radius: 1.5px;
            }
    
            /* Thumb (el control deslizante) */
            input[type="range"]::-webkit-slider-thumb {
                -webkit-appearance: none;
                appearance: none;
                height: 16px;
                width: 16px;
                background: #d87093;
                border: 2px solid #fff;
                border-radius: 50%;
                margin-top: -6px; /* para alinear con la pista */
                transition: background 0.3s;
            }
    
            input[type="range"]::-moz-range-thumb {
                height: 16px;
                width: 16px;
                background: #d87093;
                border: 2px solid white;
                border-radius: 50%;
                transition: background 0.3s;
            }
    
            input[type="range"]:hover::-webkit-slider-thumb,
            input[type="range"]:hover::-moz-range-thumb {
                background: #d87093;
            }

            & #toggleButton {
                background-color: #fff;
                border: 1px solid #fff;
                width: 48px;
                height: 48px;
                display: grid;
                place-content: center;
                color: #323232;
                margin: 20px auto 0;
                border-radius: 50%;
                position: relative;
                z-index: 3;
                box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    
                & svg.bi.bi-play-fill,
                & svg.bi.bi-pause-fill {
                    position: relative;
                    width: 22px;
                    height: 22px;
                }
            }

          & svg {
            position: fixed;
            top: 0;
            left: 0;
            width: 0;
            height: 0;
          }
      
          /* & .gradients-container {
            filter: url(#goo) blur(40px);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
      
            & .g1 {
              position: absolute;
              background: radial-gradient(circle at center, rgba(var(--color1), 0.8) 0, rgba(var(--color1), 0) 50%) no-repeat;
              mix-blend-mode: var(--blending);
              width: var(--circle-size);
              height: var(--circle-size);
              top: calc(50% - var(--circle-size) / 2);
              left: calc(50% - var(--circle-size) / 2);
              transform-origin: center center;
              -webkit-animation: moveVertical 15s ease infinite;
                      animation: moveVertical 15s ease infinite;
              opacity: 1;
            }
          & .g2 {
              position: absolute;
              background: radial-gradient(circle at center, rgba(var(--color2), 0.8) 0, rgba(var(--color2), 0) 50%) no-repeat;
              mix-blend-mode: var(--blending);
              width: var(--circle-size);
              height: var(--circle-size);
              top: calc(50% - var(--circle-size) / 2);
              left: calc(50% - var(--circle-size) / 2);
              transform-origin: calc(50% - 400px);
              animation: moveInCircle 10s reverse infinite;
              opacity: 1;
            }
            & .g3 {
              position: absolute;
              background: radial-gradient(circle at center, rgba(var(--color3), 0.8) 0, rgba(var(--color3), 0) 50%) no-repeat;
              mix-blend-mode: var(--blending);
              width: var(--circle-size);
              height: var(--circle-size);
              top: calc(50% - var(--circle-size) / 2 + 200px);
              left: calc(50% - var(--circle-size) / 2 - 500px);
              transform-origin: calc(50% + 400px);
              -webkit-animation: moveInCircle 20s linear infinite;
                      animation: moveInCircle 20s linear infinite;
              opacity: 1;
            }
            & .g4 {
              position: absolute;
              background: radial-gradient(circle at center, rgba(var(--color4), 0.8) 0, rgba(var(--color4), 0) 50%) no-repeat;
              mix-blend-mode: var(--blending);
              width: var(--circle-size);
              height: var(--circle-size);
              top: calc(50% - var(--circle-size) / 2);
              left: calc(50% - var(--circle-size) / 2);
              transform-origin: calc(50% - 200px);
              -webkit-animation: moveHorizontal 20s ease infinite;
                      animation: moveHorizontal 20s ease infinite;
              opacity: 0.7;
            }
            & .g5 {
              position: absolute;
              background: radial-gradient(circle at center, rgba(var(--color5), 0.8) 0, rgba(var(--color5), 0) 50%) no-repeat;
              mix-blend-mode: var(--blending);
              width: calc(var(--circle-size) * 2);
              height: calc(var(--circle-size) * 2);
              top: calc(50% - var(--circle-size));
              left: calc(50% - var(--circle-size));
              transform-origin: calc(50% - 800px) calc(50% + 200px);
              -webkit-animation: moveInCircle 10s ease infinite;
                      animation: moveInCircle 10s ease infinite;
              opacity: 1;
            }
      
            & .interactive {
              position: absolute;
              background: radial-gradient(circle at center, rgba(var(--color-interactive), 0.8) 0, rgba(var(--color-interactive), 0) 50%) no-repeat;
              mix-blend-mode: var(--blending);
              width: 100%;
              height: 100%;
              top: -50%;
              left: -50%;
              opacity: 0.7;
            }
          } */
        }

        & .content.animate-in {
            opacity: 1;
            transform: translateX(0);
        }

        & .content:after {
            position: absolute;
            content: '';
            top: 3px;
            left: 3px;
            width: calc(100% - 6px);
            height: calc(100% - 6px);
            border: 1px solid #ffffff7d;
            mix-blend-mode: var(--blending);
            border-radius: 7px;
            z-index: 1;
        }
      }
}


:root {
    --color-bg1: #ffffff7d; 
    --color-bg2: #ffffff83; 
  
    /* --color1: 255, 255, 255;
    --color2: 236, 64, 122;      
    --color3: 244, 143, 177;      
    --color4: 216, 27, 96;        
    --color5: 255, 128, 171;      
  
    --color-interactive: 233, 30, 99;
  
    --circle-size: 80%;
    --blending: hard-light; */
}
  
/*
@-webkit-keyframes moveInCircle {
0% {
    transform: rotate(0deg);
}
50% {
    transform: rotate(180deg);
}
100% {
    transform: rotate(360deg);
}
}

@keyframes moveInCircle {
0% {
    transform: rotate(0deg);
}
50% {
    transform: rotate(180deg);
}
100% {
    transform: rotate(360deg);
}
}
@-webkit-keyframes moveVertical {
0% {
    transform: translateY(-50%);
}
50% {
    transform: translateY(50%);
}
100% {
    transform: translateY(-50%);
}
}
@keyframes moveVertical {
0% {
    transform: translateY(-50%);
}
50% {
    transform: translateY(50%);
}
100% {
    transform: translateY(-50%);
}
}
@-webkit-keyframes moveHorizontal {
0% {
    transform: translateX(-50%) translateY(-10%);
}
50% {
    transform: translateX(50%) translateY(10%);
}
100% {
    transform: translateX(-50%) translateY(-10%);
}
}
@keyframes moveHorizontal {
0% {
    transform: translateX(-50%) translateY(-10%);
}
50% {
    transform: translateX(50%) translateY(10%);
}
100% {
    transform: translateX(-50%) translateY(-10%);
}
}