
/* Só Benga Premium Styles */
.sobenga-hero {
    background: linear-gradient(135deg, #0A2D4D 0%, #1a4a6b 50%, #2a5a7b 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.sobenga-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="music-notes" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><text x="10" y="15" font-family="FontAwesome" font-size="12" fill="%23ffffff" opacity="0.1">♪</text></pattern></defs><rect width="100" height="100" fill="url(%23music-notes)"/></svg>') repeat;
    animation: float 20s ease-in-out infinite;
}

.sobenga-hero-content {
    padding: 30px;
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}

.sobenga-icon {
    width: 120px;
    height: 120px;
    background: linear-gradient(45deg, #f8aa7a, #c0392b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    box-shadow: 0 20px 40px rgba(231, 76, 60, 0.3);
    animation: pulse 2s infinite;
}

.sobenga-icon i {
    font-size: 50px;
    color: white;
}

.sobenga-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 15px;
    background: linear-gradient(45deg, #ffc311, #f39c12);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sobenga-subtitle {
    font-size: 1.3rem;
    opacity: 0.9;
    margin-bottom: 30px;
}

.breadcrumb-custom {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.breadcrumb-custom a {
    color: #ffc311;
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb-custom span {
    color: white;
    opacity: 0.8;
}

/* Filtros Temporais */
.time-filters {
    background: white;
    padding: 40px 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.filter-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}

.filter-btn {
    padding: 12px 25px;
    border: 2px solid #f8aa7a;
    background: transparent;
    color: #f8aa7a;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.filter-btn:hover,
.filter-btn.active {
    background: #f8aa7a;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
    text-decoration: none;
}

.filter-info {
    text-align: center;
    margin-bottom: 30px;
}

.filter-info h3 {
    color: #1a4a6b;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.filter-info p {
    color: #666;
    font-size: 1.1rem;
}

/* Estatísticas */
.stats-section {
    background: #f8f9fa;
    padding: 50px 0;
}

.stat-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    margin-bottom: 30px;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(45deg, #f8aa7a, #c0392b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.stat-icon i {
    font-size: 30px;
    color: white;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a4a6b;
    margin-bottom: 10px;
}

.stat-label {
    color: #666;
    font-size: 1.1rem;
    font-weight: 500;
}

/* Ranking */
.ranking-section {
    padding: 60px 0;
}

.ranking-header {
    text-align: center;
    margin-bottom: 50px;
}

.ranking-header h2 {
    font-size: 2.5rem;
    color: #1a4a6b;
    margin-bottom: 15px;
}

.ranking-header p {
    font-size: 1.2rem;
    color: #666;
}

.ranking-item {
    background: white;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 20px;
}

.ranking-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.ranking-position {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    color: white;
    flex-shrink: 0;
}

.ranking-position.gold {
    background: linear-gradient(45deg, #ffc311, #f39c12);
    box-shadow: 0 5px 15px rgba(255, 195, 17, 0.3);
}

.ranking-position.silver {
    background: linear-gradient(45deg, #95a5a6, #7f8c8d);
    box-shadow: 0 5px 15px rgba(149, 165, 166, 0.3);
}

.ranking-position.bronze {
    background: linear-gradient(45deg, #d35400, #e67e22);
    box-shadow: 0 5px 15px rgba(211, 84, 0, 0.3);
}

.ranking-position.other {
    background: linear-gradient(45deg, #1a4a6b, #2a5a7b);
}

.ranking-cover {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
}

.ranking-info {
    flex: 1;
}

.ranking-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a4a6b;
    margin-bottom: 5px;
}

.ranking-artist {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 10px;
}

.ranking-meta {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}

.genre-badge {
    background: #f8aa7a;
    color: white;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.9rem;
    font-weight: 500;
}

.ranking-stats {
    text-align: right;
    flex-shrink: 0;
}

.play-count {
    font-size: 1.4rem;
    font-weight: 700;
    color: #f8aa7a;
    margin-bottom: 5px;
}

.play-label {
    color: #666;
    font-size: 0.9rem;
}

.ranking-actions {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.action-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
    font-size: 16px;
}

.action-btn.play {
    background: #f8aa7a;
}

.action-btn.download {
    background: #27ae60;
}

.action-btn.share {
    background: #3498db;
}

.action-btn.info {
    background: #9b59b6;
}

.action-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Animações */
@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

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

/* Responsivo */
@media (max-width: 768px) {
    .sobenga-title {
        font-size: 2.5rem;
    }
    
    .filter-buttons {
        justify-content: center;
    }
    
    .ranking-item {
        flex-direction: column;
        text-align: center;
    }
    
    .ranking-stats {
        text-align: center;
    }
    
    .ranking-actions {
        justify-content: center;
    }
}


