@import '_content/LeenleeERP.Common.Presentation/LeenleeERP.Common.Presentation.mopgn7vxfr.bundle.scp.css';
@import '_content/LeenleeERP.Module.CourseDailyWorkReport/LeenleeERP.Module.CourseDailyWorkReport.c4dwg80l3f.bundle.scp.css';
@import '_content/LeenleeERP.Module.DailyCheck/LeenleeERP.Module.DailyCheck.y52ni0qzqe.bundle.scp.css';
@import '_content/LeenleeERP.Module.FieldAction/LeenleeERP.Module.FieldAction.u063youc5x.bundle.scp.css';
@import '_content/LeenleeERP.Module.IdentityAccess/LeenleeERP.Module.IdentityAccess.fzshtpq8dd.bundle.scp.css';
@import '_content/LeenleeERP.Module.MaterialUsage/LeenleeERP.Module.MaterialUsage.pucs65iyhn.bundle.scp.css';
@import '_content/LeenleeERP.Module.MobileManagement/LeenleeERP.Module.MobileManagement.ldx4ofz0x6.bundle.scp.css';
@import '_content/LeenleeERP.Module.PhotoManagement/LeenleeERP.Module.PhotoManagement.54xzeb8wbx.bundle.scp.css';
@import '_content/LeenleeERP.Module.ProgramManagement/LeenleeERP.Module.ProgramManagement.7k5q7v9bfk.bundle.scp.css';
@import '_content/LeenleeERP.Module.SystemConfig/LeenleeERP.Module.SystemConfig.nj9p2tu3ym.bundle.scp.css';

/* /Components/Layout/Header/AppHeader.razor.rz.scp.css */
/*
============================================================
Project : LeenleeERP
File    : AppHeader.razor.css
Version : 1.0
Date    : 2026-07-17
Purpose : ERP Application Header 전용 스타일
============================================================
*/

.erp-header[b-oxi7g1q3n5] {
    min-height: 72px;
    padding: 0 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

.erp-header-page[b-oxi7g1q3n5] {
    min-width: 0;
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.erp-header-title[b-oxi7g1q3n5] {
    margin: 0;
    color: #18231d;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
}

.erp-header-description[b-oxi7g1q3n5] {
    overflow: hidden;
    color: #7b857f;
    font-size: 13px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.erp-header-actions[b-oxi7g1q3n5] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.erp-user-information[b-oxi7g1q3n5] {
    display: flex;
    align-items: center;
    gap: 11px;
}

.erp-user-avatar[b-oxi7g1q3n5] {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #317764;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.erp-user-text[b-oxi7g1q3n5] {
    min-width: 110px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.erp-user-name-row[b-oxi7g1q3n5] {
    display: flex;
    align-items: center;
    gap: 7px;
}

.erp-user-name[b-oxi7g1q3n5] {
    color: #26332c;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.erp-administrator-badge[b-oxi7g1q3n5] {
    padding: 2px 6px;
    color: #317764;
    background: #eaf4f0;
    border: 1px solid #cce3da;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.3;
}

.erp-user-group[b-oxi7g1q3n5] {
    color: #7b857f;
    font-size: 12px;
    line-height: 1.3;
}

.erp-user-unavailable[b-oxi7g1q3n5] {
    color: #9a4d4d;
    font-size: 13px;
}

@media (max-width: 720px) {
    .erp-header[b-oxi7g1q3n5] {
        min-height: 64px;
        padding: 0 18px;
    }

    .erp-header-description[b-oxi7g1q3n5] {
        display: none;
    }

    .erp-user-group[b-oxi7g1q3n5] {
        display: none;
    }

    .erp-user-text[b-oxi7g1q3n5] {
        min-width: auto;
    }
}
.erp-logout-button[b-oxi7g1q3n5] {
    min-width: 76px;
    height: 36px;
    padding: 0 14px;
    margin-left: 14px;
    border: 1px solid #d7dde5;
    border-radius: 8px;
    background: #ffffff;
    color: #344054;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

    .erp-logout-button:hover:not(:disabled)[b-oxi7g1q3n5] {
        background: #f5f7fa;
        border-color: #b8c1cc;
    }

    .erp-logout-button:disabled[b-oxi7g1q3n5] {
        cursor: default;
        opacity: 0.6;
    }
/* =========================================================
   UI Compact Fixed Shell V1.1 (2026-07-25)
   ========================================================= */

.erp-header[b-oxi7g1q3n5] {
    flex: 0 0 50px;
    min-height: 50px;
    height: 50px;
    padding: 0 22px;
}

.erp-header-title[b-oxi7g1q3n5] {
    font-size: 17px;
}

.erp-header-description[b-oxi7g1q3n5] {
    font-size: 11px;
}

.erp-user-information[b-oxi7g1q3n5] {
    gap: 9px;
}

.erp-user-avatar[b-oxi7g1q3n5] {
    width: 32px;
    height: 32px;
    font-size: 13px;
}

.erp-user-text[b-oxi7g1q3n5] {
    min-width: 96px;
    gap: 1px;
}

.erp-user-name[b-oxi7g1q3n5] {
    font-size: 12px;
}

.erp-user-group[b-oxi7g1q3n5] {
    font-size: 10px;
}

.erp-logout-button[b-oxi7g1q3n5] {
    min-width: 61px;
    width: 61px;
    height: 29px;
    min-height: 29px;
    padding: 0 8px;
    margin-left: 11px;
    font-size: 10.5px;
    border-radius: 7px;
}

/* =========================================================
   Mobile Header Navigation V1.0 (2026-08-02)
   ========================================================= */

.erp-mobile-menu-button[b-oxi7g1q3n5] {
    display: none;
    place-items: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid #d5ded9;
    border-radius: 9px;
    background: #ffffff;
    color: #26332c;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.erp-mobile-menu-button:hover[b-oxi7g1q3n5] {
    background: #f1f6f3;
    border-color: #bdcec5;
}

.erp-mobile-menu-button:focus-visible[b-oxi7g1q3n5] {
    outline: 2px solid #3f866d;
    outline-offset: 2px;
}

.erp-mobile-menu-icon[b-oxi7g1q3n5] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 18px;
}

.erp-mobile-menu-icon > span[b-oxi7g1q3n5] {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

@media (max-width: 900px) {
    .erp-header[b-oxi7g1q3n5] {
        gap: 12px;
        padding-right: 16px;
        padding-left: 12px;
    }

    .erp-mobile-menu-button[b-oxi7g1q3n5] {
        display: grid;
    }

    .erp-header-page[b-oxi7g1q3n5] {
        flex: 1 1 auto;
        overflow: hidden;
    }

    .erp-header-title[b-oxi7g1q3n5] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .erp-user-text[b-oxi7g1q3n5],
    .erp-user-avatar[b-oxi7g1q3n5] {
        display: none;
    }

    .erp-logout-button[b-oxi7g1q3n5] {
        margin-left: 0;
    }
}

@media (max-width: 520px) {
    .erp-header[b-oxi7g1q3n5] {
        gap: 9px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .erp-mobile-menu-button[b-oxi7g1q3n5] {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
    }

    .erp-header-title[b-oxi7g1q3n5] {
        font-size: 15px;
    }

    .erp-logout-button[b-oxi7g1q3n5] {
        min-width: 54px;
        width: 54px;
        padding-right: 6px;
        padding-left: 6px;
        font-size: 10px;
    }
}
/* /Components/Layout/LoginLayout.razor.rz.scp.css */
/*
============================================================
Project : LeenleeERP
File    : LoginLayout.razor.css
Purpose : 인증 전용 레이아웃 스타일
============================================================
*/

.login-layout[b-rwp0h31y5m] {
    width: 100%;
    min-height: 100vh;
}

.login-layout-content[b-rwp0h31y5m] {
    width: 100%;
    min-height: 100vh;
}


/* =========================================================
   Blazor 전역 오류 표시
   ========================================================= */

#blazor-error-ui[b-rwp0h31y5m] {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
    padding: 12px 20px;
    background: #fff3cd;
    border-top: 1px solid #ffe69c;
    color: #664d03;
    box-shadow: 0 -1px 8px rgb(0 0 0 / 15%);
}

    #blazor-error-ui .reload[b-rwp0h31y5m] {
        margin-left: 10px;
        color: #664d03;
        font-weight: 700;
    }

    #blazor-error-ui .dismiss[b-rwp0h31y5m] {
        position: absolute;
        top: 8px;
        right: 14px;
        cursor: pointer;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/*
============================================================
Project : LeenleeERP
File    : MainLayout.razor.css
Version : 2.0
Date    : 2026-07-18
Purpose : 인증 이후 ERP Application Shell 전용 스타일
============================================================

[Layout Policy]

- Sidebar는 고정 배치합니다.
- Workspace는 Header, Content, Footer의 수직 구조입니다.
- Content는 업무 화면 Canvas 역할만 담당합니다.
- 페이지 전체를 감싸는 대형 흰색 Card는 사용하지 않습니다.
- 업무별 Card는 ErpSearchPanel, ContentSection, DataGrid 등에서
  개별적으로 구성합니다.
- Header, Content, Footer의 좌우 기준선을 통일합니다.

[Change History]

V2.0 - 2026-07-18
- Content 이중 Padding 제거
- 대형 Workspace Card 배경, 테두리, 그림자 제거
- Header, Content, Footer 좌우 여백 24px로 통일
- Content 상하 여백을 16px 기준으로 조정
- 계산식 기반 Content 최소 높이 제거
- Flex 기반 화면 높이 구조로 단순화
- 모바일 여백 기준 정리
============================================================
*/


/* =========================================================
   Application Layout Variables
   ========================================================= */

.erp-layout[b-c70dmk9kfs] {
    --sidebar-width: 310px;
    --header-height: 72px;
    --footer-height: 36px;
    --workspace-horizontal-padding: 24px;
    --workspace-vertical-padding: 12px;
    --workspace-section-gap: 16px;
    --sidebar-background: #17392f;
    --sidebar-background-dark: #102a23;
    --sidebar-text: #e9f2ee;
    --sidebar-muted: #a9beb6;
    --page-background: #f4f6f5;
    --surface-background: #ffffff;
    --border-color: #dfe6e2;
    --text-primary: #24322d;
    --text-secondary: #6d7a75;
    --brand-primary: #2f705a;
    --brand-primary-hover: #285f4d;
    display: flex;
    width: 100%;
    min-width: 0;
    min-height: 100vh;
    background: var(--page-background);
    color: var(--text-primary);
}


/* =========================================================
   Workspace
   ========================================================= */

.erp-workspace[b-c70dmk9kfs] {
    display: flex;
    flex-direction: column;
    width: calc(100% - var(--sidebar-width));
    min-width: 0;
    min-height: 100vh;
    margin-left: var(--sidebar-width);
}


/* =========================================================
   Header
   ========================================================= */

.erp-header[b-c70dmk9kfs] {
    position: sticky;
    top: 0;
    z-index: 90;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex: 0 0 var(--header-height);
    min-height: var(--header-height);
    padding: 0 var(--workspace-horizontal-padding);
    background: rgb(255 255 255 / 95%);
    border-bottom: 1px solid var(--border-color);
    backdrop-filter: blur(8px);
}

.erp-header-title[b-c70dmk9kfs] {
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 0;
}

    .erp-header-title > div[b-c70dmk9kfs] {
        display: flex;
        flex-direction: column;
        min-width: 0;
    }

    .erp-header-title strong[b-c70dmk9kfs] {
        overflow: hidden;
        color: var(--text-primary);
        font-size: 17px;
        line-height: 1.35;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .erp-header-title span[b-c70dmk9kfs] {
        overflow: hidden;
        color: var(--text-secondary);
        font-size: 11px;
        line-height: 1.3;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.erp-sidebar-toggle[b-c70dmk9kfs] {
    display: none;
    width: 38px;
    height: 38px;
    border: 1px solid var(--border-color);
    border-radius: 9px;
    background: var(--surface-background);
    color: var(--text-primary);
    font-size: 19px;
    line-height: 1;
    cursor: pointer;
}

.erp-user-area[b-c70dmk9kfs] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.erp-user-info[b-c70dmk9kfs] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.erp-user-avatar[b-c70dmk9kfs] {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #e4eee9;
    color: var(--brand-primary);
    font-size: 14px;
    font-weight: 800;
}

.erp-user-text[b-c70dmk9kfs] {
    display: flex;
    flex-direction: column;
}

    .erp-user-text strong[b-c70dmk9kfs] {
        color: var(--text-primary);
        font-size: 13px;
        line-height: 1.35;
    }

    .erp-user-text span[b-c70dmk9kfs] {
        color: var(--text-secondary);
        font-size: 11px;
        line-height: 1.3;
    }

.erp-logout-button[b-c70dmk9kfs] {
    min-height: 36px;
    padding: 7px 15px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    background: var(--surface-background);
    color: var(--text-primary);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

    .erp-logout-button:hover[b-c70dmk9kfs] {
        background: #f0f5f2;
        border-color: #cbd9d2;
    }


/* =========================================================
   Content Canvas
   ========================================================= */

.erp-content[b-c70dmk9kfs] {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    padding: var(--workspace-vertical-padding) var(--workspace-horizontal-padding);
}

.erp-content-container[b-c70dmk9kfs] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: var(--workspace-section-gap);
    width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}


/* =========================================================
   Footer
   ========================================================= */

.erp-footer[b-c70dmk9kfs] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex: 0 0 var(--footer-height);
    min-height: var(--footer-height);
    padding: 0 var(--workspace-horizontal-padding);
    color: var(--text-secondary);
    font-size: 10px;
}


/* =========================================================
   Blazor Error UI
   ========================================================= */

#blazor-error-ui[b-c70dmk9kfs] {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
    padding: 12px 20px;
    background: #fff3cd;
    border-top: 1px solid #ffe69c;
    color: #664d03;
    box-shadow: 0 -1px 8px rgb(0 0 0 / 15%);
}

    #blazor-error-ui .reload[b-c70dmk9kfs] {
        margin-left: 10px;
        color: #664d03;
        font-weight: 700;
    }

    #blazor-error-ui .dismiss[b-c70dmk9kfs] {
        position: absolute;
        top: 8px;
        right: 14px;
        cursor: pointer;
    }


/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 900px) {

    .erp-layout[b-c70dmk9kfs] {
        --workspace-horizontal-padding: 16px;
        --workspace-vertical-padding: 14px;
        --workspace-section-gap: 14px;
    }

    .erp-workspace[b-c70dmk9kfs] {
        width: 100%;
        margin-left: 0;
    }

    .erp-sidebar-toggle[b-c70dmk9kfs] {
        display: grid;
        place-items: center;
    }

    .erp-user-text[b-c70dmk9kfs] {
        display: none;
    }
}

@media (max-width: 520px) {

    .erp-layout[b-c70dmk9kfs] {
        --workspace-horizontal-padding: 12px;
        --workspace-vertical-padding: 12px;
        --workspace-section-gap: 12px;
    }

    .erp-header[b-c70dmk9kfs] {
        gap: 10px;
    }

    .erp-header-title[b-c70dmk9kfs] {
        gap: 9px;
    }

        .erp-header-title span[b-c70dmk9kfs] {
            display: none;
        }

    .erp-user-area[b-c70dmk9kfs] {
        gap: 8px;
    }

    .erp-user-info[b-c70dmk9kfs] {
        display: none;
    }

    .erp-logout-button[b-c70dmk9kfs] {
        padding-right: 11px;
        padding-left: 11px;
    }

    .erp-footer[b-c70dmk9kfs] {
        gap: 10px;
    }
}

/* =========================================================
   UI Compact Fixed Shell V1.1 (2026-07-25)

   - Dashboard Header는 Workspace 상단에 고정합니다.
   - 업무 화면 내부 스크롤은 ErpPage가 담당합니다.
   - 브라우저 전체가 아닌 업무 본문만 스크롤되도록
     모든 중간 Flex Container에 min-height: 0을 유지합니다.
   ========================================================= */

.erp-layout[b-c70dmk9kfs] {
    --sidebar-width: 279px;
    --header-height: 50px;
    height: 100vh;
    min-height: 0;
    overflow: hidden;
}

.erp-workspace[b-c70dmk9kfs] {
    height: 100vh;
    min-height: 0;
    overflow: hidden;
}

.erp-content[b-c70dmk9kfs] {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    padding: 10px var(--workspace-horizontal-padding) 0;
}

.erp-content-container[b-c70dmk9kfs] {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.erp-footer[b-c70dmk9kfs] {
    flex: 0 0 var(--footer-height);
}

/* =========================================================
   Collapsible Sidebar Shell V1.0 (2026-07-26)

   펼침  : 기존 310px 사이드바 유지
   접힘  : 72px 아이콘 바
   업무 화면은 별도 수정 없이 남은 폭을 자동 사용합니다.
   ========================================================= */

.erp-layout[b-c70dmk9kfs] {
    --sidebar-collapsed-width: 72px;
}

.erp-workspace[b-c70dmk9kfs] {
    transition: width 0.2s ease, margin-left 0.2s ease;
}

.erp-layout.is-sidebar-collapsed .erp-workspace[b-c70dmk9kfs] {
    width: calc(100% - var(--sidebar-collapsed-width));
    margin-left: var(--sidebar-collapsed-width);
}

@media (prefers-reduced-motion: reduce) {
    .erp-workspace[b-c70dmk9kfs] {
        transition: none;
    }
}

@media (max-width: 900px) {
    .erp-layout.is-sidebar-collapsed .erp-workspace[b-c70dmk9kfs] {
        width: 100%;
        margin-left: 0;
    }
}

/* =========================================================
   Mobile Navigation Shell V1.0 (2026-08-02)

   - 900px 이하에서 Sidebar를 오버레이 드로어로 사용합니다.
   - PC Sidebar의 수동/자동 접힘 상태는 변경하지 않습니다.
   - 모바일 메뉴가 열리면 반투명 Backdrop으로 본문을 보호합니다.
   ========================================================= */

.erp-mobile-sidebar-backdrop[b-c70dmk9kfs] {
    display: none;
}

.erp-layout[b-c70dmk9kfs],
.erp-workspace[b-c70dmk9kfs] {
    height: 100vh;
    height: 100dvh;
}

@media (max-width: 900px) {
    .erp-mobile-sidebar-backdrop[b-c70dmk9kfs] {
        position: fixed;
        inset: 0;
        z-index: 95;
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        border: 0;
        background: rgb(8 25 19 / 52%);
        cursor: default;
        touch-action: none;
        overscroll-behavior: none;
        -webkit-tap-highlight-color: transparent;
    }

    .erp-layout.is-mobile-sidebar-open .erp-workspace[b-c70dmk9kfs] {
        user-select: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .erp-mobile-sidebar-backdrop[b-c70dmk9kfs] {
        transition: none;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-sjlc0yhvrv],
.components-reconnect-repeated-attempt-visible[b-sjlc0yhvrv],
.components-reconnect-failed-visible[b-sjlc0yhvrv],
.components-pause-visible[b-sjlc0yhvrv],
.components-resume-failed-visible[b-sjlc0yhvrv],
.components-rejoining-animation[b-sjlc0yhvrv] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-sjlc0yhvrv],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-sjlc0yhvrv],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-sjlc0yhvrv],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-sjlc0yhvrv],
#components-reconnect-modal.components-reconnect-retrying[b-sjlc0yhvrv],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-sjlc0yhvrv],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-sjlc0yhvrv],
#components-reconnect-modal.components-reconnect-failed[b-sjlc0yhvrv],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-sjlc0yhvrv] {
    display: block;
}


#components-reconnect-modal[b-sjlc0yhvrv] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-sjlc0yhvrv 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-sjlc0yhvrv 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-sjlc0yhvrv 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-sjlc0yhvrv]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-sjlc0yhvrv 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-sjlc0yhvrv {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-sjlc0yhvrv {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-sjlc0yhvrv {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-sjlc0yhvrv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-sjlc0yhvrv] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-sjlc0yhvrv] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-sjlc0yhvrv] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-sjlc0yhvrv] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-sjlc0yhvrv] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-sjlc0yhvrv] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-sjlc0yhvrv 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-sjlc0yhvrv] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-sjlc0yhvrv {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.home-loading[b-obxbmeqar1] {
    display: grid;
    flex: 1 1 auto;
    min-height: 280px;
    place-items: center;
    border: 1px solid #dde5e0;
    border-radius: 14px;
    background: #ffffff;
    color: #64726b;
    font-size: 14px;
}

.home-dashboard[b-obxbmeqar1] {
    display: grid;
    grid-template-columns: minmax(330px, 390px) minmax(0, 1fr);
    gap: 18px;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    min-height: 0;
    overflow: auto;
    padding: 1px 3px 6px 1px;
}

.home-left-column[b-obxbmeqar1],
.home-main-column[b-obxbmeqar1] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
}

.home-clock-card[b-obxbmeqar1],
.home-shortcut-card[b-obxbmeqar1],
.home-welcome-card[b-obxbmeqar1],
.home-information-card[b-obxbmeqar1] {
    border: 1px solid #dfe6e2;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 5px 18px rgb(30 62 49 / 5%);
}

.home-clock-card[b-obxbmeqar1] {
    position: relative;
    overflow: hidden;
    min-height: 172px;
    padding: 24px 26px;
    background:
        radial-gradient(circle at 90% 18%, rgb(255 255 255 / 20%) 0 12%, transparent 13%),
        linear-gradient(140deg, #173c31 0%, #2f735d 58%, #76a88e 100%);
    color: #ffffff;
}

.home-clock-card[b-obxbmeqar1]::after {
    position: absolute;
    right: -32px;
    bottom: -52px;
    width: 170px;
    height: 170px;
    border: 22px solid rgb(255 255 255 / 8%);
    border-radius: 50%;
    content: "";
}

.home-clock-date[b-obxbmeqar1] {
    position: relative;
    z-index: 1;
    color: rgb(255 255 255 / 78%);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.2px;
}

.home-clock-time-row[b-obxbmeqar1] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-top: 14px;
}

.home-clock-period[b-obxbmeqar1] {
    color: #d6eadf;
    font-size: 14px;
    font-weight: 800;
}

.home-clock-time[b-obxbmeqar1] {
    font-size: clamp(36px, 4vw, 48px);
    font-variant-numeric: tabular-nums;
    font-weight: 800;
    letter-spacing: -1.8px;
    line-height: 1;
}

.home-clock-caption[b-obxbmeqar1] {
    position: absolute;
    right: 24px;
    bottom: 18px;
    z-index: 1;
    color: rgb(255 255 255 / 48%);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.home-shortcut-card[b-obxbmeqar1] {
    padding: 18px;
}

.home-shortcut-header[b-obxbmeqar1],
.home-information-card > header[b-obxbmeqar1],
.home-welcome-card[b-obxbmeqar1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.home-shortcut-header h2[b-obxbmeqar1],
.home-information-card h2[b-obxbmeqar1],
.home-welcome-card h1[b-obxbmeqar1] {
    margin: 0;
    color: #22322a;
}

.home-shortcut-header h2[b-obxbmeqar1],
.home-information-card h2[b-obxbmeqar1] {
    margin-top: 2px;
    font-size: 17px;
    font-weight: 800;
}

.home-section-eyebrow[b-obxbmeqar1] {
    display: block;
    color: #7d8c84;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.home-edit-button[b-obxbmeqar1] {
    min-width: 54px;
    height: 31px;
    padding: 0 11px;
    border: 1px solid #d5ded9;
    border-radius: 8px;
    background: #ffffff;
    color: #4f6258;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}

.home-edit-button:hover:not(:disabled)[b-obxbmeqar1],
.home-edit-button.is-active[b-obxbmeqar1] {
    border-color: #8bb3a2;
    background: #edf6f2;
    color: #2e6c57;
}

.home-edit-button:disabled[b-obxbmeqar1] {
    cursor: wait;
    opacity: 0.6;
}

.home-shortcut-grid[b-obxbmeqar1] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
}

.home-shortcut-item[b-obxbmeqar1],
.home-shortcut-add[b-obxbmeqar1] {
    position: relative;
    aspect-ratio: 1.08 / 1;
    min-width: 0;
    border-radius: 13px;
}

.home-shortcut-item[b-obxbmeqar1] {
    border: 1px solid #e0e6e2;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9f8 100%);
    box-shadow: 0 3px 10px rgb(31 65 51 / 4%);
    transition: transform 0.14s ease, border-color 0.14s ease, box-shadow 0.14s ease;
}

.home-shortcut-item:hover:not(.is-dragging)[b-obxbmeqar1] {
    border-color: #a8c6b8;
    box-shadow: 0 6px 14px rgb(31 84 62 / 9%);
    transform: translateY(-2px);
}

.home-shortcut-launch[b-obxbmeqar1] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 7px;
    width: 100%;
    height: 100%;
    padding: 12px 7px 9px;
    border: 0;
    border-radius: inherit;
    background: transparent;
    color: #33443b;
    cursor: pointer;
}

.home-shortcut-icon[b-obxbmeqar1] {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 13px;
    background: linear-gradient(145deg, #e9f4ef 0%, #dcece5 100%);
    color: #2d6c56;
    font-size: 24px;
    line-height: 1;
    box-shadow: 0 4px 10px rgb(47 112 90 / 10%);
}

.home-shortcut-name[b-obxbmeqar1] {
    overflow: hidden;
    width: 100%;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-shortcut-add[b-obxbmeqar1] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    border: 1px dashed #c9d4ce;
    background: #fafcfb;
    color: #91a098;
    cursor: pointer;
    transition: border-color 0.14s ease, background-color 0.14s ease, color 0.14s ease;
}

.home-shortcut-add > span[b-obxbmeqar1] {
    font-size: 27px;
    font-weight: 300;
    line-height: 1;
}

.home-shortcut-add small[b-obxbmeqar1] {
    font-size: 9px;
    font-weight: 700;
}

.home-shortcut-add:hover:not(:disabled)[b-obxbmeqar1] {
    border-color: #72a78f;
    background: #eff7f3;
    color: #3e8068;
}

.home-shortcut-remove[b-obxbmeqar1] {
    position: absolute;
    top: -6px;
    right: -6px;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: #d95252;
    color: #ffffff;
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 7px rgb(125 35 35 / 28%);
}

.home-shortcut-drag-handle[b-obxbmeqar1] {
    position: absolute;
    bottom: 5px;
    left: 50%;
    color: #9ba7a1;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: -3px;
    line-height: 1;
    pointer-events: none;
    transform: translateX(-50%) rotate(90deg);
}

.home-shortcut-grid.is-editing .home-shortcut-item[b-obxbmeqar1] {
    cursor: grab;
    animation: home-shortcut-wiggle-b-obxbmeqar1 0.22s ease-in-out infinite alternate;
    transform-origin: 50% 56%;
}

.home-shortcut-grid.is-editing .home-shortcut-launch[b-obxbmeqar1] {
    cursor: grab;
}

.home-shortcut-grid.is-editing .home-shortcut-launch:active[b-obxbmeqar1] {
    cursor: grabbing;
}

.home-shortcut-grid.is-editing .home-shortcut-item:nth-child(2n)[b-obxbmeqar1] {
    animation-delay: -0.09s;
    animation-direction: alternate-reverse;
}

.home-shortcut-grid.is-editing .home-shortcut-item:nth-child(3n)[b-obxbmeqar1] {
    animation-delay: -0.15s;
}

.home-shortcut-grid.is-editing .home-shortcut-item:hover[b-obxbmeqar1],
.home-shortcut-grid.is-editing .home-shortcut-item.is-dragging[b-obxbmeqar1] {
    animation-play-state: paused;
}

.home-shortcut-item.is-dragging[b-obxbmeqar1] {
    cursor: grabbing;
    opacity: 0.55;
    transform: scale(0.96);
}

@keyframes home-shortcut-wiggle-b-obxbmeqar1 {
    from { transform: rotate(-0.8deg); }
    to { transform: rotate(0.8deg); }
}

.home-shortcut-help[b-obxbmeqar1] {
    min-height: 17px;
    margin: 12px 0 0;
    color: #84918a;
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
}

.home-main-column[b-obxbmeqar1] {
    min-height: 0;
}

.home-welcome-card[b-obxbmeqar1] {
    min-height: 132px;
    padding: 24px 26px;
    background:
        linear-gradient(120deg, rgb(255 255 255 / 96%), rgb(245 250 247 / 96%)),
        linear-gradient(135deg, #ffffff, #eef6f2);
}

.home-welcome-card h1[b-obxbmeqar1] {
    margin-top: 5px;
    font-size: clamp(21px, 2.2vw, 28px);
    font-weight: 800;
    letter-spacing: -0.8px;
}

.home-welcome-card p[b-obxbmeqar1] {
    margin: 8px 0 0;
    color: #718078;
    font-size: 13px;
}

.home-user-badge[b-obxbmeqar1] {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 5px;
    flex: 0 0 auto;
    padding: 12px 14px;
    border: 1px solid #d9e7e0;
    border-radius: 11px;
    background: #f5faf7;
}

.home-user-badge span[b-obxbmeqar1] {
    color: #586a60;
    font-size: 12px;
    font-weight: 700;
}

.home-user-badge strong[b-obxbmeqar1] {
    color: #2f705a;
    font-size: 10px;
}

.home-password-notice[b-obxbmeqar1] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border: 1px solid #ead19a;
    border-radius: 11px;
    background: #fff8e8;
    color: #7d5a16;
    font-size: 12px;
}

.home-password-notice strong[b-obxbmeqar1] {
    flex: 0 0 auto;
}

.home-password-notice span[b-obxbmeqar1] {
    color: #8a703d;
}

.home-information-grid[b-obxbmeqar1] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    flex: 1 1 auto;
    min-height: 0;
}

.home-information-card[b-obxbmeqar1] {
    display: flex;
    flex-direction: column;
    min-height: 210px;
    padding: 20px;
}

.home-information-card--wide[b-obxbmeqar1] {
    grid-column: 1 / -1;
    min-height: 230px;
}

.home-information-icon[b-obxbmeqar1] {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #eef6f2;
    color: #39775f;
    font-size: 17px;
    font-weight: 800;
}

.home-empty-state[b-obxbmeqar1] {
    display: grid;
    flex: 1 1 auto;
    place-content: center;
    margin-top: 16px;
    padding: 28px;
    border: 1px dashed #d7e0db;
    border-radius: 12px;
    background: #fafcfb;
    text-align: center;
}

.home-empty-state strong[b-obxbmeqar1] {
    color: #4a5b52;
    font-size: 13px;
}

.home-empty-state p[b-obxbmeqar1] {
    max-width: 520px;
    margin: 7px auto 0;
    color: #87938d;
    font-size: 11px;
    line-height: 1.6;
}

.home-empty-state.is-compact[b-obxbmeqar1] {
    padding: 20px;
}

.home-session-list[b-obxbmeqar1] {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 18px 0 0;
}

.home-session-list > div[b-obxbmeqar1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 2px;
    border-bottom: 1px solid #edf1ef;
}

.home-session-list dt[b-obxbmeqar1] {
    color: #7a8880;
    font-size: 11px;
}

.home-session-list dd[b-obxbmeqar1] {
    margin: 0;
    color: #34463c;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
}

.home-toast[b-obxbmeqar1] {
    position: fixed;
    right: 24px;
    bottom: 52px;
    z-index: 850;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: min(520px, calc(100vw - 32px));
    padding: 12px 14px;
    border: 1px solid #38584a;
    border-radius: 10px;
    background: #263d33;
    color: #ffffff;
    font-size: 12px;
    box-shadow: 0 12px 28px rgb(16 35 27 / 24%);
}

.home-toast.is-error[b-obxbmeqar1] {
    border-color: #9b4545;
    background: #713b3b;
}

.home-toast > span[b-obxbmeqar1] {
    flex: 1 1 auto;
}

.home-toast button[b-obxbmeqar1] {
    border: 0;
    background: transparent;
    color: #ffffff;
    font-weight: 800;
    cursor: pointer;
}

.home-toast .home-toast-undo[b-obxbmeqar1] {
    color: #ffe58e;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.home-sitemap-search[b-obxbmeqar1] {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
    padding: 0 12px;
    border: 1px solid #d4ddd8;
    border-radius: 9px;
    background: #ffffff;
}

.home-sitemap-search > span[b-obxbmeqar1] {
    color: #76857d;
    font-size: 18px;
}

.home-sitemap-search input[b-obxbmeqar1] {
    width: 100%;
    height: 40px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #2f4037;
    font-size: 13px;
}

.home-sitemap-content[b-obxbmeqar1] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.home-sitemap-module[b-obxbmeqar1] {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #dce4df;
    border-radius: 11px;
    background: #ffffff;
}

.home-sitemap-module > header[b-obxbmeqar1] {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 12px 14px;
    border-bottom: 1px solid #e6ece8;
    background: #f4f8f6;
    color: #2f5f4c;
}

.home-sitemap-module > header strong[b-obxbmeqar1] {
    font-size: 13px;
}

.home-sitemap-group[b-obxbmeqar1] {
    padding: 12px;
}

.home-sitemap-group + .home-sitemap-group[b-obxbmeqar1] {
    border-top: 1px solid #edf1ef;
}

.home-sitemap-group h3[b-obxbmeqar1] {
    margin: 0 0 8px;
    color: #7a8981;
    font-size: 10px;
    font-weight: 800;
}

.home-sitemap-items[b-obxbmeqar1] {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.home-sitemap-item[b-obxbmeqar1] {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-width: 0;
    padding: 9px 10px;
    border: 1px solid #e4e9e6;
    border-radius: 9px;
    background: #ffffff;
    color: #35463d;
    text-align: left;
    cursor: pointer;
}

.home-sitemap-item:hover:not(:disabled)[b-obxbmeqar1] {
    border-color: #8bb3a2;
    background: #f0f7f4;
}

.home-sitemap-item:disabled[b-obxbmeqar1] {
    cursor: default;
}

.home-sitemap-item.is-registered[b-obxbmeqar1] {
    background: #f4f5f4;
    color: #8b9690;
    opacity: 0.78;
}

.home-sitemap-item-icon[b-obxbmeqar1] {
    display: grid;
    place-items: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: #e9f3ee;
    font-size: 18px;
}

.home-sitemap-item-text[b-obxbmeqar1] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1 1 auto;
    min-width: 0;
}

.home-sitemap-item-text strong[b-obxbmeqar1],
.home-sitemap-item-text small[b-obxbmeqar1] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-sitemap-item-text strong[b-obxbmeqar1] {
    font-size: 12px;
}

.home-sitemap-item-text small[b-obxbmeqar1] {
    color: #89958f;
    font-size: 9px;
}

.home-sitemap-registered[b-obxbmeqar1] {
    flex: 0 0 auto;
    padding: 3px 6px;
    border-radius: 999px;
    background: #e2e7e4;
    color: #68746e;
    font-size: 9px;
    font-weight: 800;
}

.home-sitemap-empty[b-obxbmeqar1] {
    grid-column: 1 / -1;
    padding: 42px 20px;
    color: #7f8c85;
    text-align: center;
}

.home-dialog-host[b-obxbmeqar1] {
    display: contents;
}

[b-obxbmeqar1] .home-sitemap-dialog {
    width: min(920px, 96vw);
    max-height: min(820px, calc(100vh - 34px));
}

[b-obxbmeqar1] .home-sitemap-dialog .erp-dialog__body {
    max-height: calc(100vh - 205px);
    padding: 16px;
}

@media (prefers-reduced-motion: reduce) {
    .home-shortcut-grid.is-editing .home-shortcut-item[b-obxbmeqar1] {
        animation: none;
    }

    .home-shortcut-item[b-obxbmeqar1],
    .home-shortcut-add[b-obxbmeqar1] {
        transition: none;
    }
}

@media (max-width: 1100px) {
    .home-dashboard[b-obxbmeqar1] {
        grid-template-columns: minmax(300px, 350px) minmax(0, 1fr);
    }

    .home-sitemap-content[b-obxbmeqar1] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 850px) {
    .home-dashboard[b-obxbmeqar1] {
        display: flex;
        flex-direction: column;
        overflow: visible;
    }

    .home-left-column[b-obxbmeqar1] {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
    }

    .home-information-grid[b-obxbmeqar1] {
        grid-template-columns: 1fr;
    }

    .home-information-card--wide[b-obxbmeqar1] {
        grid-column: auto;
    }
}

@media (max-width: 620px) {
    .home-left-column[b-obxbmeqar1] {
        display: flex;
    }

    .home-shortcut-card[b-obxbmeqar1],
    .home-information-card[b-obxbmeqar1],
    .home-welcome-card[b-obxbmeqar1] {
        padding: 16px;
    }

    .home-welcome-card[b-obxbmeqar1] {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-user-badge[b-obxbmeqar1] {
        align-items: flex-start;
    }

    .home-clock-card[b-obxbmeqar1] {
        min-height: 154px;
        padding: 21px;
    }

    .home-clock-time[b-obxbmeqar1] {
        font-size: 36px;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-page[b-f9hbg1h45o] {
    min-height: calc(100vh - 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: radial-gradient(circle at top left, rgba(33, 99, 77, 0.13), transparent 35%), linear-gradient(135deg, #f4f7f5 0%, #e8efeb 100%);
}

.login-card[b-f9hbg1h45o] {
    width: 100%;
    max-width: 430px;
    padding: 2.5rem;
    border: 1px solid rgba(34, 79, 61, 0.12);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 60px rgba(25, 55, 43, 0.16);
}

.login-header[b-f9hbg1h45o] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.brand-logo[b-f9hbg1h45o] {
    width: 62px;
    height: 62px;
    display: block;
    flex-shrink: 0;
    object-fit: contain;
}

.login-header h1[b-f9hbg1h45o] {
    margin: 0;
    color: #1f3f34;
    font-size: 1.75rem;
    font-weight: 750;
}

.login-header p[b-f9hbg1h45o] {
    margin: 0.3rem 0 0;
    color: #65756f;
    font-size: 0.95rem;
}

.form-field[b-f9hbg1h45o] {
    margin-bottom: 1.15rem;
}

    .form-field label[b-f9hbg1h45o] {
        display: block;
        margin-bottom: 0.45rem;
        color: #354a42;
        font-size: 0.9rem;
        font-weight: 650;
    }

.form-control[b-f9hbg1h45o] {
    width: 100%;
    min-height: 46px;
    padding: 0.7rem 0.85rem;
    border: 1px solid #cbd7d1;
    border-radius: 10px;
    background: #fff;
    color: #263a32;
    font-size: 1rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

    .form-control:focus[b-f9hbg1h45o] {
        outline: none;
        border-color: #317764;
        box-shadow: 0 0 0 3px rgba(49, 119, 100, 0.14);
    }

    .form-control:disabled[b-f9hbg1h45o] {
        background: #f1f3f2;
        cursor: not-allowed;
    }

.login-error[b-f9hbg1h45o] {
    margin: 0.4rem 0 1rem;
    padding: 0.8rem 0.9rem;
    border: 1px solid #efc1c1;
    border-radius: 10px;
    background: #fff3f3;
    color: #a12c2c;
    font-size: 0.9rem;
    line-height: 1.45;
}

.login-button[b-f9hbg1h45o] {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 10px;
    background: #317764;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.05s ease;
}

    .login-button:hover:not(:disabled)[b-f9hbg1h45o] {
        background: #286453;
    }

    .login-button:active:not(:disabled)[b-f9hbg1h45o] {
        transform: translateY(1px);
    }

    .login-button:disabled[b-f9hbg1h45o] {
        opacity: 0.68;
        cursor: wait;
    }

.login-footer[b-f9hbg1h45o] {
    margin-top: 1.5rem;
    color: #7a8782;
    font-size: 0.8rem;
    text-align: center;
}

@media (max-width: 520px) {
    .login-page[b-f9hbg1h45o] {
        padding: 1rem;
    }

    .login-card[b-f9hbg1h45o] {
        padding: 1.6rem;
        border-radius: 16px;
    }

    .login-header[b-f9hbg1h45o] {
        align-items: flex-start;
    }
}
/* /Components/Pages/LoginSuccess.razor.rz.scp.css */
.session-page[b-c642nj47p1],
.session-status[b-c642nj47p1] {
    min-height: calc(100vh - 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: #eef4f1;
}

.session-card[b-c642nj47p1] {
    width: 100%;
    max-width: 520px;
    padding: 2.5rem;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(27, 65, 50, 0.14);
    text-align: center;
}

.success-icon[b-c642nj47p1] {
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.2rem;
    border-radius: 50%;
    background: #317764;
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
}

.session-card h1[b-c642nj47p1] {
    margin: 0;
    color: #24463a;
}

.welcome-message[b-c642nj47p1] {
    margin: 0.8rem 0 1.8rem;
    color: #65756f;
}

.session-info[b-c642nj47p1] {
    margin: 0;
    text-align: left;
}

    .session-info > div[b-c642nj47p1] {
        display: grid;
        grid-template-columns: 150px 1fr;
        gap: 1rem;
        padding: 0.8rem 0;
        border-bottom: 1px solid #e7ece9;
    }

    .session-info dt[b-c642nj47p1] {
        color: #74827c;
        font-weight: 600;
    }

    .session-info dd[b-c642nj47p1] {
        margin: 0;
        color: #2b4037;
        font-weight: 650;
    }

.password-change-notice[b-c642nj47p1] {
    margin-top: 1.25rem;
    padding: 0.9rem;
    border: 1px solid #e7d89f;
    border-radius: 10px;
    background: #fff9df;
    color: #725d12;
    text-align: left;
}

.session-error[b-c642nj47p1] {
    margin-top: 1rem;
    padding: 0.8rem;
    border-radius: 10px;
    background: #fff1f1;
    color: #a02b2b;
}

.logout-button[b-c642nj47p1] {
    width: 100%;
    min-height: 46px;
    margin-top: 1.5rem;
    border: 1px solid #317764;
    border-radius: 10px;
    background: #fff;
    color: #317764;
    font-weight: 700;
    cursor: pointer;
}

    .logout-button:hover:not(:disabled)[b-c642nj47p1] {
        background: #edf5f1;
    }

    .logout-button:disabled[b-c642nj47p1] {
        opacity: 0.6;
        cursor: wait;
    }
/* /Components/Shared/Sidebar/AppSidebar.razor.rz.scp.css */
/*
============================================================
Project : LeenleeERP
File    : AppSidebar.razor.css
Version : 2.1
Date    : 2026-07-18
Purpose : 공통 좌측 사이드바 전용 스타일
============================================================

[Change History]

V2.0 - 2026-07-18
- MainLayout V2 Workspace 구조와 시각적 균형 조정
- Sidebar 오른쪽 그림자 강도 완화
- Sidebar 경계 표현을 보다 자연스럽게 조정
- 기존 브랜드, 메뉴, 상태 표시 구조 유지

V1.3 - 2026-07-18
- SidebarMenu V2 디자인과 간격 정합성 보완
- 메뉴 영역 상하 여백 조정
- 브랜드 및 상태 표시 기존 디자인 유지
============================================================
*/


/* =========================================================
   Sidebar Container
   ========================================================= */

.erp-sidebar[b-zo5t0ks4a0] {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    width: var(--sidebar-width);
    height: 100vh;
    overflow: hidden;
    background: linear-gradient( 180deg, var(--sidebar-background) 0%, var(--sidebar-background-dark) 100% );
    color: var(--sidebar-text);
    box-shadow: 2px 0 9px rgb(20 42 34 / 10%);
}


/* =========================================================
   Brand
   ========================================================= */

.erp-brand[b-zo5t0ks4a0] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 var(--header-height);
    min-height: var(--header-height);
    padding: 12px 20px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.erp-brand-logo[b-zo5t0ks4a0] {
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgb(255 255 255 / 92%);
    color: var(--sidebar-background);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.erp-brand-logo-image[b-zo5t0ks4a0] {
    display: block;
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.erp-brand-text[b-zo5t0ks4a0] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

    .erp-brand-text strong[b-zo5t0ks4a0] {
        overflow: hidden;
        color: #ffffff;
        font-size: 17px;
        line-height: 1.3;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .erp-brand-text span[b-zo5t0ks4a0] {
        overflow: hidden;
        margin-top: 2px;
        color: var(--sidebar-muted);
        font-size: 11px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }


/* =========================================================
   Navigation Container
   ========================================================= */

.erp-navigation[b-zo5t0ks4a0] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 14px 12px 18px;
    scrollbar-width: thin;
    scrollbar-color: rgb(255 255 255 / 20%) transparent;
}

    .erp-navigation[b-zo5t0ks4a0]::-webkit-scrollbar {
        width: 6px;
    }

    .erp-navigation[b-zo5t0ks4a0]::-webkit-scrollbar-track {
        background: transparent;
    }

    .erp-navigation[b-zo5t0ks4a0]::-webkit-scrollbar-thumb {
        border-radius: 999px;
        background: rgb(255 255 255 / 20%);
    }


/* =========================================================
   Sidebar Message
   ========================================================= */

.erp-sidebar-message[b-zo5t0ks4a0] {
    margin: 8px 6px;
    padding: 14px 12px;
    border-radius: 9px;
    background: rgb(255 255 255 / 7%);
    color: var(--sidebar-muted);
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}

.erp-sidebar-message-error[b-zo5t0ks4a0] {
    background: rgb(180 70 70 / 18%);
    color: #ffd6d6;
}


/* =========================================================
   Footer
   ========================================================= */

.erp-sidebar-footer[b-zo5t0ks4a0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex: 0 0 48px;
    min-height: 48px;
    padding: 10px 20px;
    border-top: 1px solid rgb(255 255 255 / 10%);
    color: var(--sidebar-muted);
}

    .erp-sidebar-footer span[b-zo5t0ks4a0] {
        font-size: 11px;
    }

    .erp-sidebar-footer small[b-zo5t0ks4a0] {
        font-size: 10px;
    }

.erp-system-status[b-zo5t0ks4a0] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.erp-system-status-dot[b-zo5t0ks4a0] {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #79d69b;
    box-shadow: 0 0 0 3px rgb(121 214 155 / 14%);
}


/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 900px) {

    .erp-sidebar[b-zo5t0ks4a0] {
        display: none;
    }
}

/* =========================================================
   UI Compact Fixed Shell V1.1 (2026-07-25)

   Sidebar 폭만 10% 축소하고 브랜드 로고 비율은 유지합니다.
   ========================================================= */

.erp-brand[b-zo5t0ks4a0] {
    flex-basis: 50px;
    min-height: 50px;
    height: 50px;
    gap: 10px;
    padding: 4px 14px;
}

.erp-brand-logo[b-zo5t0ks4a0] {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    border-radius: 10px;
}

.erp-brand-logo-image[b-zo5t0ks4a0] {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.erp-brand-text strong[b-zo5t0ks4a0] {
    font-size: 15px;
}

.erp-brand-text span[b-zo5t0ks4a0] {
    margin-top: 0;
    font-size: 9px;
}

/* =========================================================
   Collapsible Sidebar V1.0 (2026-07-26)
   ========================================================= */

.erp-sidebar[b-zo5t0ks4a0] {
    transition: width 0.2s ease;
}

.erp-sidebar.is-collapsed[b-zo5t0ks4a0] {
    width: var(--sidebar-collapsed-width);
}

.erp-sidebar-collapse-button[b-zo5t0ks4a0] {
    display: grid;
    place-items: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    margin-left: auto;
    padding: 0;
    border: 1px solid rgb(255 255 255 / 18%);
    border-radius: 8px;
    background: rgb(255 255 255 / 7%);
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.erp-sidebar-collapse-button:hover[b-zo5t0ks4a0] {
    border-color: rgb(255 255 255 / 32%);
    background: rgb(255 255 255 / 14%);
}

.erp-sidebar-collapse-button:focus-visible[b-zo5t0ks4a0] {
    outline: 2px solid rgb(255 255 255 / 70%);
    outline-offset: 2px;
}

.erp-sidebar.is-collapsed .erp-brand[b-zo5t0ks4a0] {
    justify-content: center;
    gap: 0;
    padding-right: 8px;
    padding-left: 8px;
}

.erp-sidebar.is-collapsed .erp-brand-logo[b-zo5t0ks4a0] {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
}

.erp-sidebar.is-collapsed .erp-brand-logo-image[b-zo5t0ks4a0] {
    width: 32px;
    height: 32px;
}

.erp-sidebar.is-collapsed .erp-sidebar-collapse-button[b-zo5t0ks4a0] {
    position: absolute;
    top: 39px;
    right: -11px;
    z-index: 2;
    width: 24px;
    height: 24px;
    border-color: rgb(255 255 255 / 22%);
    border-radius: 50%;
    background: var(--sidebar-background);
    box-shadow: 0 2px 7px rgb(0 0 0 / 20%);
    font-size: 19px;
}

.erp-sidebar.is-collapsed .erp-navigation[b-zo5t0ks4a0] {
    padding: 12px 8px 16px;
}

.erp-collapsed-modules[b-zo5t0ks4a0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.erp-collapsed-module-button[b-zo5t0ks4a0] {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: var(--sidebar-text);
    font: inherit;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.erp-collapsed-module-button:hover[b-zo5t0ks4a0] {
    background: rgb(255 255 255 / 10%);
    color: #fff;
    transform: translateY(-1px);
}

.erp-collapsed-module-button:focus-visible[b-zo5t0ks4a0] {
    outline: 2px solid rgb(255 255 255 / 65%);
    outline-offset: 2px;
}

.erp-sidebar.is-collapsed .erp-sidebar-message[b-zo5t0ks4a0] {
    margin: 8px 0;
    padding: 12px 4px;
}

.erp-sidebar.is-collapsed .erp-sidebar-footer[b-zo5t0ks4a0] {
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
}

@media (prefers-reduced-motion: reduce) {
    .erp-sidebar[b-zo5t0ks4a0],
    .erp-sidebar-collapse-button[b-zo5t0ks4a0],
    .erp-collapsed-module-button[b-zo5t0ks4a0] {
        transition: none;
    }
}

.erp-brand[b-zo5t0ks4a0] {
    position: relative;
}

/* =========================================================
   Sidebar Display Settings V1.1 (2026-07-26)
   ========================================================= */

.erp-sidebar-context-backdrop[b-zo5t0ks4a0] {
    position: fixed;
    inset: 0;
    z-index: 1090;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: default;
}

.erp-sidebar-context-menu[b-zo5t0ks4a0] {
    position: fixed;
    z-index: 1100;
    width: 248px;
    padding: 8px;
    border: 1px solid #d8e1dc;
    border-radius: 12px;
    background: #fff;
    color: #24322d;
    box-shadow: 0 12px 32px rgb(16 42 35 / 22%);
}

.erp-sidebar-context-title[b-zo5t0ks4a0] {
    padding: 7px 9px 8px;
    color: #66756f;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.erp-sidebar-context-item[b-zo5t0ks4a0] {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 7px;
    width: 100%;
    padding: 8px 9px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #24322d;
    text-align: left;
    cursor: pointer;
}

.erp-sidebar-context-item:hover[b-zo5t0ks4a0],
.erp-sidebar-context-item.is-selected[b-zo5t0ks4a0] {
    background: #edf5f1;
}

.erp-sidebar-context-item:focus-visible[b-zo5t0ks4a0] {
    outline: 2px solid #4d8a73;
    outline-offset: -2px;
}

.erp-sidebar-context-check[b-zo5t0ks4a0] {
    padding-top: 1px;
    color: #2f705a;
    font-size: 12px;
    text-align: center;
}

.erp-sidebar-context-item > span:last-child[b-zo5t0ks4a0] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.erp-sidebar-context-item strong[b-zo5t0ks4a0] {
    font-size: 12px;
    line-height: 1.35;
}

.erp-sidebar-context-item small[b-zo5t0ks4a0] {
    margin-top: 2px;
    color: #73817b;
    font-size: 10px;
    line-height: 1.35;
}

.erp-sidebar-context-separator[b-zo5t0ks4a0] {
    height: 1px;
    margin: 7px 4px;
    background: #e2e9e5;
}

.erp-sidebar-context-delay-title[b-zo5t0ks4a0] {
    padding: 2px 9px 7px;
    color: #66756f;
    font-size: 10px;
    font-weight: 700;
}

.erp-sidebar-delay-options[b-zo5t0ks4a0] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    padding: 0 5px;
}

.erp-sidebar-delay-button[b-zo5t0ks4a0] {
    min-height: 30px;
    padding: 5px 4px;
    border: 1px solid #d8e1dc;
    border-radius: 7px;
    background: #fff;
    color: #45534e;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
}

.erp-sidebar-delay-button:hover:not(:disabled)[b-zo5t0ks4a0],
.erp-sidebar-delay-button.is-selected[b-zo5t0ks4a0] {
    border-color: #4d8a73;
    background: #edf5f1;
    color: #245a47;
}

.erp-sidebar-delay-button:disabled[b-zo5t0ks4a0] {
    opacity: 0.42;
    cursor: not-allowed;
}

.erp-sidebar-context-hint[b-zo5t0ks4a0] {
    margin-top: 8px;
    padding: 7px 9px 3px;
    color: #8a9691;
    font-size: 9px;
    line-height: 1.4;
}

@media (max-width: 900px) {
    .erp-sidebar-context-menu[b-zo5t0ks4a0],
    .erp-sidebar-context-backdrop[b-zo5t0ks4a0] {
        display: none;
    }
}


/* =========================================================
   Sidebar Auto Expand Toggle V1.1 Final (2026-07-26)
   ========================================================= */

.erp-sidebar-toggle-row[b-zo5t0ks4a0] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 9px 10px;
}

.erp-sidebar-toggle-label[b-zo5t0ks4a0] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
}

.erp-sidebar-toggle-label strong[b-zo5t0ks4a0] {
    color: #24322d;
    font-size: 12px;
    line-height: 1.35;
}

.erp-sidebar-toggle-label small[b-zo5t0ks4a0] {
    margin-top: 2px;
    color: #73817b;
    font-size: 10px;
    line-height: 1.4;
}

.erp-sidebar-toggle-switch[b-zo5t0ks4a0] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 54px;
    width: 54px;
    height: 28px;
    padding: 0 7px;
    border: 1px solid #c8d2cd;
    border-radius: 999px;
    background: #e8eeeb;
    color: #65736d;
    cursor: pointer;
    transition: background-color 0.16s ease, border-color 0.16s ease;
}

.erp-sidebar-toggle-switch.is-on[b-zo5t0ks4a0] {
    justify-content: flex-start;
    border-color: #34755e;
    background: #3f866d;
    color: #fff;
}

.erp-sidebar-toggle-thumb[b-zo5t0ks4a0] {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 4px rgb(20 42 34 / 28%);
    transition: transform 0.16s ease;
}

.erp-sidebar-toggle-switch.is-on .erp-sidebar-toggle-thumb[b-zo5t0ks4a0] {
    transform: translateX(26px);
}

.erp-sidebar-toggle-state[b-zo5t0ks4a0] {
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
}

.erp-sidebar-toggle-switch:focus-visible[b-zo5t0ks4a0] {
    outline: 2px solid #4d8a73;
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    .erp-sidebar-toggle-switch[b-zo5t0ks4a0],
    .erp-sidebar-toggle-thumb[b-zo5t0ks4a0] {
        transition: none;
    }
}

/* =========================================================
   Mobile Overlay Sidebar V1.0 (2026-08-02)

   기존 900px 이하 display:none 정책을 오버레이 드로어로 교체합니다.
   Desktop의 접힘/자동 펼침 정책은 그대로 유지합니다.
   ========================================================= */

.erp-sidebar-mobile-close-button[b-zo5t0ks4a0] {
    display: none;
}

@media (max-width: 900px) {
    .erp-sidebar[b-zo5t0ks4a0],
    .erp-sidebar.is-collapsed[b-zo5t0ks4a0] {
        z-index: 100;
        display: flex;
        width: min(86vw, 320px);
        height: 100vh;
        height: 100dvh;
        transform: translateX(-105%);
        visibility: hidden;
        pointer-events: none;
        box-shadow: 8px 0 28px rgb(8 25 19 / 28%);
        transition: transform 0.22s ease, visibility 0s linear 0.22s;
        will-change: transform;
    }

    .erp-sidebar.is-mobile-open[b-zo5t0ks4a0],
    .erp-sidebar.is-collapsed.is-mobile-open[b-zo5t0ks4a0] {
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
        transition-delay: 0s;
    }

    .erp-sidebar-collapse-button[b-zo5t0ks4a0] {
        display: none;
    }

    .erp-sidebar-mobile-close-button[b-zo5t0ks4a0] {
        display: grid;
        place-items: center;
        flex: 0 0 34px;
        width: 34px;
        height: 34px;
        margin-left: auto;
        padding: 0;
        border: 1px solid rgb(255 255 255 / 22%);
        border-radius: 9px;
        background: rgb(255 255 255 / 9%);
        color: #ffffff;
        font-size: 25px;
        line-height: 1;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }

    .erp-sidebar-mobile-close-button:focus-visible[b-zo5t0ks4a0] {
        outline: 2px solid rgb(255 255 255 / 72%);
        outline-offset: 2px;
    }

    .erp-brand[b-zo5t0ks4a0] {
        padding-right: 12px;
        padding-left: 14px;
    }

    .erp-navigation[b-zo5t0ks4a0] {
        overscroll-behavior: contain;
    }
}

@media (max-width: 520px) {
    .erp-sidebar[b-zo5t0ks4a0],
    .erp-sidebar.is-collapsed[b-zo5t0ks4a0] {
        width: min(90vw, 310px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .erp-sidebar[b-zo5t0ks4a0] {
        transition: none;
    }
}
/* /Components/Shared/Sidebar/SidebarMenu.razor.rz.scp.css */
/*
============================================================
Project : LeenleeERP
File    : SidebarMenu.razor.css
Version : 3.0
Date    : 2026-07-18
Purpose : 사이드바 전체 계층형 메뉴 스타일
============================================================

[Design Rules]

- Module 제목은 하위 메뉴와 같거나 더 크게 표시합니다.
- Module별 Accent 색상으로 업무 영역을 구분합니다.
- 펼친 Module에는 옅은 Tree Guide Line을 표시합니다.
- 중간 Group 제목은 표시하지 않습니다.
- 전체 트리 접기 버튼을 상단에 제공합니다.
============================================================
*/

.sidebar-menu[b-234iu606xu] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}


/* =========================================================
   Toolbar
   ========================================================= */

.sidebar-menu-toolbar[b-234iu606xu] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 30px;
    padding: 0 8px 8px 12px;
    margin-bottom: 7px;
    border-bottom: 1px solid rgb(255 255 255 / 8%);
}

.sidebar-menu-toolbar-label[b-234iu606xu] {
    color: rgb(205 222 215 / 65%);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.sidebar-menu-collapse-all[b-234iu606xu] {
    display: grid;
    place-items: center;
    width: 28px;
    height: 26px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 6px;
    background: transparent;
    color: var(--sidebar-muted);
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

    .sidebar-menu-collapse-all:hover[b-234iu606xu] {
        border-color: rgb(255 255 255 / 10%);
        background: rgb(255 255 255 / 8%);
        color: #ffffff;
    }

    .sidebar-menu-collapse-all:focus-visible[b-234iu606xu] {
        outline: 2px solid rgb(255 255 255 / 65%);
        outline-offset: 2px;
    }

.sidebar-menu-collapse-icon[b-234iu606xu] {
    position: relative;
    display: block;
    width: 14px;
    height: 13px;
}

    .sidebar-menu-collapse-icon span[b-234iu606xu] {
        position: absolute;
        left: 3px;
        width: 8px;
        height: 8px;
        border-top: 1.5px solid currentColor;
        border-left: 1.5px solid currentColor;
        transform: rotate(45deg);
    }

        .sidebar-menu-collapse-icon span:first-child[b-234iu606xu] {
            top: 4px;
        }

        .sidebar-menu-collapse-icon span:last-child[b-234iu606xu] {
            top: 8px;
        }


/* =========================================================
   Module Themes
   ========================================================= */

.sidebar-menu-module[b-234iu606xu] {
    --module-accent: #8eb5a7;
    --module-guide: rgb(142 181 167 / 28%);
    --module-guide-strong: rgb(142 181 167 / 50%);
    margin: 0 0 16px;
    padding: 0;
}

    .sidebar-menu-module:last-child[b-234iu606xu] {
        margin-bottom: 0;
    }

.sidebar-module-course[b-234iu606xu] {
    --module-accent: #75b8ff;
    --module-guide: rgb(117 184 255 / 28%);
    --module-guide-strong: rgb(117 184 255 / 52%);
}

.sidebar-module-management[b-234iu606xu] {
    --module-accent: #71d6a0;
    --module-guide: rgb(113 214 160 / 27%);
    --module-guide-strong: rgb(113 214 160 / 50%);
}

.sidebar-module-system[b-234iu606xu] {
    --module-accent: #b795ff;
    --module-guide: rgb(183 149 255 / 27%);
    --module-guide-strong: rgb(183 149 255 / 52%);
}

.sidebar-module-default[b-234iu606xu] {
    --module-accent: #a7c7bb;
    --module-guide: rgb(167 199 187 / 27%);
    --module-guide-strong: rgb(167 199 187 / 50%);
}


/* =========================================================
   Module Header
   ========================================================= */

.sidebar-menu-module-header[b-234iu606xu] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 42px;
    padding: 8px 10px;
    margin: 0;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: var(--module-accent);
    font: inherit;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}

    .sidebar-menu-module-header:hover[b-234iu606xu] {
        background: rgb(255 255 255 / 6%);
        color: #ffffff;
    }

    .sidebar-menu-module-header:focus-visible[b-234iu606xu] {
        outline: 2px solid rgb(255 255 255 / 65%);
        outline-offset: 2px;
    }

.sidebar-menu-module-heading[b-234iu606xu] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.sidebar-menu-module-icon[b-234iu606xu] {
    display: grid;
    place-items: center;
    flex: 0 0 21px;
    width: 21px;
    height: 21px;
    color: currentColor;
    font-size: 16px;
    line-height: 1;
}

.sidebar-menu-module-title[b-234iu606xu] {
    overflow: hidden;
    min-width: 0;
    color: currentColor;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.35px;
    line-height: 1.25;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.sidebar-menu-module-chevron[b-234iu606xu] {
    position: relative;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    color: currentColor;
    opacity: 0.8;
}

    .sidebar-menu-module-chevron[b-234iu606xu]::before {
        position: absolute;
        top: 4px;
        left: 4px;
        width: 7px;
        height: 7px;
        border-right: 1.5px solid currentColor;
        border-bottom: 1.5px solid currentColor;
        content: "";
        transform: rotate(45deg);
        transition: transform 0.15s ease, top 0.15s ease;
    }

    .sidebar-menu-module-chevron.is-expanded[b-234iu606xu]::before {
        top: 6px;
        transform: rotate(225deg);
    }


/* =========================================================
   Module → Group Tree Content
   ========================================================= */

.sidebar-menu-module-content[b-234iu606xu] {
    position: relative;
    min-width: 0;
    margin: 2px 0 0 20px;
    padding: 2px 0 2px 13px;
}

.sidebar-menu-module-content[b-234iu606xu]::before {
    position: absolute;
    top: 0;
    bottom: 15px;
    left: 0;
    width: 1px;
    background: var(--module-guide);
    content: "";
}

.sidebar-menu-empty[b-234iu606xu] {
    margin: 10px 8px;
    padding: 16px 12px;
    border: 1px dashed rgb(255 255 255 / 18%);
    border-radius: 9px;
    color: var(--sidebar-muted);
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}
/* /Components/Shared/Sidebar/SidebarMenuGroup.razor.rz.scp.css */
/*
============================================================
Project : LeenleeERP
File    : SidebarMenuGroup.razor.css
Version : 2.0
Date    : 2026-07-21
Purpose : Group → Menu 2단계 하위 트리 스타일
============================================================
*/

.sidebar-menu-group[b-lru7qzevid] {
    position: relative;
    margin: 0 0 6px;
}

.sidebar-menu-group-header[b-lru7qzevid] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    min-height: 36px;
    padding: 6px 8px 6px 12px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: #c4d8d0;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.sidebar-menu-group-header:hover[b-lru7qzevid] {
    background: rgb(255 255 255 / 5%);
    color: #fff;
}

.sidebar-menu-group-header:focus-visible[b-lru7qzevid] {
    outline: 2px solid rgb(255 255 255 / 60%);
    outline-offset: 2px;
}

.sidebar-menu-group-title[b-lru7qzevid] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.sidebar-menu-group-branch[b-lru7qzevid] {
    position: absolute;
    top: 18px;
    left: -13px;
    width: 13px;
    height: 1px;
    background: var(--module-guide);
}

.sidebar-menu-group-branch[b-lru7qzevid]::after {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--module-guide-strong);
    content: "";
}

.sidebar-menu-group-icon[b-lru7qzevid] {
    display: grid;
    place-items: center;
    flex: 0 0 18px;
    width: 18px;
    color: var(--module-accent);
    font-size: 13px;
}

.sidebar-menu-group-name[b-lru7qzevid] {
    overflow: hidden;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .15px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sidebar-menu-group-chevron[b-lru7qzevid] {
    position: relative;
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
    opacity: .75;
}

.sidebar-menu-group-chevron[b-lru7qzevid]::before {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    content: "";
    transform: rotate(45deg);
}

.sidebar-menu-group-chevron.is-expanded[b-lru7qzevid]::before {
    top: 5px;
    transform: rotate(225deg);
}

.sidebar-menu-group-content[b-lru7qzevid] {
    position: relative;
    margin-left: 11px;
    padding: 1px 0 2px 14px;
}

.sidebar-menu-group-content[b-lru7qzevid]::before {
    position: absolute;
    top: 0;
    bottom: 17px;
    left: 0;
    width: 1px;
    background: color-mix(in srgb, var(--module-guide) 80%, transparent);
    content: "";
}

.sidebar-menu-item-row[b-lru7qzevid] {
    position: relative;
    min-width: 0;
}

.sidebar-menu-item-branch[b-lru7qzevid] {
    position: absolute;
    top: 19px;
    left: -14px;
    width: 14px;
    height: 1px;
    background: var(--module-guide);
}

.sidebar-menu-item-row[b-lru7qzevid]  .erp-menu-item {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 38px;
    margin: 0 0 3px;
    padding: 7px 9px 7px 11px;
    border-radius: 7px;
    color: var(--sidebar-text);
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
    transition: background-color .15s ease, color .15s ease, transform .15s ease;
}

.sidebar-menu-item-row[b-lru7qzevid]  .erp-menu-item:hover {
    background: rgb(255 255 255 / 7%);
    color: #fff;
    transform: translateX(2px);
}

.sidebar-menu-item-row[b-lru7qzevid]  .erp-menu-item.active {
    background: linear-gradient(90deg,
        color-mix(in srgb, var(--module-accent) 20%, transparent),
        rgb(255 255 255 / 8%));
    color: #fff;
    font-weight: 700;
    box-shadow: inset 3px 0 0 var(--module-accent);
}

.sidebar-menu-item-row[b-lru7qzevid]  .erp-menu-icon {
    display: grid;
    place-items: center;
    flex: 0 0 19px;
    width: 19px;
    color: var(--module-accent);
    font-size: 14px;
}

.sidebar-menu-item-row[b-lru7qzevid]  .erp-menu-item.active .erp-menu-icon,
.sidebar-menu-item-row[b-lru7qzevid]  .erp-menu-item:hover .erp-menu-icon {
    color: #fff;
}

.sidebar-menu-item-row[b-lru7qzevid]  .erp-menu-text {
    overflow: hidden;
    min-width: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* /Components/Shared/Sidebar/SidebarMenuItem.razor.rz.scp.css */
/*
============================================================
Project : LeenleeERP
File    : SidebarMenuItem.razor.css
Version : 1.2
Date    : 2026-07-18
Purpose : 단일 사이드바 메뉴 항목 스타일
============================================================

SidebarMenu V2에서는 Module별 Accent와 Tree Guide Line을
상위 SidebarMenu.razor.css에서 일관되게 적용합니다.

이 파일은 단일 항목 컴포넌트의 최소 레이아웃 안전장치만
유지하며, 실제 시각 디자인은 상위 컴포넌트가 담당합니다.
============================================================
*/

[b-8gcyhi68e1] .erp-menu-item {
    box-sizing: border-box;
    min-width: 0;
}

.erp-menu-icon[b-8gcyhi68e1] {
    display: grid;
    place-items: center;
}

.erp-menu-text[b-8gcyhi68e1] {
    overflow: hidden;
    min-width: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* /Components/Workspace/MdiWorkspace.razor.rz.scp.css */
.mdi-workspace[b-g3jhv9qdco] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    min-width: 0;
    min-height: 0;
}

.mdi-tab-strip[b-g3jhv9qdco] {
    display: flex;
    align-items: stretch;
    gap: 8px;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 38px;
    padding: 0 2px;
    border-bottom: 1px solid #cfd8d3;
}

.mdi-tab-scroll[b-g3jhv9qdco] {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    flex: 1 1 auto;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: #bdc9c3 transparent;
}

.mdi-tab-scroll[b-g3jhv9qdco]::-webkit-scrollbar {
    height: 5px;
}

.mdi-tab-scroll[b-g3jhv9qdco]::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #bdc9c3;
}

.mdi-tab[b-g3jhv9qdco] {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    min-width: 118px;
    max-width: 230px;
    height: 36px;
    margin-bottom: -1px;
    border: 1px solid #d5dcd8;
    border-bottom-color: #cfd8d3;
    border-radius: 8px 8px 0 0;
    background: #eef1ef;
    color: #53615a;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.mdi-tab:hover[b-g3jhv9qdco] {
    background: #e7ece9;
    color: #24322d;
}

.mdi-tab.is-active[b-g3jhv9qdco] {
    border-color: #d8c46a;
    border-bottom-color: #fff6bf;
    background: #fff6bf;
    color: #26332c;
    box-shadow: 0 -1px 0 rgb(255 255 255 / 60%) inset;
}

.mdi-tab.is-home[b-g3jhv9qdco] {
    min-width: 86px;
}

.mdi-tab-activate[b-g3jhv9qdco] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    padding: 0 10px;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    cursor: pointer;
}

.mdi-tab-activate:focus-visible[b-g3jhv9qdco],
.mdi-tab-close:focus-visible[b-g3jhv9qdco],
.mdi-close-all:focus-visible[b-g3jhv9qdco] {
    outline: 2px solid #347863;
    outline-offset: -2px;
}

.mdi-tab-icon[b-g3jhv9qdco] {
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 1;
}

.mdi-tab-title[b-g3jhv9qdco] {
    overflow: hidden;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mdi-tab-close[b-g3jhv9qdco] {
    display: grid;
    place-items: center;
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    margin-right: 4px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #7b857f;
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
}

.mdi-tab-close:hover[b-g3jhv9qdco] {
    background: rgb(172 60 60 / 12%);
    color: #a23e3e;
}

.mdi-close-all[b-g3jhv9qdco] {
    flex: 0 0 auto;
    align-self: center;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid #d7dfda;
    border-radius: 7px;
    background: #ffffff;
    color: #66736c;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

.mdi-close-all:hover[b-g3jhv9qdco] {
    border-color: #bdcbc4;
    background: #f4f7f5;
    color: #35443c;
}

.mdi-panel-stack[b-g3jhv9qdco] {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
}

.mdi-panel[b-g3jhv9qdco] {
    display: none;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    min-height: 0;
}

.mdi-panel.is-active[b-g3jhv9qdco] {
    display: flex;
}

.mdi-panel[b-g3jhv9qdco]  > * {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    min-height: 0;
}

@media (max-width: 720px) {
    .mdi-tab-strip[b-g3jhv9qdco] {
        min-height: 35px;
    }

    .mdi-tab[b-g3jhv9qdco] {
        min-width: 104px;
        height: 33px;
    }

    .mdi-tab.is-home[b-g3jhv9qdco] {
        min-width: 76px;
    }

    .mdi-close-all[b-g3jhv9qdco] {
        display: none;
    }
}
