/* /Layout/LoginLayout.razor.rz.scp.css */
.login-page[b-0coqqpe7kw] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: var(--tp-bg-app);
    background-image: radial-gradient(circle at 50% 0%, rgba(47, 129, 247, 0.08), transparent 60%);
}

.language-toggle-row[b-0coqqpe7kw] {
    position: absolute;
    top: 1.25rem;
    inset-inline-end: 1.25rem;
}

.login-card[b-0coqqpe7kw] {
    width: 100%;
    max-width: 380px;
    padding: 2rem;
    background: var(--tp-bg-surface);
    border: 1px solid var(--tp-border);
    border-radius: 0.75rem;
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.35);
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-fxujpg9nvn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fxujpg9nvn] {
    flex: 1;
}

.sidebar[b-fxujpg9nvn] {
    background-color: var(--tp-bg-surface);
    border-inline-end: 1px solid var(--tp-border);
}

.top-row[b-fxujpg9nvn] {
    background-color: var(--tp-bg-app);
    border-bottom: 1px solid var(--tp-border);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fxujpg9nvn]  a, .top-row[b-fxujpg9nvn]  .btn-link {
        white-space: nowrap;
        margin-inline-start: 1.5rem;
        text-decoration: none;
        color: var(--tp-text-muted);
    }

    .top-row[b-fxujpg9nvn]  a:hover, .top-row[b-fxujpg9nvn]  .btn-link:hover {
        color: var(--tp-text-primary);
        text-decoration: underline;
    }

    .top-row[b-fxujpg9nvn]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.current-user[b-fxujpg9nvn] {
    font-weight: 500;
    color: var(--tp-text-primary) !important;
}

@media (max-width: 640.98px) {
    .top-row[b-fxujpg9nvn] {
        justify-content: space-between;
    }

    .top-row[b-fxujpg9nvn]  a, .top-row[b-fxujpg9nvn]  .btn-link {
        margin-inline-start: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fxujpg9nvn] {
        flex-direction: row;
    }

    .sidebar[b-fxujpg9nvn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fxujpg9nvn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fxujpg9nvn]  a:first-child {
        flex: 1;
        text-align: end;
        width: 0;
    }

    .top-row[b-fxujpg9nvn], article[b-fxujpg9nvn] {
        padding-inline-start: 2rem !important;
        padding-inline-end: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-tsgluafnnd] {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.15);
}

.top-row[b-tsgluafnnd] {
    min-height: 3.5rem;
    background-color: transparent;
    border-bottom: 1px solid var(--tp-border);
}

.navbar-brand[b-tsgluafnnd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--tp-text-primary) !important;
}

.brand-mark[b-tsgluafnnd] {
    width: 1.4rem;
    height: 1.4rem;
    color: var(--tp-accent);
    flex-shrink: 0;
}

.nav-icon[b-tsgluafnnd] {
    display: inline-block;
    width: 1.15rem;
    height: 1.15rem;
    margin-inline-end: 0.75rem;
    flex-shrink: 0;
}

.nav-item[b-tsgluafnnd] {
    font-size: 0.9rem;
    padding-bottom: 0.25rem;
}

    .nav-item:first-of-type[b-tsgluafnnd] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-tsgluafnnd] {
        padding-bottom: 1rem;
    }

    .nav-item[b-tsgluafnnd]  a {
        color: var(--tp-text-muted);
        border-radius: 6px;
        height: 2.75rem;
        display: flex;
        align-items: center;
        line-height: 2.75rem;
        border-inline-start: 3px solid transparent;
        padding-inline-start: 0.5rem;
        transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    }

.nav-item[b-tsgluafnnd]  a.active {
    background-color: rgba(47, 129, 247, 0.12);
    border-inline-start-color: var(--tp-accent);
    color: var(--tp-text-primary);
}

.nav-item[b-tsgluafnnd]  a:hover {
    background-color: var(--tp-bg-elevated);
    color: var(--tp-text-primary);
}

@media (min-width: 641px) {
    .navbar-toggler[b-tsgluafnnd] {
        display: none;
    }

    .collapse[b-tsgluafnnd] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-tsgluafnnd] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Auth/AuthBrand.razor.rz.scp.css */
.auth-brand[b-t2fs1hlnlc] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--tp-text-primary);
}

    .auth-brand svg[b-t2fs1hlnlc] {
        width: 1.6rem;
        height: 1.6rem;
        color: var(--tp-accent);
    }
