/* /Layout/MainLayout.razor.rz.scp.css */
#particles-bg[b-xtecwqdy6g] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.site-content[b-xtecwqdy6g] {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main[b-xtecwqdy6g] {
    flex: 1;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar[b-z4eex4fm9n] {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-item.is-active[b-z4eex4fm9n] {
    color: hsl(270, 80%, 55%);
    background: rgba(139, 34, 232, 0.12);
}

.navbar-item:hover[b-z4eex4fm9n] {
    background: rgba(255, 255, 255, 0.06) !important;
    color: #ffffff;
}

.navbar-item.is-active:hover[b-z4eex4fm9n] {
    background: hsl(270, 80%, 65%) !important;
    color: #ffffff;
}

.navbar-brand .navbar-item[b-z4eex4fm9n] {
    color: hsl(185, 100%, 50%);
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    text-shadow: 0 0 12px hsl(185, 100%, 50%);
}

.navbar-burger span[b-z4eex4fm9n] {
    background-color: #d0d0d0;
}
