/* _content/YumBoss.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.app-topbar[b-b8e7gd73lj] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 3.25rem;
    z-index: 1100;
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: 0 .75rem;
    background-image: linear-gradient(90deg, rgb(5, 39, 103) 0%, #3a0647 100%);
    color: #fff;
}

.menu-btn[b-b8e7gd73lj] {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 6px;
    color: #fff;
    width: 2.5rem;
    height: 2.1rem;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
}

.menu-btn:hover[b-b8e7gd73lj] { background: rgba(255, 255, 255, .22); }

.app-title[b-b8e7gd73lj] {
    font-weight: 800;
    font-size: 1.15rem;
    color: #ffc400;
    letter-spacing: -0.3px;
}

.app-drawer[b-b8e7gd73lj] {
    position: fixed;
    top: 3.25rem;
    bottom: 0;
    left: 0;
    width: 250px;
    max-width: 80vw;
    z-index: 1090;
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    transform: translateX(-100%);
    transition: transform .2s ease;
    overflow-y: auto;
}

.app-drawer.open[b-b8e7gd73lj] {
    transform: translateX(0);
    box-shadow: 2px 0 18px rgba(0, 0, 0, .45);
}

.app-backdrop[b-b8e7gd73lj] {
    position: fixed;
    inset: 3.25rem 0 0 0;
    background: rgba(0, 0, 0, .4);
    z-index: 1080;
}

.app-main[b-b8e7gd73lj] {
    padding-top: 3.25rem;
}

.app-main .content[b-b8e7gd73lj] {
    padding: 1rem;
}

@media (min-width: 768px) {
    .app-main .content[b-b8e7gd73lj] {
        padding: 1.25rem 1.75rem;
    }
}

#blazor-error-ui[b-b8e7gd73lj] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-b8e7gd73lj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/YumBoss.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-3nkgpkyz2l] {
    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-3nkgpkyz2l] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-3nkgpkyz2l] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-3nkgpkyz2l] {
    font-size: 1.1rem;
}

.bi[b-3nkgpkyz2l] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-3nkgpkyz2l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-3nkgpkyz2l] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-3nkgpkyz2l] {
    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-3nkgpkyz2l] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-3nkgpkyz2l] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-3nkgpkyz2l] {
        padding-bottom: 1rem;
    }

    .nav-item[b-3nkgpkyz2l]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-3nkgpkyz2l]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-3nkgpkyz2l]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-3nkgpkyz2l] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-3nkgpkyz2l] {
    display: block;
}

/* 모바일: 메뉴를 열면 내용 위에 겹쳐서 표시(밀어내지 않음) */
@media (max-width: 640.98px) {
    .navbar-toggler:checked ~ .nav-scrollable[b-3nkgpkyz2l] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        right: 0;
        z-index: 1050;
        background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
        box-shadow: 0 8px 20px rgba(0, 0, 0, .35);
        max-height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-3nkgpkyz2l] {
        display: none;
    }

    .nav-scrollable[b-3nkgpkyz2l] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/YumBoss.Web/Components/Pages/Attendance/AttendanceManage.razor.rz.scp.css */
.manage-list[b-bi8vmo6gmv] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.manage-row[b-bi8vmo6gmv] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .75rem;
    padding: .6rem .75rem;
    border: 1px solid #eee;
    border-radius: .5rem;
    background: #fff;
}

.manage-emp[b-bi8vmo6gmv] {
    min-width: 8rem;
    flex: 0 0 auto;
}

.manage-times[b-bi8vmo6gmv] {
    display: flex;
    gap: .75rem;
    flex: 1 1 auto;
}

.manage-times label[b-bi8vmo6gmv] {
    display: flex;
    flex-direction: column;
    font-size: .8rem;
    color: #555;
    gap: .15rem;
}

.manage-times input[b-bi8vmo6gmv] {
    width: 7.5rem;
}

.manage-actions[b-bi8vmo6gmv] {
    display: flex;
    gap: .4rem;
    margin-left: auto;
}
/* _content/YumBoss.Web/Components/Pages/Employees/EmployeeList.razor.rz.scp.css */
.emp-grid[b-gysq71d2xc] {
    display: grid;
    grid-template-columns: 1fr;
    gap: .75rem;
}

@media (min-width: 640px) {
    .emp-grid[b-gysq71d2xc] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .emp-grid[b-gysq71d2xc] {
        grid-template-columns: repeat(3, 1fr);
    }
}

.emp-card[b-gysq71d2xc] {
    border: 1px solid #e5e7eb;
    border-radius: .75rem;
    padding: 1rem;
    cursor: pointer;
    transition: box-shadow .15s, transform .15s;
    background: #fff;
}

.emp-card:hover[b-gysq71d2xc] {
    box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
    transform: translateY(-1px);
}

.emp-top[b-gysq71d2xc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .35rem;
}

.emp-name[b-gysq71d2xc] {
    font-size: 1.1rem;
    font-weight: 700;
}

.emp-meta[b-gysq71d2xc] {
    font-size: .85rem;
    color: #6b7280;
}

.emp-wage[b-gysq71d2xc] {
    margin-top: .4rem;
    font-weight: 600;
    color: #b45309;
}

.emp-phone[b-gysq71d2xc] {
    margin-top: .25rem;
    font-size: .85rem;
    color: #374151;
}
/* _content/YumBoss.Web/Components/Pages/Schedule/ScheduleBulk.razor.rz.scp.css */
.bulk-table[b-wv06uy09tg] {
    border: 1px solid #e5e7eb;
    border-radius: .6rem;
    overflow: hidden;
    max-width: 640px;
}

.bulk-head[b-wv06uy09tg], .bulk-row[b-wv06uy09tg] {
    display: grid;
    grid-template-columns: 48px 56px 1fr 1fr 84px;
    align-items: center;
    gap: .4rem;
    padding: .5rem .6rem;
}

.bulk-head[b-wv06uy09tg] {
    background: #f9fafb;
    font-size: .8rem;
    font-weight: 700;
    color: #6b7280;
    border-bottom: 1px solid #e5e7eb;
}

.bulk-row[b-wv06uy09tg] {
    border-bottom: 1px solid #f1f3f5;
}

.bulk-row:last-child[b-wv06uy09tg] { border-bottom: none; }

.bulk-row.on[b-wv06uy09tg] {
    background: #fffdf5;
}

.bulk-day[b-wv06uy09tg] {
    font-weight: 700;
}

.bulk-day.sat[b-wv06uy09tg] { color: #2563eb; }
.bulk-day.sun[b-wv06uy09tg] { color: #dc2626; }

@media (max-width: 480px) {
    .bulk-head[b-wv06uy09tg], .bulk-row[b-wv06uy09tg] {
        grid-template-columns: 36px 40px 1fr 1fr 64px;
        gap: .25rem;
        padding: .4rem .35rem;
    }
}
/* _content/YumBoss.Web/Components/Pages/Schedule/ScheduleDay.razor.rz.scp.css */
.day-shifts[b-wy39fqx31x] {
    display: flex;
    flex-direction: column;
    gap: .6rem;
}

.day-shift[b-wy39fqx31x] {
    border: 1px solid #e5e7eb;
    border-radius: .6rem;
    padding: .75rem .9rem;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
}

.day-shift.cancelled[b-wy39fqx31x] { opacity: .6; }

.ds-main[b-wy39fqx31x] {
    display: flex;
    align-items: center;
    gap: .6rem;
    flex-wrap: wrap;
}

.ds-emp[b-wy39fqx31x] { font-weight: 700; font-size: 1.05rem; }
.ds-time[b-wy39fqx31x] { color: #374151; }
.ds-hours[b-wy39fqx31x] { color: #b45309; font-size: .9rem; }

.ds-actions[b-wy39fqx31x] {
    display: flex;
    gap: .4rem;
}
/* _content/YumBoss.Web/Components/Pages/Schedule/ScheduleWeek.razor.rz.scp.css */
.week-nav[b-93nztdwaj2] {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-wrap: wrap;
}

.week-range[b-93nztdwaj2] {
    font-weight: 600;
    margin: 0 .25rem;
}

.day-list[b-93nztdwaj2] {
    display: grid;
    grid-template-columns: 1fr;
    gap: .6rem;
}

@media (min-width: 992px) {
    .day-list[b-93nztdwaj2] {
        grid-template-columns: repeat(2, 1fr);
    }
}

.day-card[b-93nztdwaj2] {
    border: 1px solid #e5e7eb;
    border-radius: .6rem;
    padding: .75rem;
    background: #fff;
}

.day-card.is-today[b-93nztdwaj2] {
    border-color: #ffc400;
    box-shadow: 0 0 0 2px rgba(255, 196, 0, .25);
}

.day-head[b-93nztdwaj2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .5rem;
}

.day-name[b-93nztdwaj2] {
    font-weight: 700;
    margin-right: .35rem;
}

.day-name.sat[b-93nztdwaj2] { color: #2563eb; }
.day-name.sun[b-93nztdwaj2] { color: #dc2626; }

.day-date[b-93nztdwaj2] {
    color: #6b7280;
    font-size: .9rem;
}

.day-empty[b-93nztdwaj2] {
    color: #9ca3af;
    font-size: .85rem;
    padding: .35rem 0;
}

.shift[b-93nztdwaj2] {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem .6rem;
    margin-top: .35rem;
    border-radius: .45rem;
    background: #f9fafb;
    cursor: pointer;
}

.shift:hover[b-93nztdwaj2] { background: #f3f4f6; }

.shift.cancelled[b-93nztdwaj2] { opacity: .55; text-decoration: line-through; }

.shift-emp[b-93nztdwaj2] { font-weight: 600; }

.shift-time[b-93nztdwaj2] { color: #374151; }

.shift-hours[b-93nztdwaj2] {
    margin-left: auto;
    font-size: .85rem;
    color: #b45309;
}

.shift.readonly[b-93nztdwaj2] { cursor: default; }
.shift.readonly:hover[b-93nztdwaj2] { background: #f9fafb; }

/* ---- 월간(묶음 바) ---- */
.month2-dow[b-93nztdwaj2] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    font-weight: 700;
    font-size: .8rem;
    color: #6b7280;
    margin-bottom: 2px;
}

.month2-dow .sun[b-93nztdwaj2] { color: #dc2626; }
.month2-dow .sat[b-93nztdwaj2] { color: #2563eb; }

/* 달력이 화면(폰) 세로를 채우도록 */
.month2[b-93nztdwaj2] {
    display: flex;
    flex-direction: column;
    min-height: calc(100dvh - 12.5rem);
}

.mweek[b-93nztdwaj2] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-top: 1px solid #e5e7eb;
    padding-bottom: 3px;
    align-content: start;
    flex: 1 1 0;
    min-height: 4rem;
    background:
        repeating-linear-gradient(to right,
            transparent 0,
            transparent calc(100% / 7 - 1px),
            #f1f3f5 calc(100% / 7 - 1px),
            #f1f3f5 calc(100% / 7));
}

.mweek:last-child[b-93nztdwaj2] {
    border-bottom: 1px solid #e5e7eb;
}

.mdaynum[b-93nztdwaj2] {
    font-size: .72rem;
    color: #374151;
    padding: 2px 0 0 4px;
    line-height: 1.2;
}

.mdaynum.addable[b-93nztdwaj2] { cursor: pointer; }
.mdaynum.out[b-93nztdwaj2] { color: #cbd1d6; }
.mdaynum.sun[b-93nztdwaj2] { color: #dc2626; }
.mdaynum.sat[b-93nztdwaj2] { color: #2563eb; }

.mdaynum.today[b-93nztdwaj2] {
    color: #1f2937;
    font-weight: 800;
}

.mdaynum.today[b-93nztdwaj2]::before {
    content: "";
    display: inline-block;
    width: 6px; height: 6px;
    background: #ffc400;
    border-radius: 50%;
    margin-right: 3px;
    vertical-align: middle;
}

.mbar[b-93nztdwaj2] {
    margin: 1px 2px;
    padding: 0 4px;
    background: #fff3cd;
    border: 1px solid #ffe08a;
    border-radius: 4px;
    font-size: .68rem;
    line-height: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mbar.clickable[b-93nztdwaj2] { cursor: pointer; }
.mbar.clickable:hover[b-93nztdwaj2] { background: #ffe9a6; }
.mbar.cancelled[b-93nztdwaj2] { opacity: .5; text-decoration: line-through; }
.mbar-name[b-93nztdwaj2] { font-weight: 600; }
.mbar-time[b-93nztdwaj2] { color: #b45309; }

/* ---- 월간 그리드 ---- */
.month-grid[b-93nztdwaj2] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.month-dow[b-93nztdwaj2] {
    text-align: center;
    font-weight: 700;
    font-size: .8rem;
    color: #6b7280;
    padding: .25rem 0;
}

.month-cell[b-93nztdwaj2] {
    min-height: 92px;
    border: 1px solid #eef0f2;
    border-radius: .4rem;
    padding: .25rem;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
}

.month-cell.out[b-93nztdwaj2] { background: #fafafa; color: #c7ccd1; }
.month-cell.is-today[b-93nztdwaj2] { border-color: #ffc400; box-shadow: 0 0 0 2px rgba(255, 196, 0, .25); }

.month-daynum[b-93nztdwaj2] {
    font-size: .8rem;
    font-weight: 600;
    margin-bottom: 2px;
}

.month-daynum.sat[b-93nztdwaj2] { color: #2563eb; }
.month-daynum.sun[b-93nztdwaj2] { color: #dc2626; }

.month-chip[b-93nztdwaj2] {
    font-size: .68rem;
    line-height: 1.25;
    background: #fff7e0;
    border: 1px solid #ffe08a;
    border-radius: .25rem;
    padding: 1px 3px;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.month-chip.cancelled[b-93nztdwaj2] { opacity: .5; text-decoration: line-through; }

.month-more[b-93nztdwaj2] { font-size: .65rem; color: #6b7280; }

@media (max-width: 640px) {
    .month-cell[b-93nztdwaj2] { min-height: 70px; }
    .month-chip[b-93nztdwaj2] { font-size: .6rem; }
}
