/* /Layout/MainLayout.razor.rz.scp.css */
.portal-shell[b-4raa3mg7b5] {
    position: relative;
    overflow: hidden;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    background:
        radial-gradient(circle at 84% 14%, rgba(215, 75, 255, 0.22), transparent 32%),
        radial-gradient(circle at 12% 18%, rgba(43, 209, 255, 0.18), transparent 30%),
        linear-gradient(170deg, #0a1335 0%, #0d1841 48%, #11163d 100%);
}

.portal-bg[b-4raa3mg7b5] {
    position: absolute;
    inset: -12% -8%;
    z-index: 0;
    pointer-events: none;
    transition: filter 260ms ease;
}

.portal-shell.login-view .portal-bg[b-4raa3mg7b5] {
    filter: blur(7px) saturate(1.08);
}

.portal-shell.dashboard-view .portal-bg[b-4raa3mg7b5] {
    filter: blur(24px) saturate(1.12);
}

.portal-shell.default-view .portal-bg[b-4raa3mg7b5] {
    filter: blur(12px) saturate(1.1);
}

.particle[b-4raa3mg7b5] {
    position: absolute;
    opacity: 0.85;
}

.particle-circle[b-4raa3mg7b5] {
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(80, 221, 255, 0.55) 0%, rgba(127, 133, 255, 0.32) 45%, rgba(215, 75, 255, 0.15) 72%, rgba(11, 20, 56, 0) 100%);
    box-shadow: 0 0 58px rgba(122, 101, 255, 0.35);
    animation: particle-float-b-4raa3mg7b5 14s ease-in-out infinite;
}

.particle-line[b-4raa3mg7b5] {
    height: 0.55rem;
    border-radius: 999px;
    background: linear-gradient(100deg, rgba(43, 209, 255, 0) 0%, rgba(43, 209, 255, 0.72) 28%, rgba(127, 133, 255, 0.78) 60%, rgba(215, 75, 255, 0.78) 86%, rgba(215, 75, 255, 0) 100%);
    box-shadow: 0 0 22px rgba(127, 133, 255, 0.4);
    animation: line-flow-b-4raa3mg7b5 11s ease-in-out infinite;
}

.circle-1[b-4raa3mg7b5] {
    width: 20rem;
    top: 6%;
    right: 6%;
    animation-delay: 0s;
}

.circle-2[b-4raa3mg7b5] {
    width: 15rem;
    top: 44%;
    left: -2%;
    animation-delay: 2.4s;
}

.circle-3[b-4raa3mg7b5] {
    width: 12rem;
    bottom: 8%;
    right: 22%;
    animation-delay: 4.8s;
}

.line-1[b-4raa3mg7b5] {
    width: 34rem;
    top: 18%;
    left: -6%;
    transform: rotate(-7deg);
    animation-delay: 0.7s;
}

.line-2[b-4raa3mg7b5] {
    width: 30rem;
    top: 34%;
    right: -8%;
    transform: rotate(9deg);
    animation-delay: 2.2s;
}

.line-3[b-4raa3mg7b5] {
    width: 24rem;
    bottom: 23%;
    left: 10%;
    transform: rotate(4deg);
    animation-delay: 3.5s;
}

.line-4[b-4raa3mg7b5] {
    width: 28rem;
    bottom: 8%;
    right: -10%;
    transform: rotate(-5deg);
    animation-delay: 5.1s;
}

.portal-header[b-4raa3mg7b5],
.portal-main[b-4raa3mg7b5] {
    position: relative;
    z-index: 1;
}

.portal-header[b-4raa3mg7b5] {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    backdrop-filter: blur(12px);
    background: rgba(7, 15, 43, 0.55);
    border-bottom: 1px solid rgba(108, 139, 255, 0.24);
}

.brand-button[b-4raa3mg7b5] {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    border: 0;
    background: transparent;
    color: inherit;
    padding: 0;
    cursor: pointer;
}

.brand-logo[b-4raa3mg7b5] {
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 0.45rem;
    object-fit: cover;
    box-shadow: 0 0 16px rgba(111, 94, 255, 0.4);
}

.brand-text[b-4raa3mg7b5] {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    background: linear-gradient(92deg, #52e2ff 0%, #7e87ff 45%, #d849ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.portal-main[b-4raa3mg7b5] {
    width: min(100%, 1080px);
    margin: 0 auto;
    padding: 1rem 1rem 2.5rem;
}

@keyframes particle-float-b-4raa3mg7b5 {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(0.7rem, -0.8rem, 0) scale(1.03);
    }
}

@keyframes line-flow-b-4raa3mg7b5 {
    0%,
    100% {
        opacity: 0.64;
        transform-origin: center;
    }
    50% {
        opacity: 1;
        transform-origin: center;
        filter: brightness(1.15);
    }
}

@media (max-width: 767px) {
    .portal-bg[b-4raa3mg7b5] {
        inset: -20% -26%;
    }

    .circle-1[b-4raa3mg7b5] {
        width: 15rem;
        top: 8%;
        right: -4%;
    }

    .circle-2[b-4raa3mg7b5] {
        width: 11rem;
        top: 48%;
        left: -8%;
    }

    .circle-3[b-4raa3mg7b5] {
        width: 9rem;
        bottom: 12%;
        right: 12%;
    }

    .line-1[b-4raa3mg7b5],
    .line-2[b-4raa3mg7b5],
    .line-3[b-4raa3mg7b5],
    .line-4[b-4raa3mg7b5] {
        width: 20rem;
        height: 0.45rem;
    }
}

@media (min-width: 768px) {
    .portal-header[b-4raa3mg7b5] {
        padding: 1rem 2rem;
    }

    .portal-main[b-4raa3mg7b5] {
        padding: 1.5rem 1.75rem 3rem;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dmdx8db1z6] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-dmdx8db1z6] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-dmdx8db1z6] {
    font-size: 1.1rem;
}

.bi[b-dmdx8db1z6] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-dmdx8db1z6] {
    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-dmdx8db1z6] {
    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-dmdx8db1z6] {
    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");
}

.nav-item[b-dmdx8db1z6] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-dmdx8db1z6] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-dmdx8db1z6] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dmdx8db1z6]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-dmdx8db1z6]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-dmdx8db1z6]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-dmdx8db1z6] {
        display: none;
    }

    .collapse[b-dmdx8db1z6] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-dmdx8db1z6] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
