
        /* NAVBAR SEMPRE POR CIMA */
        nav {
            position: relative;
            z-index: 9999;
        }

      

        /* PLAYER (mantido do original) */
        #player {
            position: fixed;
            top: 10%;
            left: 50%;
            z-index: 10;
            width: 400px;
            margin-left: -80px;
            background: rgba(0, 0, 0, 0.9);
            -webkit-box-shadow: 0px 5px 75px 0px rgba(222, 11, 176, 1);
            -moz-box-shadow: 0px 5px 75px 0px rgba(222, 11, 176, 1);
            box-shadow: 0px 5px 75px 0px rgba(222, 11, 176, 1);
            border-radius: 12px;
            border: #FF000 2px solid;
            padding: 25px;
        }

        /* AGENDA SOBREPOSTA (semelhante ao original) */
        #agenda-semana-box {
            position: fixed;
            top: 120px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 9998;
            width: 100%;
            max-width: 520px;
            padding: 0 20px;
            pointer-events: none;
        }

        .agenda-card {
            background: rgba(0, 0, 0, 0.78);
            backdrop-filter: blur(12px);
            border-radius: 16px;
            padding: 25px;
            border: 1px solid rgba(255, 255, 255, 0.08);
            color: white;
            font-family: 'Segoe UI', sans-serif;
            box-shadow:
                0 0 8px rgba(255, 0, 102, 0.6),
                0 0 22px rgba(255, 0, 102, 0.4),
                0 0 32px rgba(255, 0, 102, 0.25);
            pointer-events: auto;
        }

        .agenda-card h2 {
            text-align: center;
            margin-bottom: 12px;
            font-size: 21px;
            font-weight: bold;
        }

        .agenda-card ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .agenda-card li {
            padding-left: 12px;
            border-left: 3px solid #ff0077;
            margin-bottom: 12px;
            font-size: 15px;
            line-height: 1.32;
        }

        /* ITEM DO CALENDÁRIO DA SEMANA */
        .agenda-item {
            display: flex;
            align-items: flex-start;
            gap: 14px;
            padding: 14px 18px;
            margin-bottom: 14px;
            border-radius: 12px;
            background: rgba(0, 0, 0, 0.55);
            backdrop-filter: blur(10px);
            border-left: 4px solid #ff008c;
            box-shadow:
                0 0 6px rgba(255, 0, 140, 0.7),
                0 0 14px rgba(255, 0, 140, 0.4);
            transition: transform .15s ease, box-shadow .2s ease;
        }

        .agenda-item:hover {
            transform: translateX(4px);
            box-shadow:
                0 0 12px rgba(255, 0, 140, 0.9),
                0 0 22px rgba(255, 0, 140, 0.6);
        }

        .agenda-icon {
            font-size: 28px;
            margin-top: 3px;
            color: #ff008c;
            text-shadow:
                0 0 6px #ff008c,
                0 0 12px #ff008c;
        }

        .agenda-info {
            line-height: 1.25;
        }

        .agenda-date {
            font-size: 1.25rem;
            font-weight: 700;
            color: #ffffff;
            text-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
        }

        .agenda-weekday {
            font-size: 0.95rem;
            font-weight: 400;
            margin-bottom: 6px;
            opacity: .85;
            color: #eee;
        }

        .agenda-title {
            font-size: 1.15rem;
            font-weight: 600;
            color: #08e38a;
            margin-bottom: 3px;
            text-shadow: 0 0 6px rgba(8, 227, 138, 0.5);
        }

        .agenda-time {
            font-size: 1rem;
            opacity: 0.8;
        }

        /* Controle das “páginas” internas (HOME / AGENDA) */
        section.page {
            display: none;
        }

        section.page.active {
            display: block;
        }

        .menu-link.active {
            color: #08e38a !important;
            font-weight: 600;
        }
        .footer-social-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    z-index: 9999;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.8);
}

.footer-social-bar .icon {
    font-size: 28px;
    color: #fff;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

/* Cores oficiais + neon ---------------------------------- */

.footer-social-bar .insta {
    color: #ff006a;
    text-shadow: 0 0 10px #ff006a, 0 0 20px #ff2e8a, 0 0 30px #ff66aa;
}

.footer-social-bar .face {
    color: #1b74e4;
    text-shadow: 0 0 10px #1b74e4, 0 0 20px #3b86ff, 0 0 30px #6aa4ff;
}

.footer-social-bar .whats {
    color: #25d366;
    text-shadow: 0 0 10px #25d366, 0 0 20px #4af38b, 0 0 30px #7affb9;
}

.footer-social-bar .icon:hover {
    transform: scale(1.2);
    filter: brightness(1.5);
}
body {
    padding-bottom: 70px; /* espaço para a barra fixa */
}
/* ---------- CONTAINER GERAL DO CALENDÁRIO ---------- */
.calendar-wrapper {
    max-width: 95%;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

/* ---------- BLOCOS MENSAIS ---------- */
.calendar-month {
    background: #ffffff15;
    backdrop-filter: blur(8px);
    border-radius: 16px;
    padding: 25px 20px;
    width: 480px;
    box-shadow: 0 0 20px #0006;
    transition: 0.3s ease-in-out;
}

.calendar-month:hover {
    transform: translateY(-3px);
}

/* ---------- TÍTULO DO MÊS ---------- */
.calendar-title {
    background: linear-gradient(90deg, #2e3192, #1b1b5c);
    color: #fff;
    padding: 12px 15px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ---------- TABELA ---------- */
.calendar-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 4px;
}

.calendar-table th {
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 0;
    color: #ccc;
    letter-spacing: 1px;
}

.calendar-table td {
    height: 90px;
    vertical-align: top;
    background: #ffffff08;
    border-radius: 8px;
    padding: 4px;
    position: relative;
    transition: 0.2s;
}

.calendar-table td:hover {
    background: #ffffff15;
}

/* ---------- EVENTOS ---------- */
.event-card {
    display: block;
    padding: 6px 8px;
    border-radius: 8px;
    margin-top: 4px;
    font-size: 11px;
    color: #fff;
    line-height: 1.2;
    box-shadow: 0 0 10px #0005;
    overflow: hidden;
    white-space: normal;
}

/* Melhor tamanho e espaçamento interno */
.event-title {
    font-weight: 700;
    font-size: 12px;
}

.event-time {
    font-size: 10px;
    opacity: 0.85;
}

/* ---------- CORES POR TIPO DE EVENTO ---------- */
.event-santo         { background: #00a878; }
.event-praiano       { background: #ff8c00; }
.event-onca          { background: #c2185b; }
.event-vanda         { background: #3f51b5; }
.event-guara         { background: #8e24aa; }

/* ---------- DIAS DO MÊS ---------- */
.day-number {
    font-size: 11px;
    font-weight: 700;
    color: #fff8;
    position: absolute;
    top: 4px;
    right: 6px;
}

/* ---------- RESPONSIVO ---------- */
@media (max-width: 768px) {
    .calendar-month {
        width: 100%;
    }

    .calendar-table td {
        height: 75px;
    }

    .event-card {
        font-size: 10px;
        padding: 4px 5px;
    }

    .event-title {
        font-size: 11px;
    }
}
.event-tooltip {
    display: none;
    position: absolute;
    z-index: 999;
    background: #111;
    color: #fff;
    padding: 4px 6px;
    font-size: 11px;
    border-radius: 4px;
    top: 100%;
    left: 0;
    white-space: nowrap;
}

.event-pill:hover .event-tooltip {
    display: block;
}
/* PLAYER BASE --------------------------------------------------- */
#sq-player {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 16px;
    backdrop-filter: blur(14px);
    background: rgba(0, 0, 0, 0.45);
    border-top: 2px solid rgba(255, 0, 128, 0.4);
    z-index: 99999;
}

/* CONTAINER GERAL */
.sq-player-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: #fff;
}

/* ------------------- BLOCO ESQUERDO ---------------------- */
.sq-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* CAPA DO ÁLBUM ------------------ */
.sq-cover-img {
    width: 58px;
    height: 58px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    background-color: #111;
    border: 2px solid #ff0099;
    box-shadow: 0 0 10px #ff0099aa;
}

/* TRACK INFO ----------------------- */
.sq-track-info {
    display: flex;
    flex-direction: column;
    max-width: 180px;
    overflow: hidden;
}

.sq-song {
    font-size: 15px;
    font-weight: bold;
    color: #39ff14;
    text-shadow: 0 0 6px #39ff14;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sq-artist {
    font-size: 13px;
    opacity: 0.85;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* BOTÃO PLAY INTEGRADO ---------------------------------- */
.sq-playbtn {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    border: none;
    cursor: pointer;
    color: white;
    font-size: 22px;
    background: linear-gradient(145deg, #ff008c, #c8006a);
    box-shadow:
        0 0 10px #ff0099,
        inset 0 0 6px rgba(0,0,0,0.3);
    transition: 0.2s;
}

.sq-playbtn:hover {
    transform: scale(1.08);
    box-shadow: 0 0 14px #ff33aa;
}

/* ÍCONES SOCIAIS ---------------------------------------- */
.sq-social {
    display: flex;
    gap: 15px;
}

.sq-social i {
    font-size: 24px;
    color: #fff;
    transition: 0.2s ease;
}

.sq-social i:hover {
    color: #ff0099;
    text-shadow: 0 0 10px #ff0099;
}
/* ÍCONES SOCIAIS ---------------------------------------- */
.sq-social {
    display: flex;
    gap: 18px;
}

.sq-social i {
    font-size: 30px;                 /* 🔥 maior */
    color: #ffffff;
    transition: 0.2s ease-in-out;
    text-shadow: 
        0 0 6px #ff0099,
        0 0 12px #ff0099,
        0 0 18px #ff0099;            /* 🔥 neon sempre ativo */
}

.sq-social i:hover {
    transform: scale(1.22);          /* animação elegante */
    color: #ff4db8;                   /* tom mais claro */
    text-shadow: 
        0 0 12px #ff0099,
        0 0 22px #ff0099,
        0 0 32px #ff3fb3,
        0 0 40px #ff66cc;            /* 🔥 neon explosivo no hover */
}
#pwa-install-box {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999;
}

.pwa-card {
    background: rgba(0,0,0,0.75);
    border: 2px solid #ff0099;
    box-shadow: 0 0 20px #ff0099aa, 0 0 60px #ff009955;
    border-radius: 18px;
    padding: 20px 25px;
    text-align: center;
    color: #fff;
    width: 320px;
    animation: popIn .4s ease-out;
    backdrop-filter: blur(10px);
}

@keyframes popIn {
    0% { transform: scale(.7); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

.pwa-card h2 {
    margin: 10px 0;
    font-size: 18px;
    text-shadow: 0 0 8px #ff0099;
}

.pwa-card p {
    opacity: .8;
    font-size: 14px;
    margin-bottom: 15px;
}

.pwa-icon {
    color: #ff0099;
    filter: drop-shadow(0 0 8px #ff0099);
}

#btn-pwa-install {
    padding: 10px 15px;
    border: none;
    border-radius: 10px;
    background: #ff0099;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    box-shadow: 0 0 12px #ff0099;
}

#btn-pwa-install:hover {
    background: #ff33ad;
    box-shadow: 0 0 16px #ff33ad;
}

#pwa-close {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    opacity: .5;
    cursor: pointer;
}
.pwa-banner {
    position: fixed;
    bottom: 200px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50000;
}

.pwa-banner.hidden {
    display: none;
}

.pwa-box {
    padding: 14px 18px;
    background: rgba(0,0,0,0.65);
    backdrop-filter: blur(12px);
    border-radius: 14px;
    border: 1px solid rgba(255,0,128,0.5);
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 0 20px rgba(255,0,128,0.5);
    animation: pwaEnter .4s ease-out;
}

@keyframes pwaEnter {
    from { opacity: 0; transform: translate(-50%, 20px); }
    to   { opacity: 1; transform: translate(-50%, 0px); }
}

.pwa-icon {
    width: 32px;
    height: 32px;
    color: #ff0099;
    filter: drop-shadow(0px 0px 8px #ff0099);
}

.pwa-text {
    color: white;
    font-size: 14px;
    line-height: 1.2;
}

.pwa-text span {
    font-size: 11px;
    opacity: .8;
}

#pwa-install-btn {
    background: #ff0099;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-shadow: 0 0 8px #ff0099;
    box-shadow: 0 0 10px #ff0099;
    transition: .2s;
}

#pwa-install-btn:hover {
    transform: scale(1.06);
}
/* ===== FUNDO DO SITE COM MURAL (mural.php) ===== */
#mural-bg {
    position: fixed;
    inset: 0;                 /* top:0; right:0; bottom:0; left:0 */
    z-index: 0;               /* atrás do conteúdo */
    overflow: hidden;
}

#mural-bg iframe {
    width: 100%;
    height: 100%;
    border: none;

    /* fica com cara de background escurecido/neon */
}

/* garante que o resto da página fique acima do mural */
body {
    position: relative;
    z-index: 1;
    padding-bottom: 70px; /* você já usava por causa do player */
    background: #050505;  /* fallback se mural não carregar */
}
/* ============================================================
   MODAL — ESTÉTICA SAMBA QUADRADO
============================================================ */

.sq-modal {
    display: none; /* inicia oculto */
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    backdrop-filter: blur(6px);
    background: rgba(0,0,0,0.60);
    animation: sqFadeIn 0.3s ease;
}

@keyframes sqFadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.sq-modal-content {
    background: rgba(20,20,20,0.55);
    margin: 8% auto;
    padding: 20px;
    width: 90%;
    max-width: 450px;
    border-radius: 18px;
    box-shadow: 0 0 25px rgba(0,255,200,0.5);
    border: 1px solid rgba(0,255,200,0.4);
    backdrop-filter: blur(12px);
    animation: sqPopUp 0.25s ease;
}

@keyframes sqPopUp {
    from { transform: scale(0.85); opacity: 0; }
    to   { transform: scale(1); opacity: 1; }
}

.sq-modal-body {
    font-size: 1rem;
    line-height: 1.5;
    color: #e6ffe6;
    text-shadow: 0 0 4px #00ffcc;
}

.sq-modal-body img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 0 15px rgba(0,255,200,0.4);
}

.sq-modal-body h2 {
    margin-bottom: 10px;
    font-size: 1.4rem;
    color: #00ffcc;
    text-shadow: 0 0 7px #00ffcc;
}

.sq-modal-body a {
    color: #00ffcc;
    text-decoration: underline;
}

.sq-close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    text-shadow: 0 0 5px #00ffcc;
}

.sq-close:hover {
    color: #00ffcc;
}
.artist-link {
    color: #00ffcc;
    font-weight: 700;
    text-shadow: 0 0 8px rgba(0,255,204,0.8), 0 0 14px rgba(0,255,204,0.4);
    cursor: pointer;
    position: relative;
    padding-right: 16px;
    transition: 0.25s ease;
}

/* Ícone de informação indicando que é clicável */
.artist-link::after {
    content: "ℹ️";
    position: absolute;
    right: -2px;
    top: -2px;
    font-size: 14px;
    opacity: 0.75;
    transition: 0.2s ease;
}

/* Efeito ao passar o mouse */
.artist-link:hover {
    color: #ffffff;
    text-shadow: 0 0 10px #00ffcc, 0 0 18px #00ffcc;
    transform: scale(1.03);
}

.artist-link:hover::after {
    transform: scale(1.2);
    opacity: 1;
}#page-agenda {
    position: relative;
    z-index: 5; /* acima do mural e abaixo do menu */
}#calendar-root,
#event-list {
    position: relative;
    z-index: 10;
}
#page-bloco {
    position: relative;
    z-index: 5; /* acima do mural e abaixo do menu */
}