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

body {
    background-color: #000;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    padding: 30px 20px;
    overflow-x: hidden;
    min-height: 100vh;
}

.container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    min-height: 100vh;
}

.page-header {
    margin-bottom: 30px;
    position: relative;
    z-index: 10;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.back-link {
    color: #888;
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
}

.back-link:hover {
    color: #fff;
}

.page-title {
    font-size: 28px;
    font-weight: bold;
    text-transform: lowercase;
}

.releases-content {
    position: relative;
    z-index: 5;
}

.releases-grid {
    display: block;
    max-width: 500px;
    margin: 0 auto;
}

.release-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    margin-bottom: 20px;
}

.release-card {
    background: #111;
    padding: 12px;
    border: 1px solid #333;
}

.release-card:hover {
    border-color: #555;
}

.release-header {
    margin-bottom: 8px;
    padding-bottom: 6px;
    border-bottom: 1px solid #333;
}

.release-type {
    text-transform: uppercase;
    color: #888;
    margin-right: 8px;
    font-size: 10px;
}

.release-year {
    color: #aaa;
    font-size: 10px;
}

.album-content {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.album-cover {
    width: 170px;
    flex-shrink: 0;
    display: block;
}

.album-info {
    flex: 1;
    min-width: 0;
}

.album-title {
    font-size: 18px;
    margin-bottom: 4px;
}

.album-artist {
    color: #aaa;
    margin-bottom: 3px;
    font-size: 13px;
}

.track-count {
    color: #888;
    font-size: 11px;
    margin-bottom: 8px;
}

.platform-links {
    display: block;
    margin-top: 8px;
}

.platform-link {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    margin-bottom: 6px;
}

.section-heading {
    font-size: 22px;
    font-weight: bold;
    text-transform: lowercase;
    max-width: 500px;
    margin: 35px auto 20px;
    position: relative;
    z-index: 10;
}

.appears-card {
    margin-bottom: 20px;
}

.appears-card .album-cover {
    width: 140px;
}

/* Featured tracks within an appears-on album */
.feat-tracks {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #333;
}

.feat-tracks-label {
    color: #888;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
}

.feat-track {
    padding: 7px 0;
}

.feat-track + .feat-track {
    border-top: 1px dashed #2a2a2a;
}

.feat-track-name {
    display: block;
    font-size: 13px;
    font-weight: 600;
}

.feat-track-credit {
    display: block;
    color: #888;
    font-size: 11px;
    margin: 2px 0 6px;
}

.feat-track-links .platform-link {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-bottom: 0;
}

.platform-link img {
    width: 100%;
    height: 100%;
}

/* Stars */
.star {
    position: absolute;
    width: 50px;
    height: auto;
    z-index: 1;
    cursor: default;
    transition: transform 0.25s ease-out, filter 0.25s ease-out, cursor 0.1s;
    user-select: none;
    display: block;
    object-fit: contain;
    padding: 0;
    margin: 0;
}

.star:hover,
.star:focus-visible,
.star:active {
    animation: star-shimmer 0.7s ease-in-out 1;
    transform: translateY(-5px) scale(1.08);
    filter: brightness(1.35);
    cursor: pointer;
}

@keyframes star-shimmer {
    0% {
        filter: brightness(1);
        transform: translateY(0) scale(1);
    }
    50% {
        filter: brightness(1.5);
        transform: translate(-3px, -6px) scale(1.12) rotate(-4deg);
    }
    100% {
        filter: brightness(1.1);
        transform: translateY(-5px) scale(1.08);
    }
}

/* Blue stars */
.star-1 { top: 5%; left: 5%; width: 70px; }
.star-2 { top: 15%; right: 8%; width: 35px; }
.star-3 { top: 45%; right: 10%; width: 40px; }
.star-4 { bottom: 8%; right: 12%; width: 45px; }

/* Green stars */
.star-5 { top: 25%; right: 15%; width: 50px; }
.star-6 { top: 50%; left: 8%; width: 65px; }
.star-7 { bottom: 5%; left: 5%; width: 48px; }
.star-8 { bottom: 20%; right: 18%; width: 55px; }

/* Pink stars */
.star-9 { top: 12%; left: 18%; width: 45px; }
.star-10 { top: 8%; right: 20%; width: 32px; }
.star-11 { top: 55%; right: 5%; width: 68px; }
.star-12 { top: 65%; left: 12%; width: 35px; }
.star-13 { bottom: 12%; left: 15%; width: 48px; }
.star-14 { top: 70%; left: 10%; width: 32px; }
.star-15 { top: 38%; right: 22%; width: 38px; }
.star-16 { bottom: 3%; right: 25%; width: 44px; }

/* Red stars */
.star-17 { top: 6%; left: 12%; width: 42px; }
.star-18 { bottom: 35%; left: 20%; width: 55px; }
.star-19 { top: 60%; left: 6%; width: 40px; }
.star-20 { bottom: 6%; right: 8%; width: 70px; }

/* Yellow stars */
.star-21 { top: 10%; right: 5%; width: 72px; }
.star-22 { top: 32%; left: 25%; width: 42px; }
.star-23 { bottom: 4%; left: 40%; width: 40px; }
.star-24 { bottom: 15%; right: 20%; width: 50px; }

@media (max-width: 768px) {
    body {
        padding: 20px 15px;
    }

    .page-title {
        font-size: 28px;
    }

    .album-content {
        flex-direction: column;
    }

    .album-cover,
    .appears-card .album-cover {
        width: 100%;
        max-width: 100%;
    }

    /* Scale down stars for mobile */
    .star-1, .star-6, .star-11, .star-20, .star-21 { width: 52px; }
    .star-8, .star-18, .star-24 { width: 38px; }
    .star { width: 28px; }
}
