/* /Layout/LoginLayout.razor.rz.scp.css */
.login-layout[b-t6kv5l46zg] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(20rem, 38%) minmax(0, 1fr);
    background: #f5f7f8;
}

.login-brand-panel[b-t6kv5l46zg] {
    position: relative;
    overflow: hidden;
    padding: clamp(2rem, 5vw, 4.5rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    background: #005787;
}

.login-brand-panel[b-t6kv5l46zg]::before {
    content: "";
    position: absolute;
    width: 19rem;
    height: 19rem;
    right: -7rem;
    bottom: -5rem;
    border: 1.2rem solid #76ba3b;
    border-radius: 50%;
    opacity: 0.92;
}

.login-brand-panel[b-t6kv5l46zg]::after {
    content: "";
    position: absolute;
    width: 11rem;
    height: 11rem;
    right: 5rem;
    bottom: 5rem;
    border-radius: 2.2rem 2.2rem 2.2rem 0.45rem;
    background: #ffebd4;
    opacity: 0.16;
}

.login-brand-logo[b-t6kv5l46zg] {
    position: relative;
    z-index: 1;
    width: 5rem;
    height: 4.5rem;
    overflow: hidden;
    border-radius: 0.8rem 0.8rem 0.8rem 0.25rem;
    background: #fff;
}

.login-brand-logo img[b-t6kv5l46zg] {
    position: absolute;
    width: 8rem;
    max-width: none;
    left: -2.85rem;
    top: -0.7rem;
}

.login-brand-copy[b-t6kv5l46zg] {
    position: relative;
    z-index: 1;
    max-width: 30rem;
    padding-bottom: clamp(7rem, 18vh, 12rem);
}

.login-brand-copy p[b-t6kv5l46zg] {
    margin-bottom: 0.8rem;
    color: #b7df92;
    font-weight: 700;
}

.login-brand-copy h2[b-t6kv5l46zg] {
    margin: 0;
    color: #fff;
    font-size: clamp(2.1rem, 4vw, 3.7rem);
    line-height: 1.08;
}

.login-content[b-t6kv5l46zg] {
    min-width: 0;
    padding: clamp(1.25rem, 5vw, 4rem);
    display: grid;
    place-items: center;
}

.login-content[b-t6kv5l46zg]  .auth-page {
    width: 100%;
    min-height: 0;
}

@media (max-width: 760px) {
    .login-layout[b-t6kv5l46zg] {
        display: block;
    }

    .login-brand-panel[b-t6kv5l46zg] {
        min-height: 6.25rem;
        padding: 0.8rem 1rem;
        justify-content: center;
        border-bottom: 0.25rem solid #76ba3b;
    }

    .login-brand-panel[b-t6kv5l46zg]::before {
        width: 8rem;
        height: 8rem;
        right: -3rem;
        bottom: -4.6rem;
        border-width: 0.55rem;
    }

    .login-brand-panel[b-t6kv5l46zg]::after,
    .login-brand-copy[b-t6kv5l46zg] {
        display: none;
    }

    .login-brand-logo[b-t6kv5l46zg] {
        width: 4.1rem;
        height: 3.7rem;
    }

    .login-brand-logo img[b-t6kv5l46zg] {
        width: 6.6rem;
        left: -2.35rem;
        top: -0.58rem;
    }

    .login-content[b-t6kv5l46zg] {
        padding: 1.4rem 1rem 2.5rem;
        place-items: start stretch;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-3focs61tpb] {
    min-height: 100vh;
    background: #f5f7f8;
}

.app-header[b-3focs61tpb] {
    position: sticky;
    top: 0;
    z-index: 20;
    min-height: 4.75rem;
    padding: 0.55rem clamp(1rem, 3vw, 2.5rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #fff;
    background: #005787;
    border-bottom: 0.3rem solid #76ba3b;
    box-shadow: 0 0.18rem 0.75rem rgba(0, 55, 86, 0.16);
}

.brand[b-3focs61tpb] {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    color: #fff;
    text-decoration: none;
}

.brand:hover[b-3focs61tpb],
.brand:focus[b-3focs61tpb] {
    color: #fff;
}

.brand-mark[b-3focs61tpb] {
    position: relative;
    flex: 0 0 3.2rem;
    width: 3.2rem;
    height: 3.2rem;
    overflow: hidden;
    border-radius: 0.65rem 0.65rem 0.65rem 0.2rem;
    background: #fff;
}

.brand-mark img[b-3focs61tpb] {
    position: absolute;
    width: 4.7rem;
    max-width: none;
    height: auto;
    left: -1.78rem;
    top: -0.55rem;
}

.brand-copy[b-3focs61tpb] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-copy strong[b-3focs61tpb] {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.brand-copy small[b-3focs61tpb] {
    margin-top: 0.2rem;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.82);
}

.session[b-3focs61tpb] {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.session-user[b-3focs61tpb] {
    max-width: 15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.88rem;
}

.session-action[b-3focs61tpb] {
    flex: 0 0 auto;
    min-height: 2.55rem;
    padding: 0.62rem 1rem;
    color: #fff;
    background: transparent;
    border: 0.0625rem solid rgba(255, 255, 255, 0.72);
    border-radius: 0.35rem;
    font: inherit;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.session-action:hover[b-3focs61tpb],
.session-action:focus[b-3focs61tpb] {
    color: #005787;
    background: #fff;
    border-color: #fff;
}

.app-frame[b-3focs61tpb] {
    display: grid;
    grid-template-columns: 16rem minmax(0, 1fr);
    min-height: calc(100vh - 4.75rem);
}

.sidebar[b-3focs61tpb] {
    position: sticky;
    top: 4.75rem;
    align-self: start;
    height: calc(100vh - 4.75rem);
    overflow: hidden;
    background: #fff;
    border-right: 0.0625rem solid #d8e2e7;
}

.workspace[b-3focs61tpb] {
    min-width: 0;
}

.content[b-3focs61tpb] {
    width: min(100%, 92rem);
    margin-inline: auto;
    padding: clamp(1.5rem, 4vw, 3.5rem);
}

@media (max-width: 760px) {
    .app-header[b-3focs61tpb] {
        min-height: 4.25rem;
        padding: 0.45rem 1rem;
        border-bottom-width: 0.22rem;
    }

    .brand[b-3focs61tpb] {
        gap: 0.6rem;
    }

    .brand-mark[b-3focs61tpb] {
        flex-basis: 2.8rem;
        width: 2.8rem;
        height: 2.8rem;
    }

    .brand-mark img[b-3focs61tpb] {
        width: 4.15rem;
        left: -1.57rem;
        top: -0.49rem;
    }

    .brand-copy strong[b-3focs61tpb] {
        font-size: 1.15rem;
    }

    .brand-copy small[b-3focs61tpb],
    .session-user[b-3focs61tpb] {
        display: none;
    }

    .session-action[b-3focs61tpb] {
        min-height: 2.4rem;
        padding: 0.55rem 0.75rem;
        font-size: 0.82rem;
    }

    .app-frame[b-3focs61tpb] {
        display: block;
        min-height: calc(100vh - 4.25rem);
    }

    .sidebar[b-3focs61tpb] {
        position: sticky;
        top: 4.25rem;
        z-index: 15;
        width: 100%;
        height: auto;
        border-right: 0;
        border-bottom: 0.0625rem solid #d8e2e7;
        box-shadow: 0 0.25rem 0.7rem rgba(0, 55, 86, 0.08);
    }

    .content[b-3focs61tpb] {
        padding: 1.4rem 1rem 2.5rem;
    }
}

@media (max-width: 370px) {
    .brand-copy[b-3focs61tpb] {
        display: none;
    }
}

/* /Layout/NavMenu.razor.rz.scp.css */
.navigation-heading[b-nz6vyyxg78] {
    min-height: 3.75rem;
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #005787;
    border-bottom: 0.0625rem solid #edf1f3;
    font-size: 0.78rem;
    font-weight: 700;
}

.menu-toggle[b-nz6vyyxg78] {
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0.65rem;
    background: #fff;
    border: 0.0625rem solid #b8cbd4;
    border-radius: 0.35rem;
}

.menu-toggle span[b-nz6vyyxg78] {
    display: block;
    height: 0.125rem;
    margin: 0.25rem 0;
    background: #005787;
    border-radius: 1rem;
}

.navigation-scroll[b-nz6vyyxg78] {
    height: calc(100vh - 8.5rem);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #b8cbd4 transparent;
}

.nav-list[b-nz6vyyxg78] {
    display: flex;
    flex-direction: column;
    gap: 0.22rem;
    padding: 0.8rem;
}

.nav-list[b-nz6vyyxg78]  .nav-link {
    position: relative;
    min-height: 2.8rem;
    padding: 0.72rem 0.9rem 0.72rem 1rem;
    display: flex;
    align-items: center;
    color: #24424f;
    border-radius: 0.35rem;
    font-size: 0.92rem;
    text-decoration: none;
}

.nav-list[b-nz6vyyxg78]  .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    width: 0.2rem;
    height: 1.35rem;
    border-radius: 0 1rem 1rem 0;
    background: transparent;
}

.nav-list[b-nz6vyyxg78]  .nav-link:hover {
    color: #005787;
    background: #f0f6f8;
}

.nav-list[b-nz6vyyxg78]  .nav-link.active {
    color: #005787;
    background: #e6f1f5;
    font-weight: 700;
}

.nav-list[b-nz6vyyxg78]  .nav-link.active::before {
    background: #76ba3b;
}

@media (min-width: 761px) {
    .collapse[b-nz6vyyxg78] {
        display: block;
    }
}

@media (max-width: 760px) {
    .navigation-heading[b-nz6vyyxg78] {
        min-height: 3.5rem;
        padding: 0 1rem;
    }

    .menu-toggle[b-nz6vyyxg78] {
        display: block;
    }

    .navigation-scroll[b-nz6vyyxg78] {
        height: auto;
        max-height: calc(100vh - 7.75rem);
    }

    .navigation-scroll.collapse[b-nz6vyyxg78] {
        display: none;
    }

    .nav-list[b-nz6vyyxg78] {
        padding: 0.5rem 0.75rem 0.85rem;
        gap: 0.12rem;
    }

    .nav-list[b-nz6vyyxg78]  .nav-link {
        min-height: 2.7rem;
        padding-block: 0.65rem;
    }
}

