/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-r4e7uyugax] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-r4e7uyugax] {
    flex: 1;
}

.sidebar[b-r4e7uyugax] {
    /* The one strip of night sky inside the app — continues the landing hero.
       Star dots are layered radial-gradients; no extra markup needed. */
    background-image:
        radial-gradient(1.5px 1.5px at 18% 22%, rgba(207, 198, 255, 0.8) 50%, transparent 51%),
        radial-gradient(1px 1px at 72% 12%, rgba(207, 198, 255, 0.6) 50%, transparent 51%),
        radial-gradient(1.5px 1.5px at 84% 38%, rgba(255, 233, 168, 0.7) 50%, transparent 51%),
        radial-gradient(1px 1px at 32% 52%, rgba(207, 198, 255, 0.5) 50%, transparent 51%),
        radial-gradient(1.5px 1.5px at 62% 68%, rgba(207, 198, 255, 0.6) 50%, transparent 51%),
        radial-gradient(1px 1px at 14% 82%, rgba(255, 233, 168, 0.5) 50%, transparent 51%),
        radial-gradient(1px 1px at 88% 88%, rgba(207, 198, 255, 0.55) 50%, transparent 51%),
        linear-gradient(180deg, #0B0926 0%, #161240 72%, #2E2468 100%);
}

.top-row[b-r4e7uyugax] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-r4e7uyugax]  a, .top-row[b-r4e7uyugax]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-r4e7uyugax]  a:hover, .top-row[b-r4e7uyugax]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-r4e7uyugax]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-r4e7uyugax] {
        display: none;
    }

    .top-row.auth[b-r4e7uyugax] {
        justify-content: space-between;
    }

    .top-row[b-r4e7uyugax]  a, .top-row[b-r4e7uyugax]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-r4e7uyugax] {
        flex-direction: row;
    }

    .sidebar[b-r4e7uyugax] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-r4e7uyugax] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-r4e7uyugax]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-r4e7uyugax], article[b-r4e7uyugax] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7li64dj23n] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

.navbar-brand[b-7li64dj23n] {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
    letter-spacing: -0.02em;
    color: #FFF8EC;
}

.navbar-brand .brand-dot[b-7li64dj23n] {
    color: #FFC46B;
}

.oi[b-7li64dj23n] {
    width: 2rem;
    font-size: 1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-7li64dj23n] {
    font-size: 0.92rem;
    padding-bottom: 0.4rem;
}

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

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

    .nav-item[b-7li64dj23n]  a {
        color: rgba(237, 234, 255, 0.66);
        border-radius: 9999px;
        height: 2.8rem;
        display: flex;
        align-items: center;
        line-height: 2.8rem;
        padding-left: 1rem;
        font-weight: 600;
        transition: background 220ms cubic-bezier(0.32, 0.72, 0, 1), color 220ms cubic-bezier(0.32, 0.72, 0, 1);
    }

.nav-item[b-7li64dj23n]  a.active {
    background-color: rgba(255, 196, 107, 0.14);
    color: #FFC46B;
}

.nav-item[b-7li64dj23n]  a:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #FFF8EC;
}

.nav-item[b-7li64dj23n]  a.active:hover {
    background-color: rgba(255, 196, 107, 0.2);
    color: #FFC46B;
}

.sb-nav-user[b-7li64dj23n] {
    margin-top: auto;
    padding: 0.9rem 1.4rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    border-top: 1px solid rgba(237, 234, 255, 0.12);
}

.sb-nav-user-email[b-7li64dj23n] {
    font-size: 0.78rem;
    color: rgba(237, 234, 255, 0.65);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sb-nav-signout[b-7li64dj23n] {
    align-self: flex-start;
    background: none;
    border: none;
    padding: 0;
    font-size: 0.78rem;
    font-weight: 700;
    color: #FFC46B;
    cursor: pointer;
    transition: color 220ms cubic-bezier(0.32, 0.72, 0, 1);
}

.sb-nav-signout:hover[b-7li64dj23n] {
    color: #FFE9A8;
}

.sb-nav-footer[b-7li64dj23n] {
    padding: 1rem 1.4rem 1.2rem;
    font-size: 0.72rem;
    font-style: italic;
    color: rgba(237, 234, 255, 0.35);
}

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

    .collapse[b-7li64dj23n] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-7li64dj23n] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        display: flex;
        flex-direction: column;
    }
}
