/*
Theme Name: Tons of Music Elite
Theme URI: https://tonsofmusic.com
Author: Tons of Music
Description: The Ultimate Elite DJ Record Pool Platform. Gold & Dark aesthetic with high-performance modular JS architecture and secure streaming.
Version: 6.3.0
Text Domain: tom-elite
*/

:root {
    --bg-deep: #FFFFFF;
    --bg-sidebar: #000000;
    --bg-card: #FFFFFF;
    --gold: #ffc800;
    --gold-gradient: linear-gradient(135deg, #ffc800 0%, #ffae00 100%);
    --text-main: #1a1a1a;
    --text-muted: #666666;
    --text-light: #FFFFFF;
    --border: #E0E0E0;
    --sidebar-width: 340px;
    --transition: all 0.3s ease;
}

html { background: #FFFFFF !important; }
/* --- WP Admin Bar Compatibility --- */
body.admin-bar .top-header { top: 32px !important; }
body.admin-bar .sidebar { top: 32px !important; height: calc(100vh - 32px) !important; }
body.admin-bar .fullscreen-player { top: calc(80px + 32px) !important; }

@media screen and (max-width: 782px) {
    body.admin-bar .top-header { top: 46px !important; }
    body.admin-bar .sidebar { top: 46px !important; height: calc(100vh - 46px) !important; }
    body.admin-bar .fullscreen-player { top: calc(60px + 46px) !important; }
    html { margin-top: 0 !important; }
}

*, ::before, ::after { margin: 0; padding: 0; box-sizing: border-box; }
html, body { 
    background: #FFFFFF !important; 
    color: #1a1a1a; 
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 400;
    overflow-x: hidden; 
    max-width: 100vw;
}
body * {
    max-width: 100%;
}

/* Custom Scrollbar for Desktop */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #F5F5F5; }
::-webkit-scrollbar-thumb { background: #CCC; border-radius: 4px; border: 2px solid #F5F5F5; }
::-webkit-scrollbar-thumb:hover { background: var(--gold); }

/* Headings for White Theme */
h1, h2, h3, h4, h5, h6 { color: #1a1a1a; }
#cat-detail-title { color: #FFFFFF; margin-top: 30px; }
#cat-detail-subtitle { margin-top: 10px; }
#pack-detail-title { color: #FFFFFF; margin-top: 30px; }
#pack-detail-subtitle { margin-top: 10px; }
.pack-header { margin-top: 20px; }

/* --- Layout --- */
.dashboard-layout { display: flex; }
.sidebar { 
    width: var(--sidebar-width); 
    height: 100vh; 
    background: #000000; 
    border-right: 1px solid #333333; 
    position: fixed; 
    top: 0;
    left: 0;
    padding: 30px 0 0 0; /* Updated: No right padding */
    z-index: 8000; 
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.sidebar-logo { width: 100%; display: flex; justify-content: center; margin-bottom: 40px; flex-shrink: 0; padding: 0 20px; }
.sidebar-logo img { width: 200px; max-width: 100%; height: auto; }
.sidebar-nav { 
    width: 100%; 
    flex: 1; 
    overflow-y: auto; 
    padding: 0 0 120px 20px; /* Padding on left, none on right for scrollbar */
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #CCC transparent;
}
.sidebar-nav::-webkit-scrollbar { width: 5px; }
.sidebar-nav::-webkit-scrollbar-track { background: transparent; }
.sidebar-nav::-webkit-scrollbar-thumb { background: #DDD; border-radius: 10px; }
.sidebar-nav::-webkit-scrollbar-thumb:hover { background: var(--gold); }

.sidebar-nav .nav-item { display: flex; align-items: center; gap: 12px; padding: 12px 10px; color: #FFFFFF; text-decoration: none; font-weight: 700; font-size: 13px; border-radius: 8px; margin-bottom: 5px; cursor: pointer; }
.nav-item.active, .nav-item:hover { background: rgba(255, 200, 0, 0.15); color: #ffc800; }

.main-wrapper { 
    margin-left: var(--sidebar-width); 
    flex: 1; 
    min-height: 100vh; 
    padding: 0 15px 110px 15px;
    position: relative; 
    width: calc(100% - var(--sidebar-width));
    max-width: calc(100% - var(--sidebar-width));
    overflow-x: hidden;
    box-sizing: border-box;
}

/* --- View Content Spacing --- */
.view-content {
    display: none;
    padding: 100px 15px 40px 15px;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}
.top-header { 
    height: 65px; 
    display: flex; 
    align-items: center; 
    padding: 0 30px; 
    background: #000000; 
    border-bottom: 1px solid #222;
    position: sticky; 
    top: 0; 
    z-index: 99998; 
    width: 100%; 
    max-width: 100%;
    box-sizing: border-box;
    overflow: visible;
    flex-wrap: wrap;
    gap: 10px;
}

.top-nav { 
    position: absolute;
    left: 20px;
    display: flex; 
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin: 0 15px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 60%;
    padding: 0 5px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.top-nav::-webkit-scrollbar { display: none; }

.top-nav .nav-item { 
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; 
    font-size: 11px; 
    font-weight: 700; 
    letter-spacing: 0.5px;
    transition: 0.3s;
    white-space: nowrap;
    flex-shrink: 0;
}

.top-nav::-webkit-scrollbar { display: none; }

.top-nav .nav-item { 
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; 
    font-size: 11px; 
    font-weight: 700; 
    letter-spacing: 1px;
    transition: 0.3s;
    white-space: nowrap;
    position: relative;
    padding: 5px 8px;
}

.top-nav .nav-item:hover { 
    color: #fff;
    background: rgba(255,255,255,0.08);
    border-radius: 8px;
}

.top-nav .nav-item.active { 
    color: var(--gold);
    background: rgba(255,200,0,0.1);
    border-radius: 8px;
}

.header-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 1024px) {
    .top-header { padding: 0 15px; }
    .top-nav { display: none; }
}

.header-search { background: #1a1a1a; border: 1px solid #333333; border-radius: 50px; padding: 0 5px 0 20px; display: flex; align-items: center; width: 100%; transition: 0.3s; margin-bottom: 10px; overflow: hidden; }
.header-search:focus-within { border-color: var(--gold); box-shadow: 0 0 15px rgba(255, 200, 0, 0.1); }
.header-search input { background: none; border: none; color: #FFFFFF; padding: 12px 0; flex: 1; font-size: 13px; outline: none; min-width: 0; }
#sidebar-search-btn { background: none; border: none; color: #888; cursor: pointer; padding: 10px; transition: 0.3s; }
#sidebar-search-btn:hover { color: var(--gold); }

.top-nav::-webkit-scrollbar { display: none; }

.membership-status { display: flex; align-items: center; gap: 8px; background: rgba(255,200,0,0.1); border: 1px solid rgba(255,200,0,0.3); padding: 6px 15px; border-radius: 50px; color: #ffc800; font-size: 10px; font-weight: 900; letter-spacing: 1px; animation: statusGlow 2s infinite alternate; }
@keyframes statusGlow { from { border-color: rgba(255, 200, 0, 0.3); box-shadow: 0 0 5px rgba(255, 200, 0, 0.1); transform: translate3d(0,0,0); } to { border-color: var(--gold); box-shadow: 0 0 15px rgba(255, 200, 0, 0.2); transform: translate3d(0,0,0); } }
.user-pill { display: flex; align-items: center; gap: 10px; background: #1a1a1a; padding: 5px 15px 5px 5px; border-radius: 50px; border: 1px solid #333333; cursor: pointer; transition: 0.3s; z-index: 99999; }
.user-pill:hover { border-color: var(--gold); }
.user-pill img { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; }
.user-pill span { font-size: 12px; font-weight: 800; color: #FFFFFF; }
.user-pill-container { position: relative; z-index: 99999; }

.user-dropdown {
    position: absolute; top: 120%; right: 0; width: 220px; background: #0a0a0a; 
    border: 1px solid #222; border-radius: 16px; padding: 10px; z-index: 99999;
    box-shadow: 0 15px 40px rgba(0,0,0,0.5);
    display: none; animation: slideDown 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.user-dropdown.active { display: block; }
@keyframes slideDown { from { transform: translateY(-10px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }

.dropdown-header { font-size: 10px; color: #888; font-weight: 800; letter-spacing: 1px; padding: 10px 15px; text-transform: uppercase; }
.dropdown-item { 
    display: flex; align-items: center; gap: 12px; padding: 12px 15px; color: #ffffff; 
    text-decoration: none; font-size: 13px; font-weight: 700; border-radius: 10px; transition: 0.2s; 
}
.dropdown-item:hover { background: rgba(255,200,0,0.1); color: #ffc800; }
.dropdown-item i { font-size: 14px; opacity: 0.7; color: #ffffff; }
.dropdown-divider { height: 1px; background: #333333; margin: 8px 10px; }

/* --- Pack Detail Hero Section --- */
.pack-hero-section {
    margin-bottom: 50px;
    background: linear-gradient(180deg, rgba(255,255,255,0.02) 0%, transparent 100%);
    border-radius: 32px;
    padding: 40px;
    border: 1px solid rgba(255,255,255,0.05);
    position: relative;
    overflow: hidden;
}

.pack-hero-container {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.pack-hero-image-wrap {
    position: relative;
    width: 220px;
    height: 220px;
    flex-shrink: 0;
}

.pack-hero-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.6);
    border: 1px solid rgba(255,200,0,0.2);
    display: block !important; /* Overriding inline hide if needed */
}

.pack-image-glow {
    position: absolute;
    inset: -15px;
    background: var(--gold);
    filter: blur(40px);
    opacity: 0.12;
    z-index: -1;
}

.pack-hero-content {
    flex: 1;
    min-width: 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.pack-hero-header h1 {
    font-size: 48px !important;
    font-weight: 900 !important;
    color: #fff !important;
    margin: 0 0 8px 0 !important;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.pack-hero-header p {
    color: var(--gold);
    font-weight: 800;
    letter-spacing: 4px;
    font-size: 13px;
    margin: 0;
    text-transform: uppercase;
}

.pack-info-card {
    background: rgba(255,255,255,0.04);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 25px;
    border-radius: 16px;
    max-width: 700px;
}

.pack-info-card p {
    color: #bbb;
    line-height: 1.7;
    font-size: 15px;
    margin: 0;
    font-weight: 500;
}

.pack-hero-socials {
    display: flex !important; /* Ensure visibility */
    gap: 15px;
    align-items: center;
}

@media (max-width: 768px) {
    .pack-hero-section { padding: 20px 15px; text-align: center; }
    .pack-hero-container { 
        justify-content: center; 
        gap: 20px; 
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
    }
    .pack-hero-image-wrap { 
        width: 140px; 
        height: 140px; 
        flex-shrink: 0;
    }
    .pack-hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
    .pack-hero-content { 
        min-width: 100%; 
        max-width: 100%;
        align-items: center; 
        text-align: center;
    }
    .pack-hero-header h1 { font-size: 24px !important; line-height: 1.2; }
    .pack-hero-header p { font-size: 11px; letter-spacing: 2px; }
    .pack-hero-socials { flex-wrap: wrap; justify-content: center; }
    
    /* Remix pack cards mobile */
    .music-card { padding: 10px; }
    .card-img { margin-bottom: 10px; }
    .music-card .card-title { font-size: 13px; }
    .music-card .card-artist { font-size: 11px; }
    .music-card .card-meta { font-size: 10px; }
    
    /* Locked overlay mobile */
    .locked-overlay { 
        margin-top: 0; 
        padding: 30px 20px; 
        max-width: 100%;
    }
    .locked-overlay h3 { font-size: 16px; }
    .locked-overlay p { font-size: 12px; }
    .btn-upgrade-premium { padding: 12px 25px !important; font-size: 12px !important; }
}

/* --- Table & Grid System (NANO PLUS COMPACT) --- */
.fs-list-header, .track-row, .fs-track-row { 
    display: grid; 
    grid-template-columns: 30px 30px 2fr 1fr; 
    gap: 8px; 
    padding: 0; 
    align-items: center; 
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.fs-list-header {
    background: #0a0f10 !important;
    height: 55px;
    border-bottom: 2px solid #333;
    display: grid;
    grid-template-columns: 30px 30px 2fr 150px;
    align-items: center;
    padding: 0 15px;
    position: sticky;
    top: 0;
    z-index: 10;
}

.fs-list-header div { font-size: 15px !important; color: #FFFFFF !important; font-weight: 700; }
.fs-list-header .col-play { grid-column: 1; text-align: center; }
.fs-list-header .col-num { grid-column: 2; text-align: center; font-size: 15px !important; }
.fs-list-header .col-name { grid-column: 3; }
.fs-list-header .col-bpm-key-dl { 
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
}
.fs-list-header .header-bpm-key,
.fs-list-header .header-key,
.fs-list-header .header-dl { font-size: 15px; font-weight: 700; color: #fff; }

.col-play { grid-column: 1; display: flex !important; align-items: center; justify-content: center; }
.col-num { grid-column: 2; text-align: center; }
.col-name { grid-column: 3; min-width: 0; }
.col-bpm-key-dl { grid-column: 4; text-align: right; font-weight: 700; color: #fff; font-size: 20px; display: flex; align-items: center; justify-content: flex-end; gap: 15px; width: 100%; box-sizing: border-box; }

.track-row, .fs-track-row { 
    min-height: 60px;
    padding: 10px 15px;
    border-bottom: 1px solid #1a2528; 
    cursor: pointer; 
    transition: 0.05s; 
    color: #FFFFFF; 
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 30px;
    font-weight: 500;
    display: grid;
    grid-template-columns: 30px 30px 2fr 150px;
    align-items: center;
}

.t-name { 
    font-weight: 700; 
    font-size: 14px;
    text-transform: uppercase; 
    display: block; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.3;
    color: #FFFFFF; 
    max-width: 100%;
}

.t-artist { 
    font-weight: 600; 
    font-size: 13px; 
    text-transform: uppercase; 
    color: #ccc; 
    letter-spacing: 0.5px; 
    display: block; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.3;
}
    font-weight: 500; 
    font-size: 18px; 
    text-transform: uppercase; 
    color: #ccc; 
    letter-spacing: 0.5px; 
    display: block; 
    overflow: visible;
    white-space: normal;
    line-height: 1.3;
}

.col-play i { font-size: 18px; }
.col-save i, .col-crate i, .col-dl i { font-size: 20px; }

.col-num { font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 15px; color: #FFFFFF; text-align: center; font-weight: 700; }
.col-name { font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #FFFFFF; grid-column: 3; min-width: 0; max-width: 100%; overflow: hidden; }

.col-bpm, .col-key, .col-time, .col-bitrate { 
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; 
    font-size: 20px;
    color: #FFFFFF; 
}

.col-bpm-key-dl .bpm-key { font-weight: 700; color: #fff; }
.col-bpm-key-dl .dl-icon { font-size: 18px; color: #888; transition: 0.2s; }
.col-bpm-key-dl .dl-icon:hover { color: var(--gold); }

.col-save, .col-crate { display: flex; justify-content: center; align-items: center; font-size: 18px; color: #FFFFFF; }
.col-save i, .col-crate i { cursor: pointer; transition: 0.2s; opacity: 0.8; font-size: 20px; }
.col-save i:hover, .col-crate i:hover { color: var(--gold); opacity: 1; }

.t-name { 
    font-weight: 600; 
    font-size: 20px;
    text-transform: uppercase; 
    display: block; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.3;
    color: #FFFFFF; 
    max-width: 100%;
}

.t-artist { 
    font-weight: 500; 
    font-size: 18px; 
    text-transform: uppercase; 
    color: #ccc; 
    letter-spacing: 0.5px; 
    display: block; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.3;
} 
    overflow: visible;
    white-space: normal;
    line-height: 1.3;
}

.col-play i { font-size: 20px; }
.col-save i, .col-crate i, .col-dl i { font-size: 22px; }

.col-main, .col-bpm, .col-key, .col-save, .col-crate, .col-dl, .col-num, .col-name, .col-bpm-key {
    font-size: 15px !important;
    font-weight: 700;
}

.col-bpm-key {
    font-size: 14px !important;
}


/* Alternating row colors */
.track-row:nth-child(odd), .fs-track-row:nth-child(odd) { background: #091413; }
.track-row:nth-child(even), .fs-track-row:nth-child(even) { background: #37353E; }
.track-row:hover, .fs-track-row:hover { background: #0d1a1e; }

.track-row.playing, .fs-track-row.playing, .mini-track-row.playing, .track-card.playing { 
    background: rgba(255, 200, 0, 0.15) !important; 
    border-left: 4px solid var(--gold) !important;
    color: #FFFFFF !important;
}
.playing .t-card-title, .playing .t-meta-value { color: var(--gold) !important; }
.mini-track-row.playing div { color: var(--gold) !important; font-weight: 800; }
.playing .t-name, .playing .col-num, .playing i { color: var(--gold) !important; font-weight: 800; }
.playing .t-artist { color: var(--gold) !important; opacity: 1; }
.playing .col-bpm, .playing .col-key, .playing .col-time { color: var(--gold) !important; font-weight: 800; }

.col-num { font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 30px; color: #FFFFFF; text-align: center; font-weight: 700; }
.col-name { font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 30px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #FFFFFF; }

.t-name { font-weight: 700; font-size: 13px; text-transform: uppercase; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #FFFFFF; line-height: 1.3; max-width: 100%; }
.t-artist { font-weight: 600; font-size: 12px; text-transform: uppercase; color: #999; letter-spacing: 0.5px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 1.3; }

.col-bpm, .col-key, .col-time, .col-bitrate { 
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; 
    font-size: 30px; 
    text-align: center; 
    color: #FFFFFF; 
}

.col-save, .col-crate, .col-dl { display: flex; justify-content: center; align-items: center; font-size: 30px; color: #FFFFFF; }
.col-save i, .col-crate i, .col-dl i { cursor: pointer; transition: 0.2s; opacity: 0.8; font-size: 30px; }
.col-save i:hover, .col-crate i:hover, .col-dl i:hover { color: var(--gold); opacity: 1; }
.col-dl { justify-content: flex-end; }

.col-bpm-key { grid-column: 5; text-align: center; font-weight: 700; color: #fff; font-size: 30px; }

/* Layout adjustments for future Right Sidebar - Consolidated above */
.fs-content { 
    max-width: 100%; 
    margin: 0; 
    padding: 20px 30px 60px 10px; 
}

@media (max-width: 1400px) {
    .main-wrapper { margin-right: 0; }
    .fs-content { grid-template-columns: 1fr; }
}
.locked-container { position: relative; overflow: hidden; padding-bottom: 20px; }
.track-row.blurred { 
    filter: blur(8px); 
    opacity: 0.3; 
    pointer-events: none; 
    user-select: none;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.locked-overlay { 
    margin-top: -160px; /* Pull it up over the blurred rows */
    padding: 50px 30px; 
    position: relative; 
    border-radius: 24px; 
    text-align: center; 
    overflow: hidden; 
    z-index: 10; 
    background: rgba(15,15,15,0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 200, 0, 0.15);
    box-shadow: 0 -20px 60px rgba(0,0,0,0.9);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
}

.locked-overlay i { font-size: 36px; color: var(--gold); margin-bottom: 15px; text-shadow: 0 0 15px rgba(255,200,0,0.3); }
.locked-overlay h3 { color: #fff; margin: 0 0 5px; font-size: 18px; font-weight: 800; letter-spacing: 0.5px; }
.locked-overlay p { color: #888; margin-bottom: 25px; font-size: 13px; font-weight: 500; }

.locked-overlay::before {
    content: ''; position: absolute; inset: 0; 
    background: radial-gradient(circle at center, rgba(255,200,0,0.08) 0%, transparent 60%);
    pointer-events: none;
}

/* Specific adjustment for Fullscreen view */
.fs-right .locked-overlay {
    margin-top: -140px;
    background: rgba(20,20,20,0.9);
    border-color: rgba(255, 200, 0, 0.2);
}

.btn-upgrade-premium {
    padding: 14px 35px !important;
    font-size: 13px !important;
    border-radius: 50px !important;
    background: var(--gold-gradient) !important;
    color: #000 !important;
    font-weight: 800 !important;
    border: none !important;
    box-shadow: 0 5px 20px rgba(255, 200, 0, 0.2);
    transition: 0.3s;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    max-width: 100%;
    width: auto;
}
.btn-upgrade-premium:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(255, 200, 0, 0.4); }

.t-name { font-weight: 700; display: block; }
.t-artist { color: #FFFFFF; font-size: 12px; font-weight: 600; }

/* --- Buttons --- */
.btn-gold { background: var(--gold-gradient); color: #000; border: none; padding: 16px 40px; border-radius: 50px; font-weight: 900; font-size: 14px; cursor: pointer; transition: 0.3s; text-transform: uppercase; letter-spacing: 1px; }
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(255, 200, 0, 0.4); }

/* --- Dashboard --- */
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 25px; padding: 20px 0; max-width: 100%; overflow-x: hidden; }
.music-card { background: var(--bg-card); padding: 15px; border-radius: 16px; border: 1px solid var(--border); cursor: pointer; transition: 0.3s; max-width: 100%; box-sizing: border-box; }
.music-card:hover { border-color: var(--gold); transform: translateY(-5px); }
.card-img { width: 100%; aspect-ratio: 1/1; border-radius: 12px; overflow: hidden; margin-bottom: 15px; position: relative; max-width: 100%; }
.card-img img { width: 100%; height: 100%; object-fit: cover; max-width: 100%; }
.card-play-btn { position: absolute; inset: 0; background: rgba(0,0,0,0.4); display: flex; align-items: center; justify-content: center; opacity: 0; transition: 0.3s; }
.music-card:hover .card-play-btn { opacity: 1; }
.card-play-btn i { width: 45px; height: 45px; background: var(--gold); color: #000; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; }

.hero-banner { height: 300px; border-radius: 24px; margin: 20px 0 40px; position: relative; overflow: hidden; background-size: cover; background-position: center; display: flex; align-items: center; padding: 60px; border: 1px solid var(--border); max-width: 100%; box-sizing: border-box; z-index: 1; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,0.95) 0%, transparent 100%); }
.hero-content { position: relative; z-index: 10; max-width: 600px; max-width: 100%; overflow-x: hidden; box-sizing: border-box; }
.hero-content h1 { font-size: 54px; line-height: 1.1; margin: 10px 0; font-weight: 800; }
.hero-tag { color: var(--gold); font-weight: 900; font-size: 12px; letter-spacing: 3px; }

/* --- Promo Banner Styles (Updated to avoid AdBlocker and support Carousel) --- */
.promo-carousel-wrapper { 
    position: relative; 
    margin-bottom: 30px; 
    border-radius: 20px; 
    overflow: hidden; 
    height: 220px; /* Reduced height to look like a banner */
    border: 1px solid rgba(255, 200, 0, 0.15);
}

.promo-carousel-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.promo-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    display: flex;
    align-items: center;
}

.promo-slide.active {
    opacity: 1;
    z-index: 1;
}

.promo-banner-link {
    display: flex;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
    align-items: center;
    padding: 0 40px;
}

.promo-overlay { 
    position: absolute; 
    inset: 0; 
    background: linear-gradient(90deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 50%, transparent 100%); 
}

.promo-content { 
    position: relative; 
    z-index: 10; 
    width: 100%; 
}

.promo-tag { 
    display: inline-block; 
    padding: 3px 8px; 
    background: var(--gold-gradient); 
    color: #000; 
    font-weight: 900; 
    font-size: 8px; 
    border-radius: 4px; 
    margin-bottom: 10px; 
    letter-spacing: 1px; 
}

.promo-content h2 { 
    font-size: 28px; 
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; 
    font-weight: 800; 
    color: #fff; 
    margin-bottom: 5px; 
}

.promo-content p { 
    font-size: 13px; 
    color: #ccc; 
    font-weight: 500; 
    max-width: 500px; 
}

.promo-dots {
    position: absolute;
    bottom: 15px;
    left: 40px;
    z-index: 20;
    display: flex;
    gap: 8px;
}

.promo-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    cursor: pointer;
    transition: 0.3s;
}

.promo-dot.active {
    background: var(--gold);
    width: 20px;
    border-radius: 4px;
}

/* --- Sidebar Close & Overlay --- */
.sidebar-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1000;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.sidebar-overlay.active { display: block; opacity: 1; }

.sidebar-close-btn {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 32px;
    height: 32px;
    background: #111;
    color: #ffc800;
    border: 1px solid rgba(255,200,0,0.2);
    border-radius: 8px;
    display: none; /* Mobilde görünecek */
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
}

@media (max-width: 1024px) {
    .sidebar-close-btn { display: flex; }
}

/* --- Layout & Scroll Fix - Consolidated above --- */
/* --- Master Player (Full Width Spotify Style) --- */
.master-player { 
    position: fixed; 
    bottom: 0; 
    left: 0;
    transform: translateY(100%); /* Hidden initially */
    width: 100%;
    height: 90px; 
    background: rgba(10, 10, 10, 0.98); 
    backdrop-filter: blur(25px);
    border-top: 1px solid rgba(255, 255, 255, 0.08); 
    z-index: 9999; 
    display: flex;
    align-items: center;
    padding: 0 30px;
    box-shadow: 0 -10px 40px rgba(0,0,0,0.5);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.master-player.active { transform: translateY(0); }

.player-horizontal-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: 100%;
    flex-wrap: wrap;
    gap: 10px;
}

/* Track Info (Left) */
.player-left-group {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    min-width: 0;
    flex-wrap: wrap;
}

.player-socials {
    display: flex;
    gap: 12px;
    border-right: 1px solid rgba(255,255,255,0.1);
    padding-right: 15px;
}

.player-socials a {
    color: #444;
    font-size: 14px;
    transition: 0.2s;
}

.player-socials a:hover {
    color: var(--gold);
    transform: scale(1.1);
}

.player-info-group {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 0;
}
.p-now-playing { display: flex; flex-direction: column; min-width: 0; }
.p-title { font-size: 14px; font-weight: 600; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.p-artist { font-size: 11px; color: #b3b3b3; font-weight: 500; }

/* Progress Bar on Top Edge (Removing or repurposing) */
.player-progress-absolute {
    display: none !important;
}

/* Center Controls & Progress (Spotify Style) */
.player-center-group {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: 600px;
}

.player-controls-group {
    display: flex;
    align-items: center;
    gap: 25px;
}

.player-progress-container {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.spotify-progress-bar {
    flex: 1;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    position: relative;
    cursor: pointer;
}

.spotify-progress-fill {
    height: 100%;
    background: var(--gold);
    width: 0%;
    border-radius: 2px;
}

/* Right Actions & Volume (Right) */
.player-actions-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    flex: 1;
}

.player-time-group {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: #444;
    font-weight: 600;
}
.time-divider { opacity: 0.3; }
.time-text { min-width: 35px; text-align: center; }

/* Right Actions & Volume (Right) */
.player-actions-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex: 1;
    padding-left: 20px;
}

.volume-control-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 120px;
    margin-left: 10px;
}
#vol-icon { color: #b3b3b3; font-size: 14px; }
#vol-wrap { 
    flex: 1; 
    height: 4px; 
    background: rgba(255,255,255,0.1); 
    border-radius: 2px; 
    cursor: pointer; 
    position: relative; 
    overflow: hidden;
    transition: height 0.2s;
}
#vol-wrap:hover { height: 6px; }
#vol-fill { 
    height: 100%; 
    background: var(--gold); 
    width: 80%; 
    transition: width 0.1s;
}

.mobile-menu-btn {
    display: none;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    padding: 10px;
    margin-left: -10px;
    z-index: 2000;
}
.mobile-menu-btn:hover { color: var(--gold); }

.user-dropdown {
    position: absolute; 
    top: calc(100% + 10px); 
    right: 0; 
    width: 240px; 
    background: #0a0a0a;
    border: 1px solid #222; 
    border-radius: 20px; 
    padding: 12px; 
    z-index: 2000;
    box-shadow: 0 20px 50px rgba(0,0,0,0.9);
    display: none; 
    animation: slideDown 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.p-btn-heart {
    background: none;
    border: none;
    color: #b3b3b3;
    font-size: 16px;
    cursor: pointer;
    transition: 0.2s;
}
.p-btn-heart:hover { color: #ff4444; transform: scale(1.1); }
.p-btn-heart.active { color: #ff4444; }

.player-legal-links {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-left: auto;
    border-left: 1px solid rgba(255,255,255,0.1);
    padding-left: 15px;
    align-items: center;
}

.player-legal-links a {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: 0.2s;
    opacity: 0.8;
}
.player-legal-links a:hover { 
    color: var(--gold); 
    opacity: 1;
}

@media (max-width: 1024px) {
    .mobile-menu-btn { display: block !important; }
}

@media (max-width: 768px) {
    .main-wrapper { padding-bottom: 170px; }
    .master-player { 
        bottom: 80px; 
        height: 75px; 
        padding: 0 15px; 
        border-radius: 12px;
        width: 95%;
        max-width: 450px;
    }
    .player-actions-group, .player-progress-container { display: none !important; }
    .player-info-group { width: auto; flex: 1; }
}




.time-text {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 10px;
    color: #666;
    min-width: 35px;
}

.p-btn-main {
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    color: #000;
}

.p-btn {
    font-size: 15px;
    color: #555;
    transition: 0.3s;
}

.p-btn:hover { color: #fff; }
.p-btn.active { color: var(--gold); }

@media (max-width: 1024px) {
    .master-player { width: 90%; }
}

@media (max-width: 768px) {
    .master-player { bottom: 80px; height: 60px; padding: 0 15px; }
    .player-progress-group { display: none; } /* Progress bar hidden on mobile for space */
}

.time-label {
    font-size: 11px;
    color: #a7a7a7;
    min-width: 40px;
    font-weight: 600;
}

.spotify-progress-bar {
    flex: 1;
    height: 4px;
    background: #4d4d4d;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.spotify-progress-bar:hover {
    height: 6px;
    background: #5e5e5e;
}

.spotify-progress-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: var(--gold);
    width: 0%;
    transition: background 0.2s;
}

.spotify-progress-bar:hover .spotify-progress-fill {
    background: #fff; /* Spotify style highlight on hover */
}

/* Secondary Buttons (Shuffle, Prev, Next, Repeat, Download) */
.p-btn { 
    background: none; border: none; color: #b3b3b3; font-size: 16px; cursor: pointer; transition: 0.2s; 
    width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border-radius: 50%;
}
.p-btn:hover { color: #fff; transform: scale(1.1); }
.p-btn.active { color: var(--gold); position: relative; }
.p-btn.active::after {
    content: ''; position: absolute; bottom: -5px; left: 50%; transform: translateX(-50%);
    width: 4px; height: 4px; background: var(--gold); border-radius: 50%;
}

.p-btn-main { 
    width: 38px; height: 38px; background: #fff; border: none; border-radius: 50%; 
    display: flex; align-items: center; justify-content: center; font-size: 16px; cursor: pointer; 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4); transition: 0.1s; color: #000;
}
.p-btn-main:hover { transform: scale(1.06); }
.p-btn-main:active { transform: scale(0.98); }

/* Volume Control */
.player-actions-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 60px;
}

.volume-control-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

#vol-icon {
    color: #555;
    font-size: 16px;
    transition: 0.3s;
}

.volume-control-wrap:hover #vol-icon {
    color: var(--gold);
}

#vol-wrap {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 80px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    overflow: hidden;
    cursor: pointer;
}

.volume-control-wrap:hover #vol-wrap {
    opacity: 1;
    visibility: visible;
    bottom: 35px;
}

#vol-fill {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: var(--gold);
    border-radius: 10px;
    box-shadow: 0 0 10px var(--gold);
}

/* --- Fullscreen --- */
.fullscreen-player { 
    position: fixed; 
    top: 80px; 
    bottom: 0; 
    right: 0; 
    left: var(--sidebar-width); 
    background: #000; 
    z-index: 9500; 
    display: none; 
    overflow-y: auto; 
}
.fullscreen-player.active { display: block; }
.fs-bg { position: fixed; inset: 0; filter: blur(100px) brightness(0.2); z-index: -1; background-size: cover; }
.fs-close { position: fixed; top: 50px; right: 50px; background: rgba(0,0,0,0.5); border: 1px solid rgba(255,200,0,0.3); color: #fff; width: 50px; height: 50px; border-radius: 50%; cursor: pointer; z-index: 6100; transition: 0.3s; display: flex; align-items: center; justify-content: center; font-size: 18px; backdrop-filter: blur(5px); }
.fs-close:hover { background: var(--gold); color: #000; transform: rotate(90deg); border-color: var(--gold); }
.fs-content { 
    max-width: 100%; 
    margin: 0; 
    padding: 20px 40px 60px; 
}

#fs-subtitle {
    display: none;
}
.fs-header { margin-bottom: 60px; text-align: center; }
.fs-header h1 { font-size: 64px; font-weight: 900; margin-bottom: 10px; letter-spacing: -2px; text-transform: uppercase; }
.fs-right { background: rgba(255,255,255,0.02); border-radius: 24px; border: 1px solid #1a1a1a; padding: 20px; backdrop-filter: blur(10px); }

/* --- Logged-in Dashboard Styles --- */
.dashboard-home {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.dashboard-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
}

.dash-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 35px;
    transition: 0.3s ease;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Background Image Layer */
.dash-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.15; /* Suble transparency */
    z-index: -1;
    transition: 0.5s ease;
}

.about-card::before {
    background-image: url('https://images.unsplash.com/photo-1598488035139-bdbb2231ce04?q=80&w=800&auto=format&fit=crop');
}

.features-card::before {
    background-image: url('https://images.unsplash.com/photo-1571266028243-3716f02d2d2e?q=80&w=800&auto=format&fit=crop');
}

.dash-card:hover::before {
    opacity: 0.25;
    transform: scale(1.05);
}

.dash-card:hover {
    border-color: rgba(255, 200, 0, 0.3);
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
}

.dash-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.dash-card-header i {
    font-size: 24px;
    color: var(--gold);
    text-shadow: 0 0 15px rgba(255, 200, 0, 0.4);
}

.dash-card-header h2 {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dash-card-body p {
    color: #aaa;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 15px;
}

.feature-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ccc;
    font-size: 14px;
    font-weight: 600;
}

.feature-list li i {
    color: var(--gold);
    font-size: 14px;
}

/* Expandable Latest Releases */
.expandable-section {
    margin-top: 20px;
}

.btn-expand-releases {
    width: 100%;
    padding: 20px 35px;
    background: var(--gold-gradient);
    border: none;
    border-radius: 16px;
    color: #000;
    font-weight: 900;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
    letter-spacing: 1.5px;
    box-shadow: 0 10px 30px rgba(255, 200, 0, 0.2);
}

.btn-expand-releases:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(255, 200, 0, 0.4);
}

.btn-expand-releases .toggle-icon {
    transition: transform 0.3s ease;
}

.btn-expand-releases.active .toggle-icon {
    transform: rotate(180deg);
}

.expandable-content {
    margin-top: 30px;
    overflow: hidden;
    animation: slideDownFade 0.4s ease-out forwards;
}

@keyframes slideDownFade {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
    .dashboard-cards-grid { grid-template-columns: 1fr; }
    .dash-card { padding: 25px; }
}

/* --- View Content Spacing - Consolidated above --- */
.view-content h1 {
    color: var(--gold);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.view-content.active {
    display: block;
    animation: viewFadeIn 0.4s ease-out forwards;
}
@keyframes viewFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
.library-view-container { background: #FFFFFF; border-radius: 24px; padding: 20px; border: 1px solid #E0E0E0; margin-top: 20px; }

/* --- Advanced Filter Bar (Smart Filter) --- */
#filter-panel {
    display: flex; gap: 20px; flex-wrap: wrap; background: #F5F5F5; border: 1px solid #E0E0E0; border-radius: 16px; padding: 20px; margin-bottom: 20px; align-items: flex-end; opacity: 1; transition: 0.3s;
}
#filter-panel.hidden { display: none; opacity: 0; }

.filter-group { display: flex; flex-direction: column; gap: 8px; flex: 1; min-width: 150px; }
.filter-group label { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }

.filter-group input, .filter-group select {
    background: #FFFFFF; border: 1px solid #E0E0E0; color: #1a1a1a; padding: 12px; border-radius: 8px; width: 100%; outline: none; transition: 0.2s; font-size: 13px; font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.filter-group input:focus, .filter-group select:focus { border-color: var(--gold); box-shadow: 0 0 10px rgba(255, 200, 0, 0.1); }

.range-inputs { display: flex; align-items: center; gap: 10px; color: #666; }
.range-inputs input { text-align: center; }

.filter-actions { display: flex; gap: 10px; }
.btn-filter-apply, .btn-filter-reset {
    width: 45px; height: 45px; border-radius: 12px; border: none; cursor: pointer; transition: 0.2s; display: flex; align-items: center; justify-content: center; font-size: 16px;
}
.btn-filter-apply { background: var(--gold-gradient); color: #000; box-shadow: 0 5px 15px rgba(255, 200, 0, 0.2); }
.btn-filter-apply:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(255, 200, 0, 0.4); }
.btn-filter-reset { background: #F5F5F5; color: #666; border: 1px solid #E0E0E0; }
.btn-filter-reset { background: #222; color: #fff; border: 1px solid #333; }
.btn-filter-reset:hover { border-color: var(--gold); color: var(--gold); }

/* --- Crate System (Playlist) --- */
.crate-list-scroll { max-height: 250px; overflow-y: auto; margin-bottom: 20px; text-align: left; }
.crate-option {
    display: flex; justify-content: space-between; align-items: center;
    background: #1a1a1a; padding: 12px 15px; border-radius: 8px; margin-bottom: 8px;
    cursor: pointer; transition: 0.2s; border: 1px solid #222;
}
.crate-option:hover { background: #222; border-color: var(--gold); }
.crate-option span { font-weight: 700; color: #fff; font-size: 13px; }
.crate-option .count { font-size: 11px; color: #666; background: #000; padding: 2px 6px; border-radius: 4px; }
.crate-option.added { background: rgba(255, 200, 0, 0.1); border-color: var(--gold); }

.new-crate-form { display: flex; gap: 10px; }
.new-crate-form input { flex: 1; background: #111; border: 1px solid #333; padding: 12px; border-radius: 8px; color: #fff; outline: none; }
.new-crate-form input:focus { border-color: var(--gold); }
.new-crate-form button { width: 45px; background: var(--gold); border: none; border-radius: 8px; cursor: pointer; color: #000; font-size: 16px; }

/* Sidebar Crates */
.sidebar-crate-header { 
    display: flex; justify-content: space-between; align-items: center; 
    padding: 0 15px; margin-top: 30px; margin-bottom: 10px; 
    color: #666; font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; 
}
.sidebar-crate-list { padding-left: 10px; }
.crate-nav-item { 
    display: flex; align-items: center; gap: 10px; padding: 8px 15px; 
    color: #aaa; text-decoration: none; font-size: 13px; font-weight: 600; 
    border-radius: 6px; margin-bottom: 2px; cursor: pointer; transition: 0.2s; 
}
.crate-nav-item:hover, .crate-nav-item.active { color: #fff; background: rgba(255,255,255,0.05); }
.crate-nav-item i { color: var(--gold); opacity: 0.7; font-size: 12px; }
.crate-delete-btn { margin-left: auto; opacity: 0; font-size: 12px; color: #555; }
.crate-nav-item:hover .crate-delete-btn { opacity: 1; }
.crate-delete-btn:hover { color: #ff4444; }

/* --- Crate (My Sets) Cards --- */
.mysets-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; }
.crate-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.crate-card { 
    background: #050505; border: 1px solid #111; border-radius: 16px; padding: 30px; 
    cursor: pointer; transition: 0.3s; display: flex; align-items: center; gap: 20px; position: relative; overflow: hidden;
}
.crate-card:hover { transform: translateY(-5px); border-color: var(--gold); background: #080808; box-shadow: 0 15px 40px rgba(0,0,0,0.4); }
.crate-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,200,0,0.05) 0%, transparent 100%); opacity: 0; transition: 0.3s; }
.crate-card:hover::after { opacity: 1; }

.crate-card-icon { width: 60px; height: 60px; background: rgba(255,200,0,0.05); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 24px; border: 1px solid rgba(255,200,0,0.1); }
.crate-card-content h3 { font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 16px; margin-bottom: 5px; color: #fff; letter-spacing: 1px; }
.crate-card-content p { font-size: 11px; color: #555; font-weight: 800; letter-spacing: 1px; }
.crate-card-actions { margin-left: auto; opacity: 0.3; transition: 0.3s; z-index: 10; display: flex; gap: 15px; align-items: center; }
.crate-card:hover .crate-card-actions { opacity: 1; }
.crate-card-actions i { font-size: 18px; cursor: pointer; transition: 0.2s; }
.crate-card-actions i:hover { color: var(--gold); transform: scale(1.2); }
.delete-crate:hover { color: #ff4444 !important; }

.stat-item { display: flex; flex-direction: column; align-items: flex-start; }
.stat-item span:first-child { margin-bottom: 2px; }

#btn-download-all { 
    background: #fff; color: #000; border: none; font-weight: 900; 
    box-shadow: 0 0 20px rgba(255,255,255,0.2); 
}
#btn-download-all:hover { background: var(--gold); transform: translateY(-3px); box-shadow: 0 10px 25px rgba(255,200,0,0.3); }

/* --- Empty State --- */
.empty-state-container { 
    position: relative; padding: 100px 20px; text-align: center; border-radius: 32px; 
    border: 1px solid rgba(255,255,255,0.03); overflow: hidden; margin-top: 20px;
    background: radial-gradient(circle at center, rgba(255,200,0,0.02) 0%, transparent 70%);
}
.empty-glow { 
    position: absolute; top: -100px; left: 50%; transform: translateX(-50%); 
    width: 400px; height: 400px; background: radial-gradient(circle, rgba(255,200,0,0.05) 0%, transparent 70%); 
    z-index: 0; pointer-events: none;
}
.empty-content { position: relative; z-index: 10; max-width: 500px; margin: 0 auto; }
.empty-icon-wrapper { 
    width: 100px; height: 100px; background: #080808; border-radius: 50%; margin: 0 auto 30px; 
    display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 32px; 
    position: relative; border: 1px solid rgba(255,200,0,0.1); 
}
.pulse-ring { 
    position: absolute; inset: -10px; border: 1px solid rgba(255,200,0,0.2); 
    border-radius: 50%; animation: pulse-out 2s infinite; 
}
@keyframes pulse-out { 0% { transform: scale(0.8); opacity: 1; } 100% { transform: scale(1.4); opacity: 0; } }

.empty-content h2 { font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 20px; color: #fff; margin-bottom: 10px; letter-spacing: 2px; }
.empty-content p { color: #555; font-size: 14px; margin-bottom: 40px; line-height: 1.6; }

/* --- Modals --- */
.tom-modal { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); backdrop-filter: blur(8px); animation: fadeIn 0.3s ease; }
.tom-modal-content { 
    background: #0a0a0a; margin: 10vh auto; padding: 50px 40px; 
    border: 1px solid rgba(255, 200, 0, 0.2); width: 90%; max-width: 480px; 
    border-radius: 32px; text-align: center; position: relative; overflow: hidden;
    box-shadow: 0 30px 100px rgba(0,0,0,0.8), 0 0 0 1px rgba(255,255,255,0.05) inset;
    animation: slideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideUp { from { transform: translateY(50px) scale(0.9); opacity: 0; } to { transform: translateY(0) scale(1); opacity: 1; } }

.tom-modal-close { position: absolute; top: 20px; right: 20px; color: #555; cursor: pointer; font-size: 20px; transition: 0.2s; width: 35px; height: 35px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.05); }
.tom-modal-close:hover { background: rgba(255,255,255,0.1); color: #fff; }

.premium-glow-bg {
    position: absolute; top: -100px; left: 50%; transform: translateX(-50%);
    width: 300px; height: 300px; background: radial-gradient(circle, rgba(255,200,0,0.15) 0%, transparent 70%);
    pointer-events: none; z-index: 0;
}

.premium-header-icon { 
    font-size: 48px; color: var(--gold); margin-bottom: 20px; position: relative; z-index: 1; 
    text-shadow: 0 0 20px rgba(255,200,0,0.4); animation: pulseIcon 2s infinite ease-in-out;
}
@keyframes pulseIcon { 0% { transform: scale(1); opacity: 0.8; } 50% { transform: scale(1.1); opacity: 1; } 100% { transform: scale(1); opacity: 0.8; } } 

.pm-title { font-size: 24px; font-weight: 800; color: #fff; margin-bottom: 5px; letter-spacing: -0.5px; position: relative; z-index: 1; }
.pm-subtitle { font-size: 14px; color: #888; margin-bottom: 30px; position: relative; z-index: 1; font-weight: 500; }
.pm-divider { height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent); margin-bottom: 30px; }

.premium-benefits-list { list-style: none; text-align: left; margin-bottom: 30px; position: relative; z-index: 1; padding: 0 10px; }
.premium-benefits-list li { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; }
.premium-benefits-list li:last-child { margin-bottom: 0; }

.icon-box { 
    width: 45px; height: 45px; background: rgba(255,200,0,0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 18px; flex-shrink: 0;
    border: 1px solid rgba(255,200,0,0.1); transition: 0.3s;
}
.premium-benefits-list li:hover .icon-box { background: rgba(255,200,0,0.2); transform: scale(1.1); border-color: rgba(255,200,0,0.3); }

.text-box { display: flex; flex-direction: column; }
.text-box strong { font-size: 15px; color: #fff; font-weight: 700; margin-bottom: 2px; }
.text-box span { font-size: 12px; color: #666; font-weight: 500; }

.btn-upgrade-modal { 
    width: 100%; padding: 18px; font-size: 14px; font-weight: 900; letter-spacing: 1px; 
    border-radius: 100px; position: relative; z-index: 1; background: var(--gold-gradient); color: #000;
    box-shadow: 0 10px 30px rgba(255,200,0,0.2); transition: 0.3s; border: none; cursor: pointer;
}
.btn-upgrade-modal:hover { transform: translateY(-3px); box-shadow: 0 15px 40px rgba(255,200,0,0.4); }

.pm-footer { margin-top: 20px; font-size: 11px; color: #444; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }

/* --- Premium Checkout Page Styles --- */

/* --- RESPONSIVE DESIGN (Full Optimization) --- */

/* Base Mobile Bottom Nav (Hidden on Desktop) */
.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: #000000;
    border-top: 1px solid #111;
    display: none; /* Desktop'ta gizli */
    grid-template-columns: repeat(5, 1fr);
    z-index: 10002;
    padding-bottom: env(safe-area-inset-bottom);
    box-shadow: 0 -10px 30px rgba(0,0,0,0.5);
}

.mobile-bottom-nav .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #555;
    text-decoration: none !important;
    gap: 5px;
    transition: 0.3s;
}

.mobile-bottom-nav .nav-item i { font-size: 20px; }
.mobile-bottom-nav .nav-item span { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.mobile-bottom-nav .nav-item.active { color: var(--gold); }

/* Top Nav (Desktop Alignment) - Left aligned, compact */
.top-nav {
    position: absolute;
    left: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    flex: 1;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 70%;
    padding: 0;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.top-nav::-webkit-scrollbar { display: none; }

.top-nav .nav-item {
    text-decoration: none !important;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.3px;
    transition: 0.3s;
    white-space: nowrap;
    flex-shrink: 0;
    padding: 6px 8px;
}

.top-nav .nav-item:hover, .top-nav .nav-item.active {
    color: var(--gold);
    text-shadow: 0 0 15px rgba(255, 200, 0, 0.5);
}

/* Tablet & Mobile (Max 1024px) */
@media (max-width: 1024px) {
    :root { --sidebar-width: 0px; }
    
    .sidebar { 
        transform: translateX(-100%); 
        transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1); 
        width: 280px; 
        max-width: 90vw;
        z-index: 10000;
    }
    .sidebar.active { transform: translateX(0); }
    
    .main-wrapper { 
        margin-left: 0; 
        width: 100%;
        max-width: 100%;
        padding: 10px 15px 120px 15px;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    
    .top-header { padding: 0 15px; height: 60px; max-width: 100%; }
    .mobile-menu-btn { display: block; }
    .top-nav { display: none; }

    .master-player {
        width: 95%;
        max-width: calc(100% - 30px);
        padding: 0 20px;
        z-index: 10001;
    }
    
    .player-info-group { width: auto; flex: 1; min-width: 0; }
    .player-actions-group { width: auto; flex: 0 0 auto; }

    .track-row, .fs-track-row, .fs-list-header {
        grid-template-columns: 35px 1fr 50px 50px 45px;
        gap: 5px;
    }
    .col-time, .col-save, .col-crate { display: none !important; }
}

/* Mobile Only (Max 768px) */
@media (max-width: 768px) {
    .main-wrapper { 
        padding-bottom: 160px; 
        padding-top: 10px;
    }
    
    .mobile-bottom-nav { 
        display: grid; 
    }

    .user-pill { display: none !important; }
    .header-right { gap: 10px; }
    .promo-carousel-wrapper { height: 160px; }
    .promo-content h2 { font-size: 20px; }
    .promo-content p { font-size: 11px; }

    .master-player {
        bottom: 70px;
        height: 85px;
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
        border-radius: 0;
        left: 0;
    }
    
    .player-horizontal-wrap { gap: 8px; }
    .player-info-group { display: none; } /* Hide full info on mobile */
    .p-meta-tags { display: none; }
    
    /* Show center controls properly */
    .player-center-group { 
        flex: 1 !important; 
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .player-controls-group { 
        gap: 20px !important; 
        flex-wrap: nowrap !important;
    }
    .p-btn { font-size: 18px !important; width: 32px !important; }
    .p-btn-main { width: 44px !important; height: 44px !important; }
    
    /* Show progress bar on mobile */
    .player-progress-container { 
        display: flex !important; 
        width: 100%;
        align-items: center;
        gap: 8px;
    }
    .spotify-progress-bar { height: 3px; flex: 1; }
    
    /* Show time on mobile */
    .player-time-group { 
        display: flex !important; 
        font-size: 9px !important;
    }
    
    /* Hide volume on mobile (saves space) */
    .volume-control-wrap { display: none !important; }
    .player-actions-group { display: none !important; }
    
    /* Mobile Compact Track List - Clean layout with NO horizontal scroll */
    .track-row, .fs-track-row, .fs-list-header {
        display: grid !important;
        grid-template-columns: 40px 1fr 50px !important;
        height: 60px !important;
        padding: 6px 10px !important;
        gap: 8px !important;
        max-width: 100vw !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    .col-num, .col-bpm, .col-key { display: none !important; }
    .col-bpm-key-dl { gap: 8px !important; justify-content: flex-end !important; flex-shrink: 0 !important; }
    .col-bpm-key-dl .bpm-key { font-size: 10px !important; font-weight: 700 !important; }
    .col-bpm-key-dl .dl-icon { font-size: 14px !important; }
    
    /* Track name/artist - prevent overflow and overlap */
    .track-row .t-name, .fs-track-row .t-name, 
    .track-row .t-artist, .fs-track-row .t-artist {
        font-size: 11px !important;
        font-weight: 700 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        line-height: 1.2 !important;
        max-width: 100% !important;
        color: #fff !important;
        display: block !important;
    }
    .track-row .t-artist, .fs-track-row .t-artist {
        font-size: 9px !important;
        font-weight: 600 !important;
        color: #888 !important;
    }
    
    /* Track info container - prevent any overflow */
    .col-name { 
        overflow: hidden !important;
        min-width: 0 !important;
        max-width: 100% !important;
        flex: 1 !important;
    }
    
    /* Play button */
    .col-play { flex-shrink: 0 !important; }
    .col-play i { font-size: 16px !important; }
    
    /* Track container - prevent horizontal scroll */
    #track-container, #pack-track-container, #cat-track-container, 
    #top-downloads-container, #latest-uploads-container, .fs-list-body {
        max-width: 100vw !important;
        overflow-x: hidden !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    /* Library main layout */
    .library-main-layout {
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }
    
    /* View container */
    .view-container {
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }
    
    .hero-banner { height: 200px; padding: 20px; max-width: 100%; box-sizing: border-box; }
    .hero-content h1 { font-size: 28px; }
    .hero-content { max-width: 100%; }
    
    .card-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; max-width: 100%; }
    .track-card-grid { grid-template-columns: 1fr; }

    .user-dropdown {
        position: fixed;
        bottom: 85px;
        right: 15px;
        left: 15px;
        top: auto;
        width: auto;
        max-width: calc(100% - 30px);
        z-index: 99999;
        display: none;
    }
    .user-dropdown.active { display: block; }
    
    /* Player info groups - flex wrap */
    .player-horizontal-wrap { flex-wrap: wrap; gap: 8px; }
    .player-info-group { width: 100%; flex: unset; }
}

/* iPhone SE & Small Phones */
@media (max-width: 380px) {
    .master-player { 
        width: 100% !important; 
        padding: 0 10px !important;
        height: 75px !important;
    }
    .player-controls-group { gap: 12px !important; }
    .p-btn-main { width: 40px !important; height: 40px !important; }
    .p-btn { font-size: 16px !important; }
}
:root {
  --bg: #000000;
  --surface: #000000;
  --surface2: #000000;
  --neon-cyan: #00f5ff;
  --neon-pink: #ff006e;
  --neon-yellow: #ffe600;
  --neon-green: #39ff14;
  --neon-orange: #ff6b00;
  --neon-purple: #bf00ff;
  --text: #e8e8f0;
  --text-dim: rgba(232,232,240,0.5);
}

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

html { scroll-behavior: smooth; }

body {
  background: #000000 !important;
  color: #fff;
  font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

/* Animated background grid removed for Vantablack effect */
/* Glow orbs removed for Vantablack effect */

.page-wrapper {
  position: relative;
  z-index: 1;
  padding: 50px 24px 60px;
  max-width: 1280px;
  margin: 0 auto;
}

/* Header */
.header {
  text-align: center;
  margin-bottom: 56px;
}

.header-eyebrow {
  font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--neon-cyan);
  opacity: 0.7;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.header-eyebrow::before,
.header-eyebrow::after {
  content: '';
  width: 40px; height: 1px;
  background: var(--neon-cyan);
  opacity: 0.4;
}

.header-title {
  font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: clamp(2rem, 5vw, 3.8rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  display: inline-block;
}

.header-title .glow-text {
  position: relative;
}

.header-title .glow-text::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: var(--neon-cyan);
  filter: blur(12px);
  opacity: 0.4;
  pointer-events: none;
}

/* EQ bars decoration under title */
.eq-decoration {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 3px;
  height: 28px;
  margin-top: 16px;
}

.eq-decoration .bar {
  width: 4px;
  background: var(--neon-cyan);
  border-radius: 2px 2px 0 0;
  opacity: 0.6;
  animation: eq-bounce var(--d, 0.8s) ease-in-out infinite alternate;
}

@keyframes eq-bounce {
  0%   { transform: scaleY(0.15); }
  100% { transform: scaleY(1); }
}

/* Grid */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 14px;
}

/* Card */
.card {
  aspect-ratio: 1;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 1px solid rgba(255,255,255,0.06);
  background: var(--surface);
  animation: card-in 0.5s ease both;
  animation-delay: var(--delay, 0s);
}

@keyframes card-in {
  from { opacity: 0; transform: translateY(20px) scale(0.95); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

.card:hover {
  transform: translateY(-6px) scale(1.03);
  z-index: 10;
}

.card:hover .card-neon-border { opacity: 1; }
.card:hover .eq-bar { animation-play-state: running; }
.card:hover .scan-line { animation-play-state: running; opacity: 1; }
.card:hover .corner-tl,
.card:hover .corner-br { opacity: 1; }

/* Neon border glow on hover */
.card-neon-border {
  position: absolute;
  inset: 0;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 10;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px var(--accent),
    inset 0 0 20px rgba(var(--accent-rgb), 0.15),
    0 0 30px rgba(var(--accent-rgb), 0.25);
}

/* Corner brackets */
.corner-tl, .corner-br {
  position: absolute;
  width: 16px; height: 16px;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 11;
  pointer-events: none;
}

.corner-tl {
  top: 8px; left: 8px;
  border-top: 2px solid var(--accent);
  border-left: 2px solid var(--accent);
}

.corner-br {
  bottom: 8px; right: 8px;
  border-bottom: 2px solid var(--accent);
  border-right: 2px solid var(--accent);
}

/* Background visual */
.card-visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: inherit;
}

/* Geometric shapes */
.geo-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid var(--accent);
  opacity: 0.12;
  animation: rotate-slow 20s linear infinite;
}

.geo-circle.c1 { width: 160%; height: 160%; top: -30%; left: -30%; animation-duration: 25s; }
.geo-circle.c2 { width: 100%; height: 100%; top: 0%; left: 0%; animation-direction: reverse; animation-duration: 18s; }
.geo-circle.c3 { width: 60%; height: 60%; top: 20%; left: 20%; animation-duration: 12s; }

@keyframes rotate-slow {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.card-gradient {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.65;
}

/* Scan line */
.scan-line {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  z-index: 6;
  opacity: 0;
  animation: scan 2s linear infinite;
  animation-play-state: paused;
}

@keyframes scan {
  0%   { top: 0%; opacity: 0.8; }
  90%  { opacity: 0.8; }
  100% { top: 100%; opacity: 0; }
}

/* Overlay */
.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(4,4,10,0.95) 0%,
    rgba(4,4,10,0.5) 40%,
    rgba(4,4,10,0.1) 70%,
    transparent 100%
  );
  z-index: 4;
}

/* EQ bars inside card */
.eq-bars {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 20px;
  margin-bottom: 6px;
}

.eq-bars .eq-bar {
  width: 3px;
  border-radius: 2px 2px 0 0;
  background: var(--accent);
  opacity: 0.7;
  animation: eq-bounce var(--d2, 0.7s) ease-in-out infinite alternate;
  animation-play-state: paused;
  transform: scaleY(0.2);
  transform-origin: bottom;
}

/* Card content */
.card-content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 14px;
  z-index: 7;
}

.card-label {
  font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.5rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--accent);
  opacity: 0.8;
  margin-bottom: 4px;
  display: block;
}

.card-title {
  font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: clamp(0.85rem, 2vw, 1.05rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.15;
  text-shadow: 0 0 20px rgba(255,255,255,0.3);
}

/* Top badge */
.card-badge {
  position: absolute;
  top: 12px; right: 12px;
  z-index: 7;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(var(--accent-rgb), 0.15);
  border: 1px solid var(--accent);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem;
  filter: drop-shadow(0 0 6px var(--accent));
}

/* Category accent colors */
.c-house       { --accent: #00f5ff; --accent-rgb: 0,245,255; }
.c-techhouse   { --accent: #39ff14; --accent-rgb: 57,255,20; }
.c-sounds      { --accent: #bf00ff; --accent-rgb: 191,0,255; }
.c-afromusic   { --accent: #ffe600; --accent-rgb: 255,230,0; }
.c-lgbt        { --accent: #ff69b4; --accent-rgb: 255,105,180; }
.c-housemusic  { --accent: #ff006e; --accent-rgb: 255,0,110; }
.c-latin       { --accent: #ff6b00; --accent-rgb: 255,107,0; }
.c-mainstage   { --accent: #00f5ff; --accent-rgb: 0,245,255; }
.c-afrohouse   { --accent: #ff4500; --accent-rgb: 255,69,0; }
.c-hiphop      { --accent: #ffe600; --accent-rgb: 255,230,0; }
.c-hiphop2     { --accent: #c0c0c0; --accent-rgb: 192,192,192; }
.c-latinhouse  { --accent: #ff1493; --accent-rgb: 255,20,147; }
.c-reggaeton   { --accent: #ff6b00; --accent-rgb: 255,107,0; }
.c-tophits     { --accent: #ffd700; --accent-rgb: 255,215,0; }
.c-afrobeat    { --accent: #39ff14; --accent-rgb: 57,255,20; }
.c-funkyhouse  { --accent: #ff69b4; --accent-rgb: 255,105,180; }

/* Gradient fills per card */
.c-house .card-gradient       { background: radial-gradient(ellipse at top right, #001f3f 0%, #003355 40%, #000810 100%); }
.c-techhouse .card-gradient   { background: radial-gradient(ellipse at top right, #001a00 0%, #002800 50%, #000a00 100%); }
.c-sounds .card-gradient      { background: radial-gradient(ellipse at top right, #1a0030 0%, #0d0020 50%, #08000f 100%); }
.c-afromusic .card-gradient   { background: radial-gradient(ellipse at top right, #2a1a00 0%, #1a0e00 50%, #0a0500 100%); }
.c-lgbt .card-gradient        { background: radial-gradient(ellipse at top right, #1f0015 0%, #12000d 50%, #080008 100%); }
.c-housemusic .card-gradient  { background: radial-gradient(ellipse at top right, #1f0010 0%, #130008 50%, #060003 100%); }
.c-latin .card-gradient       { background: radial-gradient(ellipse at top right, #200800 0%, #150500 50%, #080200 100%); }
.c-mainstage .card-gradient   { background: radial-gradient(ellipse at top, #001530 0%, #000d20 50%, #000510 100%); }
.c-afrohouse .card-gradient   { background: radial-gradient(ellipse at top right, #220800 0%, #160400 50%, #080200 100%); }
.c-hiphop .card-gradient      { background: radial-gradient(ellipse at top right, #1a1500 0%, #100e00 50%, #060500 100%); }
.c-hiphop2 .card-gradient     { background: radial-gradient(ellipse at top right, #101010 0%, #0a0a0a 50%, #050505 100%); }
.c-latinhouse .card-gradient  { background: radial-gradient(ellipse at top right, #1f0018 0%, #12000f 50%, #070007 100%); }
.c-reggaeton .card-gradient   { background: radial-gradient(ellipse at top right, #1f0a00 0%, #120600 50%, #060200 100%); }
.c-tophits .card-gradient     { background: radial-gradient(ellipse at top right, #1a1400 0%, #100d00 50%, #050400 100%); }
.c-afrobeat .card-gradient    { background: radial-gradient(ellipse at top right, #001500 0%, #000e00 50%, #000500 100%); }
.c-funkyhouse .card-gradient  { background: radial-gradient(ellipse at top right, #1f0018 0%, #12000f 50%, #060006 100%); }

/* Neon glow dots (top-left decoration) */
.glow-dot {
  position: absolute;
  top: 14px; left: 14px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 8px 2px var(--accent), 0 0 20px var(--accent);
  z-index: 7;
  animation: dot-pulse 2s ease-in-out infinite;
}

@keyframes dot-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.4; transform: scale(0.7); }
}

@media (max-width: 640px) {
  .grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .card-title { font-size: 0.8rem; }
}

/* --- Membership Info Section --- */
.membership-info-section {
    position: relative;
    margin: 40px 0 60px;
    padding: 50px 40px;
    background: linear-gradient(135deg, rgba(20,20,20,0.9) 0%, rgba(10,10,10,0.95) 100%);
    border-radius: 24px;
    border: 1px solid rgba(255,200,0,0.15);
    overflow: hidden;
}

.membership-info-section::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255,200,0,0.1) 0%, transparent 70%);
    pointer-events: none;
}

.membership-info-section::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255,200,0,0.08) 0%, transparent 70%);
    pointer-events: none;
}

.membership-info-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.membership-welcome {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 8px;
}

.membership-title-main {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 900;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 5px;
}

.membership-tier-badge {
    display: inline-block;
    padding: 8px 24px;
    background: linear-gradient(135deg, rgba(255,200,0,0.15) 0%, rgba(255,200,0,0.05) 100%);
    border: 1px solid var(--gold);
    border-radius: 50px;
    margin: 15px 0 25px;
}

.membership-tier-badge.standard {
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    border-color: rgba(255,255,255,0.3);
}

.membership-tier-badge.elite {
    background: linear-gradient(135deg, rgba(255,200,0,0.15) 0%, rgba(255,200,0,0.05) 100%);
    border-color: var(--gold);
}

.membership-tier-name {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
}

.membership-tier-badge.elite .membership-tier-name {
    color: var(--gold);
    text-shadow: 0 0 15px rgba(255,200,0,0.5);
}

.membership-description {
    font-size: 14px;
    color: #888;
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.membership-features {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 40px;
    margin-bottom: 35px;
}

.membership-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #ccc;
}

.membership-feature i {
    color: var(--gold);
    font-size: 14px;
}

.membership-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 40px;
    background: var(--gold-gradient);
    color: #000;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(255,200,0,0.2);
}

.membership-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255,200,0,0.4);
    color: #000;
}

.membership-feature.premium-only {
    opacity: 0.4;
}

.membership-feature.premium-only i {
    color: #555;
}

.plays-remaining {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(255,200,0,0.1);
    border: 1px solid rgba(255,200,0,0.3);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    color: var(--gold);
    margin-top: 15px;
}

@media (max-width: 768px) {
    .membership-info-section {
        margin: 30px 0 40px;
        padding: 40px 20px;
    }
    .membership-features {
        flex-direction: column;
        gap: 15px;
    }
}

/* --- Sidebar Categories List (Neon Cards) --- */
#sidebar-categories-section {
    display: block;
    margin-top: 20px;
}
.sidebar-categories {
    padding: 0 5px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Category accent colors from dj-categories.html */
.c-house       { --accent: #00f5ff; --accent-rgb: 0,245,255; }
.c-techhouse   { --accent: #39ff14; --accent-rgb: 57,255,20; }
.c-sounds      { --accent: #bf00ff; --accent-rgb: 191,0,255; }
.c-afromusic   { --accent: #ffe600; --accent-rgb: 255,230,0; }
.c-lgbt        { --accent: #ff69b4; --accent-rgb: 255,105,180; }
.c-housemusic  { --accent: #ff006e; --accent-rgb: 255,0,110; }
.c-latin       { --accent: #ff6b00; --accent-rgb: 255,107,0; }
.c-mainstage   { --accent: #00f5ff; --accent-rgb: 0,245,255; }
.c-afrohouse   { --accent: #ff4500; --accent-rgb: 255,69,0; }
.c-hiphop      { --accent: #ffe600; --accent-rgb: 255,230,0; }
.c-hiphop2     { --accent: #c0c0c0; --accent-rgb: 192,192,192; }
.c-latinhouse  { --accent: #ff1493; --accent-rgb: 255,20,147; }
.c-reggaeton   { --accent: #ff6b00; --accent-rgb: 255,107,0; }
.c-tophits     { --accent: #ffd700; --accent-rgb: 255,215,0; }
.c-afrobeat    { --accent: #39ff14; --accent-rgb: 57,255,20; }
.c-funkyhouse  { --accent: #ff69b4; --accent-rgb: 255,105,180; }

/* Neon Sidebar Card - Slim Strip Mode */
.sidebar-card {
  height: 32px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid rgba(255,255,255,0.03);
  background: rgba(12, 12, 24, 0.5);
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.sidebar-card:hover, .sidebar-card.active { 
    transform: translateX(4px); 
    background: rgba(var(--accent-rgb), 0.1);
    border-color: rgba(var(--accent-rgb), 0.4);
}

.sidebar-card:hover .card-neon-border, .sidebar-card.active .card-neon-border { opacity: 1; }
.sidebar-card.active .card-title { color: #fff; text-shadow: 0 0 10px rgba(var(--accent-rgb), 0.8); }
.sidebar-card.active::before {
    content: ''; position: absolute; left: 0; top: 20%; bottom: 20%; width: 3px; 
    background: var(--accent); border-radius: 0 4px 4px 0; box-shadow: 0 0 10px var(--accent);
}

.card-neon-border {
  position: absolute;
  inset: 0;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 10;
  pointer-events: none;
  box-shadow: inset 0 0 10px rgba(var(--accent-rgb), 0.1);
}

.card-visual { position: absolute; inset: 0; z-index: 1; overflow: hidden; border-radius: inherit; }
.card-gradient { position: absolute; inset: 0; z-index: 2; opacity: 0.2; background: linear-gradient(90deg, rgba(var(--accent-rgb), 0.1), transparent); }

.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4,4,10,0.6) 0%, transparent 100%);
  z-index: 4;
}

.sidebar-card .card-content {
  position: relative;
  z-index: 7;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 8px;
}

.sidebar-card .card-title {
  flex: 1;
  font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.2s;
}

.sidebar-card:hover .card-title { color: #fff; text-shadow: 0 0 8px rgba(var(--accent-rgb), 0.5); }

/* --- Futuristic Track Cards (Dashboard - No Image) --- */
.track-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 15px;
    padding: 10px 0;
}

.track-card {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.04);
    border-left: 3px solid var(--gold); /* Neon accent */
    border-radius: 8px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.track-card:hover {
    background: #111124;
    transform: translateX(5px);
    border-color: rgba(255,255,255,0.1);
    border-left-width: 5px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

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

.t-card-title {
    display: block;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}

.t-card-artist {
    display: block;
    font-size: 11px;
    color: #555;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.t-card-meta {
    display: flex;
    align-items: center;
    gap: 15px;
}

.t-meta-item {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.t-meta-value {
    font-size: 12px;
    font-weight: 800;
    color: var(--gold);
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.t-meta-label {
    font-size: 8px;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.track-card .eq-bars {
    margin-left: 20px;
    display: flex;
    align-items: flex-end;
    gap: 2px;
    height: 18px;
    opacity: 0.2;
    transition: 0.3s;
}

.track-card:hover .eq-bars {
    opacity: 1;
}

.track-card .eq-bar {
    width: 2px;
    background: var(--gold);
    border-radius: 1px;
    animation: v-wave 0.6s infinite alternate;
    animation-play-state: paused;
}

.track-card:hover .eq-bar {
    animation-play-state: running;
}

/* Category Specific Accents for Track Cards */
.track-card.c-house { border-left-color: #00f5ff; }
.track-card.c-techhouse { border-left-color: #39ff14; }
.track-card.c-sounds { border-left-color: #bf00ff; }
.track-card.c-afromusic { border-left-color: #ffe600; }
.track-card.c-housemusic { border-left-color: #ff006e; }
.track-card.c-latin { border-left-color: #ff6b00; }
.track-card.c-afrobeat { border-left-color: #39ff14; }
.track-card.c-funkyhouse { border-left-color: #ff69b4; }

/* --- Dynamic Player Accents (Architecture Step 4) --- */
.master-player.c-house { --gold: #00f5ff; }
.master-player.c-techhouse { --gold: #39ff14; }
.master-player.c-sounds { --gold: #bf00ff; }
.master-player.c-afromusic { --gold: #ffe600; }
.master-player.c-housemusic { --gold: #ff006e; }
.master-player.c-latin { --gold: #ff6b00; }
.master-player.c-afrobeat { --gold: #39ff14; }
.master-player.c-funkyhouse { --gold: #ff69b4; }
.master-player.c-afrohouse { --gold: #ff4500; }

.master-player {
    transition: background 0.5s ease, border-color 0.5s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.master-player .p-btn.active, 
.master-player .info-text h4,
.master-player .vol-fill {
    transition: color 0.5s ease, background 0.5s ease;
}

/* --- Toast Notifications --- */
.tom-toast {
    background: #111;
    border: 1px solid var(--gold);
    color: #fff;
    padding: 15px 25px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.6);
    animation: toastIn 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    pointer-events: auto;
    border-left: 4px solid var(--gold);
}
.tom-toast.error { border-left-color: #ff4444; border-color: rgba(255, 68, 68, 0.3); }
@keyframes toastIn {
    from { transform: translateX(100px) opacity(0); }
    to { transform: translateX(0) opacity(1); }
}
.tom-toast.hide {
    animation: toastOut 0.4s forwards;
}
@keyframes toastOut {
    to { transform: translateX(100px); opacity: 0; }
}

/* --- View Toggles --- */
.view-toggle-wrap {
    display: flex;
    background: #111;
    border-radius: 8px;
    padding: 4px;
    border: 1px solid #222;
}

.view-toggle-btn {
    width: 38px;
    height: 38px;
    background: transparent;
    border: none;
    color: #444;
    cursor: pointer;
    border-radius: 6px;
    transition: 0.3s;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-toggle-btn.active {
    background: #222;
    color: var(--gold);
}

.view-toggle-btn:hover:not(.active) {
    color: #888;
}

/* --- Grid Track Items --- */
.track-grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.grid-track-card {
    background: #0a0a0a;
    border: 1px solid #111;
    border-radius: 12px;
    padding: 15px;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/1.2;
    display: flex;
    flex-direction: column;
}

.grid-track-card:hover {
    border-color: var(--gold);
    transform: translateY(-5px);
    background: #111;
}

.gtc-visual {
    width: 100%;
    aspect-ratio: 1/1;
    background: #000;
    border-radius: 8px;
    margin-bottom: 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.gtc-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
    transition: 0.5s;
}

.grid-track-card:hover .gtc-visual img {
    opacity: 0.8;
    transform: scale(1.1);
}

.gtc-play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
    background: rgba(0,0,0,0.4);
    z-index: 2;
}

.grid-track-card:hover .gtc-play-overlay {
    opacity: 1;
}

.gtc-play-overlay i {
    width: 45px;
    height: 45px;
    background: var(--gold);
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 0 20px rgba(255, 200, 0, 0.4);
}

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

.gtc-title {
    display: block;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}

.gtc-artist {
    display: block;
    font-size: 10px;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
}

.gtc-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #111;
}

.gtc-tag {
    font-size: 9px;
    font-weight: 800;
    color: var(--gold);
    background: rgba(255, 200, 0, 0.05);
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid rgba(255, 200, 0, 0.1);
}

.grid-track-card.playing {
    border-color: var(--gold);
    background: rgba(255, 200, 0, 0.05);
}

@media (max-width: 768px) {
    .track-grid-layout {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

.site-footer a:hover {
    color: var(--gold);
}

.site-footer .footer-contact {
    color: var(--gold);
    font-size: 10px;
    font-weight: 800;
    opacity: 0.7;
}

@media (max-width: 1024px) {
    .site-footer { left: 0; }
}

@media (max-width: 768px) {
    .site-footer { display: none; }
}

/* --- PMPro Elite Minimalist Theme --- */
.premium-page-wrapper {
    min-height: 100vh;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 20px;
}

.premium-card {
    background: #050505;
    border: 1px solid #111;
    border-radius: 32px;
    width: 100%;
    max-width: 600px;
    padding: 60px;
    box-shadow: 0 40px 100px rgba(0,0,0,0.8);
    position: relative;
    overflow: hidden;
}

.premium-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.premium-header { text-align: center; margin-bottom: 50px; }
.premium-tag { font-size: 10px; font-weight: 800; letter-spacing: 3px; color: var(--gold); text-transform: uppercase; margin-bottom: 15px; display: block; }
.premium-title { font-size: 32px; font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-weight: 900; color: #fff; margin-bottom: 20px; }

/* Form Fields */
#pmpro_form .pmpro_checkout-field, 
#pmpro_form .pmpro_checkout-fields {
    width: 100% !important;
    margin-bottom: 20px !important;
    clear: both;
}

#pmpro_form input[type="text"], 
#pmpro_form input[type="password"], 
#pmpro_form input[type="email"], 
#pmpro_form select,
#wp-login-php input[type="text"],
#wp-login-php input[type="password"] {
    background: #000 !important;
    border: 1px solid #222 !important;
    border-radius: 12px !important;
    color: #fff !important;
    padding: 14px 18px !important;
    width: 100% !important;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 14px !important;
    transition: 0.3s !important;
    box-sizing: border-box !important;
    display: block !important;
}

/* Show Password Button Fix */
.pmpro_password_show, #pmpro_show_password, .pmpro_checkout-field-show_password button {
    background: #111 !important;
    border: 1px solid #333 !important;
    color: var(--gold) !important;
    padding: 5px 12px !important;
    font-size: 10px !important;
    height: auto !important;
    width: auto !important;
    border-radius: 6px !important;
    margin-top: 8px !important;
    cursor: pointer !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    display: inline-block !important;
    box-shadow: none !important;
}

.pmpro_password_show:hover {
    background: #222 !important;
    border-color: var(--gold) !important;
}

#pmpro_form label {
    display: block !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    color: #666 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    margin-bottom: 8px !important;
}

/* Payment Section Integration */
.pmpro_checkout-fields { margin-top: 0 !important; padding: 0 !important; border: none !important; }
#pmpro_payment_information_fields {
    background: rgba(255, 200, 0, 0.02);
    padding: 30px;
    border-radius: 24px;
    border: 1px solid #111;
    margin-top: 40px;
}

/* Specific Checkout Main Button */
input.pmpro_btn, #pmpro_subscribe, .btn-upgrade-premium {
    width: 100% !important;
    padding: 18px !important;
    background: var(--gold-gradient) !important;
    color: #000 !important;
    border: none !important;
    border-radius: 50px !important;
    font-weight: 900 !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: 0.3s !important;
    margin-top: 30px !important;
    box-shadow: 0 10px 30px rgba(255, 200, 0, 0.2) !important;
    display: block !important;
}

.pmpro_btn:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 40px rgba(255, 200, 0, 0.4) !important;
}

/* Login Page Specific (WP-Login) */
body.login { background: #000 !important; }
body.login #login h1 a { background-size: contain; width: 200px; height: 100px; }
body.login #loginform { background: #050505 !important; border: 1px solid #111 !important; border-radius: 24px !important; padding: 40px !important; }
body.login label { color: #555 !important; font-weight: 800; font-size: 11px; }
body.login .button-primary { background: var(--gold-gradient) !important; border: none !important; color: #000 !important; font-weight: 900 !important; border-radius: 50px !important; padding: 0 30px !important; height: 50px !important; text-shadow: none !important; box-shadow: 0 10px 20px rgba(255, 200, 0, 0.2) !important; }
body.login #backtoblog a, body.login #nav a { 
    color: var(--gold) !important; 
    font-size: 13px !important; 
    text-decoration: none !important;
    font-weight: 700 !important;
    transition: 0.3s;
}
body.login #backtoblog a:hover, body.login #nav a:hover { 
    color: #fff !important; 
    text-shadow: 0 0 10px rgba(255, 200, 0, 0.8);
}

/* --- Global Link & Form Link Cleanup --- */
a { text-decoration: none !important; }
#pmpro_form a, #wp-login-php a, .pmpro_checkout-field-hint a, #nav a, #backtoblog a { 
    color: var(--gold) !important; 
    font-weight: 700 !important;
    text-decoration: none !important;
}
#pmpro_form a:hover, #wp-login-php a:hover { 
    color: #fff !important;
    text-shadow: 0 0 15px rgba(255,200,0,0.6); 
}

/* --- Layout Adjustments (Full Width Optimization) --- */
.library-main-layout {
    display: block;
    width: 100%;
    padding: 0 40px;
}
.library-view-container { width: 100%; }
.right-sidebar { 
    display: none !important; 
}

.mini-track-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background: #000;
    border: 1px solid #111;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.2s;
    font-size: 20px;
}
.mini-track-row:hover { background: #111; border-color: #222; }
.mini-track-info { display: flex; flex-direction: column; gap: 4px; overflow: hidden; }
.mini-track-name { font-size: 20px; font-weight: 700; color: #fff; text-transform: uppercase; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.mini-track-artist { font-size: 18px; color: #999; text-transform: uppercase; font-weight: 600; }
.mini-track-icon { color: var(--gold); font-size: 20px; opacity: 0.3; transition: 0.3s; }
.mini-track-row:hover .mini-track-icon { opacity: 1; }

.tab-content { display: none; }
.tab-content.active { display: block; animation: fadeIn 0.3s ease; }

@keyframes fadeIn { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1024px) {
    .library-main-layout { padding: 0; }
    .right-sidebar { display: none !important; }
}

@media (max-width: 768px) {
    .library-main-layout { padding: 0; }
}

.sidebar-widget {
    background: #0a0a0a;
    border: 1px solid #111;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 25px;
}
.sidebar-tabs { display: flex; background: #000; padding: 4px; border-radius: 12px; margin-bottom: 20px; border: 1px solid #111; }
.tab-btn { flex: 1; background: transparent; border: none; color: #666; font-size: 10px; font-weight: 800; padding: 10px 5px; border-radius: 8px; cursor: pointer; transition: 0.3s; letter-spacing: 1px; }
.tab-btn.active { background: #111; color: var(--gold); }
.mini-track-list { display: flex; flex-direction: column; gap: 10px; max-height: calc(100vh - 250px); overflow-y: auto; padding-right: 5px; }

/* --- DJ Filter Panel --- */
.btn-filter-toggle {
    background: rgba(255,200,0,0.1);
    border: 1px solid rgba(255,200,0,0.3);
    color: var(--gold);
    padding: 10px 20px;
    border-radius: 12px;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
    transition: 0.3s;
}
.btn-filter-toggle:hover { background: var(--gold); color: #000; }

.dj-filter-panel {
    background: #0a0a0a;
    border: 1px solid #111;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 30px;
    animation: slideDown 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.filter-grid {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 30px;
    align-items: flex-end;
}

.filter-group label {
    display: block;
    font-size: 10px;
    color: #444;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.range-inputs { display: flex; align-items: center; gap: 10px; }
.range-inputs input, .filter-group select {
    background: #000 !important;
    border: 1px solid #222 !important;
    border-radius: 10px !important;
    color: #fff !important;
    padding: 12px !important;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 13px !important;
    width: 100%;
    outline: none;
}
.range-inputs input:focus, .filter-group select:focus { border-color: var(--gold) !important; }

.filter-actions { display: flex; gap: 10px; }
.btn-apply-filters { background: var(--gold); border: none; color: #000; padding: 12px 25px; border-radius: 10px; font-weight: 800; font-size: 12px; cursor: pointer; transition: 0.3s; }
.btn-apply-filters:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(255,200,0,0.3); }
.btn-reset-filters { background: #111; border: none; color: #666; padding: 12px 20px; border-radius: 10px; font-weight: 800; font-size: 12px; cursor: pointer; }

/* --- Remix Pack Custom Image Styles --- */
.card-pack-image {
    transition: transform 0.6s cubic-bezier(0.2, 1, 0.3, 1);
    border-radius: inherit;
}

.card:hover .card-pack-image {
    transform: scale(1.1);
}

/* Card Visual handled globally */

/* Ensure the image doesn't break the neon aesthetics */
.card-pack-image + .card-gradient {
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.8) 100%) !important;
}


/* --- Skeleton Loading --- */
.skeleton-row {
    height: 40px;
    display: grid;
    grid-template-columns: 35px 1fr 55px 55px 55px 45px 45px;
    gap: 8px;
    padding: 0 15px;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.02);
}

@media (max-width: 1024px) {
    .skeleton-row {
        grid-template-columns: 35px 1fr 50px 50px 45px;
    }
}

@media (max-width: 768px) {
    .skeleton-row {
        grid-template-columns: 30px 1fr 45px !important;
        padding: 0 10px !important;
    }
}

.skeleton-box {
    height: 12px;
    background: #0a0a0a;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.skeleton-box::after {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, #151515, transparent);
    animation: skeleton-shimmer 1.5s infinite linear;
}

@keyframes skeleton-shimmer {
    0% { transform: translate3d(-100%, 0, 0); }
    100% { transform: translate3d(100%, 0, 0); }
}

.skeleton-box.circle { border-radius: 50%; height: 20px; width: 20px; margin: 0 auto; }
.skeleton-box.text-short { width: 30px; margin: 0 auto; }
.skeleton-box.text-main { width: 60%; }

/* --- Remix Pack List View Styles --- */
.remix-packs-list-layout {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pack-list-row {
    background: linear-gradient(90deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
    border: 1px solid rgba(255,255,255,0.04);
    border-radius: 16px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    gap: 25px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(10px);
}

.pack-list-row:hover {
    background: rgba(255, 200, 0, 0.05);
    border-color: rgba(255, 200, 0, 0.3);
    transform: translateX(10px);
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

.plr-thumb {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 5px 15px rgba(0,0,0,0.4);
    transition: 0.3s;
}

.pack-list-row:hover .plr-thumb {
    transform: scale(1.05) rotate(-2deg);
    border-color: var(--gold);
}

.plr-info {
    flex: 1;
}

.plr-title {
    display: block;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 17px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.plr-count {
    font-size: 10px;
    color: var(--gold);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.8;
}

.plr-action {
    background: rgba(255,255,255,0.05);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: 0.3s;
    opacity: 0.6;
}

.pack-list-row:hover .plr-action {
    background: var(--gold-gradient);
    color: #000;
    opacity: 1;
    border-color: var(--gold);
    box-shadow: 0 0 20px rgba(255, 200, 0, 0.3);
}

@media (max-width: 768px) {
    .pack-list-row { padding: 12px 15px; gap: 15px; }
    .plr-thumb { width: 55px; height: 55px; }
    .plr-title { font-size: 14px; }
    .plr-action { display: none; } /* Mobile cleanup */
}

/* --- Splash Page Styles --- */
body.splash-page {
    background: #000 !important;
    color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Global Link Reset for Splash */
body.splash-page a {
    color: var(--gold);
    text-decoration: none;
    transition: 0.3s;
}

body.splash-page a:hover {
    color: #fff;
    text-decoration: none;
}

.splash-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Background Elements */
.splash-bg-glow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(255, 200, 0, 0.05) 0%, transparent 80%);
    pointer-events: none;
    z-index: -2;
}

.splash-bg-pattern {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://www.transparenttextures.com/patterns/dark-matter.png');
    opacity: 0.3;
    pointer-events: none;
    z-index: -3;
}

.hero-bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.9) 100%);
    z-index: -1;
}

/* Top Navigation */
.splash-top-nav {
    padding: 30px 60px;
    width: 100%;
}

.splash-logo-wrap img {
    height: 70px;
    width: auto;
    border-radius: 50%;
    border: 2px solid var(--gold);
    box-shadow: 0 0 20px rgba(255, 200, 0, 0.3);
}

/* Hero Ad Slider */
.hero-ad-slider {
    width: 100%;
    max-width: 1600px;
    height: 500px;
    margin: 20px auto 40px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #000;
    z-index: 1;
}

.ad-slides-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.ad-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 0 100px;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    z-index: 1;
}

.ad-slide.active {
    opacity: 1;
    z-index: 2;
}

.ad-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.95) 100%);
    z-index: 1;
}

.ad-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
}

.ad-tag {
    color: var(--gold);
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 900;
    font-size: 11px;
    letter-spacing: 4px;
    margin-bottom: 15px;
    display: block;
}

.ad-title {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 64px;
    font-weight: 900;
    line-height: 0.9;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.ad-subtitle {
    font-size: 18px;
    color: #aaa;
    margin-bottom: 40px;
    line-height: 1.6;
}

.ad-nav-dots {
    position: absolute;
    bottom: 30px;
    left: 100px;
    display: flex;
    gap: 15px;
    z-index: 3;
}

.dot {
    width: 30px;
    height: 3px;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: 0.3s;
}

.dot.active {
    background: var(--gold);
    width: 50px;
}

/* Responsive Ad Slider */
@media (max-width: 1024px) {
    .hero-ad-slider { height: 400px; margin: 0; border-radius: 0; }
    .ad-slide { padding: 40px; justify-content: center; text-align: center; }
    .ad-nav-dots { left: 50%; transform: translateX(-50%); }
    .ad-title { font-size: 40px; }
}

/* Hero Layout */
.hero-main-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    padding: 60px;
    min-height: 80vh;
    align-items: center;
    z-index: 1;
}

.hero-welcome-title {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(48px, 8vw, 100px);
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: -2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.gold-text {
    color: var(--gold);
    display: block;
}

.hero-welcome-subtitle {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    letter-spacing: 5px;
    color: #666;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
}

/* About Us Box */
.about-us-box {
    background: rgba(10, 10, 10, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 50px;
    border-radius: 4px;
    max-width: 650px;
    text-align: left;
    position: relative;
    box-shadow: 0 30px 60px rgba(0,0,0,0.5);
}

.about-title {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    color: var(--gold);
    letter-spacing: 3px;
    margin-bottom: 20px;
    font-weight: 900;
}

.about-text {
    font-size: 16px;
    color: #aaa;
    line-height: 1.8;
    margin-bottom: 40px;
}

/* CTA Buttons */
.hero-cta-wrap {
    display: flex;
    gap: 20px;
}

.btn-hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0 45px;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-hero-cta.sign-up {
    background: var(--gold-gradient);
    color: #000;
}

.btn-hero-cta.log-in {
    background: transparent;
    border: 2px solid var(--gold);
    color: var(--gold);
}

.btn-hero-cta:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 200, 0, 0.2);
}

/* Service Highlights (Right Side) */
.hero-content-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.service-highlights {
    list-style: none;
    text-align: right;
}

.service-highlights li {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(32px, 5vw, 64px);
    font-weight: 900;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: 0.3s;
}

.service-highlights li:nth-child(even) {
    color: var(--gold);
}

.service-highlights li:hover {
    transform: translateX(-10px);
}

/* Category Scroller */
.splash-category-slider {
    width: 100%;
    overflow: hidden;
    padding: 60px 0;
    background: rgba(5,5,5,0.5);
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
}

.scroller-track {
    display: flex;
    gap: 40px;
    width: max-content;
    animation: scroll 60s linear infinite;
}

.scroller-item {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 18px;
    font-weight: 900;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 4px;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Pricing Section */
.splash-pricing-section {
    padding: 100px 60px;
    background: radial-gradient(circle at center, #080808 0%, #000 100%);
}

.pricing-grid.single-plan {
    max-width: 500px;
    margin: 0 auto;
}

.pricing-card.featured {
    background: #0a0a0a;
    border: 2px solid var(--gold);
    padding: 60px 40px;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 40px 100px rgba(0,0,0,0.8);
}

.price-val {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 80px;
    font-weight: 900;
    color: #fff;
}

/* Footer Styles */
.splash-footer {
    padding: 60px;
    background: #000;
    border-top: 1px solid #111;
}

.splash-footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.splash-footer-socials {
    display: flex;
    gap: 30px;
}

.splash-footer-socials a {
    color: #fff;
    font-size: 24px;
    transition: 0.3s;
}

.splash-footer-socials a:hover {
    color: var(--gold);
    transform: translateY(-3px);
}

.splash-legal-links a {
    color: #666;
    text-decoration: none;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-left: 20px;
    text-transform: uppercase;
    transition: 0.3s;
}

.splash-legal-links a:hover {
    color: #fff;
}

.splash-copyright {
    text-align: center;
    color: #222;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 900;
}

/* Responsive */
@media (max-width: 1024px) {
    .hero-main-layout {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 40px 20px;
    }
    .hero-content-right {
        justify-content: center;
    }
    .service-highlights {
        text-align: center;
    }
    .about-us-box {
        margin: 0 auto;
    }
    .hero-cta-wrap {
        justify-content: center;
    }
    .splash-footer-container {
        flex-direction: column;
        gap: 40px;
    }
    .splash-legal-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    .splash-legal-links a {
        margin: 0;
    }
}

/* Guest Welcome Section Styles */
.guest-welcome-section {
    padding: 60px 20px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    z-index: 1;
}

.guest-hero-content {
    background: linear-gradient(180deg, rgba(20,20,20,0.8) 0%, rgba(10,10,10,0.9) 100%);
    border: 1px solid rgba(255,200,0,0.1);
    border-radius: 20px;
    padding: 50px 40px;
    z-index: 1;
}

.guest-welcome-header {
    margin-bottom: 40px;
}

.guest-welcome-header h1 {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.guest-welcome-header .gold-text {
    color: var(--gold);
}

.guest-welcome-header .hero-welcome-subtitle {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #888;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.guest-welcome-section .about-us-box {
    background: rgba(0,0,0,0.3);
    border: 1px solid rgba(255,200,0,0.1);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 40px;
    z-index: 1;
}

.guest-welcome-section .about-title {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 20px;
    color: var(--gold);
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.guest-welcome-section .about-text {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 15px;
    color: #999;
    line-height: 1.7;
}

.guest-welcome-section .hero-cta-wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.guest-service-highlights {
    margin-bottom: 40px;
}

.guest-service-highlights .service-highlights {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 30px;
}

.guest-service-highlights .service-highlights li {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    color: #666;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.guest-service-highlights .service-highlights li i {
    color: var(--gold);
}

.guest-pricing-mini {
    padding-top: 20px;
    border-top: 1px solid rgba(255,200,0,0.1);
}

@media (max-width: 768px) {
    .guest-hero-content {
        padding: 30px 20px;
    }
    .guest-welcome-header h1 {
        font-size: 28px;
    }
    .guest-welcome-section .hero-cta-wrap {
        flex-direction: column;
        align-items: center;
    }
}


/* Welcome Page Container for Non-Logged In Users */
.welcome-page-container {
    padding: 60px 40px;
    max-width: 900px;
    margin: 0 auto;
    z-index: 1;
}

.welcome-hero-section {
    text-align: center;
    z-index: 1;
}

.welcome-hero-content {
    background: linear-gradient(180deg, rgba(20,20,20,0.5) 0%, rgba(10,10,10,0.7) 100%);
    border: 1px solid rgba(255,200,0,0.1);
    border-radius: 20px;
    padding: 60px 50px;
    z-index: 1;
}

.welcome-main-title h1 {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.welcome-main-title h1 .gold-text {
    color: var(--gold);
}

.welcome-subtitle {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #888;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0;
}

.welcome-about-box {
    background: rgba(0,0,0,0.3);
    border: 1px solid rgba(255,200,0,0.1);
    border-radius: 15px;
    padding: 35px;
    margin: 40px 0;
    text-align: left;
}

.welcome-about-box h2 {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 18px;
    color: var(--gold);
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.welcome-about-box p {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 15px;
    color: #999;
    line-height: 1.8;
    margin: 0;
}

.welcome-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 25px;
    background: rgba(0,0,0,0.3);
    border: 1px solid rgba(255,200,0,0.15);
    border-radius: 50px;
    transition: 0.3s;
}

.feature-item:hover {
    border-color: var(--gold);
    transform: translateY(-2px);
}

.feature-item i {
    font-size: 16px;
    color: var(--gold);
}

.feature-item span {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #ccc;
    letter-spacing: 1px;
    white-space: nowrap;
}

.welcome-cta {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,200,0,0.1);
}

.welcome-cta .btn-welcome-login,
.welcome-cta .btn-welcome-signup {
    padding: 15px 50px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s;
}

.welcome-cta .btn-welcome-login {
    background: transparent;
    border: 2px solid rgba(255,200,0,0.5);
    color: var(--gold);
}

.welcome-cta .btn-welcome-login:hover {
    background: var(--gold);
    color: #000;
    border-color: var(--gold);
}

.welcome-cta .btn-welcome-signup {
    background: var(--gold);
    border: 2px solid var(--gold);
    color: #000;
}

.welcome-cta .btn-welcome-signup:hover {
    background: #fff;
    border-color: #fff;
}

@media (max-width: 768px) {
    .welcome-page-container {
        padding: 30px 20px;
    }
    .welcome-main-title h1 {
        font-size: 28px;
    }
    .welcome-subtitle {
        font-size: 14px;
    }
    .welcome-hero-content {
        padding: 30px 20px;
    }
    .welcome-features {
        flex-direction: column;
        align-items: center;
    }
    .welcome-cta {
        flex-direction: column;
        align-items: center;
    }
    .welcome-cta .btn-welcome-login,
    .welcome-cta .btn-welcome-signup {
        width: 100%;
        max-width: 250px;
    }
}

/* REMIX PACKS */

/* Welcome Carousel Styles */
.welcome-carousel-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    margin-bottom: 50px;
}

.welcome-carousel-inner {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.welcome-slide {
    min-width: 100%;
    box-sizing: border-box;
}

.welcome-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.welcome-dot {
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.welcome-dot.active {
    background: var(--gold);
    width: 30px;
    border-radius: 10px;
}

.welcome-slide-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.welcome-slide-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.9));
}

@media (max-width: 768px) {
    .welcome-carousel-wrapper { border-radius: 20px; }
    .welcome-main-title h1 { font-size: 2.5rem !important; }
}
.auth-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    transition: 0.3s;
    text-decoration: none !important;
}

.login-btn {
    color: #fff;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.05);
}

.login-btn:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.2);
    transform: translateY(-2px);
}

.signup-btn {
    background: var(--gold);
    color: #000;
    border: 1px solid var(--gold);
}

.signup-btn:hover {
    background: #fff;
    border-color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 200, 0, 0.2);
}

@media (max-width: 768px) {
    .auth-btn span { display: none; }
    .auth-btn { padding: 10px; width: 40px; height: 40px; justify-content: center; }
    .auth-btn i { font-size: 16px; margin: 0; }
}
