/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-layout[b-ig4yr0oaqi] {
    min-height: 100vh;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-0arv02zd5f] {
    min-height: 100vh;
    background: #e9eef2;
}

.app-header[b-0arv02zd5f] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 4rem;
    padding: 0 1.5rem;
    background: #075865;
    color: #fff;
}

.brand[b-0arv02zd5f] {
    display: inline-flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.brand:hover[b-0arv02zd5f] {
    color: #fff;
}

.brand-logo[b-0arv02zd5f] {
    display: block;
    width: auto;
    height: 1.65rem;
    width: 1.65rem;
    object-fit: contain;
}

.brand-name[b-0arv02zd5f] {
    margin-left: 0.7rem;
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.user-menu[b-0arv02zd5f] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 2.45rem;
    padding: 0 0.95rem 0 1rem;
    border: 2px solid rgba(255, 255, 255, 0.95);
    border-radius: 1rem;
    background: rgba(10, 72, 82, 0.98);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 800;
    box-shadow: 0 0.12rem 0.3rem rgba(8, 25, 32, 0.12);
    cursor: pointer;
    list-style: none;
}

.user-menu[b-0arv02zd5f]::-webkit-details-marker,
.user-menu[b-0arv02zd5f]::marker {
    display: none;
}

.user-menu:hover[b-0arv02zd5f] {
    background: rgba(8, 64, 73, 0.98);
}

.user-menu-dropdown[b-0arv02zd5f] {
    position: relative;
}

.user-menu-dropdown[open] .user-menu[b-0arv02zd5f] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
}

.user-menu-name[b-0arv02zd5f] {
    white-space: nowrap;
}

.user-menu-caret[b-0arv02zd5f] {
    width: 0.5rem;
    height: 0.5rem;
    border-right: 1.75px solid currentColor;
    border-bottom: 1.75px solid currentColor;
    transform: rotate(45deg) translateY(-0.12rem);
    transition: transform 160ms ease;
}

.user-menu-dropdown[open] .user-menu-caret[b-0arv02zd5f] {
    transform: rotate(-135deg) translateY(0.06rem);
}

.user-menu-panel[b-0arv02zd5f] {
    position: absolute;
    top: calc(100% + 0.2rem);
    right: 0;
    z-index: 20;
    width: min(17.25rem, calc(100vw - 2rem));
    padding: 0.95rem 0 0.7rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #fff;
    color: #1b2f43;
    box-shadow: 0 1rem 2rem rgba(15, 30, 45, 0.18);
}

.user-menu-account[b-0arv02zd5f] {
    padding: 0 1rem 0.8rem;
    border-bottom: 1px solid #e6ebf0;
}

.user-menu-account-name[b-0arv02zd5f] {
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.3;
}

.user-menu-account-email[b-0arv02zd5f] {
    margin-top: 0.25rem;
    color: #5f7385;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.3;
    word-break: break-word;
}

.user-menu-action-form[b-0arv02zd5f] {
    margin: 0;
}

.user-menu-action[b-0arv02zd5f] {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.8rem 1rem 0.1rem;
    border: 0;
    background: transparent;
    color: #ff5a53;
    font-size: 0.95rem;
    font-weight: 700;
    text-align: left;
}

.user-menu-logout-icon[b-0arv02zd5f] {
    position: relative;
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
}

.user-menu-logout-icon[b-0arv02zd5f]::before,
.user-menu-logout-icon[b-0arv02zd5f]::after {
    content: "";
    position: absolute;
}

.user-menu-logout-icon[b-0arv02zd5f]::before {
    inset: 0.08rem 0.42rem 0.08rem 0.06rem;
    border: 2px solid currentColor;
    border-left: 0;
    border-radius: 0 0.2rem 0.2rem 0;
}

.user-menu-logout-icon[b-0arv02zd5f]::after {
    top: 0.25rem;
    left: 0.34rem;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

.user-menu-action:hover[b-0arv02zd5f] {
    background: rgba(255, 90, 83, 0.08);
}

.user-menu-link[b-0arv02zd5f] {
    text-decoration: none;
}

.app-body[b-0arv02zd5f] {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 4rem);
}

#blazor-error-ui[b-0arv02zd5f] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-0arv02zd5f] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 640.98px) {
    .app-header[b-0arv02zd5f] {
        min-height: 3.5rem;
        padding: 0 1rem;
    }

    .brand[b-0arv02zd5f] {
        max-width: min(60vw, 10.5rem);
    }

    .brand-logo[b-0arv02zd5f] {
        height: 1.7rem;
        width: 1.7rem;
    }

    .brand-name[b-0arv02zd5f] {
        font-size: 0.9rem;
    }

    .user-menu[b-0arv02zd5f] {
        font-size: 0.8rem;
        min-height: 2.3rem;
        padding: 0 0.8rem 0 0.9rem;
    }

    .user-menu-panel[b-0arv02zd5f] {
        width: min(16.25rem, calc(100vw - 1.25rem));
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6k3skdcz7i] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    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.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-6k3skdcz7i] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-6k3skdcz7i] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-6k3skdcz7i] {
    font-size: 1.1rem;
}

.bi[b-6k3skdcz7i] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill[b-6k3skdcz7i] {
    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[b-6k3skdcz7i] {
    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[b-6k3skdcz7i] {
    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");
}

.nav-item[b-6k3skdcz7i] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6k3skdcz7i] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6k3skdcz7i] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6k3skdcz7i]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-6k3skdcz7i]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-6k3skdcz7i]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

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

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

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

    .nav-scrollable[b-6k3skdcz7i] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/ClientModules.razor.rz.scp.css */
.module-hero[b-9uib3fipwg] {
    background: #075865;
    color: #fff;
    padding: 1.45rem 1.5rem 1.65rem;
}

.module-hero-top[b-9uib3fipwg] {
    margin-bottom: 0.9rem;
}

.module-breadcrumb[b-9uib3fipwg] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: #d3edf2;
    font-size: 0.82rem;
    font-weight: 700;
}

.module-breadcrumb button[b-9uib3fipwg] {
    border: 0;
    padding: 0;
    background: transparent;
    color: #d3edf2;
    font: inherit;
}

.module-breadcrumb span[aria-hidden="true"][b-9uib3fipwg] {
    width: 0.45rem;
    height: 0.45rem;
    border-top: 1px solid #d3edf2;
    border-right: 1px solid #d3edf2;
    transform: rotate(45deg);
}

.module-hero-main[b-9uib3fipwg] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
}

.module-hero h1[b-9uib3fipwg] {
    margin: 0 0 0.45rem;
    font-size: 1.72rem;
    font-weight: 800;
    letter-spacing: 0;
}

.module-hero p[b-9uib3fipwg] {
    margin: 0;
    color: #cbeaf0;
    font-size: 0.9rem;
    font-weight: 600;
}

.add-module-button[b-9uib3fipwg] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: 8.6rem;
    height: 2.45rem;
    border: 0;
    border-radius: 8px;
    background: #f2473f;
    color: #fff;
    font-size: 0.86rem;
    font-weight: 800;
}

.add-module-button span:first-child[b-9uib3fipwg] {
    font-size: 1.15rem;
    line-height: 1;
}

.module-page[b-9uib3fipwg] {
    min-height: calc(100vh - 10rem);
    padding: 1.8rem 1.5rem 2.5rem;
    background: #e8edf2;
}

.module-grid[b-9uib3fipwg] {
    display: grid;
    grid-template-columns: repeat(3, minmax(16rem, 1fr));
    gap: 1rem;
}

.module-tile[b-9uib3fipwg] {
    min-height: 9.8rem;
    padding: 1.35rem 1.45rem 1.2rem;
    border: 1px solid #d9e0e7;
    border-radius: 8px;
    background: #fff;
    color: #20384f;
    box-shadow: 0 1px 3px rgba(14, 31, 53, 0.12);
}

.module-tile-header[b-9uib3fipwg] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.8rem;
}

.module-tile h2[b-9uib3fipwg] {
    margin: 0;
    color: #10243a;
    font-size: 1.02rem;
    font-weight: 800;
    letter-spacing: 0;
}

.module-tile-header span[b-9uib3fipwg] {
    width: 0.55rem;
    height: 0.55rem;
    margin-top: 0.18rem;
    border-top: 2px solid #9aaabd;
    border-right: 2px solid #9aaabd;
    transform: rotate(45deg);
    flex: 0 0 auto;
}

.module-tile p[b-9uib3fipwg] {
    min-height: 2.2rem;
    margin: 0 0 0.95rem;
    color: #52687e;
    font-size: 0.84rem;
    line-height: 1.45;
}

.module-tile dl[b-9uib3fipwg] {
    display: grid;
    gap: 0.58rem;
    margin: 0;
}

.module-tile dl div[b-9uib3fipwg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.module-tile dt[b-9uib3fipwg],
.module-tile dd[b-9uib3fipwg] {
    margin: 0;
    font-size: 0.82rem;
}

.module-tile dt[b-9uib3fipwg] {
    color: #52687e;
}

.module-tile dd[b-9uib3fipwg] {
    color: #10243a;
    font-weight: 800;
}

.module-empty-state[b-9uib3fipwg] {
    padding: 2rem;
    border: 1px solid #d9e0e7;
    border-radius: 8px;
    background: #fff;
    color: #52687e;
    font-weight: 700;
}

.module-error-state[b-9uib3fipwg] {
    color: #b42318;
}

.add-module-surface[b-9uib3fipwg] {
    width: min(100% - 2rem, 32rem);
}

.modal-backdrop[b-9uib3fipwg] {
    position: fixed;
    inset: 0;
    z-index: 1040;
    background: rgba(16, 36, 58, 0.55);
}

.modal-layer[b-9uib3fipwg] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    pointer-events: none;
}

.dialog-surface[b-9uib3fipwg] {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1.5rem 3rem rgba(14, 31, 53, 0.28);
    pointer-events: auto;
}

.add-module-dialog[b-9uib3fipwg] {
    display: flex;
    flex-direction: column;
}

.add-module-header[b-9uib3fipwg],
.add-module-actions[b-9uib3fipwg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add-module-header[b-9uib3fipwg] {
    padding: 1rem 1.4rem;
    border-bottom: 1px solid #e2e8ef;
}

.add-module-header h2[b-9uib3fipwg] {
    margin: 0;
    color: #10243a;
    font-size: 1rem;
    font-weight: 800;
}

.dialog-close[b-9uib3fipwg] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.9rem;
    height: 1.9rem;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #8d9daf;
    font-size: 1.3rem;
    line-height: 1;
}

.add-module-body[b-9uib3fipwg] {
    display: grid;
    gap: 0.85rem;
    padding: 1.1rem 1.4rem 1.25rem;
}

.module-select-field[b-9uib3fipwg] {
    display: grid;
    gap: 0.35rem;
    margin: 0;
    color: #20384f;
    font-size: 0.76rem;
    font-weight: 800;
}

.module-select-field select[b-9uib3fipwg] {
    height: 2.45rem;
    border: 1px solid #075865;
    border-radius: 8px;
    color: #10243a;
    font-size: 0.9rem;
}

.module-description-box[b-9uib3fipwg] {
    min-height: 4.3rem;
    padding: 0.8rem 0.95rem;
    border-radius: 8px;
    background: #f5f7f9;
}

.module-description-box span[b-9uib3fipwg] {
    display: block;
    margin-bottom: 0.35rem;
    color: #52687e;
    font-size: 0.72rem;
    font-weight: 800;
}

.module-description-box p[b-9uib3fipwg] {
    margin: 0;
    color: #52687e;
    font-size: 0.82rem;
    line-height: 1.4;
}

.dialog-muted[b-9uib3fipwg] {
    margin: 0;
    color: #52687e;
    font-size: 0.82rem;
    font-weight: 700;
}

.dialog-error[b-9uib3fipwg] {
    margin: 0;
    color: #b42318;
    font-size: 0.82rem;
    font-weight: 800;
}

.add-module-actions[b-9uib3fipwg] {
    justify-content: flex-end;
    gap: 0.6rem;
    padding: 0.95rem 1.4rem 1.15rem;
    border-top: 1px solid #e2e8ef;
}

.dialog-secondary[b-9uib3fipwg],
.dialog-primary[b-9uib3fipwg] {
    min-width: 4.9rem;
    height: 2.35rem;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 800;
}

.dialog-secondary[b-9uib3fipwg] {
    border: 1px solid #d5dee7;
    background: #fff;
    color: #20384f;
}

.dialog-primary[b-9uib3fipwg] {
    border: 0;
    background: #075865;
    color: #fff;
}

.dialog-primary:disabled[b-9uib3fipwg],
.dialog-secondary:disabled[b-9uib3fipwg],
.add-module-button:disabled[b-9uib3fipwg] {
    cursor: not-allowed;
    opacity: 0.65;
}

.module-breadcrumb button:focus[b-9uib3fipwg],
.add-module-button:focus[b-9uib3fipwg],
.dialog-close:focus[b-9uib3fipwg],
.dialog-secondary:focus[b-9uib3fipwg],
.dialog-primary:focus[b-9uib3fipwg],
.module-select-field select:focus[b-9uib3fipwg] {
    outline: 2px solid #7fcbd7;
    outline-offset: 2px;
}

.toast-region[b-9uib3fipwg] {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 1100;
}

.success-toast[b-9uib3fipwg] {
    min-width: 14rem;
    padding: 0.85rem 1rem;
    border-radius: 8px;
    background: #0f766e;
    color: #fff;
    font-size: 0.86rem;
    font-weight: 800;
    box-shadow: 0 1rem 2rem rgba(14, 31, 53, 0.2);
}

@media (max-width: 900px) {
    .module-grid[b-9uib3fipwg] {
        grid-template-columns: repeat(2, minmax(14rem, 1fr));
    }
}

@media (max-width: 640px) {
    .module-hero-main[b-9uib3fipwg] {
        align-items: stretch;
        flex-direction: column;
    }

    .add-module-button[b-9uib3fipwg] {
        align-self: flex-start;
    }

    .module-grid[b-9uib3fipwg] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.overview-hero[b-25uentlg9z] {
    background: #075865;
    color: #fff;
}

.overview-hero-inner[b-25uentlg9z] {
    width: 100%;
    margin: 0;
    padding: 1.65rem 1.5rem 2rem;
}

.overview-hero h1[b-25uentlg9z] {
    margin: 0 0 0.55rem;
    font-size: 1.72rem;
    font-weight: 800;
    letter-spacing: 0;
}

.overview-hero p[b-25uentlg9z] {
    margin: 0;
    color: #cbeaf0;
    font-size: 0.92rem;
    font-weight: 600;
}

.overview-page[b-25uentlg9z] {
    width: 100%;
    margin: 0;
    padding: 1.85rem 1.5rem 2.5rem;
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
}

.client-panel[b-25uentlg9z] {
    position: relative;
    display: flex;
    flex: 1;
    width: 100%;
    flex-direction: column;
    min-height: 0;
    overflow: visible;
    border: 1px solid #d5dee7;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(14, 31, 53, 0.05);
}

.client-toolbar[b-25uentlg9z] {
    display: grid;
    grid-template-columns: minmax(16rem, 26.5rem) auto 1fr;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #dfe6ed;
}

.search-field[b-25uentlg9z] {
    position: relative;
    display: block;
    margin: 0;
}

.search-field input[b-25uentlg9z] {
    width: 100%;
    height: 2.55rem;
    border: 1px solid #cdd7e1;
    border-radius: 5px;
    padding: 0 0.9rem 0 2.45rem;
    color: #20384f;
    font-size: 0.88rem;
}

.search-field input[b-25uentlg9z]::placeholder {
    color: #8d9daf;
}

.search-field input:focus[b-25uentlg9z],
.client-name-field input:focus[b-25uentlg9z],
.lost-reason-field textarea:focus[b-25uentlg9z],
.lost-toggle input:focus[b-25uentlg9z],
.client-toolbar button:focus[b-25uentlg9z],
.add-client-dialog button:focus[b-25uentlg9z],
.mark-lost-dialog button:focus[b-25uentlg9z],
.pager button:focus[b-25uentlg9z] {
    outline: 2px solid #7fcbd7;
    outline-offset: 2px;
}

.search-icon[b-25uentlg9z] {
    position: absolute;
    top: 50%;
    left: 0.9rem;
    width: 0.88rem;
    height: 0.88rem;
    border: 2px solid #9aaabd;
    border-radius: 50%;
    transform: translateY(-50%);
}

.search-icon[b-25uentlg9z]::after {
    position: absolute;
    right: -0.35rem;
    bottom: -0.28rem;
    width: 0.43rem;
    height: 2px;
    background: #9aaabd;
    content: "";
    transform: rotate(45deg);
}

.lost-toggle[b-25uentlg9z] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
    color: #52687e;
    font-size: 0.86rem;
    font-weight: 700;
    white-space: nowrap;
}

.lost-toggle input[b-25uentlg9z] {
    width: 0.95rem;
    height: 0.95rem;
    accent-color: #1674d1;
}

.add-client-button[b-25uentlg9z] {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-width: 8.4rem;
    height: 2.45rem;
    border: 0;
    border-radius: 8px;
    background: #f2473f;
    color: #fff;
    font-size: 0.86rem;
    font-weight: 800;
}

.add-client-button span:first-child[b-25uentlg9z] {
    font-size: 1.15rem;
    line-height: 1;
}

.table-shell[b-25uentlg9z] {
    flex: 1;
    min-height: 0;
    width: 100%;
    overflow: visible;
}

.table-scroll[b-25uentlg9z] {
    display: block;
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
}

.client-table[b-25uentlg9z] {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
    color: #244158;
    font-size: 0.85rem;
}

.client-table th[b-25uentlg9z] {
    padding: 0.9rem 1.25rem;
    border-bottom: 1px solid #dfe6ed;
    color: #65798d;
    font-size: 0.78rem;
    font-weight: 800;
    text-align: left;
    white-space: nowrap;
}

.client-table td[b-25uentlg9z] {
    height: 3.45rem;
    padding: 0.65rem 1.25rem;
    border-bottom: 1px solid #edf1f5;
    vertical-align: middle;
}

.client-table tbody tr:nth-child(even)[b-25uentlg9z] {
    background: #fbfcfd;
}

.client-name-cell[b-25uentlg9z] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-width: 0;
    overflow: visible;
    color: #10243a;
    font-weight: 800;
}

.lost-badge-trigger[b-25uentlg9z] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: help;
    overflow: visible;
}

.lost-badge-trigger:focus-visible[b-25uentlg9z] {
    outline: 2px solid #7fcbd7;
    outline-offset: 3px;
    border-radius: 999px;
}

.lost-badge[b-25uentlg9z] {
    display: inline-flex;
    align-items: center;
    min-height: 1.15rem;
    padding: 0.08rem 0.36rem;
    border-radius: 4px;
    background: #ffe8e7;
    color: #ef514a;
    font-size: 0.7rem;
    font-weight: 800;
}

.corellia-lost-tooltip .tooltip-arrow[b-25uentlg9z]::before {
    border-right-color: #10243a;
    border-left-color: #10243a;
}

.corellia-lost-tooltip .tooltip-inner[b-25uentlg9z] {
    max-width: 18rem;
    padding: 1rem 1.05rem 1.05rem;
    border: 0;
    border-radius: 12px;
    background: #10243a;
    color: #fff;
    box-shadow: 0 1rem 2rem rgba(14, 31, 53, 0.25);
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.45;
    text-align: left;
}

.corellia-lost-tooltip .tooltip-inner .lost-tooltip-row + .lost-tooltip-row[b-25uentlg9z] {
    margin-top: 0.95rem;
}

.corellia-lost-tooltip .tooltip-inner .lost-tooltip-row[b-25uentlg9z] {
    display: flex;
    align-items: flex-start;
    gap: 0.28rem;
    line-height: 1.5;
}

.corellia-lost-tooltip .tooltip-inner .lost-tooltip-label[b-25uentlg9z] {
    color: #f7fbff;
    font-weight: 800;
    flex: 0 0 auto;
}

.corellia-lost-tooltip .tooltip-inner .lost-tooltip-value[b-25uentlg9z] {
    color: #d5dfeb;
    font-weight: 500;
    flex: 1 1 auto;
}

.status-action-cell[b-25uentlg9z],
.module-action-cell[b-25uentlg9z] {
    white-space: nowrap;
}

.status-action[b-25uentlg9z],
.module-action[b-25uentlg9z] {
    border: 0;
    background: transparent;
    font-size: 0.78rem;
    font-weight: 800;
}

.status-action[b-25uentlg9z] {
    min-height: 1.55rem;
    padding: 0.2rem 0.55rem;
    border-radius: 4px;
}

.lost-action[b-25uentlg9z] {
    background: #ffe8e7;
    color: #ef514a;
}

.active-action[b-25uentlg9z] {
    background: #cef7dc;
    color: #1b9d5a;
}

.module-action[b-25uentlg9z] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: #075865;
}

.module-action span:last-child[b-25uentlg9z] {
    width: 0.45rem;
    height: 0.45rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
}

.empty-state[b-25uentlg9z],
.empty-row[b-25uentlg9z] {
    padding: 2rem 1.25rem;
    color: #65798d;
    font-weight: 700;
    text-align: center;
}

.error-state[b-25uentlg9z] {
    color: #b32121;
}

.client-footer[b-25uentlg9z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    color: #52687e;
    font-size: 0.86rem;
}

.pager[b-25uentlg9z] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.pager button[b-25uentlg9z] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 2rem;
    border: 1px solid #dce5ec;
    border-radius: 5px;
    background: #fff;
    color: #65798d;
    font-size: 0.82rem;
    font-weight: 700;
}

.pager button:first-child[b-25uentlg9z],
.pager button:last-child[b-25uentlg9z] {
    min-width: 5.85rem;
}

.pager button:disabled[b-25uentlg9z] {
    opacity: 0.68;
}

.pager .current-page[b-25uentlg9z] {
    min-width: 2rem;
    border-color: #075865;
    background: #075865;
    color: #fff;
}

.pager button:first-child span:first-child[b-25uentlg9z],
.pager button:last-child span:last-child[b-25uentlg9z] {
    width: 0.42rem;
    height: 0.42rem;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
}

.pager button:first-child span:first-child[b-25uentlg9z] {
    transform: rotate(135deg);
}

.pager button:last-child span:last-child[b-25uentlg9z] {
    transform: rotate(-45deg);
}

.modal-backdrop[b-25uentlg9z] {
    position: fixed;
    inset: 0;
    z-index: 1040;
    background: rgba(17, 24, 39, 0.55);
}

.modal-layer[b-25uentlg9z] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: grid;
    place-items: center;
    padding: 1.25rem;
    pointer-events: none;
}

.dialog-surface[b-25uentlg9z] {
    width: min(100%, 34rem);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1rem 2.25rem rgba(14, 31, 53, 0.26);
    color: #20384f;
    overflow: hidden;
    pointer-events: auto;
}

.dialog-form[b-25uentlg9z] {
    display: block;
    width: 100%;
    pointer-events: auto;
}

.add-client-dialog[b-25uentlg9z],
.mark-lost-dialog[b-25uentlg9z] {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    width: 100%;
}

.mark-lost-dialog[b-25uentlg9z] {
    max-width: 23.5rem;
}

.add-client-header[b-25uentlg9z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 1.5rem 1rem;
    border-bottom: 1px solid #dfe6ed;
}

.add-client-header h2[b-25uentlg9z] {
    margin: 0;
    color: #10243a;
    font-size: 1rem;
    font-weight: 800;
}

.mark-lost-header[b-25uentlg9z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 1.5rem 1rem;
    border-bottom: 1px solid #dfe6ed;
}

.mark-lost-header h2[b-25uentlg9z] {
    margin: 0;
    color: #10243a;
    font-size: 1rem;
    font-weight: 800;
}

.dialog-close[b-25uentlg9z] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #8d9daf;
    font-size: 1.2rem;
    line-height: 1;
}

.dialog-close:hover:not(:disabled)[b-25uentlg9z] {
    background: #edf3f6;
    color: #52687e;
}

.client-name-field[b-25uentlg9z] {
    display: grid;
    gap: 0.45rem;
    margin: 0;
    padding: 1rem 1.5rem 0.75rem;
}

.client-name-field span[b-25uentlg9z] {
    color: #244158;
    font-size: 0.78rem;
    font-weight: 800;
}

.client-name-field input[b-25uentlg9z] {
    width: 100%;
    height: 2.75rem;
    border: 2px solid #075865;
    border-radius: 8px;
    padding: 0 0.9rem;
    color: #20384f;
    font-size: 0.88rem;
}

.client-name-field input[b-25uentlg9z]::placeholder {
    color: #8d9daf;
}

.mark-lost-body[b-25uentlg9z] {
    padding: 0.95rem 1.5rem 0.8rem;
}

.mark-lost-helper[b-25uentlg9z] {
    margin: 0 0 0.95rem;
    color: #607486;
    font-size: 0.84rem;
    line-height: 1.45;
}

.lost-reason-field[b-25uentlg9z] {
    display: grid;
    gap: 0.45rem;
    margin: 0;
}

.lost-reason-field span[b-25uentlg9z] {
    color: #244158;
    font-size: 0.78rem;
    font-weight: 800;
}

.lost-reason-field textarea[b-25uentlg9z] {
    width: 100%;
    min-height: 6.25rem;
    resize: vertical;
    border: 2px solid #075865;
    border-radius: 8px;
    padding: 0.8rem 0.9rem;
    color: #20384f;
    font-size: 0.88rem;
    line-height: 1.45;
}

.lost-reason-field textarea[b-25uentlg9z]::placeholder {
    color: #8d9daf;
}

.dialog-error[b-25uentlg9z] {
    margin: 0;
    padding: 0 1.5rem 0.75rem;
    color: #b32121;
    font-size: 0.82rem;
    font-weight: 700;
}

.add-client-actions[b-25uentlg9z] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1rem 1.5rem 1.25rem;
    border-top: 1px solid #dfe6ed;
}

.mark-lost-actions[b-25uentlg9z] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1rem 1.5rem 1.25rem;
    border-top: 1px solid #dfe6ed;
}

.dialog-secondary[b-25uentlg9z],
.dialog-primary[b-25uentlg9z] {
    min-width: 5.9rem;
    height: 2.45rem;
    border-radius: 8px;
    font-size: 0.84rem;
    font-weight: 800;
}

.dialog-secondary[b-25uentlg9z] {
    border: 1px solid #dce5ec;
    background: #fff;
    color: #52687e;
}

.dialog-primary[b-25uentlg9z] {
    border: 0;
    background: #6f9ba4;
    color: #fff;
}

.mark-lost-confirm[b-25uentlg9z] {
    background: #ef968e;
}

.dialog-primary:hover:not(:disabled)[b-25uentlg9z] {
    background: #075865;
}

.mark-lost-confirm:hover:not(:disabled)[b-25uentlg9z] {
    background: #ea7d74;
}

.dialog-secondary:disabled[b-25uentlg9z],
.dialog-primary:disabled[b-25uentlg9z],
.dialog-close:disabled[b-25uentlg9z] {
    cursor: not-allowed;
    opacity: 0.62;
}

.toast-region[b-25uentlg9z] {
    position: fixed;
    top: 5rem;
    right: 1.25rem;
    z-index: 1060;
    width: min(22rem, calc(100vw - 2.5rem));
}

.success-toast[b-25uentlg9z] {
    border-left: 4px solid #1b9d5a;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0.7rem 1.8rem rgba(14, 31, 53, 0.18);
    color: #10243a;
    padding: 0.9rem 1rem;
    font-size: 0.88rem;
    font-weight: 800;
}

@media (max-width: 780px) {
    .overview-hero-inner[b-25uentlg9z] {
        padding: 1.3rem 1rem 1.55rem;
    }

    .overview-hero h1[b-25uentlg9z] {
        font-size: 1.35rem;
    }

    .overview-page[b-25uentlg9z] {
        padding: 1rem;
    }

    .client-toolbar[b-25uentlg9z] {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .lost-toggle[b-25uentlg9z] {
        justify-self: start;
    }

    .add-client-button[b-25uentlg9z] {
        justify-self: stretch;
        width: 100%;
    }

    .client-footer[b-25uentlg9z] {
        align-items: flex-start;
        flex-direction: column;
    }

    .modal-layer[b-25uentlg9z] {
        align-items: start;
        padding-top: 5rem;
    }

    .add-client-actions[b-25uentlg9z] {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .mark-lost-actions[b-25uentlg9z] {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .dialog-secondary[b-25uentlg9z],
    .dialog-primary[b-25uentlg9z] {
        width: 100%;
    }

    .toast-region[b-25uentlg9z] {
        top: 4.25rem;
        right: 1rem;
        width: calc(100vw - 2rem);
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-shell[b-vr3leqm2jz] {
    min-height: 100vh;
    display: grid;
    place-items: stretch;
    background: #f7f7f5;
    overflow: hidden;
}

.login-card[b-vr3leqm2jz] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    border: 2px solid #454545;
    background: #fff;
}

.login-brand-panel[b-vr3leqm2jz] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background:
        radial-gradient(circle at 18% 24%, rgba(97, 202, 215, 0.15), transparent 26%),
        radial-gradient(circle at 76% 72%, rgba(255, 255, 255, 0.05), transparent 24%),
        linear-gradient(180deg, #0d5e6a 0%, #0a4e59 100%);
    color: #fff;
}

.login-brand-copy[b-vr3leqm2jz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.45rem;
    width: min(100%, 20.5rem);
    text-align: center;
    transform: translateY(-0.5rem);
}

.login-brand-mark[b-vr3leqm2jz] {
    display: block;
    width: 13.75rem;
    height: auto;
}

.login-brand-text[b-vr3leqm2jz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.9rem;
}

.login-brand-name[b-vr3leqm2jz] {
    font-size: clamp(1.9rem, 2.9vw, 2.45rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
}

.login-brand-subtitle[b-vr3leqm2jz] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.login-corellia-mark[b-vr3leqm2jz] {
    position: relative;
    width: 1.4rem;
    height: 1.2rem;
}

.login-corellia-mark[b-vr3leqm2jz]::before,
.login-corellia-mark[b-vr3leqm2jz]::after,
.login-corellia-mark span[b-vr3leqm2jz] {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0.4rem solid transparent;
    border-bottom: 0.4rem solid transparent;
}

.login-corellia-mark[b-vr3leqm2jz]::before {
    left: 0;
    top: 0;
    border-left: 0.62rem solid #ff7b2f;
}

.login-corellia-mark[b-vr3leqm2jz]::after {
    left: 0.5rem;
    top: 0.24rem;
    border-left: 0.62rem solid #ff7b2f;
}

.login-corellia-mark span[b-vr3leqm2jz] {
    left: 0.18rem;
    top: 0.58rem;
    border-left: 0.62rem solid #ff7b2f;
}

.login-corellia-name[b-vr3leqm2jz] {
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1;
}

.login-corellia-kicker[b-vr3leqm2jz] {
    margin-top: 0.15rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.login-brand-tagline[b-vr3leqm2jz] {
    margin: 0;
    max-width: 15rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1.45;
}

.login-panel[b-vr3leqm2jz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.8rem 2rem 2.2rem;
    background: #fff;
    color: #1d2f44;
}

.login-panel-copy[b-vr3leqm2jz] {
    margin-bottom: 1.05rem;
    text-align: center;
    transform: translateY(-0.35rem);
}

.login-panel-copy h1[b-vr3leqm2jz] {
    margin: 0;
    font-size: clamp(1.25rem, 1.75vw, 1.45rem);
    font-weight: 800;
    letter-spacing: -0.03em;
}

.login-panel-copy p[b-vr3leqm2jz] {
    margin: 0.35rem 0 0;
    color: #6f7b86;
    font-size: 0.76rem;
    font-weight: 600;
}

.login-alert[b-vr3leqm2jz] {
    width: min(100%, 15.75rem);
    margin-bottom: 0.85rem;
    padding: 0.7rem 0.9rem;
    border-radius: 0.65rem;
    background: #fff1f0;
    color: #9d2d2d;
    font-size: 0.82rem;
    font-weight: 700;
    text-align: center;
}

.login-form[b-vr3leqm2jz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    width: min(100%, 15.75rem);
}

.login-field[b-vr3leqm2jz] {
    display: grid;
    gap: 0.4rem;
    width: 100%;
    margin: 0;
}

.login-field span[b-vr3leqm2jz] {
    color: #244158;
    font-size: 0.76rem;
    font-weight: 800;
}

.login-field input[b-vr3leqm2jz] {
    width: 100%;
    min-height: 2.1rem;
    border: 1px solid #bfcad4;
    border-radius: 0.22rem;
    padding: 0 0.68rem;
    background: #fff;
    color: #1d2f44;
    font-size: 0.78rem;
}

.login-field input:focus[b-vr3leqm2jz] {
    outline: 2px solid #88d0dd;
    outline-offset: 2px;
    border-color: #88d0dd;
}

.login-submit[b-vr3leqm2jz] {
    width: 100%;
    min-height: 1.95rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.85rem;
    border: 0;
    border-radius: 0.18rem;
    background: #2f2f31;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    box-shadow: 0 0.16rem 0.4rem rgba(16, 20, 26, 0.18);
}

.login-submit:hover[b-vr3leqm2jz] {
    background: #1f1f22;
}

.login-submit-copy[b-vr3leqm2jz] {
    text-align: center;
}

.login-help[b-vr3leqm2jz] {
    width: min(100%, 15.75rem);
    margin: 1rem 0 0;
    color: #8a95a1;
    font-size: 0.6rem;
    font-weight: 500;
    text-align: center;
}

.login-help a[b-vr3leqm2jz] {
    color: #5d7386;
    text-decoration: none;
}

.login-help a:hover[b-vr3leqm2jz] {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .login-card[b-vr3leqm2jz] {
        grid-template-columns: 1fr;
    }

    .login-brand-panel[b-vr3leqm2jz] {
        min-height: 44vh;
    }

    .login-brand-copy[b-vr3leqm2jz] {
        align-items: center;
        text-align: center;
    }

    .login-brand-text[b-vr3leqm2jz] {
        align-items: center;
        margin-left: 0;
    }

    .login-brand-tagline[b-vr3leqm2jz] {
        max-width: 20rem;
    }
}

@media (max-width: 640px) {
    .login-shell[b-vr3leqm2jz],
    .login-card[b-vr3leqm2jz] {
        min-height: 100dvh;
    }

    .login-brand-panel[b-vr3leqm2jz],
    .login-panel[b-vr3leqm2jz] {
        padding: 1.5rem 1.25rem;
    }

    .login-brand-mark[b-vr3leqm2jz] {
        width: 10.8rem;
    }

    .login-corellia-name[b-vr3leqm2jz] {
        font-size: 1.45rem;
    }
}
