
    :root {
        --primary-blue: #0A192F; /* Deep Dark Blue */
        --accent-yellow: #FBFF00; /* Electrifying Gold/Yellow */
        --neon-cyan: #00E5FF;
        --fb-blue: #1877F2;
        --text-color: #E6F1FF;
        --tile-bg: rgba(255, 255, 255, 0.03); /* Glass-morphism tile background */
    }
    body {
        background-color: var(--primary-blue);
        font-family: 'Segoe UI', Roboto, sans-serif;
        color: var(--text-color);
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        background-image: 
            linear-gradient(135deg, var(--primary-blue) 0%, #172A45 100%),
            url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><g fill="%23FBFF00" fill-opacity="0.05"><circle cx="5" cy="5" r="1"/><circle cx="95" cy="95" r="1"/></g></svg>');
    }
    
    .hero-section {
        background: radial-gradient(circle at center, #172A45 0%, var(--primary-blue) 70%);
        color: white;
        padding: 80px 0;
        text-align: center;
        border-bottom: 2px solid var(--accent-yellow);
        position: relative;
        overflow: hidden;
    }
    .hero-section::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%2300E5FF" fill-opacity="0.1" d="M0,224L48,213.3C96,203,192,181,288,181.3C384,181,480,203,576,213.3C672,224,768,224,864,192C960,160,1056,96,1152,80C1248,64,1344,96,1392,112L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
        background-size: cover;
        opacity: 0.5;
        z-index: 1;
    }
    .hero-section h1 {
        position: relative;
        z-index: 2;
        font-size: 3.5rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: var(--accent-yellow);
        text-shadow: 0 0 15px rgba(251, 255, 0, 0.7);
    }
    .hero-section p {
        position: relative;
        z-index: 2;
        color: #ccd6f6;
    }
    .hero-section .btn {
        position: relative;
        z-index: 2;
        text-transform: uppercase;
        font-weight: 800;
        letter-spacing: 1px;
    }

    .search-container { max-width: 600px; margin: -30px auto 10px; position: relative; z-index: 10; }
    .search-input {
        border-radius: 50px;
        padding: 15px 25px 15px 50px;
        border: 2px solid #233554;
        background-color: var(--primary-blue);
        color: var(--text-color);
        box-shadow: 0 10px 25px rgba(0,0,0,0.3);
        font-size: 1.1rem;
    }
    .search-input:focus {
        border-color: var(--neon-cyan);
        box-shadow: 0 0 15px rgba(0, 229, 255, 0.5);
    }
    .search-icon { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); color: var(--neon-cyan); font-size: 1.2rem; }

    .rank-card {
        border: 1px solid #233554;
        border-radius: 12px;
        margin-bottom: 1.2rem;
        background: var(--tile-bg);
        backdrop-filter: blur(5px);
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        transition: transform 0.2s, box-shadow 0.2s;
    }
    .rank-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 20px rgba(0,0,0,0.3);
        border-color: var(--neon-cyan);
    }
    .rank-number-box {
        width: 60px;
        font-weight: 900;
        font-size: 2rem;
        color: var(--accent-yellow);
        text-shadow: 0 0 10px rgba(251, 255, 0, 0.5);
        flex-shrink: 0;
    }
/* Radio Namen im Listing auf Gelb setzen */
.rank-card h2 {
    color: var(--accent-yellow) !important; /* Dein explosives Gelb */
    font-size: 1.4rem; /* Etwas größer für mehr Impact */
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-shadow: 0 0 10px rgba(251, 255, 0, 0.3); /* Dezenter Glow */
}

/* Optional: Farbe beim Drüberfahren mit der Maus intensivieren */
.rank-card:hover h2 {
    color: #ffffff !important; /* Wechselt auf Weiß beim Hover für Interaktion */
    text-shadow: 0 0 15px var(--accent-yellow);
    transition: all 0.3s ease;
}
    
    .banner-container {
        width: 468px; height: 60px; min-width: 468px;
        background-color: #0A192F;
        border-radius: 4px;
        overflow: hidden;
        display: inline-block;
        border: 1px solid #233554;
    }
    .banner-container img { width: 468px; height: 60px; object-fit: cover; display: block; filter: grayscale(20%); }
    .rank-card:hover .banner-container img { filter: grayscale(0%); }

    .stat-box {
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid #233554;
        border-radius: 8px;
        padding: 5px;
        text-align: center;
        min-width: 65px;
    }
    .stat-box small { color: #8892b0; font-size: 0.6rem; text-transform: uppercase; font-weight: 800; }
    .stat-box .fw-bold.text-primary { color: var(--neon-cyan) !important; font-size: 1.2rem; text-shadow: 0 0 10px rgba(0, 229, 255, 0.5); }
    .stat-box .fw-bold:not(.text-primary) { color: var(--accent-yellow); font-size: 1.2rem; text-shadow: 0 0 10px rgba(251, 255, 0, 0.5); }

    .rank-card .btn-primary {
        background-color: transparent;
        border: 2px solid var(--neon-cyan);
        color: var(--neon-cyan);
        text-transform: uppercase;
        font-weight: 800;
        letter-spacing: 1px;
        transition: background-color 0.2s, box-shadow 0.2s;
    }
    .rank-card .btn-primary:hover {
        background-color: var(--neon-cyan);
        color: var(--primary-blue);
        box-shadow: 0 0 15px rgba(0, 229, 255, 0.5);
    }


    
    
    .live-stats-section { background: rgba(0,0,0,0.2); border-top: 1px solid #233554; padding: 40px 0; margin-top: auto; }
    .stat-pill { background: var(--tile-bg); border-radius: 12px; padding: 20px; border: 1px solid #233554; height: 100%; transition: border-color 0.2s; }
    .stat-pill:hover { border-color: var(--accent-yellow); }
    .stat-value { font-size: 2rem; font-weight: 900; color: var(--accent-yellow); text-shadow: 0 0 10px rgba(251, 255, 0, 0.5); display: block; }
    .stat-label { font-size: 0.8rem; text-transform: uppercase; font-weight: 700; color: #8892b0; letter-spacing: 1px; }
    .countdown-box { background: rgba(0,0,0,0.3); color: var(--accent-yellow); padding: 10px 25px; border-radius: 50px; display: inline-block; font-family: 'Courier New', monospace; font-weight: bold; font-size: 1.2rem; margin-top: 15px; border: 1px solid var(--accent-yellow); box-shadow: 0 0 15px rgba(251, 255, 0, 0.3); }

    .link-us-section {
        background: var(--tile-bg);
        border-radius: 15px;
        padding: 50px;
        margin: 50px auto;
        border: 1px solid #233554;
    }
    .link-us-section h3 {
        color: var(--accent-yellow);
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 800;
    }
    .code-box {
        background: #020C1B;
        color: var(--neon-cyan);
        font-family: 'Courier New', monospace;
        padding: 20px;
        border-radius: 8px;
        font-size: 0.85rem;
        width: 100%;
        border: 1px solid #233554;
        resize: none;
        cursor: pointer;
    }

    /* Ersetze diesen Teil in deinem CSS */
.radio-description-display { 
    font-size: 0.85rem; 
    color: #ffffff !important; /* Erzwingt strahlendes Weiß */
    margin-top: 8px; 
    line-height: 1.4; 
    max-width: 468px; 
    font-weight: 500; 
    text-shadow: 0 1px 2px rgba(0,0,0,0.5); /* Optionale bessere Lesbarkeit auf dunklem Grund */
}

/* Volle Zentrierung für das Zufalls-Radio */
.spotlight-outer-container {
    width: 100%;
    display: flex;
    justify-content: center; /* Horizontale Zentrierung im Flex-Container */
    align-items: center;
    padding: 20px 0;
    margin: 10px 0 30px 0;
}

.spotlight-content {
    text-align: center; /* Zentriert Text und Inline-Elemente (Banner) */
}

.spotlight-label {
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--accent-yellow);
    letter-spacing: 3px;
    margin-bottom: 12px;
    text-shadow: 0 0 10px rgba(251, 255, 0, 0.5);
    display: block;
}

/* Sicherstellen, dass der Banner-Container zentriert bleibt */
.spotlight-content .banner-container {
    display: block; /* Ermöglicht margin auto */
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #233554;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

.spotlight-content .banner-container:hover {
    border-color: var(--neon-cyan);
    transform: scale(1.02);
    box-shadow: 0 0 30px rgba(0, 229, 255, 0.3);
}


/* Placeholder-Text (Vordefinierter Text) auf Weiß setzen */
.search-input::placeholder {
    color: #ffffff !important;
    opacity: 0.8; /* Leichte Transparenz für edlen Look, oder 1 für volles Weiß */
}

/* Für ältere Browser (Internet Explorer / Edge) */
.search-input:-ms-input-placeholder {
    color: #ffffff !important;
}

/* Für Chrome/Safari/Opera */
.search-input::-webkit-input-placeholder {
    color: #ffffff !important;
}

/* Sicherstellen, dass auch der getippte Text weiß ist */
.search-input {
    color: #ffffff !important;
}
    .code-box:focus { border-color: var(--neon-cyan); box-shadow: 0 0 15px rgba(0, 229, 255, 0.3); }
    
    .btn-facebook { background-color: var(--fb-blue); color: white; border: none; }
    .btn-facebook:hover { background-color: #166fe5; color: white; }
    .page-link { background-color: var(--tile-bg); color: var(--text-color); border: 1px solid #233554; }
    .page-link:hover { background-color: rgba(255,255,255,0.1); color: var(--accent-yellow); }
    .page-item.active .page-link { background-color: var(--accent-yellow); color: var(--primary-blue); border-color: var(--accent-yellow); }
    
    @media (max-width: 992px) {
        .banner-container { width: 100%; max-width: 468px; min-width: auto; height: auto; margin: 10px 0; }
        .banner-container img { width: 100%; height: auto; min-height: 60px; }
    }

    /* Footer Text-Styles */
.footer-credits {
    color: #ffffff !important; /* Strahlendes Weiß */
    font-size: 1.1rem; /* Etwas größer als Standard */
    font-weight: 500;
    margin-bottom: 10px;
}

.footer-links {
    margin-top: 15px;
}

.footer-links a {
    color: #ffffff !important; /* Links ebenfalls in Weiß */
    text-decoration: none;
    font-size: 1rem;
    margin: 0 10px;
    opacity: 0.8;
    transition: opacity 0.3s, color 0.3s;
}

.footer-links a:hover {
    opacity: 1;
    color: var(--accent-yellow) !important; /* Gold-Effekt beim Hover */
}

/* Trennstrich (Pipe) zwischen den Links */
.footer-separator {
    color: rgba(255, 255, 255, 0.3);
}

/* LINK US SEKTION - COOL GREY EDITION */
.link-us-section-dark {
    background: #1e293b !important; /* Dunkles, passendes Blaugrau */
    border-radius: 20px;
    padding: 50px;
    margin: 50px auto;
    border: 3px solid #000000; /* Schwarzer Rahmen für den Kontrast */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    color: #000000 !important; /* Schrift bleibt Schwarz wie gewünscht */
}

.link-us-section-dark h3 {
    color: #000000 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.1); /* Minimaler Effekt für Lesbarkeit */
}

.link-us-section-dark p, 
.link-us-section-dark label {
    color: #000000 !important; /* Schwarze Schrift auf grauem Grund */
    font-weight: 700;
}

.link-us-section-dark .code-box-black {
    background: #0f172a !important; /* Fast schwarzer Hintergrund für die Box */
    color: #ffffff !important; /* Hier Weiß/Cyan für die Lesbarkeit des Codes */
    border: 2px solid #000000 !important;
    font-family: 'Courier New', monospace;
    padding: 15px;
    border-radius: 8px;
    font-size: 0.9rem;
    width: 100%;
    resize: none;
    cursor: pointer;
}

.link-us-section-dark .preview-box {
    background: #0f172a; /* Dunkle Box für das Banner-Preview */
    border: 2px solid #000000;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
