@import 'YosemiteSync.Client.62cttpxw58.bundle.scp.css';

/* /Components/Account/Pages/Login.razor.rz.scp.css */
/* Login-specific overrides — shared styles live in wwwroot/css/account-auth.css */
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-avp3aogfad] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.sidebar-open-toggle[b-avp3aogfad] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
}

main[b-avp3aogfad] {
    flex: 1;
    min-width: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.sidebar[b-avp3aogfad] {
    background-color: #e9ecef;
    border-right: 1px solid #dee2e6;
}

.sidebar-backdrop[b-avp3aogfad] {
    display: none;
}

.main-top-bar[b-avp3aogfad] {
    display: flex;
    align-items: center;
    min-height: 3rem;
    padding: 0.35rem 0.75rem;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    position: sticky;
    top: 0;
    z-index: 20;
}

.sidebar-menu-btn[b-avp3aogfad] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    padding: 0.35rem 0.65rem;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    background: #fff;
    color: #212529;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
}

.sidebar-menu-btn:hover[b-avp3aogfad] {
    background: #f1f3f5;
}

.sidebar-menu-icon[b-avp3aogfad] {
    width: 1.1rem;
    height: 1.1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.sidebar-menu-icon-open[b-avp3aogfad] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.sidebar-menu-icon-close[b-avp3aogfad] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23212529' d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.sidebar-open-toggle:checked ~ main .sidebar-menu-icon-open[b-avp3aogfad] {
    display: none;
}

.sidebar-open-toggle:not(:checked) ~ main .sidebar-menu-icon-close[b-avp3aogfad] {
    display: none;
}

.content[b-avp3aogfad] {
    flex: 1;
    min-width: 0;
}

@media (max-width: 640.98px) {
    .sidebar[b-avp3aogfad] {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: min(280px, 88vw);
        z-index: 1050;
        transform: translateX(-105%);
        transition: transform 0.2s ease;
        box-shadow: none;
    }

    .sidebar-open-toggle:checked ~ .sidebar[b-avp3aogfad] {
        transform: translateX(0);
        box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.25);
    }

    .sidebar-open-toggle:checked ~ .sidebar-backdrop[b-avp3aogfad] {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 1040;
        background: rgba(0, 0, 0, 0.35);
        cursor: pointer;
    }
}

@media (min-width: 641px) {
    .page[b-avp3aogfad] {
        flex-direction: row;
    }

    .sidebar[b-avp3aogfad] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
        transition: width 0.2s ease, border-color 0.2s ease;
        overflow: hidden;
    }

    .sidebar-open-toggle:not(:checked) ~ .sidebar[b-avp3aogfad] {
        width: 0;
        border-right-color: transparent;
    }

    .main-top-bar[b-avp3aogfad] {
        position: sticky;
        top: 0;
    }
}

#blazor-error-ui[b-avp3aogfad] {
    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-avp3aogfad] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.top-row[b-pygw50piq1] {
    min-height: 3.5rem;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.navbar-brand[b-pygw50piq1] {
    font-size: 1.1rem;
    color: #212529;
    font-weight: 600;
}

.bi[b-pygw50piq1] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-pygw50piq1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23212529' 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-file-earmark-text-nav-menu[b-pygw50piq1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23212529' class='bi bi-file-earmark-text' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 7a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zM5 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z'/%3E%3Cpath d='M9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.5L9.5 0zm0 1v2A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z'/%3E%3C/svg%3E");
}

.bi-file-check-nav-menu[b-pygw50piq1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23212529' class='bi bi-file-check' viewBox='0 0 16 16'%3E%3Cpath d='M10.854 6.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 8.793l2.646-2.647a.5.5 0 0 1 .708 0z'/%3E%3Cpath d='M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-check-circle-nav-menu[b-pygw50piq1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23212529' class='bi bi-check-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.061l2.5 2.5a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z'/%3E%3C/svg%3E");
}

.bi-camera-nav-menu[b-pygw50piq1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23212529' class='bi bi-camera' viewBox='0 0 16 16'%3E%3Cpath d='M15 12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h1.172a3 3 0 0 0 2.12-.879l.83-.828A1 1 0 0 1 6.827 3h2.344a1 1 0 0 1 .707.293l.828.828A3 3 0 0 0 12.828 5H14a1 1 0 0 1 1 1v6zM2 4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-1.172a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 9.172 2H6.828a2 2 0 0 0-1.414.586l-.828.828A2 2 0 0 1 2.828 4H2z'/%3E%3Cpath d='M8 11a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zm0 1a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM3 6.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-people-nav-menu[b-pygw50piq1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23212529' class='bi bi-people' viewBox='0 0 16 16'%3E%3Cpath d='M15 14s1 0 1-1-1-4-5-4-5 3-5 4 1 1 1 1h8zm-7.978-1A.261.261 0 0 1 7 12.996c.001-.264.167-1.03.76-1.72C8.312 10.629 9.282 10 11 10c1.717 0 2.687.629 3.24 1.276.593.69.758 1.457.76 1.72l-.008.002a.274.274 0 0 1-.014.002H7.022zM11 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm3-2a3 3 0 1 1-6 0 3 3 0 0 1 6 0zM6.936 9.28a5.88 5.88 0 0 0-1.23-.247A7.35 7.35 0 0 0 5 9c-4 0-5 3-5 4 0 .667.333 1 1 1h4.216A2.238 2.238 0 0 1 5 13c0-1.01.377-2.042 1.09-2.904.243-.294.526-.569.846-.816zM4.92 10A5.493 5.493 0 0 0 4 13H1c0-.26.164-1.03.76-1.724.545-.636 1.492-1.256 3.16-1.275zM1.5 5.5a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm3-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4z'/%3E%3C/svg%3E");
}

.bi-box-seam-nav-menu[b-pygw50piq1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23212529' class='bi bi-box-seam' viewBox='0 0 16 16'%3E%3Cpath d='M8.186 1.113a.5.5 0 0 0-.372 0L1.846 3.5l2.404.961L10.404 2l-2.218-.887zm3.564 1.426L5.5 4.677v6.55l6.25-2.5V2.539zM3.25 4.5 8 2.539v6.688L3.25 11.188V4.5zm6.25 6.55v-6.688L12.75 4.5v6.688l-3.25 1.312z'/%3E%3Cpath d='M14.5 1a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 .5-.5h13zm-13-1A1.5 1.5 0 0 0 0 1.5v13A1.5 1.5 0 0 0 1.5 16h13a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 14.5 0h-13z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-pygw50piq1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23212529' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-pygw50piq1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23212529' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-pygw50piq1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23212529' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-shield-lock-nav-menu[b-pygw50piq1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23212529' class='bi bi-shield-lock' viewBox='0 0 16 16'%3E%3Cpath d='M5.338 1.59a61.44 61.44 0 0 0-2.837.856.48.48 0 0 0-.328.39v1.796c0 .254.13.49.35.625C3.87 5.56 5.64 6.48 8 6.48s4.13-.92 5.477-1.219a.68.68 0 0 0 .35-.625V2.836a.48.48 0 0 0-.328-.39 61.44 61.44 0 0 0-2.837-.856C9.84 1.223 8.97 1 8 1s-1.84.223-2.662.59z'/%3E%3Cpath d='M4.5 8a3.5 3.5 0 1 1 7 0v1.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 0 .5-.5V8z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-pygw50piq1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23212529' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

/* Active state icons - white for contrast */
.nav-item[b-pygw50piq1]  a.active .bi {
    filter: brightness(0) invert(1);
}

.nav-item[b-pygw50piq1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-pygw50piq1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-pygw50piq1] {
        padding-bottom: 1rem;
    }

    .nav-item[b-pygw50piq1]  .nav-link {
        color: #212529;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        font-weight: 500;
    }

.nav-item[b-pygw50piq1]  a.active {
    background-color: #0d6efd;
    color: white;
}

.nav-item[b-pygw50piq1]  .nav-link:hover {
    background-color: #dee2e6;
    color: #212529;
}

.nav-item[b-pygw50piq1]  a.active:hover {
    background-color: #0b5ed7;
    color: white;
}

.nav-group-details[b-pygw50piq1] {
    width: 100%;
}

.nav-group-details > summary[b-pygw50piq1] {
    list-style: none;
}

.nav-group-details > summary[b-pygw50piq1]::-webkit-details-marker {
    display: none;
}

.nav-group-toggle[b-pygw50piq1] {
    cursor: pointer;
    text-align: left;
    justify-content: flex-start;
    gap: 0;
}

.nav-group-toggle .nav-chevron[b-pygw50piq1] {
    margin-left: auto;
    width: 0.55rem;
    height: 0.55rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    transition: transform 0.15s ease;
    margin-right: 0.35rem;
}

.nav-group-details[open] > summary .nav-chevron[b-pygw50piq1] {
    transform: rotate(45deg);
    margin-top: -0.2rem;
}

.nav-group-toggle:hover[b-pygw50piq1] {
    background-color: #dee2e6;
    color: #212529;
}

.nav-submenu[b-pygw50piq1] {
    margin: 0.15rem 0 0.35rem 1.85rem;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.nav-item[b-pygw50piq1]  .nav-sublink {
    height: 2.35rem;
    line-height: 2.35rem;
    font-size: 0.85rem;
    font-weight: 500;
    padding-left: 0.75rem;
}

.nav-item[b-pygw50piq1]  .nav-sublink.active {
    background-color: #0d6efd;
    color: #fff;
}

.nav-scrollable[b-pygw50piq1] {
    display: block;
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 640.98px) {
    .nav-scrollable[b-pygw50piq1] {
        height: calc(100vh - 3.5rem);
        max-height: calc(100dvh - 3.5rem);
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-hero[b-7tl7f6xvcq] {
    padding: 2.5rem 0 1.5rem;
    text-align: left;
}

.home-title[b-7tl7f6xvcq],
.home-subtitle[b-7tl7f6xvcq],
.home-internal[b-7tl7f6xvcq] {
    font-family: "Bebas Neue", Impact, "Arial Narrow Bold", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.home-title[b-7tl7f6xvcq] {
    color: #000;
    font-size: clamp(3.25rem, 13vw, 6rem);
    font-weight: 600;
    line-height: 0.92;
    letter-spacing: 0.06em;
    margin: 0.1rem 2rem 0;
}

.home-subtitle[b-7tl7f6xvcq] {
    margin: 0.1rem 2rem 0;
    color: #000;
    font-size: clamp(3.25rem, 11vw, 6rem);

    line-height: 0.95;
    letter-spacing: 0.03em;
 /*   margin-left: 0.5em;*/
}

.home-internal[b-7tl7f6xvcq] {
    margin: 0.1rem 2rem 0;
    color: #e67e22;
    font-size: clamp(3.25rem, 8vw, 5rem);
    line-height: 1;
    letter-spacing: 0.015em;
}
