/* _content/AuraBot/Components/Layout/MainLayout.razor.rz.scp.css */
/* === Top AppBar === */
[b-a91cipr98c] .cosmic-appbar {
    background: rgba(10, 14, 39, 0.85) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(124, 77, 255, 0.15);
    height: 52px !important;
    min-height: 52px !important;
}

@media (min-width: 960px) {
    [b-a91cipr98c] .cosmic-appbar {
        height: 56px !important;
        min-height: 56px !important;
    }
}

/* === Brand === */
[b-a91cipr98c] .cosmic-brand {
    background: linear-gradient(135deg, #7c4dff, #ffd740);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    font-size: 1.15rem;
    letter-spacing: 1px;
}

/* === User Menu === */
[b-a91cipr98c] .user-menu .mud-avatar {
    transition: box-shadow 0.2s ease;
}

[b-a91cipr98c] .user-menu .mud-avatar:hover {
    box-shadow: 0 0 12px rgba(124, 77, 255, 0.4);
}

/* === Drawer (desktop) === */
[b-a91cipr98c] .cosmic-drawer {
    background: rgba(13, 18, 48, 0.95) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-right: 1px solid rgba(124, 77, 255, 0.12);
}

[b-a91cipr98c] .cosmic-main {
    min-height: 100vh;
}

/* === Bottom Navigation (mobile) === */
.bottom-nav[b-a91cipr98c] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 68px;
    background: rgba(10, 14, 39, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(124, 77, 255, 0.15);
    padding: 8px 0;
    padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
}

.bottom-nav-item[b-a91cipr98c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    flex: 1;
    min-height: 48px;
    min-width: 64px;
    padding: 4px 0;
    color: rgba(176, 176, 192, 0.7);
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: color 0.2s ease;
    background: none;
    border: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.bottom-nav-item:hover[b-a91cipr98c],
.bottom-nav-item:focus[b-a91cipr98c] {
    color: #b0a0d0;
    text-decoration: none;
}

.bottom-nav-item.active[b-a91cipr98c] {
    color: #7c4dff;
}

.bottom-nav-item.active[b-a91cipr98c]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 3px;
    background: linear-gradient(90deg, #7c4dff, #ffd740);
    border-radius: 0 0 4px 4px;
}

/* === Responsive visibility === */
.mobile-only[b-a91cipr98c] {
    display: flex;
}

.desktop-only[b-a91cipr98c] {
    display: none !important;
}

/* md breakpoint (960px) — MudBlazor Breakpoint.Md */
@media (min-width: 960px) {
    .mobile-only[b-a91cipr98c] {
        display: none !important;
    }

    .desktop-only[b-a91cipr98c] {
        display: flex !important;
    }
}

/* === Blazor error UI === */
#blazor-error-ui[b-a91cipr98c] {
    background: #1a1045;
    color: #ff5252;
    border-top: 1px solid rgba(255, 82, 82, 0.3);
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(255, 82, 82, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1200;
}

    #blazor-error-ui .dismiss[b-a91cipr98c] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

    #blazor-error-ui .reload[b-a91cipr98c] {
        color: #7c4dff;
    }
/* _content/AuraBot/Components/Layout/NavMenu.razor.rz.scp.css */
.drawer-content[b-jbdvnbhwhq] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0.5rem;
}

.drawer-profile[b-jbdvnbhwhq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 1rem 1rem;
}

.drawer-bottom[b-jbdvnbhwhq] {
    padding: 0.5rem;
    margin-top: auto;
}

/* === Section Labels === */
.nav-section-label[b-jbdvnbhwhq] {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: rgba(176, 176, 192, 0.4);
    padding: 0.5rem 1rem 0.25rem;
    text-transform: uppercase;
}

/* === Nav Links === */
[b-jbdvnbhwhq] .mud-nav-link {
    border-radius: 12px !important;
    margin: 2px 4px;
    transition: background-color 0.2s ease;
    animation: slideInLeft 0.3s ease-out both;
}

[b-jbdvnbhwhq] .mud-nav-link:nth-child(1) { animation-delay: 0.05s; }
[b-jbdvnbhwhq] .mud-nav-link:nth-child(2) { animation-delay: 0.1s; }
[b-jbdvnbhwhq] .mud-nav-link:nth-child(3) { animation-delay: 0.15s; }

[b-jbdvnbhwhq] .mud-nav-link.active {
    background: rgba(124, 77, 255, 0.12) !important;
    color: #7c4dff !important;
}

[b-jbdvnbhwhq] .mud-nav-link:hover {
    background: rgba(124, 77, 255, 0.08) !important;
}

/* === Disabled nav items === */
[b-jbdvnbhwhq] .mud-nav-link.mud-disabled {
    opacity: 0.5;
}

[b-jbdvnbhwhq] .mud-nav-link.mud-disabled:hover {
    background: transparent !important;
}
