/* DEEJAI - notificações adicionadas sem alterar player */
.deejai-notify-wrap{position:relative;display:grid;place-items:center;width:44px;height:44px;z-index:1400}
.deejai-notify-btn{position:relative;width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.08);color:#fff;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(10px)}
.deejai-notify-btn svg{width:24px;height:24px;stroke:#fff;fill:none;stroke-width:2.3}
.deejai-notify-badge{position:absolute;right:-2px;top:-3px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:linear-gradient(135deg,#7b2cff,#ff3dc8);color:#fff;font-size:10px;font-weight:900;line-height:18px;text-align:center;box-shadow:0 0 14px rgba(200,70,255,.55);display:none}.deejai-notify-badge.show{display:block}
.deejai-notify-menu{position:absolute;top:50px;right:0;width:min(330px,calc(100vw - 24px));max-height:430px;overflow:auto;padding:10px;border-radius:20px;background:rgba(15,6,20,.97);border:1px solid rgba(255,255,255,.14);box-shadow:0 22px 70px rgba(0,0,0,.65);display:none}.deejai-notify-menu.show{display:block}
.deejai-notify-title{font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#fff;margin:4px 6px 10px}.deejai-notify-card{display:flex;gap:10px;align-items:flex-start;padding:10px;border-radius:16px;background:rgba(255,255,255,.07);margin-bottom:8px}.deejai-notify-card.unread{border:1px solid rgba(191,82,255,.42)}.deejai-notify-card img{width:34px;height:34px;border-radius:50%;object-fit:cover;background:#222}.deejai-notify-card strong{display:block;font-size:13px;color:#fff}.deejai-notify-card p{margin:2px 0 0;font-size:12px;line-height:1.3;color:#ddd}.deejai-notify-empty{padding:18px 10px;color:#cfc1d7;font-size:13px;text-align:center}
.deejai-play-listens{font-size:12px;color:#d9cfe0;margin-top:12px;text-shadow:0 2px 8px #000}.profile-card .deejai-play-listens{font-size:12px;color:#d9cfe0;margin-top:12px}
.follow-btn.following{background:linear-gradient(135deg,#2077ff,#ff2ccf,#9230ff)!important;color:#fff!important;border:0!important;box-shadow:0 10px 30px rgba(180,60,255,.35)!important}
@media(max-width:520px){.deejai-notify-wrap{width:40px;height:40px}.deejai-notify-btn{width:38px;height:38px}.deejai-notify-menu{right:-44px}}

/* v2 - sino de notificações movido para o menu lateral direito */
.bottom-menu > .deejai-notify-wrap.deejai-notify-side{
    position:relative!important;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;max-width:42px!important;max-height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important;z-index:1500!important;order:-1!important;
}
.bottom-menu > .deejai-notify-wrap.deejai-notify-side .deejai-notify-btn{
    width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;max-width:42px!important;max-height:42px!important;border-radius:999px!important;background:rgba(255,255,255,.16)!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:0 10px 28px rgba(0,0,0,.28)!important;backdrop-filter:blur(14px)!important;
}
.bottom-menu > .deejai-notify-wrap.deejai-notify-side .deejai-notify-btn svg{width:20px!important;height:20px!important;stroke:#fff!important;fill:none!important;stroke-width:2.25!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
.bottom-menu > .deejai-notify-wrap.deejai-notify-side .deejai-notify-badge{right:-4px!important;top:-5px!important;background:linear-gradient(135deg,#ff3dc8,#7b2cff)!important;}
.bottom-menu > .deejai-notify-wrap.deejai-notify-side .deejai-notify-menu{top:0!important;right:50px!important;width:min(330px,calc(100vw - 82px))!important;}
.mobile-feed-topbar .deejai-notify-wrap,.home-topbar .deejai-notify-wrap,.topbar-pro .deejai-notify-wrap{display:none!important;}
@media(max-width:420px){.bottom-menu > .deejai-notify-wrap.deejai-notify-side{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important}.bottom-menu > .deejai-notify-wrap.deejai-notify-side .deejai-notify-btn{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important}.bottom-menu > .deejai-notify-wrap.deejai-notify-side .deejai-notify-btn svg{width:19px!important;height:19px!important}.bottom-menu > .deejai-notify-wrap.deejai-notify-side .deejai-notify-menu{right:48px!important;width:min(320px,calc(100vw - 76px))!important}}


/* v3 - baixa e centraliza a sessão lateral de ícones para não cobrir o botão Seguir */
body.feed-page nav.bottom-menu:not(.home-bottom-menu),
body.feed-page.force-mobile-feed nav.bottom-menu:not(.home-bottom-menu),
body.public-profile-v11 nav.bottom-menu:not(.home-bottom-menu),
.public-profile-v11 nav.bottom-menu:not(.home-bottom-menu),
nav.bottom-menu:not(.home-bottom-menu){
    bottom: 232px !important;
}
.bottom-menu > .deejai-notify-wrap.deejai-notify-side{
    order:-1!important;
}
@media(max-width:420px){
    body.feed-page nav.bottom-menu:not(.home-bottom-menu),
    body.feed-page.force-mobile-feed nav.bottom-menu:not(.home-bottom-menu),
    body.public-profile-v11 nav.bottom-menu:not(.home-bottom-menu),
    .public-profile-v11 nav.bottom-menu:not(.home-bottom-menu),
    nav.bottom-menu:not(.home-bottom-menu){
        bottom: 226px !important;
    }
}
