        body {
            margin: 0;
            padding: 0;
            background-color: #000000; 
            min-height: 100vh;
            position: relative;
            overflow-x: hidden;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
            line-height: 1.6; 
            color: #ffffff; 
 	    padding-top: 30px !important;
height: 100vh;
  overflow: hidden !important;
        }
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('zimg/background.jpeg');
    background-position: center 50px; 
    background-size: 84%;
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: -9999;
    transition: background-image 0.2s ease; 
height: 100vh;
  overflow: hidden !important;
}
body.musik-aktiv::before {
    background-image: url('zimg/background.gif') !important;
}
.top-bar-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px; 
    background: rgba(0, 0, 0, 0.75); 
    backdrop-filter: blur(8px); 
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255, 14, 147, 0.3); 
    z-index: 9999; 
    padding: 0 20px;
    display: flex;
    justify-content: flex-start; 
    align-items: center;
    gap: 15px;
    box-sizing: border-box;
}
.top-bar-link {
    color: #f0f0f0;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.85rem;
    padding: 6px 12px;
    border: 1px solid rgba(255, 14, 147, 0.2);
    border-radius: 4px;
    transition: all 0.2s ease;
}
.top-bar-link:hover {
    background: #ff1493; 
    color: #ffffff;
    border-color: #ff1493;
    box-shadow: 0 0 10px rgba(255, 14, 147, 0.5);
}
        :root {
            --light: #ffffff; 
            --primary: #ff1493; 
            --dark: #000000; 
            --secondary: #666666; 
            --sub-light: #f0f0f0; 
            --accent: #ff69b4; 
            --card-bg: #121212; 
        }
        header { 
            background: transparent; 
            min-height: 100vh; 
            display: flex; 
            flex-direction: column; 
            justify-content: flex-start; 
            align-items: center; 
            text-align: center; 
            padding: 40px 20px 60px 20px; 
            position: relative;
            box-sizing: border-box;
        }
        h1 { 
            font-size: 3.5rem; 
            margin-top: 0;
            margin-bottom: 5px; 
            color: var(--light); 
            text-transform: uppercase; 
            letter-spacing: 3px; 
            text-shadow: 0 0 20px rgba(255, 20, 147, 0.6); 
        }
        @media (max-width: 768px) { h1 { font-size: 2.5rem; } }
        .hero-sub { 
            font-size: 1.5rem; 
            color: var(--sub-light);
            margin-top: 0;
            margin-bottom: 25px; 
            font-weight: bold; 
            letter-spacing: 1px;
            text-shadow: 0 0 15px rgba(255, 20, 147, 0.6);
        }
        .btn { 
            padding: 15px 30px; 
            background: transparent;
            color: var(--sub-light);
            text-decoration: none; 
            border-radius: 5px; 
            font-weight: bold; 
            transition: 0.3s ease-in-out; 
            margin: 0; 
            display: inline-block; 
            border: 2px solid #290418;
            width: 100%;
            cursor: pointer;
            font-family: inherit;
            font-size: 1rem;
            box-shadow: 0 0 15px rgba(255, 20, 147, 0.4); 
        }
        .btn:hover { 
            background: var(--primary); 
            color: var(--light); 
            border-color: var(--primary);
            transform: scale(1.02);
            box-shadow: 0 0 30px var(--primary), 0 0 10px var(--primary); 
        }
.subscription-container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 40px auto !important; 
    display: flex;
    flex-direction: column;
    align-items: center;
}
        .email-field {
            width: 100%; 
            padding: 15px; 
            border: 1px solid #1c1c1c; 
            background: var(--card-bg); 
            color: white; 
            border-radius: 5px; 
            font-size: 1rem; 
            text-align: center; 
            margin-bottom: 15px; 
            box-sizing: border-box; 
            outline: none; 
            transition: 0.3s;
        }
        .email-field:focus {
            border-color: var(--primary);
            box-shadow: 0 0 15px rgba(255, 20, 147, 0.3); 
        }
        #statusMessage {
            margin-top: 15px; 
            font-weight: bold; 
            font-size: 1.1rem; 
            min-height: 25px;
        }
        .logo-container {
            margin: 40px auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;

        }
        .brand-logo {
            max-width: 120px;
            height: auto;
            opacity: 0.85;
            transition: all 0.3s ease;
            filter: drop-shadow(0 0 8px var(--accent));
            display: block;
        }
        .brand-logo:hover {
            opacity: 1;
            transform: scale(1.05);
            filter: drop-shadow(0 0 15px var(--primary));
        }
        .target-rollout-badge {
            background: #000000;
            color: var(--accent);
            padding: 8px 16px;
            font-weight: bold;
            font-family: monospace;
            font-size: 0.7rem;
            letter-spacing: 1px;
            margin-top: 12px;
            margin-bottom: 5px;
            display: inline-block;
            box-shadow: 0 0 15px rgba(255, 20, 147, 0.3);
            text-align: center;
        }
        @media (max-width: 768px) {
            .target-rollout-badge {
                font-size: 0.85rem;
                padding: 6px 12px;
                margin-bottom: 10px;
            }
        }
        .lang-switcher {
            position: fixed;
            top: 20px;
            right: 20px;
            background: #000000;
            border: 1px solid #ff1493; 
            color: #ff1493; 
            padding: 8px 14px;
            border-radius: 8px;
            font-weight: bold;
            text-decoration: none;
            font-size: 0.7rem;
            display: flex;
            align-items: center;
            gap: 8px;
            z-index: 2000;
            transition: all 0.2s ease;
            box-shadow: 0 4px 15px rgba(0,0,0,0.5);
        }
        .lang-icon {
            width: 20px;
            height: 20px;
            object-fit: contain;
        }
        .lang-switcher:hover {
            background: #1a0210; 
            border-color: #ff69b4; 
            color: #ff69b4; 
            box-shadow: 0 0 12px rgba(255, 20, 147, 0.4); 
            transform: scale(1.03);
        }
        @media (max-width: 600px) {
            .lang-text { display: none; } 
            .lang-switcher { padding: 8px 10px; top: 10px; right: 10px; }
        }
        link[rel="icon"] {
            background-color: transparent;
            filter: drop-shadow(0px 0px 0px #0052cc); 
        }
        .copyright-notice {
            margin-top: 10px;            
            border-top: 1px solid #1a1a1a; 
            padding-top: 15px;           
            color: var(--secondary);
            font-size: 0.85rem;
            letter-spacing: 0.5px;
            width: 100%;                 
        }
.left-sidebar {
    position: fixed;
    top: 50px; 
    left: 0;
    width: 150px;
    height: calc(100vh - 60px);
    background: rgba(0, 0, 0, 0.6); 
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-right: 1px solid rgba(255, 14, 147, 0.3);
    z-index: 9998;
    padding: 30px 15px;
    display: flex;
    flex-direction: column; 
    gap: 12px; 
    box-sizing: border-box;
}
.sidebar-title {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ff1493; 
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 8px;
}
.sidebar-link {
    color: #f0f0f0;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.85rem;
    padding: 10px 12px;
    border: 1px solid rgba(255, 14, 147, 0.1);
    border-radius: 6px;
    transition: all 0.2s ease;
    background: rgba(255, 14, 147, 0.02);
}
.sidebar-link:hover {
    background: rgba(255, 14, 147, 0.15);
    color: #ffffff;
    border-color: #ff1493;
    padding-left: 16px; 
    box-shadow: 0 0 10px rgba(255, 14, 147, 0.2);
}
.right-sidebar {
    position: fixed;
    top: 50px; 
    right: 0; 
    width: 125px; 
    height: calc(100vh - 50px); 
    background: rgba(0, 0, 0, 0.6); 
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-left: 1px solid rgba(255, 14, 147, 0.3); 
    z-index: 9998; 
    padding: 30px 15px;
    display: flex;
    flex-direction: column; 
    gap: 12px; 
    box-sizing: border-box;
}
.bottom-bar-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px; 
    background: rgba(0, 0, 0, 0.7); 
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255, 14, 147, 0.3); 
    z-index: 9999;
    display: flex;
    justify-content: center; 
    align-items: center;
    box-sizing: border-box;
    font-size: 0.85rem;
    color: #666666; 
}
.bottom-bar-banner a {
    color: #666666;
    text-decoration: none;
    font-weight: bold;
    margin-left: 10px;
    transition: color 0.2s ease;
}
.bottom-bar-banner a:hover {
    color: #ff1493; 
    text-shadow: 0 0 8px rgba(255, 14, 147, 0.6);
}
body {
    padding-bottom: 50px !important;
}
.background-view-spacer {
    width: 100%;
    height: 100vh; 
    pointer-events: none; 
}
#content-frame {
    position: absolute !important;
    top: 65px !important; 
    left: 50% !important;
    transform: translateX(-50%) !important;
    max-width: 1100px !important; 
    height: 85vh !important;     
    border: none;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 12px;
    box-shadow: 0 0 25px rgba(255, 14, 147, 0.2);
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 768px) {

    body {
        height: auto !important;
        overflow: auto !important;
        overflow-x: hidden !important;
        padding-top: 60px !important;
        padding-bottom: 80px !important;
    }

    body::before {
        background-size: cover !important;
        background-position: center center !important;
    }

    .left-sidebar, .right-sidebar {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: auto !important;
        border: none !important;
        background: rgba(0, 0, 0, 0.8) !important;
        padding: 20px !important;
        box-shadow: none !important;
    }

    #content-frame {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 70vh !important;
        margin: 10px 0 !important;
    }


    .background-view-spacer {
        display: none !important;
    }


    header {
        min-height: auto !important;
        padding: 20px 10px !important;
    }

    h1 {
        font-size: 2rem !important;
    }

    .hero-sub {
        font-size: 1.1rem !important;
    }

    .subscription-container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 10px !important;
    }
}

