/* /Components/Layout/MainLayout.razor.rz.scp.css */
@keyframes bgFloat1-b-ohmbcmuzgk {
    0%   { transform: translate(0, 0) scale(1); }
    20%  { transform: translate(50px, -80px) scale(1.12); }
    45%  { transform: translate(-30px, 40px) scale(0.94); }
    70%  { transform: translate(70px, 60px) scale(1.08); }
    100% { transform: translate(0, 0) scale(1); }
}

@keyframes bgFloat2-b-ohmbcmuzgk {
    0%   { transform: translate(0, 0) scale(1); }
    30%  { transform: translate(-70px, 50px) scale(1.14); }
    60%  { transform: translate(40px, -60px) scale(0.90); }
    100% { transform: translate(0, 0) scale(1); }
}

@keyframes bgFloat3-b-ohmbcmuzgk {
    0%   { transform: translate(0, 0) scale(1); }
    35%  { transform: translate(50px, 60px) scale(1.10); }
    70%  { transform: translate(-35px, -40px) scale(0.93); }
    100% { transform: translate(0, 0) scale(1); }
}

@keyframes bgFloat4-b-ohmbcmuzgk {
    0%   { transform: translate(0, 0) scale(1); }
    40%  { transform: translate(-55px, -45px) scale(1.15); }
    80%  { transform: translate(35px, 55px) scale(0.92); }
    100% { transform: translate(0, 0) scale(1); }
}

@keyframes gradientPulse-b-ohmbcmuzgk {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.65; }
}

.bg-blob[b-ohmbcmuzgk] {
    position: fixed;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
    filter: blur(70px);
}

.bg-blob-1[b-ohmbcmuzgk] {
    width: 650px;
    height: 650px;
    top: -8%;
    left: -12%;
    background: var(--blob-1);
    animation: bgFloat1-b-ohmbcmuzgk 20s ease-in-out infinite;
}

.bg-blob-2[b-ohmbcmuzgk] {
    width: 550px;
    height: 550px;
    bottom: 2%;
    right: -12%;
    background: var(--blob-2);
    animation: bgFloat2-b-ohmbcmuzgk 24s ease-in-out infinite;
    filter: blur(65px);
}

.bg-blob-3[b-ohmbcmuzgk] {
    width: 450px;
    height: 450px;
    top: 35%;
    left: 22%;
    background: var(--blob-3);
    animation: bgFloat3-b-ohmbcmuzgk 18s ease-in-out infinite;
    filter: blur(75px);
}

.bg-blob-4[b-ohmbcmuzgk] {
    width: 400px;
    height: 400px;
    top: 55%;
    right: 15%;
    background: var(--blob-4);
    animation: bgFloat4-b-ohmbcmuzgk 26s ease-in-out infinite;
    filter: blur(80px);
}

@keyframes auroraDrift-b-ohmbcmuzgk {
    0%   { background-position: 0% 50%; }
    33%  { background-position: 100% 0%; }
    66%  { background-position: 50% 100%; }
    100% { background-position: 0% 50%; }
}

@keyframes lightSweep-b-ohmbcmuzgk {
    0%         { transform: translateX(-200%) skewX(-20deg); opacity: 0; }
    5%         { opacity: 1; }
    80%        { opacity: 1; }
    100%       { transform: translateX(400%) skewX(-20deg); opacity: 0; }
}

.page[b-ohmbcmuzgk] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    background: transparent;
    overflow-x: hidden;
}

.page[b-ohmbcmuzgk]::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -1;
    background: linear-gradient(
        -45deg,
        var(--aurora-stop-1) 0%,
        var(--aurora-stop-2) 20%,
        var(--aurora-stop-3) 40%,
        var(--aurora-stop-4) 60%,
        var(--aurora-stop-5) 80%,
        var(--aurora-stop-6) 100%
    );
    background-size: 400% 400%;
    animation: auroraDrift-b-ohmbcmuzgk 32s ease infinite;
    pointer-events: none;
}

.page[b-ohmbcmuzgk]::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        var(--aurora-beam) 50%,
        transparent 100%
    );
    animation: lightSweep-b-ohmbcmuzgk 24s ease-in-out infinite;
    pointer-events: none;
    z-index: -1;
}

main[b-ohmbcmuzgk] {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    background: var(--main-bg);
    min-width: 0;
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

main[b-ohmbcmuzgk]::before {
    content: '';
    position: fixed;
    width: 700px;
    height: 700px;
    top: -180px;
    right: -150px;
    background: radial-gradient(circle, var(--aurora-orb-a) 0%, var(--aurora-orb-a-outer) 40%, transparent 70%);
    border-radius: 50%;
    animation: mainOrbFloat1-b-ohmbcmuzgk 18s ease-in-out infinite alternate;
    pointer-events: none;
    filter: blur(50px);
    z-index: 0;
}

main[b-ohmbcmuzgk]::after {
    content: '';
    position: fixed;
    width: 800px;
    height: 800px;
    bottom: -200px;
    left: -150px;
    background: radial-gradient(circle, var(--aurora-orb-b) 0%, var(--aurora-orb-b-outer) 40%, transparent 70%);
    border-radius: 50%;
    animation: mainOrbFloat2-b-ohmbcmuzgk 22s ease-in-out infinite alternate;
    pointer-events: none;
    filter: blur(60px);
    z-index: 0;
}

@keyframes mainOrbFloat1-b-ohmbcmuzgk {
    0%   { transform: translate(0, 0) scale(1); opacity: 0.6; }
    50%  { transform: translate(-40px, 80px) scale(1.15); opacity: 1; }
    100% { transform: translate(20px, 40px) scale(0.9); opacity: 0.5; }
}

@keyframes mainOrbFloat2-b-ohmbcmuzgk {
    0%   { transform: translate(0, 0) scale(1); opacity: 0.5; }
    50%  { transform: translate(50px, -60px) scale(1.1); opacity: 0.8; }
    100% { transform: translate(-30px, -30px) scale(1.05); opacity: 0.4; }
}

article[b-ohmbcmuzgk] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    width: 100%;
    max-width: none;
    position: relative;
    z-index: 1;
}

.sidebar[b-ohmbcmuzgk] {
    background: var(--sidebar-bg);
    position: relative;
    overflow: hidden;
    box-shadow: var(--sidebar-box-shadow);
}

.sidebar[b-ohmbcmuzgk]::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    top: -40px;
    right: -60px;
    background: radial-gradient(circle, var(--sidebar-orb-a) 0%, var(--sidebar-orb-a-outer) 40%, transparent 70%);
    border-radius: 50%;
    animation: orbFloat1-b-ohmbcmuzgk 10s ease-in-out infinite alternate;
    pointer-events: none;
    filter: blur(20px);
}

.sidebar[b-ohmbcmuzgk]::after {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: -60px;
    left: -80px;
    background: radial-gradient(circle, var(--sidebar-orb-b) 0%, var(--sidebar-orb-b-outer) 40%, transparent 70%);
    border-radius: 50%;
    animation: orbFloat2-b-ohmbcmuzgk 12s ease-in-out infinite alternate;
    pointer-events: none;
    filter: blur(25px);
}

@keyframes orbFloat1-b-ohmbcmuzgk {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.7;
    }

    50% {
        transform: translate(-15px, 30px) scale(1.15);
        opacity: 1;
    }

    100% {
        transform: translate(10px, 60px) scale(0.95);
        opacity: 0.6;
    }
}

@keyframes orbFloat2-b-ohmbcmuzgk {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.6;
    }

    50% {
        transform: translate(20px, -40px) scale(1.1);
        opacity: 0.9;
    }

    100% {
        transform: translate(-10px, -20px) scale(1.05);
        opacity: 0.5;
    }
}

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

    .sidebar[b-ohmbcmuzgk] {
        width: 260px;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        overflow: hidden;
        flex-shrink: 0;
        border-right: 1px solid var(--sidebar-border);
    }

    .sidebar .nav-scrollable[b-ohmbcmuzgk]::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: var(--sidebar-accent-line);
        pointer-events: none;
    }

    main[b-ohmbcmuzgk] {
        margin-left: 260px;
        width: calc(100% - 260px);
        flex-grow: 1;
        max-width: none;
    }

    article[b-ohmbcmuzgk] {
        padding: 0;
        width: 100%;
        max-width: none;
    }
}

#blazor-error-ui[b-ohmbcmuzgk] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-ohmbcmuzgk] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lqv5ibi0z0] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.75rem;
    color: white;
    position: absolute;
    top: 0.625rem;
    right: 1rem;
    border: 1px solid rgba(74, 130, 114, 0.3);
    border-radius: 12px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem;
    background-color: var(--color-primary);
    backdrop-filter: blur(8px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.navbar-toggler:hover[b-lqv5ibi0z0] {
    background-color: rgba(74, 130, 114, 0.22);
    border-color: rgba(74, 130, 114, 0.5);
    transform: scale(1.05);
    box-shadow: 0 4px 16px rgba(74, 130, 114, 0.28);
}

.navbar-toggler:checked[b-lqv5ibi0z0] {
    background-color: rgba(74, 130, 114, 0.35);
    border-color: rgba(74, 130, 114, 0.6);
}

.top-row[b-lqv5ibi0z0] {
    min-height: 5.5rem;
    background: linear-gradient(135deg, rgba(10, 30, 24, 0.75) 0%, rgba(24, 59, 48, 0.65) 100%);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06), 0 8px 32px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(74, 130, 114, 0.20);
    position: relative;
    overflow: hidden;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.top-row[b-lqv5ibi0z0]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(106, 168, 152, 0.07) 50%, transparent 100%);
    animation: brandShimmer-b-lqv5ibi0z0 8s ease-in-out infinite;
}

@keyframes brandShimmer-b-lqv5ibi0z0 {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(50%); }
}

.brand-logo-ring[b-lqv5ibi0z0] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(106, 168, 152, 0.35) 0%, rgba(74, 130, 114, 0.22) 100%);
    border: 1px solid rgba(106, 168, 152, 0.42);
    box-shadow: 0 0 20px rgba(74, 130, 114, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
}

.brand-logo-ring[b-lqv5ibi0z0]::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 16px;
    background: conic-gradient(from 0deg, rgba(106, 168, 152, 0.55), rgba(122, 184, 208, 0.35), rgba(74, 130, 114, 0.15), rgba(122, 184, 208, 0.35), rgba(106, 168, 152, 0.55));
    z-index: -1;
    opacity: 0.65;
    animation: ringRotate-b-lqv5ibi0z0 6s linear infinite;
}

@keyframes ringRotate-b-lqv5ibi0z0 {
    to { transform: rotate(360deg); }
}

.navbar-brand[b-lqv5ibi0z0] {
    font-size: 1.15rem;
    font-weight: 700;
    color: white !important;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    text-decoration: none;
    width: 100%;
    padding: 0.5rem 0;
}

.brand-icon[b-lqv5ibi0z0] {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    filter: drop-shadow(0 0 8px rgba(106, 168, 152, 0.55));
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.brand-text[b-lqv5ibi0z0] {
    background: linear-gradient(135deg, #ffffff 0%, #A8D8C8 50%, #ffffff 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: textShine-b-lqv5ibi0z0 4s ease-in-out infinite;
    font-weight: 700;
    letter-spacing: 0.3px;
}

@keyframes textShine-b-lqv5ibi0z0 {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.navbar-brand:hover[b-lqv5ibi0z0] {
    transform: translateY(-1px);
}

.navbar-brand:hover .brand-logo-ring[b-lqv5ibi0z0] {
    transform: scale(1.08);
    box-shadow: 0 0 30px rgba(106, 168, 152, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    border-color: rgba(106, 168, 152, 0.65);
}

.navbar-brand:hover .brand-icon[b-lqv5ibi0z0] {
    transform: rotate(8deg) scale(1.1);
    filter: drop-shadow(0 0 16px rgba(106, 168, 152, 0.75));
}

.nav-section-label[b-lqv5ibi0z0] {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(168, 216, 200, 0.9);
    padding: 1.25rem 1.75rem 0.5rem;
    margin: 0;
    user-select: none;
    position: relative;
}

.nav-divider[b-lqv5ibi0z0] {
    height: 1px;
    margin: 0.75rem 1.5rem;
    background: linear-gradient(90deg, transparent 0%, rgba(106, 168, 152, 0.28) 50%, transparent 100%);
    position: relative;
}

.nav-divider[b-lqv5ibi0z0]::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 20%;
    right: 20%;
    height: 3px;
    background: radial-gradient(ellipse, rgba(106, 168, 152, 0.32) 0%, transparent 80%);
    filter: blur(2px);
}

.nav-icon-wrap[b-lqv5ibi0z0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: rgba(106, 168, 152, 0.10);
    margin-right: 0.75rem;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    position: relative;
}

.bi[b-lqv5ibi0z0] {
    display: inline-block;
    position: relative;
    width: 1.125rem;
    height: 1.125rem;
    margin: 0;
    top: 0;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-lqv5ibi0z0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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-lqv5ibi0z0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-lqv5ibi0z0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-journal-text[b-lqv5ibi0z0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M5 10.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5'/%3E%3Cpath d='M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2'/%3E%3Cpath d='M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1z'/%3E%3C/svg%3E");
}

.bi-card-checklist[b-lqv5ibi0z0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M14.5 3a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5zm-13-1A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2z'/%3E%3Cpath d='M7 5.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m-1.496-.854a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708l.146.147 1.146-1.147a.5.5 0 0 1 .708 0M7 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m-1.496-.854a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 0 1 .708-.708l.146.147 1.146-1.147a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
}

.bi-check2-square[b-lqv5ibi0z0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M3 14.5A1.5 1.5 0 0 1 1.5 13V3A1.5 1.5 0 0 1 3 1.5h8a.5.5 0 0 1 0 1H3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V8a.5.5 0 0 1 1 0v5a1.5 1.5 0 0 1-1.5 1.5H3z'/%3E%3Cpath d='m8.354 10.354 7-7a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0z'/%3E%3C/svg%3E");
}

.bi-clock-history[b-lqv5ibi0z0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8.515 1.019A7 7 0 0 0 8 1V0a8 8 0 0 1 .589.022zm2.004.45a7 7 0 0 0-.985-.299l.219-.976q.576.129 1.126.342zm1.37.71a7 7 0 0 0-.439-.27l.493-.87a8 8 0 0 1 .979.654l-.615.789a7 7 0 0 0-.418-.302zm1.834 1.79a7 7 0 0 0-.653-.796l.724-.69q.406.429.747.91zm.744 1.352a7 7 0 0 0-.214-.468l.893-.45a8 8 0 0 1 .45 1.088l-.95.313a7 7 0 0 0-.179-.483m.53 2.507a7 7 0 0 0-.1-1.025l.985-.17q.1.58.116 1.17zm-.131 1.538q.05-.254.081-.51l.993.123a8 8 0 0 1-.23 1.155l-.964-.267q.069-.247.12-.501m-.952 2.379q.276-.436.486-.908l.914.405q-.253.566-.574 1.09zm-1.398 1.8a7 7 0 0 0 .707-.737l.728.686a8 8 0 0 1-.808.845zM8 15a6.97 6.97 0 0 0 5.22-2.35l.725.687A8.005 8.005 0 0 1 8 16zM8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1M8 4.5a.5.5 0 0 1 .5.5v3.29l2.09 1.04a.5.5 0 0 1-.44.9L7.82 8.85A.5.5 0 0 1 7.5 8V5a.5.5 0 0 1 .5-.5'/%3E%3C/svg%3E");
}

.bi-calendar-plus[b-lqv5ibi0z0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 7a.5.5 0 0 1 .5.5V9H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V10H6a.5.5 0 0 1 0-1h1.5V7.5A.5.5 0 0 1 8 7'/%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z'/%3E%3C/svg%3E");
}

.bi-person-circle[b-lqv5ibi0z0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0'/%3E%3Cpath fill-rule='evenodd' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1'/%3E%3C/svg%3E");
}

.bi-box-arrow-right[b-lqv5ibi0z0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0z'/%3E%3Cpath fill-rule='evenodd' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708z'/%3E%3C/svg%3E");
}

.bi-people-fill[b-lqv5ibi0z0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-5.784 6A2.24 2.24 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.3 6.3 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1zM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5'/%3E%3C/svg%3E");
}

.bi-calendar3[b-lqv5ibi0z0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857z'/%3E%3Cpath d='M6.5 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2'/%3E%3C/svg%3E");
}

.bi-clock[b-lqv5ibi0z0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 3.5a.5.5 0 0 0-1 0V8a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 7.71z'/%3E%3Cpath d='M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m7-8A7 7 0 1 1 1 8a7 7 0 0 1 14 0'/%3E%3C/svg%3E");
}

.nav-item[b-lqv5ibi0z0] {
    font-size: 0.9rem;
    padding: 0.2rem 0.75rem;
    position: relative;
}

    .nav-item:first-of-type[b-lqv5ibi0z0] {
        padding-top: 0.25rem;
    }

    .nav-item:last-of-type[b-lqv5ibi0z0] {
        padding-bottom: 0.5rem;
    }

    .nav-item[b-lqv5ibi0z0]  .nav-link {
        color: rgba(255, 255, 255, 0.92);
        height: 2.85rem;
        display: flex;
        align-items: center;
        line-height: 1;
        width: 100%;
        padding: 0 0.85rem;
        font-weight: 500;
        letter-spacing: 0.2px;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        overflow: hidden;
        text-decoration: none;
        gap: 0;
    }

    .nav-item[b-lqv5ibi0z0]  .nav-link::before {
        content: '';
        position: absolute;
        left: 0;
        top: 20%;
        bottom: 20%;
        width: 3px;
        border-radius: 0 4px 4px 0;
        background: linear-gradient(180deg, #A8D8C8 0%, #6AA898 50%, #4A8272 100%);
        opacity: 0;
        transform: scaleY(0);
        transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 0 0 12px rgba(106, 168, 152, 0.6);
    }

    .nav-item[b-lqv5ibi0z0]  .nav-link::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(74, 130, 114, 0.10) 0%, rgba(106, 168, 152, 0.05) 100%);
        opacity: 0;
        transition: opacity 0.3s ease;
        border-radius: 12px;
        pointer-events: none;
    }

    .nav-item[b-lqv5ibi0z0]  .nav-link:hover::after {
        opacity: 1;
    }


.nav-item[b-lqv5ibi0z0]  .nav-link:hover {
    background: var(--color-primary-dark);
    border-color: rgba(74, 130, 114, 0.18);
    color: white;
    transform: translateX(2px);
    text-decoration: none;
}

.nav-item[b-lqv5ibi0z0]  .nav-link:hover::before {
    opacity: 0.6;
    transform: scaleY(0.6);
}

.nav-item[b-lqv5ibi0z0]  .nav-link:hover .nav-icon-wrap {
    background: rgba(74, 130, 114, 0.20);
    transform: scale(1.05);
}


.nav-item[b-lqv5ibi0z0]  a.active {
    background: linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-primary) 100%);
    border-color: rgba(74, 130, 114, 0.28);
    color: white;
    box-shadow: 0 4px 20px rgba(74, 130, 114, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    font-weight: 600;
}

.nav-item[b-lqv5ibi0z0]  a.active::before {
    opacity: 1;
    transform: scaleY(1);
}

.nav-item[b-lqv5ibi0z0]  a.active .nav-icon-wrap {
    background: linear-gradient(135deg, rgba(74, 130, 114, 0.32) 0%, rgba(106, 168, 152, 0.26) 100%);
    box-shadow: 0 0 16px rgba(74, 130, 114, 0.32);
}

.nav-item[b-lqv5ibi0z0]  a.active .bi {
    filter: drop-shadow(0 0 6px rgba(106, 168, 152, 0.55));
}


.nav-theme-toggle[b-lqv5ibi0z0] {
    -webkit-appearance: none;
    appearance: none;
    color: rgba(255, 255, 255, 0.92) !important;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 12px;
    height: 2.85rem;
    display: flex;
    align-items: center;
    line-height: 1;
    width: 100%;
    padding: 0 0.85rem;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.2px;
    cursor: pointer;
    text-align: left;
    gap: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.nav-theme-toggle[b-lqv5ibi0z0]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    bottom: 20%;
    width: 3px;
    border-radius: 0 4px 4px 0;
    background: linear-gradient(180deg, #A8D8C8 0%, #6AA898 50%, #4A8272 100%);
    opacity: 0;
    transform: scaleY(0);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0 12px rgba(106, 168, 152, 0.6);
}

.nav-theme-toggle[b-lqv5ibi0z0]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(74, 130, 114, 0.10) 0%, rgba(106, 168, 152, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 12px;
    pointer-events: none;
}

.nav-theme-toggle:hover[b-lqv5ibi0z0]::after {
    opacity: 1;
}

.nav-theme-toggle:hover[b-lqv5ibi0z0] {
    background: var(--color-primary-dark);
    border-color: rgba(74, 130, 114, 0.18);
    color: white;
    transform: translateX(2px);
}

.nav-theme-toggle:hover[b-lqv5ibi0z0]::before {
    opacity: 0.6;
    transform: scaleY(0.6);
}

.nav-theme-toggle:hover .nav-icon-wrap[b-lqv5ibi0z0] {
    background: rgba(74, 130, 114, 0.20);
    transform: scale(1.05);
}

.nav-theme-label[b-lqv5ibi0z0] {
    flex: 1;
}

.theme-toggle-switch[b-lqv5ibi0z0] {
    width: 34px;
    height: 18px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 9px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    position: relative;
    flex-shrink: 0;
    transition: background 0.3s ease, border-color 0.3s ease;
    margin-left: 4px;
}

.theme-toggle-thumb[b-lqv5ibi0z0] {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.nav-theme-item[b-lqv5ibi0z0] {
    padding-bottom: 4px;
}


.nav-item-logout[b-lqv5ibi0z0]  .nav-link {
    color: rgba(255, 255, 255, 0.92);
}

.nav-item-logout[b-lqv5ibi0z0]  .nav-link:hover {
    color: white;
    background: var(--color-primary-dark);
    border-color: rgba(74, 130, 114, 0.18);
}

.nav-item-logout[b-lqv5ibi0z0]  .nav-link:hover .nav-icon-wrap {
    background: rgba(139, 92, 246, 0.18);
}

.nav-item-logout[b-lqv5ibi0z0]  .nav-link:hover::before {
    background: linear-gradient(180deg, #a78bfa 0%, #8b5cf6 50%, #7c3aed 100%);
    opacity: 0.6;
    transform: scaleY(0.6);
}

.nav-scrollable[b-lqv5ibi0z0] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-lqv5ibi0z0] {
    display: block;
}

.nav-scrollable[b-lqv5ibi0z0]::-webkit-scrollbar {
    width: 4px;
}

.nav-scrollable[b-lqv5ibi0z0]::-webkit-scrollbar-track {
    background: transparent;
}

.nav-scrollable[b-lqv5ibi0z0]::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(139, 92, 246, 0.3) 0%, rgba(168, 85, 247, 0.3) 100%);
    border-radius: 10px;
}

.nav-scrollable[b-lqv5ibi0z0]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(139, 92, 246, 0.55) 0%, rgba(168, 85, 247, 0.55) 100%);
}

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

    .nav-scrollable[b-lqv5ibi0z0] {
        display: block;

        height: calc(100vh - 5.5rem);
        overflow-y: auto;
        overflow-x: hidden;
    }
}
