/* Simplified Bootstrap Page Styles */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #ffffff;
    color: #000000;
}

/* Container Styles */
.container-fluid[style*="max-width"] {
    margin: 0 auto;
}

/* Hero image styling */
.hero-image {
    object-fit: cover;
    border: 2px solid #007bff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Stats cards */
.stats-card {
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #dee2e6;
}

.stats-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-color: #007bff;
}

/* Audio widget */
.audio-widget {
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #dee2e6;
}

.audio-widget:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.2);
    border-color: #007bff;
}

#globalPlayBtn {
    transition: all 0.3s ease;
    background: #007bff;
    border: 2px solid #007bff;
}

#globalPlayBtn:hover {
    transform: scale(1.1);
    background: #000000;
    border-color: #000000;
}

.progress-bar {
    transition: width 0.1s ease;
    background: #007bff;
}

/* Navigation styles */
.nav-link.active {
    background-color: #007bff;
    color: white;
    border-radius: 8px;
    font-weight: 600;
}

.nav-link {
    transition: all 0.3s ease;
    border-radius: 8px;
    color: #6c757d;
}

.nav-link:hover:not(.active) {
    background-color: #f8f9fa;
    color: #000000;
}

.nav-link .badge {
    font-size: 0.7rem;
}

/* Featured card styling */ 
.featured-card {
    background: #ffffff;
    border: 2px solid #007bff !important;
    position: relative;
    overflow: hidden;
}

.featured-card::before {
    content: '★ FEATURED';
    position: absolute;
    top: 10px;
    right: 10px;
    background: #007bff;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: bold;
}

/* Music card hover effects */
.music-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #dee2e6;
}

.music-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
    border-color: #007bff;
}

/* Play button styling */
.play-btn {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    background: #007bff;
    border: 2px solid #007bff;
    color: white;
}

.play-btn:hover {
    transform: scale(1.1);
    background: #000000;
    border-color: #000000;
    color: white;
}

.play-btn.playing {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.play-btn.playing i::before {
    content: "\f28c"; /* pause icon */
}

/* Download section */
.download-section {
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #dee2e6;
    border-radius: 8px;
}

.download-section:hover {
    background-color: #f8f9fa !important;
    border-color: #007bff;
    transform: translateY(-1px);
}

.download-section.downloading {
    background: #e9ecef;
}

/* Subscribe button styling */
.subscribe-btn {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    background: #007bff;
    border: 2px solid #007bff;
}

.subscribe-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
    background: #000000;
    border-color: #000000;
}

.subscribe-btn.subscribed {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

/* Footer links */
.footer-link {
    transition: color 0.3s ease;
    color: #6c757d;
}

.footer-link:hover {
    color: #007bff !important;
    text-decoration: underline !important;
}

/* Sticky sidebar */
.sticky-top {
    z-index: 1020;
}

/* Card title */
.card-title {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 600;
    color: #000000;
}

/* Badge styling */
.badge {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
    background: #007bff;
    color: white;
}

/* Primary background */
.bg-primary {
    background-color: #007bff !important;
}

/* Light card styling */
.card.bg-light {
    background-color: #ffffff !important;
    border: 1px solid #dee2e6;
}

.card.bg-light:hover {
    border-color: #007bff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Timeline styles */
.timeline {
    position: relative;
    padding-left: 30px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #007bff;
}

/* List group items */
.list-group-item {
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
}

.list-group-item:hover {
    background-color: #f8f9fa;
    border-color: #007bff;
}

/* Dropdown menu */
.dropdown-menu {
    border: 1px solid #dee2e6;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-item:hover {
    background-color: #007bff;
    color: white;
}

/* Load more button */
#loadMoreBtn {
    background: #007bff;
    border: 2px solid #007bff;
    color: white;
    transition: all 0.3s ease;
}

#loadMoreBtn:hover {
    background: #000000;
    border-color: #000000;
    transform: translateY(-2px);
}

#loadMoreBtn.loading::after {
    content: '';
    width: 16px;
    height: 16px;
    margin-left: 8px;
    border: 2px solid #ffffff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    display: inline-block;
    animation: spin 1s linear infinite;
}

/* Global styles */
html {
    scroll-behavior: smooth;
}

/* Fade in animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Music card animations */
.music-card {
    animation: fadeInUp 0.6s ease forwards;
}

.music-card:nth-child(1) { animation-delay: 0.1s; }
.music-card:nth-child(2) { animation-delay: 0.2s; }
.music-card:nth-child(3) { animation-delay: 0.3s; }
.music-card:nth-child(4) { animation-delay: 0.4s; }
.music-card:nth-child(5) { animation-delay: 0.5s; }
.music-card:nth-child(6) { animation-delay: 0.6s; }
.music-card:nth-child(7) { animation-delay: 0.7s; }
.music-card:nth-child(8) { animation-delay: 0.8s; }

/* Button hover effects */
.btn-outline-danger:hover {
    background-color: #dc3545;
    border-color: #dc3545;
    color: white;
}

@keyframes heartBeat {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.btn-outline-primary:hover {
    background-color: #007bff;
    color: white;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-2px); }
}

/* Responsive design */
@media (max-width: 1200px) {
    .container-fluid[style*="max-width"] {
        max-width: 95% !important;
    }
}

@media (max-width: 992px) {
    .hero-image {
        width: 80px !important;
        height: 80px !important;
    }
    
    .nav-text {
        font-size: 0.9rem;
    }
    
    .stats-card .card-body {
        padding: 1rem 0.75rem;
    }
    
    .audio-widget .card-body {
        padding: 0.75rem;
    }
}

@media (max-width: 768px) {
    .sticky-top {
        position: relative !important;
        top: auto !important;
    }
    
    .music-card .row {
        margin: 0 !important;
    }
    
    .download-section {
        margin-top: 0.5rem;
    }
    
    .timeline::before {
        left: 10px;
    }
}

/* Focus styles */
.nav-link:focus,
.btn:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

/* Loading state */
.loading {
    position: relative;
    overflow: hidden;
}

/* Spin animation */
@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: #007bff;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #000000;
}

/* Toast styling */
.toast-container .toast {
    border: 1px solid #dee2e6;
}

.toast.text-bg-success {
    background: #28a745 !important;
    color: white;
}

.toast.text-bg-danger {
    background: #dc3545 !important;
    color: white;
}

.toast.text-bg-primary {
    background: #007bff !important;
    color: white;
} 