    body {
        background-color: #000000;
        margin: 0;
        min-height: 98vh;
        max-height: 98vh;
        font-family: 'Segoe UI', system-ui, sans-serif;
        font-size: 15px;
        color: #C0C0C0;
    }
    
    a { 
        text-decoration: none; 
    }
    
    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
        padding-bottom: 5px;
        color: #FFFFFF;
    }
    
    canvas {
        display: block;
        width: 95vw;
        max-width: 100%;
        height: 80px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        border-radius: 15px;
        background: transparent;
        box-sizing: border-box;
    }
    
    .footer-text {
        margin-top: 20px;
        font-size: 14px;
        letter-spacing: 2px;
        text-align: center;
        opacity: 0.6;
    }
    
    .button-group {
        display: flex;
        gap: 20px;
        justify-content: center;
        margin-top: 5px;
        padding-bottom: 3px;
    }
    
    .button-play-pause {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: rgba(0, 255, 255, 0.05) !important;
        border: 2px solid rgba(0, 255, 255, 0.3) !important;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    
    .button-play-pause img {
        height: 14px;
        width: 14px;
        filter: drop-shadow(0 0 5px rgba(0, 255, 255, 0.8));
    }
    
    .button-play-pause:hover:not(:disabled) {
        transform: scale(1.1);
        border-color: #00ffff !important;
        box-shadow: 0 0 20px rgba(0, 255, 255, 0.4);
    }
    
    .button-play-pause:disabled {
        cursor: not-allowed;
        opacity: 0.5;
    }

    .custom-select-wrapper {
        position: relative;
        display: inline-block;
        width: 150px;
        padding-bottom: 10px;
    }
    
    #stream-select {
        width: 100%;
        padding: 12px 35px 12px 16px;
        font-family: 'Segoe UI', system-ui, sans-serif;
        font-size: 15px;
        color: #C0C0C0;
        background-color: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 15px;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        transition: all 0.2s ease;
        box-sizing: border-box;
    }
    
    #stream-select:hover {
        border-color: rgba(0, 255, 255, 0.5);
        box-shadow: 0 4px 8px rgba(0, 255, 255, 0.1);
    }
    
    #stream-select:focus {
        outline: none;
        border-color: #00ffff;
        box-shadow: 0 0 0 3px rgba(0, 255, 255, 0.2);
    }
    
    #stream-select option {
        background-color: #111111;
        color: #FFFFFF;
    }
    
    .custom-select-wrapper::after {
        content: '▼';
        font-size: 10px;
        color: #FFFFFF;
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
    }
    
    

    .glass-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 96vw;
        min-height: 95vh; 
        margin: 1.5vh auto;
        padding: 20px;
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.20);
        box-sizing: border-box;
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
        border-radius: 15px;
        position: relative;
        overflow: hidden;
    }

    .glass-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    }

    .glass-card::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), transparent);
    }
    
    .main-dashboard {
        background-image: url('/images/audio/dashnew10.png');
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        background-position: center;
        min-height: 97vh;
      max-height: 97vh;
    }

    .image.fit {
            display: block;
            max-height: 50% important!;
            max-width: 100%;
            object-fit: contain;
        }

    .main-card {
      width: 85vw !important;
      min-width: 85vw;
      max-width: 85vw;
      height: 55vh;
      min-height: 58vh;
      max-height: 58vh;
      padding: 15px;
    }

    .card-content {
      width: 95%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
    }
    
    #songImage {
      width: 80%;
      display: flex;
      padding-left: 15px;
      margin-top: 10px;
      border-radius: 15px;
    }
    
    .card-spacer {
      width: 80%;
      font-family: Sans-serif;
      font-size: 13px;
      display: flex;
      justify-content: center;
      padding-left: 15px;
      padding-top:15px;
    }
    
    #songIntro {
      color: #CCCCCC;
      font-size: 0.9rem;
    }
    
    #songFigures {
      color: #999;
      font-size: 0.6rem;
    }
    
    #songArtist {
      font-size: 1.4rem;
      color: #FFFFFF;
      padding-left: 15px;
    }
    
    #songTitle {
      font-size: 1.0rem;
      color: #FFFFFF;
      padding-left: 15px;
      /*margin-bottom: 1px;*/
    }
    
    #songYear {
      min-height: 15px;
      color: #E0E0E0;
      font-size: 1rem;
      padding-left: 15px;
    }
    
    @keyframes glow-animation {
          0% { 
            box-shadow: 0 0 0px rgba(255, 255, 255, 0.2); 
            transform: scale(1);
          }
          50% { 
            box-shadow: 0 0 10px rgba(255, 255, 255, 0.8); 
            transform: scale(1.15);
          }
          100% { 
            box-shadow: 0 0 0px rgba(255, 255, 255, 0.2); 
            transform: scale(1);
          }
        }
        .glow-flag {
          animation: glow-animation 4s infinite ease-in-out;
          border-radius: 2px;
          display: inline-block;
          vertical-align: middle;
        }
    
    #onAirContainer {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-family: sans-serif;
		font-weight: bold;
		gap: 7px;
	}

	#onAirLight {
		width: 12px;
		height: 12px;
		background-color: #8B0000;
		border-radius: 50%;
		transition: all 3.5s ease;
		box-shadow: 0 0 10px #FF0000, 0 0 20px #FF0000;
	}

	@keyframes pulse-red {
		0% {
			background-color: #8B0000;
			box-shadow: 0 0 5px #FF0000;
		}
		50% {
			background-color: #FF0000;
			box-shadow: 0 0 20px #FF0000, 0 0 30px #FF0000;
		}
		100% {
			background-color: #8B0000;
			box-shadow: 0 0 5px #FF0000;
		}
	}
		 
	#recText {
		color: #CCC;
		font-weight: bold;
		font-size: 11px; 
	}

	#onAirContainer.active #recText {
		color: #FFF;
	}
		
	#onAirContainer.active #onAirLight {
		background-color: #FF0000;
		animation: pulse-red 3.5s infinite ease-in-out;
	}    
    
    