:root {
    --bg-color: #050505;
    --card-bg: rgba(15, 15, 15, 0.95);
    --accent: #660000;
    --gold: #c5a059;
    --text-main: #e0e0e0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-image: url('bgmore/bg.jpg'); 
    background-attachment: fixed; 
    background-size: cover;
    background-position: center top; 
}

.overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: url('https://www.transparenttextures.com/patterns/carbon-fibre.png');
    opacity: 0.05;
    pointer-events: none;
    z-index: 10;
}

.container {
    width: 90%;
    max-width: 450px;
    z-index: 2;
    text-align: center;
}

.logo {
    font-family: 'Cinzel', serif;
    font-size: 2.5rem;
    letter-spacing: 8px;
    color: var(--gold);
    margin: 0;
    text-shadow: 0 0 20px rgba(197, 160, 89, 0.2);
}
.logo-container {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jazz-logo-img {
    display: block;
    max-width: 350px; 
    height: auto;
    margin-top: 10px;
    
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.9)); 
}

.tagline {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: var(--accent);
    margin-top: 5px;
    letter-spacing: 2px;
}

.player-card {
    padding: 0px 20px 40px; 
    margin: 40px auto;
    max-width: 400px;
    
    background: transparent; 
    border: none;
    box-shadow: none; 
    

    -webkit-mask-image: radial-gradient(circle at 50% 120px, black 0%, black 60%, transparent 95%);
    mask-image: radial-gradient(circle at 50% 120px, black 0%, black 60%, transparent 95%);
    
    position: relative;
    z-index: 5;
}
.vinyl-wrapper {
    margin-bottom: -10px; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.vinyl {
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, #222 25%, #111 25%, #111 30%, #000 30%);
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    border: 2px solid #1a1a1a;
    transition: transform 0.5s ease;
}

.vinyl-label {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: var(--accent);
    border-radius: 50%;
    border: 2px solid var(--gold);
}
.vinyl-wrapper {
    margin-bottom: 30px;
    display: flex; 
    justify-content: center;
    align-items: center;
}

.custom-record-img {
    display: block;
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    

    box-shadow: 0 0 60px rgba(150, 0, 0, 0.4), 
                0 10px 30px rgba(0, 0, 0, 0.9);
}

.spinning {
    animation: rotate 3s linear infinite;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}




body {
    font-family: "Playwrite IE VLG", cursive;
    font-weight: 400;
    color: #800000; 
    text-shadow: 
        -2px -2px 0 #000,  
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         0 0 15px rgba(0,0,0,0.8);
    font-size: 1.1rem;
    line-height: 1.6;
}

#track-title {
    font-family: "Playwrite IE VLG", cursive;
    font-size: 2.2rem;
    color: #a30000;
    margin-bottom: 25px;
    letter-spacing: -1px; 
}

.main-btn {
    background: #000;
    border: 1px solid #800000;
    color: #800000;
    font-family: "Playwrite IE VLG", cursive;
    font-size: 1.2rem;
    padding: 8px 45px;
    cursor: pointer;
    border-radius: 40px; 
    transition: all 0.4s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.main-btn:hover {
    background: #800000;
    color: #000;
    box-shadow: 0 0 20px #800000;
    transform: rotate(-2deg) scale(1.05); 
}
.track-item {
    font-family: "Playwrite IE VLG", cursive;
    font-size: 1.3rem;
    padding: 15px 10px;
}

.track-item:hover {
    color: #ff0000;
    background: rgba(0, 0, 0, 0.3);
}

.track-num {
    font-family: "Playwrite IE VLG", cursive;
    font-size: 0.9rem;
    opacity: 0.6;
    margin-right: 15px;
}

.footer {
    margin-top: 60px;
    padding-bottom: 40px;
    font-family: "Playwrite IE VLG", cursive;
    font-size: 1.1rem; 
    letter-spacing: 1px;
    text-transform: none; 
    
    color: #a30000; 
    
    text-shadow: 
        -2px -2px 0 #000,  
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         0 0 15px rgba(0,0,0,0.9);
         
    opacity: 0.8; 
}


.playlist-container {
    text-align: left;
    margin-top: 20px;
}

#playlist {
    list-style: none;
    padding: 0;
}



.track-item:hover {
    background: rgba(102, 0, 0, 0.1);
    color: var(--gold);
}

.track-num {
    color: var(--accent);
    font-size: 0.8rem;
    margin-right: 15px;
}


.author {
    color: #ff0000; 
    font-weight: bold;
    /* Extra soft glow behind the name only */
    text-shadow: 0 0 10px rgba(0, 0, 0, 1), 
                 2px 2px 0px #000; 
    transition: 0.3s ease;
}

.author:hover {
    color: white; 
    text-shadow: 0 0 15px white, 
                 0 0 5px rgba(255, 0, 0, 0.5); 
    cursor: default;
}
.container {
    background: radial-gradient(circle, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 70%);
}
