/* === Custom Styles - Web Rádio Primeiro Amor === */

/* Navbar fixa */
body {
    padding-top: 56px;
    padding-bottom: 80px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Main content - cada página gerencia sua altura */

/* Player Bar Global */
.player-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #0f0f23;
    border-top: 1px solid rgba(255,255,255,0.1);
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.player-bar-audio {
    width: 100%;
    max-width: 600px;
    height: 50px;
    border-radius: 8px;
}

/* Cards escuros */
.card.bg-dark {
    border: 1px solid rgba(255,255,255,0.08);
}

/* Botões */
.btn-outline-light:hover {
    background: rgba(255,255,255,0.15);
}

/* Tabelas admin */
.table-hover tbody tr:hover {
    background: rgba(13,110,253,0.05);
}

/* Grade tabs - schedule */
.nav-pills .nav-link {
    color: #adb5bd;
    border-radius: 8px;
}
.nav-pills .nav-link.active {
    background: #0d6efd;
    color: #fff;
}

/* Player audio custom */
audio::-webkit-media-controls-panel {
    background: rgba(255,255,255,0.9);
}
audio {
    border-radius: 8px;
    outline: none;
}
