/* _content/PacksRipRoulette/Components/Layout/MainLayout.razor.rz.scp.css */
.page.arcade-cabinet[b-pa3qtwgxl5] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background:
        radial-gradient(ellipse 120% 80% at 50% -10%, #141a22 0%, transparent 50%),
        linear-gradient(180deg, #070a0e 0%, #0a0e12 40%, #05080c 100%);
    /* Notch / home indicator (iOS Safari) */
    padding-left: env(safe-area-inset-left, 0);
    padding-right: env(safe-area-inset-right, 0);
}

.cabinet-bezel-left[b-pa3qtwgxl5],
.cabinet-bezel-right[b-pa3qtwgxl5] {
    display: none;
}

main.arcade-screen-wrap[b-pa3qtwgxl5] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    background: transparent;
}

.sidebar.arcade-side[b-pa3qtwgxl5] {
    position: relative;
    background: #0a0e12;
    border-bottom: 2px solid #2a323c;
    box-shadow: inset 0 -1px 0 rgba(110, 182, 224, 0.12);
    transition: width 0.2s ease;
    z-index: 50;
}

.nav-collapse-btn[b-pa3qtwgxl5] {
    display: none;
}

@media (min-width: 641px) {
    .nav-collapse-btn[b-pa3qtwgxl5] {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0.65rem;
        right: 0.45rem;
        z-index: 6;
        width: 1.75rem;
        height: 1.75rem;
        border-radius: 0.4rem;
        border: 1px solid rgba(110, 182, 224, 0.4);
        background: rgba(8, 12, 16, 0.9);
        color: #6eb6e0;
        font-size: 0.85rem;
        cursor: pointer;
        box-shadow: 0 0 10px rgba(110, 182, 224, 0.2);
        line-height: 1;
        padding: 0;
    }

    .nav-collapse-btn:hover[b-pa3qtwgxl5] {
        background: rgba(110, 182, 224, 0.15);
        color: #fff;
    }

    .page.arcade-cabinet.nav-collapsed .sidebar.arcade-side[b-pa3qtwgxl5] {
        width: 72px;
    }
}

/* —— Marquee —— */
.arcade-marquee[b-pa3qtwgxl5] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.55rem 1rem;
    padding-top: max(0.55rem, env(safe-area-inset-top, 0px));
    background: #0a0e12;
    border-bottom: 3px solid #6eb6e0;
    box-shadow:
        0 0 18px rgba(110, 182, 224, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    position: sticky;
    top: 0;
    z-index: 5;
    /* Sticky + backdrop on Safari */
    -webkit-backdrop-filter: blur(0);
}

.marquee-title[b-pa3qtwgxl5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1.05;
}

.marquee-glow[b-pa3qtwgxl5] {
    font-family: "Orbitron", "Segoe UI", system-ui, sans-serif;
    font-weight: 800;
    font-size: clamp(0.85rem, 2.5vw, 1.15rem);
    letter-spacing: 0.14em;
    color: #fff;
    text-shadow:
        0 0 8px #6eb6e0,
        0 0 18px #6eb6e0,
        0 0 28px rgba(110, 182, 224, 0.5);
    animation: marquee-pulse-b-pa3qtwgxl5 2.8s ease-in-out infinite;
}

.marquee-sub[b-pa3qtwgxl5] {
    font-family: "Rajdhani", "Segoe UI", system-ui, sans-serif;
    font-weight: 700;
    font-size: 0.72rem;
    letter-spacing: 0.28em;
    color: #8ec8e8;
    margin-top: 0.15rem;
    text-shadow: 0 0 10px rgba(142, 200, 232, 0.45);
}

.marquee-lights[b-pa3qtwgxl5] {
    display: flex;
    gap: 0.28rem;
}

.marquee-lights span[b-pa3qtwgxl5] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #6eb6e0;
    box-shadow: 0 0 8px #6eb6e0;
    animation: light-blink-b-pa3qtwgxl5 1.2s ease-in-out infinite;
}

.marquee-lights span:nth-child(odd)[b-pa3qtwgxl5] {
    background: #6eb6e0;
    box-shadow: 0 0 8px #6eb6e0;
    animation-delay: 0.2s;
}

.marquee-lights span:nth-child(3n)[b-pa3qtwgxl5] {
    background: #8ec8e8;
    box-shadow: 0 0 8px #8ec8e8;
    animation-delay: 0.4s;
}

@keyframes marquee-pulse-b-pa3qtwgxl5 {
    0%, 100% { filter: brightness(1); }
    50% { filter: brightness(1.15); }
}

@keyframes light-blink-b-pa3qtwgxl5 {
    0%, 100% { opacity: 0.45; transform: scale(0.9); }
    50% { opacity: 1; transform: scale(1.1); }
}

/* —— CRT screen area —— */
.arcade-screen[b-pa3qtwgxl5] {
    position: relative;
    flex: 1;
    min-width: 0;
    background:
        radial-gradient(ellipse 90% 70% at 50% 30%, #121612 0%, #080c10 70%);
    border-left: 1px solid rgba(110, 182, 224, 0.12);
    border-right: 1px solid rgba(110, 182, 224, 0.1);
    /* overflow-y visible so long room pages scroll on iOS Safari */
    overflow-x: hidden;
    overflow-y: visible;
}

.scanlines[b-pa3qtwgxl5] {
    pointer-events: none;
    position: absolute;
    inset: 0;
    z-index: 2;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 2px,
        rgba(0, 0, 0, 0.07) 2px,
        rgba(0, 0, 0, 0.07) 4px
    );
    opacity: 0.35;
}

.screen-vignette[b-pa3qtwgxl5] {
    pointer-events: none;
    position: absolute;
    inset: 0;
    z-index: 2;
    box-shadow: inset 0 0 80px 20px rgba(0, 0, 0, 0.45);
}

.arcade-screen[b-pa3qtwgxl5]  .content,
.arcade-screen .content[b-pa3qtwgxl5] {
    position: relative;
    z-index: 3;
}

/* —— Control deck —— */
.arcade-controls-bar[b-pa3qtwgxl5] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.55rem 1rem;
    padding-bottom: max(0.55rem, env(safe-area-inset-bottom, 0px));
    background: linear-gradient(180deg, #12161c 0%, #080c10 100%);
    border-top: 2px solid #2a323c;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.04);
}

.cab-btn[b-pa3qtwgxl5] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    box-shadow:
        inset 0 -3px 4px rgba(0, 0, 0, 0.45),
        inset 0 2px 3px rgba(255, 255, 255, 0.35),
        0 0 10px currentColor;
}

.cab-red[b-pa3qtwgxl5] { background: radial-gradient(circle at 35% 30%, #ff8a8a, #e01030); color: #ff3040; }
.cab-blue[b-pa3qtwgxl5] { background: radial-gradient(circle at 35% 30%, #9ad4f0, #3a7090); color: #6eb6e0; }
.cab-yellow[b-pa3qtwgxl5] { background: radial-gradient(circle at 35% 30%, #b8dff5, #5aa0c8); color: #8ec8e8; }

.cab-stick[b-pa3qtwgxl5] {
    width: 14px;
    height: 28px;
    border-radius: 6px;
    background: linear-gradient(90deg, #1a1e26, #4a5248, #1a1e26);
    box-shadow: 0 0 0 2px #111, inset 0 0 4px rgba(255,255,255,0.2);
    position: relative;
}

.cab-stick[b-pa3qtwgxl5]::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #9ad4f0, #2a5570);
    box-shadow: 0 0 8px #6eb6e0;
}

.cab-label[b-pa3qtwgxl5] {
    font-family: "Orbitron", "Segoe UI", sans-serif;
    font-size: 0.62rem;
    letter-spacing: 0.2em;
    color: #6a7268;
    margin-left: 0.5rem;
}

@media (max-width: 640.98px) {
    .marquee-lights[b-pa3qtwgxl5] {
        display: none;
    }

    .arcade-controls-bar[b-pa3qtwgxl5] {
        gap: 0.5rem;
        padding: 0.4rem;
    }

    .cab-label[b-pa3qtwgxl5] {
        display: none;
    }

    /* Left panel: compact sticky top bar + dropdown (not a tall side column) */
    .sidebar.arcade-side[b-pa3qtwgxl5] {
        position: sticky;
        top: 0;
        z-index: 50;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        min-height: 3.15rem;
        height: auto;
        width: 100% !important;
        max-width: 100%;
        padding: 0.4rem 0.75rem;
        padding-top: max(0.4rem, env(safe-area-inset-top, 0px));
        border-bottom: 2px solid #6eb6e0;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
    }

    /* Collapse control is desktop-only */
    .nav-collapse-btn[b-pa3qtwgxl5] {
        display: none !important;
    }

    /* Marquee sits under the nav bar; don't double-stack sticky awkwardly */
    .arcade-marquee[b-pa3qtwgxl5] {
        position: relative;
        top: auto;
        padding-top: 0.45rem;
    }

    main.arcade-screen-wrap[b-pa3qtwgxl5] {
        min-height: 0;
        flex: 1 1 auto;
        width: 100%;
    }

    .page.arcade-cabinet[b-pa3qtwgxl5] {
        /* Don't force full viewport height twice with side+main on phones */
        min-height: 100dvh;
    }
}

@media (min-width: 641px) {
    .page.arcade-cabinet[b-pa3qtwgxl5] {
        flex-direction: row;
    }

    .sidebar.arcade-side[b-pa3qtwgxl5] {
        width: 250px;
        height: 100vh;
        height: 100dvh;
        position: sticky;
        top: 0;
        border-bottom: none;
        border-right: 3px solid #6eb6e0;
        box-shadow:
            4px 0 24px rgba(110, 182, 224, 0.15),
            inset -1px 0 0 rgba(110, 182, 224, 0.12);
        padding-top: 2.5rem;
        flex-shrink: 0;
    }

    .cabinet-bezel-left[b-pa3qtwgxl5],
    .cabinet-bezel-right[b-pa3qtwgxl5] {
        display: block;
        width: 10px;
        flex-shrink: 0;
        background:
            linear-gradient(180deg, #1a222c, #0c100c 40%, #121612);
        box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.6);
    }

    main.arcade-screen-wrap[b-pa3qtwgxl5] {
        min-height: 100vh;
        min-height: 100dvh;
    }

    /* Symmetric padding so centered content sits evenly in the CRT stage */
    .arcade-screen article[b-pa3qtwgxl5] {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
    }

    .arcade-screen .content[b-pa3qtwgxl5] {
        margin-left: auto;
        margin-right: auto;
    }
}

#blazor-error-ui[b-pa3qtwgxl5] {
    background: #5a1f2f;
    color: #fff;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-pa3qtwgxl5] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/PacksRipRoulette/Components/Layout/NavMenu.razor.rz.scp.css */
/* —— Mobile hamburger (button) —— */
.navbar-toggler[b-2t7c0ltda7] {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    width: 2.75rem;
    height: 2.5rem;
    color: white;
    position: relative;
    z-index: 60;
    border: 1px solid rgba(110, 182, 224, 0.35);
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0.5rem;
    box-shadow: 0 0 10px rgba(110, 182, 224, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
    touch-action: manipulation;
}

.navbar-toggler-bars[b-2t7c0ltda7] {
    display: block;
    width: 1.35rem;
    height: 2px;
    background: #6eb6e0;
    box-shadow:
        0 -6px 0 #6eb6e0,
        0 6px 0 #6eb6e0;
    border-radius: 1px;
}

.navbar-toggler.is-open[b-2t7c0ltda7] {
    background: rgba(110, 182, 224, 0.35);
    border-color: rgba(110, 182, 224, 0.55);
}

.navbar-toggler.is-open .navbar-toggler-bars[b-2t7c0ltda7] {
    background: transparent;
    box-shadow: none;
    position: relative;
}

.navbar-toggler.is-open .navbar-toggler-bars[b-2t7c0ltda7]::before,
.navbar-toggler.is-open .navbar-toggler-bars[b-2t7c0ltda7]::after {
    content: "";
    position: absolute;
    left: 0;
    width: 1.35rem;
    height: 2px;
    background: #fff;
    border-radius: 1px;
}

.navbar-toggler.is-open .navbar-toggler-bars[b-2t7c0ltda7]::before {
    transform: rotate(45deg);
}

.navbar-toggler.is-open .navbar-toggler-bars[b-2t7c0ltda7]::after {
    transform: rotate(-45deg);
}

/* Dim page when mobile drawer is open */
.nav-backdrop[b-2t7c0ltda7] {
    display: none;
}

/* Brand logo/name intentionally removed — marquee carries the title */

.bi[b-2t7c0ltda7] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    flex-shrink: 0;
}

.bi-house-door-fill-nav-menu[b-2t7c0ltda7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-2t7c0ltda7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-2t7c0ltda7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-2t7c0ltda7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-2t7c0ltda7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-2t7c0ltda7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-2t7c0ltda7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-2t7c0ltda7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

/* People / Social icon — same .bi treatment as other nav icons */
.bi-people-nav-menu[b-2t7c0ltda7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7Zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216ZM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3C/svg%3E");
}

/* Social nav link needs relative for pip positioning */
.nav-item[b-2t7c0ltda7]  .nav-link.social-nav-link,
.nav-item .nav-link.social-nav-link[b-2t7c0ltda7] {
    position: relative;
    overflow: visible;
}

/* Green alert pip on the icon (works expanded + icons-only) */
.nav-alert-pip[b-2t7c0ltda7] {
    position: absolute;
    top: 0.45rem;
    left: 1.55rem;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #3dff8a;
    border: 1.5px solid #0a120e;
    box-shadow:
        0 0 0 0 rgba(61, 255, 138, 0.7),
        0 0 12px rgba(61, 255, 138, 0.95);
    animation: nav-pip-pulse-b-2t7c0ltda7 1.1s ease-in-out infinite;
    z-index: 2;
    pointer-events: none;
}

.nav-scrollable.icons-only .nav-alert-pip[b-2t7c0ltda7] {
    top: 0.35rem;
    left: auto;
    right: 0.35rem;
}

.navbar-toggler.has-social-alert[b-2t7c0ltda7] {
    position: relative;
}

.navbar-toggler .nav-alert-pip[b-2t7c0ltda7] {
    top: 5px;
    left: auto;
    right: 5px;
    width: 10px;
    height: 10px;
}

/* Soft green wash behind icon when alerting */
.nav-alert-glow[b-2t7c0ltda7] {
    position: absolute;
    left: 0.35rem;
    top: 50%;
    width: 1.6rem;
    height: 1.6rem;
    margin-top: -0.8rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(61, 255, 138, 0.45), transparent 70%);
    animation: nav-glow-breathe-b-2t7c0ltda7 1.4s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

.nav-scrollable.icons-only .nav-alert-glow[b-2t7c0ltda7] {
    left: 50%;
    margin-left: -0.8rem;
}

.nav-alert-count[b-2t7c0ltda7] {
    margin-left: auto;
    font-family: "Orbitron", sans-serif;
    font-size: 0.58rem;
    font-weight: 800;
    min-width: 1.25rem;
    text-align: center;
    padding: 0.12rem 0.4rem;
    border-radius: 999px;
    background: rgba(61, 255, 138, 0.22);
    border: 1px solid rgba(61, 255, 138, 0.55);
    color: #3dff8a;
    box-shadow: 0 0 10px rgba(61, 255, 138, 0.25);
}

/* Collapsed desktop: show pip only (not the number crowding the icon) */
.nav-scrollable.icons-only .nav-alert-count[b-2t7c0ltda7] {
    display: none;
}

.social-nav-link.has-alert[b-2t7c0ltda7] {
    border-color: rgba(61, 255, 138, 0.5) !important;
    background: linear-gradient(90deg, rgba(20, 50, 32, 0.75), transparent) !important;
    box-shadow: 0 0 16px rgba(61, 255, 138, 0.18);
}

.social-nav-link.has-alert .bi-people-nav-menu[b-2t7c0ltda7] {
    filter: drop-shadow(0 0 6px rgba(61, 255, 138, 0.65));
}

/* One-shot flash when a new invite/request arrives */
.social-nav-link.alert-pulse[b-2t7c0ltda7] {
    animation: nav-alert-flash-b-2t7c0ltda7 1.5s ease both;
}

@keyframes nav-pip-pulse-b-2t7c0ltda7 {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(61, 255, 138, 0.55), 0 0 12px rgba(61, 255, 138, 0.9);
    }
    50% {
        opacity: 1;
        transform: scale(1.15);
        box-shadow: 0 0 0 6px rgba(61, 255, 138, 0), 0 0 18px rgba(61, 255, 138, 1);
    }
}

@keyframes nav-glow-breathe-b-2t7c0ltda7 {
    0%, 100% { opacity: 0.55; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.2); }
}

@keyframes nav-alert-flash-b-2t7c0ltda7 {
    0% { box-shadow: 0 0 0 0 rgba(61, 255, 138, 0.0); filter: brightness(1); }
    20% { box-shadow: 0 0 24px 4px rgba(61, 255, 138, 0.55); filter: brightness(1.25); }
    100% { box-shadow: 0 0 16px rgba(61, 255, 138, 0.18); filter: brightness(1); }
}

@media (prefers-reduced-motion: reduce) {
    .nav-alert-pip[b-2t7c0ltda7],
    .nav-alert-glow[b-2t7c0ltda7],
    .social-nav-link.alert-pulse[b-2t7c0ltda7] {
        animation: none !important;
    }
}

.nav-item[b-2t7c0ltda7] {
    font-size: 0.88rem;
    padding-bottom: 0.35rem;
    font-family: "Rajdhani", "Segoe UI", sans-serif;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.nav-item:first-of-type[b-2t7c0ltda7] {
    padding-top: 0.65rem;
}

.nav-item:last-of-type[b-2t7c0ltda7] {
    padding-bottom: 1rem;
}

.nav-item[b-2t7c0ltda7]  .nav-link,
.nav-item .nav-link[b-2t7c0ltda7] {
    color: #b4bcb0;
    background: linear-gradient(90deg, rgba(18, 22, 16, 0.75), transparent);
    border: 1px solid transparent;
    border-radius: 0.55rem;
    min-height: 2.85rem;
    height: auto;
    display: flex;
    align-items: center;
    line-height: 1.2;
    width: 100%;
    text-transform: uppercase;
    padding: 0.55rem 0.75rem;
    transition: border-color 0.12s ease, box-shadow 0.12s ease, color 0.12s ease;
    text-align: left;
}

.nav-item form .nav-link[b-2t7c0ltda7] {
    border: 1px solid transparent;
    background: linear-gradient(90deg, rgba(18, 22, 16, 0.75), transparent);
    width: 100%;
    cursor: pointer;
}

/* Desktop icons-only: hide labels */
.nav-scrollable.icons-only .nav-text[b-2t7c0ltda7] {
    display: none;
}

.nav-scrollable.icons-only .nav-item[b-2t7c0ltda7] {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.nav-scrollable.icons-only .nav-item.px-3[b-2t7c0ltda7] {
    padding-left: 0.35rem !important;
    padding-right: 0.35rem !important;
}

.nav-scrollable.icons-only[b-2t7c0ltda7]  .nav-link,
.nav-scrollable.icons-only .nav-link[b-2t7c0ltda7] {
    justify-content: center;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}

.nav-scrollable.icons-only[b-2t7c0ltda7]  .bi,
.nav-scrollable.icons-only .bi[b-2t7c0ltda7] {
    margin-right: 0;
}

.nav-item[b-2t7c0ltda7]  a.active,
.nav-item a.active[b-2t7c0ltda7] {
    background: linear-gradient(90deg, rgba(110, 182, 224, 0.18), rgba(110, 182, 224, 0.12));
    border-color: rgba(110, 182, 224, 0.45);
    color: #fff;
    box-shadow: 0 0 14px rgba(110, 182, 224, 0.2);
    text-shadow: 0 0 8px rgba(110, 182, 224, 0.5);
}

.nav-item[b-2t7c0ltda7]  .nav-link:hover,
.nav-item .nav-link:hover[b-2t7c0ltda7] {
    background: linear-gradient(90deg, rgba(110, 182, 224, 0.15), transparent);
    border-color: rgba(110, 182, 224, 0.35);
    color: white;
}

/* —— Mobile: compact bar + dropdown drawer —— */
@media (max-width: 640.98px) {
    .navbar-toggler[b-2t7c0ltda7] {
        display: inline-flex;
    }

    .nav-backdrop[b-2t7c0ltda7] {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 45;
        background: rgba(4, 6, 4, 0.65);
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
    }

    .nav-scrollable[b-2t7c0ltda7] {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 55;
        max-height: min(70dvh, 28rem);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        padding: 0.35rem 0.5rem 0.75rem;
        background:
            linear-gradient(180deg, rgba(14, 16, 14, 0.99) 0%, rgba(6, 8, 6, 0.99) 100%);
        border-bottom: 2px solid #6eb6e0;
        box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
    }

    .nav-scrollable.open[b-2t7c0ltda7] {
        display: block;
        animation: nav-drawer-in-b-2t7c0ltda7 0.16s ease;
    }

    /* Never icons-only on phones — always show labels in the drawer */
    .nav-scrollable.icons-only .nav-text[b-2t7c0ltda7] {
        display: inline !important;
    }

    .nav-scrollable.icons-only[b-2t7c0ltda7]  .nav-link,
    .nav-scrollable.icons-only .nav-link[b-2t7c0ltda7] {
        justify-content: flex-start;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .nav-scrollable.icons-only[b-2t7c0ltda7]  .bi,
    .nav-scrollable.icons-only .bi[b-2t7c0ltda7] {
        margin-right: 0.75rem;
    }

    .nav-scrollable.icons-only[b-2t7c0ltda7] {
        height: auto;
        max-height: min(70dvh, 28rem);
    }

    @keyframes nav-drawer-in-b-2t7c0ltda7 {
        from { opacity: 0; transform: translateY(-6px); }
        to { opacity: 1; transform: translateY(0); }
    }
}

/* —— Desktop: full side nav, no hamburger —— */
@media (min-width: 641px) {
    .navbar-toggler[b-2t7c0ltda7] {
        display: none !important;
    }

    .nav-backdrop[b-2t7c0ltda7] {
        display: none !important;
    }

    .nav-scrollable[b-2t7c0ltda7] {
        display: block;
        height: calc(100vh - 3.5rem);
        height: calc(100dvh - 3.5rem);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0 0.55rem;
        position: static;
        max-height: none;
        border: none;
        box-shadow: none;
        background: transparent;
    }

    .nav-scrollable.icons-only[b-2t7c0ltda7] {
        height: calc(100vh - 3rem);
        height: calc(100dvh - 3rem);
        overflow-y: auto;
        padding-top: 0.5rem;
    }
}
