/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-vevuu0igpt] {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(0, 124, 255, 0.1), transparent 28%),
        linear-gradient(180deg, #f6f9fd 0%, #eef8f5 100%);
}

.app-header[b-vevuu0igpt] {
    position: sticky;
    top: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1.5rem;
    background:
        linear-gradient(135deg, rgba(15, 1, 68, 0.96) 0%, rgba(37, 0, 136, 0.94) 58%, rgba(0, 124, 255, 0.9) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 40px rgba(15, 1, 68, 0.2);
    backdrop-filter: blur(18px);
}

.app-header-actions[b-vevuu0igpt] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
    padding: 0.3rem 0;
    color: #ffffff;
}

.app-header-actions[b-vevuu0igpt]  .app-user-greeting {
    color: #ffffff;
}

.app-header-actions[b-vevuu0igpt]  a,
.app-header-actions[b-vevuu0igpt]  .btn-link {
    white-space: nowrap;
    text-decoration: none;
    color: #f8fbff;
}

.app-header-actions[b-vevuu0igpt]  a:hover,
.app-header-actions[b-vevuu0igpt]  .btn-link:hover {
    color: #ffffff;
    text-decoration: none;
}

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

article[b-vevuu0igpt] {
    max-width: 1600px;
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    .app-header[b-vevuu0igpt] {
        align-items: stretch;
        flex-direction: column;
        padding: 0.75rem 1rem;
    }

    .app-header-actions[b-vevuu0igpt] {
        justify-content: flex-start;
        width: fit-content;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.top-nav-shell[b-18uw21k0fb] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex: 1;
    min-width: 0;
}

.navbar-brand[b-18uw21k0fb] {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    color: #f8fbff;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-brand-mark[b-18uw21k0fb] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 0.95rem;
    background: linear-gradient(135deg, #007cff 0%, #8ed6c0 100%);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    box-shadow: 0 14px 30px rgba(0, 124, 255, 0.28);
}

.navbar-brand-copy[b-18uw21k0fb] {
    display: grid;
    line-height: 1.05;
}

.navbar-brand-title[b-18uw21k0fb] {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.navbar-brand-subtitle[b-18uw21k0fb] {
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(248, 251, 255, 0.72);
}

.navbar-toggler[b-18uw21k0fb] {
    display: none;
    border: 0;
    border-radius: 0.65rem;
    padding: 0.45rem 0.6rem;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.navbar-toggler-icon[b-18uw21k0fb] {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23f8fbff' class='bi bi-list' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.top-nav-links[b-18uw21k0fb] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem;
    min-width: 0;
    padding: 0;
}

.top-nav-links[b-18uw21k0fb]  .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.65rem 0.95rem;
    border-radius: 999px;
    color: rgba(248, 251, 255, 0.84);
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1;
    transition: background-color 120ms ease, color 120ms ease, transform 120ms ease, box-shadow 120ms ease;
}

.top-nav-links[b-18uw21k0fb]  .nav-link.active,
.nav-group-button.active[b-18uw21k0fb] {
    background: linear-gradient(135deg, #007cff 0%, #8ed6c0 100%);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 124, 255, 0.26);
}

.top-nav-links[b-18uw21k0fb]  .nav-link:hover,
.nav-group-button:hover[b-18uw21k0fb],
.nav-group-button:focus[b-18uw21k0fb] {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    transform: translateY(-1px);
}

.nav-group[b-18uw21k0fb] {
    position: relative;
}

.nav-group-button[b-18uw21k0fb] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.65rem 0.95rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(248, 251, 255, 0.84);
    font: inherit;
    font-size: 0.95rem;
    line-height: 1;
    transition: background-color 120ms ease, color 120ms ease, transform 120ms ease, box-shadow 120ms ease;
}

.nav-group-button:focus[b-18uw21k0fb] {
    outline: none;
}

.nav-group-caret[b-18uw21k0fb] {
    width: 0;
    height: 0;
    border-left: 0.28rem solid transparent;
    border-right: 0.28rem solid transparent;
    border-top: 0.34rem solid currentColor;
}

.nav-group-menu[b-18uw21k0fb] {
    position: absolute;
    top: calc(100% + 0.45rem);
    left: 0;
    z-index: 110;
    display: none;
    min-width: 12rem;
    padding: 0.35rem;
    border: 1px solid rgba(142, 214, 192, 0.32);
    border-radius: 0.75rem;
    background: rgba(15, 1, 68, 0.96);
    box-shadow: 0 18px 38px rgba(15, 1, 68, 0.28);
}

.nav-group:hover .nav-group-menu[b-18uw21k0fb],
.nav-group:focus-within .nav-group-menu[b-18uw21k0fb] {
    display: grid;
    gap: 0.15rem;
}

.top-nav-links[b-18uw21k0fb]  .nav-group-link {
    width: 100%;
    border-radius: 0.55rem;
    padding: 0.65rem 0.75rem;
    justify-content: flex-start;
}

.bi[b-18uw21k0fb] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-size: cover;
    flex: 0 0 auto;
}

.bi-house-door-fill-nav-menu[b-18uw21k0fb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23f8fbff' 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-18uw21k0fb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23f8fbff' class='bi bi-grid-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v4h6V0H2zm5 0v6h9V2a2 2 0 0 0-2-2H7zM0 7v7a2 2 0 0 0 2 2h4V7H0zm7 9h7a2 2 0 0 0 2-2V7H7v9z'/%3E%3C/svg%3E");
}

@media (max-width: 991.98px) {
    .top-nav-shell[b-18uw21k0fb] {
        align-items: stretch;
        flex-direction: column;
        gap: 0.75rem;
    }

    .navbar-toggler[b-18uw21k0fb] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        align-self: flex-start;
    }

    .top-nav-links[b-18uw21k0fb] {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        padding-top: 0.25rem;
    }

    .top-nav-links.collapse[b-18uw21k0fb] {
        display: none;
    }

    .top-nav-links[b-18uw21k0fb]  .nav-link {
        border-radius: 0.85rem;
        justify-content: flex-start;
    }

    .nav-group[b-18uw21k0fb] {
        display: grid;
        gap: 0.35rem;
        width: 100%;
    }

    .nav-group-button[b-18uw21k0fb] {
        width: 100%;
        border-radius: 0.85rem;
        justify-content: flex-start;
    }

    .nav-group-caret[b-18uw21k0fb] {
        display: none;
    }

    .nav-group-menu[b-18uw21k0fb] {
        position: static;
        display: grid;
        gap: 0.2rem;
        min-width: 0;
        padding: 0 0 0 1.25rem;
        border: 0;
        border-left: 1px solid rgba(142, 214, 192, 0.35);
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .top-nav-links[b-18uw21k0fb]  .nav-group-link {
        border-radius: 0.75rem;
    }
}

@media (min-width: 992px) {
    .top-nav-links.collapse[b-18uw21k0fb] {
        display: flex;
    }
}
