/* _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;
}
/* _content/AuraBot/Components/Pages/NotFound.razor.rz.scp.css */
.not-found-container[b-1252udlzzn] {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 2rem;
}

/* Stars background */
.stars-field[b-1252udlzzn] {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.star[b-1252udlzzn] {
    position: absolute;
    background: #fff;
    border-radius: 50%;
    animation: twinkle-b-1252udlzzn 3s ease-in-out infinite alternate;
    opacity: 0.3;
}

@keyframes twinkle-b-1252udlzzn {
    0% { opacity: 0.2; transform: scale(1); }
    100% { opacity: 1; transform: scale(1.3); }
}

/* Content */
.not-found-content[b-1252udlzzn] {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 520px;
}

/* Planet with orbits */
.planet-orbit[b-1252udlzzn] {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 1.5rem;
}

.planet[b-1252udlzzn] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7c4dff 0%, #b388ff 50%, #ffd740 100%);
    box-shadow: 0 0 30px rgba(124, 77, 255, 0.5), 0 0 60px rgba(124, 77, 255, 0.2);
    animation: planet-pulse-b-1252udlzzn 4s ease-in-out infinite;
}

@keyframes planet-pulse-b-1252udlzzn {
    0%, 100% { box-shadow: 0 0 30px rgba(124, 77, 255, 0.5), 0 0 60px rgba(124, 77, 255, 0.2); }
    50% { box-shadow: 0 0 40px rgba(124, 77, 255, 0.7), 0 0 80px rgba(124, 77, 255, 0.3); }
}

.orbit-ring[b-1252udlzzn] {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(124, 77, 255, 0.2);
    border-radius: 50%;
    animation: orbit-spin-b-1252udlzzn 12s linear infinite;
}

.orbit-ring[b-1252udlzzn]::after {
    content: '';
    position: absolute;
    top: -3px;
    left: 50%;
    width: 6px;
    height: 6px;
    background: #ffd740;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(255, 215, 64, 0.6);
}

.orbit-ring-2[b-1252udlzzn] {
    inset: -15px;
    border-color: rgba(255, 215, 64, 0.12);
    animation-duration: 18s;
    animation-direction: reverse;
}

.orbit-ring-2[b-1252udlzzn]::after {
    background: #7c4dff;
    box-shadow: 0 0 8px rgba(124, 77, 255, 0.6);
    width: 5px;
    height: 5px;
}

@keyframes orbit-spin-b-1252udlzzn {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Error code 404 */
.error-code[b-1252udlzzn] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    margin-bottom: 1rem;
    user-select: none;
}

.digit[b-1252udlzzn] {
    font-size: 6rem;
    font-weight: 900;
    line-height: 1;
    background: linear-gradient(135deg, #7c4dff 0%, #b388ff 40%, #ffd740 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 20px rgba(124, 77, 255, 0.3));
}

.zero[b-1252udlzzn] {
    position: relative;
    width: 5rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zero-inner[b-1252udlzzn] {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 6px solid transparent;
    background-image: linear-gradient(#0a0e27, #0a0e27), linear-gradient(135deg, #7c4dff, #ffd740);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 0 0 25px rgba(124, 77, 255, 0.3);
    animation: zero-glow-b-1252udlzzn 3s ease-in-out infinite alternate;
}

@keyframes zero-glow-b-1252udlzzn {
    0% { box-shadow: 0 0 20px rgba(124, 77, 255, 0.3); }
    100% { box-shadow: 0 0 35px rgba(124, 77, 255, 0.5), 0 0 60px rgba(255, 215, 64, 0.15); }
}

/* Text */
.not-found-title[b-1252udlzzn] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--cosmic-text, #e0e0e0);
    margin: 0 0 0.75rem;
    line-height: 1.3;
}

.not-found-subtitle[b-1252udlzzn] {
    font-size: 0.95rem;
    color: var(--cosmic-text-muted, #9090a0);
    margin: 0 0 2rem;
    line-height: 1.6;
}

/* Buttons */
.not-found-actions[b-1252udlzzn] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

[b-1252udlzzn] .action-btn {
    border-radius: 12px !important;
    text-transform: none !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    padding: 10px 24px !important;
}

/* Shooting stars */
.shooting-star[b-1252udlzzn] {
    position: absolute;
    top: 15%;
    right: 10%;
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 215, 64, 0.8), transparent);
    border-radius: 2px;
    transform: rotate(-35deg);
    animation: shoot-b-1252udlzzn 6s ease-in-out infinite;
    opacity: 0;
}

.shooting-star[b-1252udlzzn]::before {
    content: '';
    position: absolute;
    right: 0;
    top: -1px;
    width: 4px;
    height: 4px;
    background: #ffd740;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(255, 215, 64, 0.8);
}

.shooting-star-2[b-1252udlzzn] {
    top: 30%;
    right: 25%;
    width: 70px;
    animation-delay: 3.5s;
    transform: rotate(-25deg);
}

@keyframes shoot-b-1252udlzzn {
    0% { opacity: 0; transform: rotate(-35deg) translateX(0); }
    5% { opacity: 1; }
    15% { opacity: 0; transform: rotate(-35deg) translateX(-300px); }
    100% { opacity: 0; }
}

/* Responsive */
@media (max-width: 600px) {
    .digit[b-1252udlzzn] {
        font-size: 4.5rem;
    }

    .zero[b-1252udlzzn] {
        width: 3.8rem;
        height: 4.5rem;
    }

    .zero-inner[b-1252udlzzn] {
        width: 3rem;
        height: 3rem;
    }

    .not-found-title[b-1252udlzzn] {
        font-size: 1.25rem;
    }

    .not-found-actions[b-1252udlzzn] {
        flex-direction: column;
        align-items: stretch;
    }
}
