html {
    margin: 0;
    padding: 0;
    min-height: 100%;
    background-attachment: fixed;
    background-color: black;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-image: url('assets/background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #ffffff;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    border-radius: 10px;
    backdrop-filter: blur(5px);
}
header {
    position: relative;
    z-index: 9999;
}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    color: white;
    border-radius: 10px;
}
.logo-container {
    display: flex;
    align-items: center;
    gap: 15px;
}
.logo {
    height: 80px;
    width: auto;
}
.logo-container h1 {
    margin: 0;
    font-size: 1.5em;
}
.burger-menu {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1000;
}
.burger-menu span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    margin: 5px 0;
    transition: all 0.3s ease;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
}
nav a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    padding: 5px 10px;
    border-radius: 4px;
}
nav a:hover {
    color: #ffd700;
    background-color: rgba(255, 215, 0, 0.1);
}
@media (max-width: 768px) {
    .burger-menu {
        display: block;
        position: relative;
        z-index: 10000;
    }
    nav {
        display: none;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: 0;
        width: 250px;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.95);
        padding: 80px 20px 20px;
        z-index: 9999;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    }
    nav.active {
        display: flex;
    }
    nav ul {
        flex-direction: column;
        gap: 20px;
    }
    .burger-menu.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .burger-menu.active span:nth-child(2) {
        opacity: 0;
    }
    .burger-menu.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }
}
main {
    padding: 20px 0;
}
section {
    margin-bottom: 30px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}
h2 {
    color: #ffd700;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
footer {
    margin-top: 40px;
}
.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    color: white;
    border-radius: 10px;
}
footer ul {
    list-style: none;
    padding: 0;
}
footer a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 5px 10px;
    border-radius: 4px;
}
footer a:hover {
    color: #ffd700;
    background-color: rgba(255, 215, 0, 0.1);
}
a {
    color: #ffd700;
    text-decoration: none;
    transition: all 0.3s ease;
}
a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.spotify {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}
.spotify iframe {
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.seal {
    font-size: 0.75rem;
    color: #666;
    text-align: center;
    margin-top: 2em;
}
.seal a {
    color: #888;
    text-decoration: none;
}
.seal a:hover {
    text-decoration: underline;
}
body {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    overflow-x: hidden;
}
body.no-scroll {
    overflow: hidden;
}
.carousel-wrapper {
    perspective: 1000px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 2rem 0;
    background: rgba(0,0,0,0.3);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    margin: 2rem 0;
    width: 100%;
}
.carousel-track {
    display: flex;
    gap: 20px;
    padding: 0 20px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}
.carousel-track iframe {
    scroll-snap-align: start;
    flex: 0 0 auto;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.logo-link {
    text-decoration: none;
    color: inherit;
    display: inline-block;
}
.carousel-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1rem;
}
.carousel-track > * {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: 80vw;
    max-width: 300px;
    margin-right: 1rem;
}
.carousel-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding: 150px;
    padding: 0 2.5rem;
}
.carousel-track iframe {
    margin-right: 1rem;
}
#starry-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}
.star, .shooting-star {
    position: absolute;
    background: white;
    border-radius: 50%;
}
.star {
    width: 2px;
    height: 2px;
    opacity: 0.8;
    animation: twinkle 2s infinite alternate;
}
@keyframes twinkle {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}
.shooting-star {
    width: 2px;
    height: 2px;
    box-shadow: 0 0 6px 2px white;
    animation: shoot 3s linear forwards;
    transform: rotate(215deg);
}
.shooting-star::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    background: linear-gradient(90deg, white, transparent);
}
@keyframes shoot {
    0% {
        opacity: 1;
        transform: translateX(0) translateY(0) rotate(215deg);
    }
    100% {
        opacity: 0;
        transform: translateX(400px) translateY(-400px) rotate(215deg);
    }
}
.artist-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    margin-top: 2rem;
}
.artist-card {
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    border-radius: 16px;
    padding: 1.5rem;
    width: 300px;
    text-align: center;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease;
}
.artist-card:hover {
    transform: scale(1.05);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}
.artist-card img {
    width: 298px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 1rem;
    border: 0px solid #ffd700;
}
.artist-card h3 {
    margin-bottom: 0.5rem;
    color: #ffd700;
    font-size: 1.3rem;
}
.artist-card p {
    font-size: 0.95rem;
    color: #ddd;
}
@media (max-width: 768px) {
    .artist-grid {
        flex-direction: column;
        align-items: center;
    }
    .artist-card {
        margin-bottom: 1.5rem;
    }
}
/* improve playlist carousel snapping and add swipe hint */
.carousel-wrapper {
    position: relative;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding: 0 1rem;
}
.carousel-track {
    display: flex;
    overflow-x: visible;
    width: max-content;
}
.carousel-track iframe {
    flex: 0 0 auto;
    scroll-snap-align: center;
    margin-right: 1rem;
}
.carousel-wrapper::after {
    content: '\21D4';
    position: absolute;
    bottom: 0.5rem;
    right: 1rem;
    font-size: 1.5rem;
    color: #fff;
    opacity: 0.7;
    animation: swipe-hint 2s infinite;
}
@keyframes swipe-hint {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-6px);
    }
}
@media (min-width: 769px) {
    .carousel-wrapper::after {
        display: none;
    }
}
/* Afterparty page styles */
.afterparty-hero {
    text-align: center;
}
.hero-image-placeholder {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: float 6s ease-in-out infinite;
}
.hero-image-placeholder p {
    color: #ccc;
    margin: 0 10px;
}
@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
.cta-button {
    background-color: #ffd700;
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.7);
    }
    70% {
        box-shadow: 0 0 10px 20px rgba(255, 215, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 215, 0, 0);
    }
}
/* 1) Hero-Liste fixen */
.afterparty-hero {
    text-align: center;
}
.afterparty-hero ul {
    list-style: none;
    /* keine Browser-Bullets */
    padding: 0;
    margin: 1rem 0 1.25rem;
    display: inline-block;
    /* erlaubt zentrierten Block ohne Marker-Quatsch */
    text-align: left;
    /* Text selbst links, Gesamtblock bleibt zentriert */
}
.afterparty-hero li {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    line-height: 1.6;
    color: #fff;
    font-size: 1rem;
}
.afterparty-hero li::before {
    content: "👉";
    flex: 0 0 auto;
}
/* 2) Stelle sicher, dass Inhalt über dem Sternenhintergrund liegt */
#starry-background {
    z-index: 0;
}

/* Afterparty page styles */
.afterparty-hero {
    text-align: center;
}

.hero-image-placeholder {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: float 6s ease-in-out infinite;
}

.hero-image-placeholder p {
    color: #ccc;
    margin: 0 10px;
}

@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

.cta-button {
    background-color: #ffd700;
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.7); }
    70% { box-shadow: 0 0 10px 20px rgba(255, 215, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 215, 0, 0); }
}

#afterparty-dialog {
    border: none;
    border-radius: 10px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    width: 90%;
    max-width: 400px;
    text-align: center;
}

#afterparty-dialog::backdrop {
    background: rgba(30, 30, 30, 1.0);
}

.dialog-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.dialog-buttons button {
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background: #ffd700;
    color: #000;
    font-weight: bold;
}

.dialog-buttons button:hover {
    background: #fff;
}

/* Custom audio player styles */
.audio-player {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 400px;
    margin: 20px auto;
}
.audio-player audio {
    display: none;
}
.play-btn {
    width: 30px;
    height: 30px;
    border: none;
    background: none;
    color: #ffd700;
    font-size: 24px;
    cursor: pointer;
}
.audio-player.playing .play-btn::before {
    content: '❚❚';
}
.play-btn::before {
    content: '▶';
}
.timeline {
    flex: 1;
    height: 5px;
    background: #555;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}
.progress {
    background: #ffd700;
    height: 100%;
    width: 0;
    border-radius: 5px;
}
.time {
    font-size: 14px;
    display: flex;
    gap: 4px;
    min-width: 70px;
    justify-content: center;
}
.volume-container {
    display: flex;
    align-items: center;
    gap: 5px;
}
.volume-button {
    width: 30px;
    height: 30px;
    border: none;
    background: none;
    color: #ffd700;
    font-size: 20px;
    cursor: pointer;
}
.audio-player.muted .volume-button::before {
    content: '🔇';
}
.volume-button::before {
    content: '🔊';
}
.volume-slider {
    width: 60px;
    height: 5px;
    background: #555;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}
.volume-percentage {
    background: #ffd700;
    height: 100%;
    width: 75%;
    border-radius: 5px;
}
