/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-t92npexzbp] { min-height: 100vh; background: #f3f7f9; }
.app-header[b-t92npexzbp] { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; gap: 2rem; min-height: 4.5rem; padding: .6rem clamp(1rem, 3vw, 2.4rem); background: #fff; border-bottom: 3px solid #0067a8; box-shadow: 0 3px 14px rgba(0,45,75,.09); }
.brand[b-t92npexzbp] { display: flex; align-items: center; color: #003b65; text-decoration: none; }
.brand img[b-t92npexzbp] { display: block; width: 3.25rem; height: 3.25rem; object-fit: contain; }
.app-main[b-t92npexzbp] { min-width: 0; padding: 1.4rem clamp(.75rem, 2vw, 2rem) 2rem; }
.app-main article[b-t92npexzbp] { max-width: 100%; margin: 0 auto; }
#blazor-error-ui[b-t92npexzbp] { position: fixed; z-index: 1000; right: 1rem; bottom: 1rem; display: none; padding: .8rem 1rem; border-radius: .5rem; background: #8a1f2d; color: #fff; box-shadow: 0 8px 25px rgba(0,0,0,.2); }
#blazor-error-ui a[b-t92npexzbp] { margin-left: 1rem; color: #fff; }
#blazor-error-ui .dismiss[b-t92npexzbp] { cursor: pointer; }
@media (max-width: 900px) { .app-header[b-t92npexzbp] { align-items: flex-start; flex-direction: column; gap: .55rem; } }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.main-navigation[b-y43w1whjfl] { display: flex; flex: 1; align-items: center; gap: .25rem; min-width: 0; }
.main-navigation[b-y43w1whjfl]  a { border-radius: .45rem; color: #36596f; padding: .55rem .72rem; font-size: .84rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.main-navigation[b-y43w1whjfl]  a:hover { background: #eef5f8; color: #005b96; }
.main-navigation[b-y43w1whjfl]  a.active { background: #e1eff6; color: #004d7f; }
.navigation-spacer[b-y43w1whjfl] { flex: 1; }
.main-navigation form[b-y43w1whjfl] { margin: 0; }
.logout-button[b-y43w1whjfl] { border: 1px solid #a9c2d1; border-radius: .45rem; background: #fff; color: #31576e; padding: .48rem .65rem; font-size: .78rem; font-weight: 700; }
.logout-button:hover[b-y43w1whjfl] { border-color: #0067a8; color: #005b96; }
.administration-menu[b-y43w1whjfl] { position: relative; }
.administration-menu summary[b-y43w1whjfl] { cursor: pointer; list-style: none; border-radius: .45rem; color: #36596f; padding: .55rem .72rem; font-size: .84rem; font-weight: 700; white-space: nowrap; }
.administration-menu summary[b-y43w1whjfl]::-webkit-details-marker { display: none; }
.administration-menu summary[b-y43w1whjfl]::after { content: "▾"; margin-left: .4rem; font-size: .68rem; }
.administration-menu[open] summary[b-y43w1whjfl], .administration-menu summary:hover[b-y43w1whjfl] { background: #eef5f8; color: #005b96; }
.administration-links[b-y43w1whjfl] { position: absolute; z-index: 110; top: calc(100% + .35rem); left: 0; display: grid; min-width: 14rem; padding: .35rem; border: 1px solid #cbdbe4; border-radius: .55rem; background: #fff; box-shadow: 0 10px 28px rgba(0,45,75,.18); }
.administration-links[b-y43w1whjfl]  a { display: block; }
@media (max-width: 900px) { .main-navigation[b-y43w1whjfl] { width: 100%; overflow-x: auto; padding-bottom: .2rem; } .navigation-spacer[b-y43w1whjfl] { min-width: 1rem; } }
/* /Components/Pages/PlanningPage.razor.rz.scp.css */
.planning-page[b-jwq81dwj2h] { min-width: 0; }
.planning-heading[b-jwq81dwj2h] { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.1rem; }
.planning-heading h1[b-jwq81dwj2h] { margin: 0; color: #003b65; font-size: clamp(1.8rem, 3vw, 2.55rem); font-weight: 800; letter-spacing: -.035em; }
.eyebrow[b-jwq81dwj2h] { margin: 0 0 .15rem; color: #4e6a7d; font-size: .73rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.month-navigation[b-jwq81dwj2h] { display: flex; align-items: center; gap: .6rem; background: #fff; border: 1px solid #d7e1e8; border-radius: .75rem; padding: .45rem; box-shadow: 0 3px 14px rgba(0, 55, 92, .07); }
.month-navigation strong[b-jwq81dwj2h] { min-width: 10.5rem; color: #173f59; text-align: center; text-transform: capitalize; }
.icon-button[b-jwq81dwj2h] { width: 2.3rem; height: 2.3rem; border: 0; border-radius: .5rem; background: #eaf2f7; color: #005b96; font-size: 1.55rem; line-height: 1; }
.icon-button:hover[b-jwq81dwj2h] { background: #d8e9f3; }
.view-tabs[b-jwq81dwj2h] { display: flex; gap: .25rem; border-bottom: 1px solid #cbd9e2; margin-bottom: .9rem; }
.view-tabs button[b-jwq81dwj2h] { border: 0; border-bottom: 3px solid transparent; background: transparent; color: #4c6576; padding: .72rem 1.15rem; font-weight: 750; }
.view-tabs button:hover[b-jwq81dwj2h] { color: #005b96; background: #f1f7fa; }
.view-tabs button.active[b-jwq81dwj2h] { border-bottom-color: #0067a8; color: #004b7c; }
.filter-bar[b-jwq81dwj2h] { position: relative; z-index: 5; display: flex; align-items: center; flex-wrap: wrap; gap: .5rem; min-height: 3.25rem; margin-bottom: .8rem; padding: .55rem .7rem; background: #fff; border: 1px solid #d6e2e9; border-radius: .7rem; box-shadow: 0 2px 9px rgba(0, 55, 92, .05); }
.filter-title[b-jwq81dwj2h] { color: #264d67; font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin-right: .25rem; }
.filter-chip[b-jwq81dwj2h], .clear-filters[b-jwq81dwj2h] { border: 1px solid #c4d7e3; border-radius: 99px; background: #f7fafc; color: #31576f; padding: .35rem .7rem; font-size: .82rem; font-weight: 650; }
.filter-chip.selected[b-jwq81dwj2h] { border-color: #0067a8; background: #0067a8; color: #fff; }
.clear-filters[b-jwq81dwj2h] { margin-left: auto; color: #0067a8; background: #fff; }
.selected-filters[b-jwq81dwj2h] { display: flex; flex-basis: 100%; flex-wrap: wrap; gap: .35rem; }
.selected-filters:empty[b-jwq81dwj2h] { display: none; }
.selected-filters button[b-jwq81dwj2h] { display: inline-flex; align-items: center; gap: .35rem; border: 0; border-radius: 99px; background: #e1eff6; color: #164d70; padding: .3rem .55rem; font-size: .78rem; font-weight: 700; }
.selected-filters button span[b-jwq81dwj2h] { color: #58768a; font-size: .65rem; text-transform: uppercase; }
.selected-filters button b[b-jwq81dwj2h] { font-size: 1rem; line-height: .8; }
.filter-dismiss-layer[b-jwq81dwj2h] { position: fixed; z-index: 4; inset: 0; border: 0; background: transparent; }
.filter-dropdown[b-jwq81dwj2h] { position: relative; }
.filter-summary[b-jwq81dwj2h] { cursor: pointer; border: 1px solid #c4d7e3; border-radius: .5rem; background: #f7fafc; color: #244f6c; padding: .42rem .65rem; font-size: .82rem; font-weight: 700; }
.filter-ok[b-jwq81dwj2h] { margin-top: .35rem; border: 0; border-radius: .4rem; background: #0067a8; color: #fff; padding: .35rem .65rem; font-weight: 750; }
.filter-count[b-jwq81dwj2h] { display: inline-flex; min-width: 1.25rem; height: 1.25rem; align-items: center; justify-content: center; margin-left: .3rem; border-radius: 99px; background: #0067a8; color: white; font-size: .68rem; }
.filter-menu[b-jwq81dwj2h] { position: absolute; top: calc(100% + .35rem); left: 0; display: grid; gap: .35rem; min-width: 13rem; max-height: 18rem; overflow: auto; padding: .65rem; background: #fff; border: 1px solid #c4d7e3; border-radius: .55rem; box-shadow: 0 10px 25px rgba(0,39,66,.16); }
.filter-menu label[b-jwq81dwj2h] { display: flex; align-items: center; gap: .5rem; color: #284f67; font-size: .84rem; white-space: nowrap; }
.filter-menu input[b-jwq81dwj2h] { accent-color: #0067a8; }
.filter-menu small[b-jwq81dwj2h] { display: block; color: #728794; }
.planning-grid-scroll[b-jwq81dwj2h] { max-height: calc(100vh - 15rem); overflow: auto; background: #fff; border: 1px solid #cbd9e2; border-radius: .65rem; box-shadow: 0 5px 18px rgba(0,48,79,.08); }
.planning-grid[b-jwq81dwj2h] { width: max-content; min-width: 100%; border-collapse: separate; border-spacing: 0; table-layout: fixed; }
.planning-grid th[b-jwq81dwj2h] { border-right: 1px solid #c9d4db; border-bottom: 1px solid #c9d4db; }
.planning-grid thead th[b-jwq81dwj2h] { position: sticky; top: 0; z-index: 3; height: 3.25rem; background: #eef4f7; color: #31566d; text-align: center; }
.planning-grid thead th.weekend[b-jwq81dwj2h] { background: #dbe2e6; }
.resource-column[b-jwq81dwj2h] { left: 0; z-index: 4 !important; width: 12rem; min-width: 12rem; text-align: left !important; padding-left: .8rem; }
.day-column[b-jwq81dwj2h] { width: 4.75rem; min-width: 4.75rem; }
.day-column span[b-jwq81dwj2h] { display: block; font-size: .65rem; font-weight: 750; text-transform: uppercase; }
.day-column strong[b-jwq81dwj2h] { display: block; color: #003f69; font-size: 1rem; }
.resource-group th[b-jwq81dwj2h] { position: sticky; left: 0; z-index: 2; height: 2.15rem; padding: .35rem .8rem; background: #dceaf2; color: #164d70; text-align: left; font-size: .78rem; letter-spacing: .02em; }
.group-arrow[b-jwq81dwj2h] { padding: 0 .45rem; color: #6d8797; }
.resource-name[b-jwq81dwj2h] { position: sticky; left: 0; z-index: 2; width: 12rem; max-width: 12rem; padding: .55rem .8rem; background: #fff; color: #183f58; text-align: left; font-size: .84rem; font-weight: 750; }

@media (max-width: 800px) {
    .planning-heading[b-jwq81dwj2h] { align-items: stretch; flex-direction: column; }
    .month-navigation[b-jwq81dwj2h] { align-self: stretch; justify-content: space-between; }
    .planning-grid-scroll[b-jwq81dwj2h] { max-height: calc(100vh - 18rem); }
}
/* /Components/Planning/OccupationCard.razor.rz.scp.css */
.occupation-card[b-ubzzst68dt] {
    display: flex;
    flex: 1 1 0;
    width: 100%;
    min-height: 0;
    align-items: center;
    justify-content: center;
    padding: .25rem .2rem;
    text-align: center;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1;
    overflow: hidden;
    transition: filter .15s ease, transform .15s ease;
}

button.occupation-card:hover[b-ubzzst68dt] { filter: brightness(1.06); }
button.occupation-card:focus-visible[b-ubzzst68dt] { outline: 3px solid #fff; outline-offset: -4px; box-shadow: inset 0 0 0 5px #0067a8; }
.occupation-card-readonly[b-ubzzst68dt] { pointer-events: none; }
/* /Components/Planning/OccupationManagementDialog.razor.rz.scp.css */
.modal-backdrop[b-ogglvi4n6f] { background: #0a2f47; opacity: .56; }
.modal-dialog[b-ogglvi4n6f] { margin-top: 6vh; }
.modal-content[b-ogglvi4n6f] { overflow: hidden; border: 0; border-radius: .85rem; box-shadow: 0 24px 65px rgba(0,31,52,.28); }
.modal-header[b-ogglvi4n6f] { padding: 1rem 1.25rem; border-bottom: 1px solid #d8e3e9; background: #eef5f8; color: #073f65; }
.modal-title[b-ogglvi4n6f] { font-weight: 800; }
.modal-body[b-ogglvi4n6f] { padding: 1.25rem; background: #fff; }
.modal-footer[b-ogglvi4n6f] { padding: .85rem 1.25rem; border-top: 1px solid #d8e3e9; background: #f7fafb; }
.form-label[b-ogglvi4n6f] { color: #31566d; font-size: .78rem; font-weight: 800; }
.alert[b-ogglvi4n6f] { border: 0; border-radius: .6rem; }
.custom-type-editor[b-ogglvi4n6f] { margin-top: .5rem; padding: 1rem; border: 1px solid #c9dce7; border-radius: .65rem; background: #f5f9fb; }
.resource-checklist[b-ogglvi4n6f] { max-height: 10rem; overflow: auto; padding: .5rem .75rem; border: 1px solid #ced4da; border-radius: .375rem; background: #fff; }
/* /Components/Planning/PlanningCell.razor.rz.scp.css */
.planning-cell[b-791h7xry9c] {
    width: 4.75rem;
    min-width: 4.75rem;
    height: 4rem;
    padding: 2px;
    background: #fff;
    border-right: 1px solid #c9d4db;
    border-bottom: 1px solid #c9d4db;
    vertical-align: middle;
}

.planning-cell.weekend[b-791h7xry9c] { background-color: #e4e9ec !important; }
.planning-cell.can-create[b-791h7xry9c] { cursor: pointer; }
.planning-cell.can-create:hover[b-791h7xry9c] { box-shadow: inset 0 0 0 2px #76afd0; background: #f4faff; }

.occupation-stack[b-791h7xry9c] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
    height: 100%;
    min-height: 3.7rem;
}

.planning-cell-action[b-791h7xry9c] {
    display: block;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    min-height: 3.7rem;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    appearance: none;
    background: transparent;
    cursor: pointer;
}

.planning-cell-action:focus-visible[b-791h7xry9c] { outline: 3px solid #0067a8; outline-offset: -3px; }
