* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: "Arial", cursive;
            background: #f0f0f0;
            
            

            
        }


.container2 { 
            display: grid; 
            grid-template-columns: repeat(auto-fill, minmax(100px, 0fr));
            gap: 10px;
            padding: 0px;
        }
        .track-card {
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 10px;
            font-size: 8px;
            text-align: center;
        }
        .thumb {
            width: 75px;
            height: 75px;
            object-fit: cover;
            border-radius: 4px;
            cursor: pointer;
            transition: transform 0.2s;
        }
        .thumb:hover {
            transform: scale(1.05);
        }
        .track-info {
            margin-top: 8px;
            font-family: Arial, sans-serif;
        }
        .title {
            font-weight: bold;
            margin: 5px 0;
        }
        .artwork {
            max-width: 100px;
            margin-top: 10px;
        }




.button_large {
height: 130px;
width: 130px;
}
.button_small {
height: 30px;
width: 30px;

}

.transparent-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
}

.transparent-button img {
    display: block;
    transition: opacity 0.2s, transform 0.2s;
}

.transparent-button:hover img {
    opacity: 0.8;
    transform: scale(1.05);
}

.transparent-button:active img {
    transform: scale(0.95);
}



        
        
         .slider-container {
            flex-grow: 1;
        }

        .slider {
            -webkit-appearance: none;
            width: 100%;
            height: 5px;
            background: #555;
            border-radius: 3px;
            outline: none;
        }

        .slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 15px;
            height: 15px;
            background: grey;
            border-radius: 50%;
            cursor: pointer;
        }

        .time-display {
            color: black;
            font-family: Arial, sans-serif;
            font-size: 12px;
            display: flex;
            justify-content: space-between;
            margin-top: 5px;
        }
    





 
 
 
         .permanent-marker-regular {
  font-family: "Permanent Marker", cursive;
  font-weight: 100;
  font-style: normal;
}
        
        
        
        
          .logo-container2 {
            position: fixed;
            top: 120px;
            left: 120px;
            width: 15vw; /* 10% of viewport width */
            height: 15vw; /* Maintain square aspect ratio */
            border-radius: 50%; /* Makes it round */
            overflow: hidden; /* Ensures logo stays within rounded boundaries */
            z-index: 1000; /* Keeps logo on top of other content */
            background: white; /* Optional: Add background color */
            box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* Optional: Add shadow */
        }

        .logo {
            width: 100%;
            height: 100%;
            object-fit: cover; /* Ensures image covers container without distortion */
            transform: rotate(-15deg);
        }

        /* Optional: Add hover animation */
        .logo-container:hover {
            transform: scale(1.2);
            transition: transform 0.3s ease;
        }








   
        th {
           color: white;
           
           padding:5px;
           
           background: 
    /*repeating-radial-gradient(
      circle at 0 0, 
      #eee,
      #bbb 50px
    ) */
    linear-gradient(90deg, #ffb8b8 0%, #182848 100%)


        }

        .content {
            
            padding: 0px;
            min-height: 150vh;
        }
        
        

        .reference {
            
            font-family: Georgia, serif;
            color: #333;
        }
        
        @media screen and (min-width: 601px) {
  div.reference {
    font-size: 100px;
  }


 .logo-container {
            position: fixed;
            top: 20px;
            left: 20px;
            width: 15vw; /* 10% of viewport width */
            height: 15vw; /* Maintain square aspect ratio */
            border-radius: 50%; /* Makes it round */
            overflow: hidden; /* Ensures logo stays within rounded boundaries */
            z-index: 1000; /* Keeps logo on top of other content */
            background: white; /* Optional: Add background color */
            box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* Optional: Add shadow */
        }

}

@media screen and (max-width: 600px) {
  div.reference {
    font-size: 40px;
  }
 
   .logo-container {
            position: fixed;
            top: 20px;
            left: 20px;
            width: 30vw; /* 10% of viewport width */
            height: 30vw; /* Maintain square aspect ratio */
            border-radius: 50%; /* Makes it round */
            overflow: hidden; /* Ensures logo stays within rounded boundaries */
            z-index: 1000; /* Keeps logo on top of other content */
            background: white; /* Optional: Add background color */
            box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* Optional: Add shadow */
        }



}
        
	 .live-bar {
            margin: auto;
            position: fixed;
            height: 25px;
            background-size: 50px;
            top: 0;
            left: 0;
            right: 0;
           color:white;
           background: #ff0000;
            background-image: url(https://xehv.nl/image/live_bar.png);            
            backdrop-filter: blur(5px);
            padding: 10px;
            display: flex;
            align-items: center;
            border-top: 1px solid #ddd;
            z-index: 999;
        }




        .player-bar {
            margin: auto;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(5px);
            padding: 10px;
            display: flex;
            align-items: center;
            border-top: 1px solid #ddd;
        }

        .album-art {
            width: 40px;
            height: 40px;
            border-radius: 5px;
            margin-right: 10px;
            cursor: pointer;
        }

        .track-info {
            flex-grow: 1;
        }

        .track-title {
            font-weight: bold;
            margin-bottom: 3px;
            
        }

        .track-time {
            
            color: #666;
        }

        .play-button {
            background: none;
            border: none;
            font-size: 24px;
            padding: 10px;
            color: #333;
        }

        .popup-player {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            display: none;
            flex-direction: column;
            z-index: 998;
            overflow-y: auto;
        }

        .popup-album-art {
            width: 90%;
            max-width: 400px;
             margin: 5% 5%;

            border-radius: 10px;
            cursor: pointer;
             background-size: cover;
        }

        .popup-controls {
            text-align: center;
            margin: 20px 0;
        }

        .popup-controls .play-button {
            font-size: 36px;
            margin: 20px 0;
            transform: scale(1.0);
        }

         .popup-controls2 {
            font-size: 18px;
            margin: 0px 0;
            
        }



        .widgets {
            padding: 0px;
            width: 100%;
            
            margin: 0 auto;
            display: flex;
  justify-content: center;
  align-items: center;
        }
        
        .widgets-main {
            
            width: 100%;
            
            margin: 0 auto;
        }

        .widget {
            background: rgba(255, 255, 255, 0.8);
            padding: 15px;
            border-radius: 10px;
            margin-bottom: 15px;
            backdrop-filter: blur(5px);
        }
        
        .widget-main {
            background: rgba(255, 255, 255, 1);
            width: 99vw;
            margin-bottom: 15px;
            margin: 0 auto;
        }

        .progress-bar {
            height: 4px;
            background: rgba(0, 0, 0, 0.1);
            border-radius: 2px;
            margin: 10px 0;
        }

        .progress {
            width: 30%;
            height: 100%;
            background: #333;
            border-radius: 2px;
        }
        
        

        /* Thumb for WebKit browsers */
        .volume-control::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 15px;
            height: 15px;
            background: #666;
            border-radius: 50%;
            cursor: pointer;
            transition: background 0.2s;
        }

        /* Thumb for Firefox */
        .volume-control::-moz-range-thumb {
            width: 15px;
            height: 15px;
            background: #666;
            border: none;
            border-radius: 50%;
            cursor: pointer;
        }

        /* Track for Firefox */
        .volume-control::-moz-range-track {
            background: #ccc;
            height: 4px;
            border-radius: 2px;
        }

        /* Hover states */
        .volume-control::-webkit-slider-thumb:hover {
            background: #555;
        }
        .volume-control::-moz-range-thumb:hover {
            background: #555;
        }
      #gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
  grid-gap: 5px;
  width: 100%;
  max-width: 1200px; /* Optional constraint */
  margin: 0 auto; /* Center the grid */
}

#gallery img {
  width: 75px;
  height: 75px; /* Fixed height for uniform grid items */
  object-fit: cover;
  border: 5px solid white;
  cursor: pointer;
  transition: transform 0.3s ease;
}

#gallery img:hover {
  transform: scale(1.03);
}


