/* /Components/Layout/AuthLayout.razor.rz.scp.css */
#blazor-error-ui[b-kaixhovnr6] {
    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-kaixhovnr6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/BlankLayout.razor.rz.scp.css */
#blazor-error-ui[b-ec6g9cabrg] {
    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-ec6g9cabrg] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-vvhbujhtpw] {
    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-vvhbujhtpw] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-9dhb6i6mrn],
.components-reconnect-repeated-attempt-visible[b-9dhb6i6mrn],
.components-reconnect-failed-visible[b-9dhb6i6mrn],
.components-pause-visible[b-9dhb6i6mrn],
.components-resume-failed-visible[b-9dhb6i6mrn],
.components-rejoining-animation[b-9dhb6i6mrn] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-9dhb6i6mrn],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-9dhb6i6mrn],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-9dhb6i6mrn],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-9dhb6i6mrn],
#components-reconnect-modal.components-reconnect-retrying[b-9dhb6i6mrn],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-9dhb6i6mrn],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-9dhb6i6mrn],
#components-reconnect-modal.components-reconnect-failed[b-9dhb6i6mrn],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-9dhb6i6mrn] {
    display: block;
}


#components-reconnect-modal[b-9dhb6i6mrn] {
    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-9dhb6i6mrn 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-9dhb6i6mrn 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-9dhb6i6mrn 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-9dhb6i6mrn]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-9dhb6i6mrn 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-9dhb6i6mrn {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-9dhb6i6mrn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-9dhb6i6mrn {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-9dhb6i6mrn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-9dhb6i6mrn] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-9dhb6i6mrn] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-9dhb6i6mrn] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-9dhb6i6mrn] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-9dhb6i6mrn] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-9dhb6i6mrn] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-9dhb6i6mrn 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-9dhb6i6mrn] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-9dhb6i6mrn {
    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/Modules/Labour/BoardContainer.razor.rz.scp.css */
.board-container[b-co4ckwzo8e] {
    --board-color: #5b5b5b;
}

    .board-container .join-item:last-child[b-co4ckwzo8e] {
        border: calc(var(--border) * 2) solid var(--workarea-color);
    }

.card-title[b-co4ckwzo8e] {
    display: initial;
    writing-mode: sideways-lr;
    text-orientation: mixed;
    white-space: nowrap;
    margin: 0;
    text-align: center;
}

[b-co4ckwzo8e] .area-container {
    display: flex;
    flex-direction: row;
    gap: 5px;
    width: 100%;
}

    [b-co4ckwzo8e] .area-container > * {
        flex: 1;
    }

    /*::deep :not(.zone-container) .workstations-container > .shiftboard-workstation {
    display: flex;
    flex-direction: column;
    justify-content: end;
}*/

    [b-co4ckwzo8e] .area-container > .board-area > .card {
        height: 100%;
    }


    /*::deep .workstations-container:has(.zone-container > :nth-child(2)) > .shiftboard-workstation {
    justify-content: flex-start;
    padding-top: 25px;
}*/


    [b-co4ckwzo8e] .area-container > .zone-container:not(:first-child) {
        border-left: var(--border)solid color-mix(in oklch,var(--color-base-content)5%,#0000);
        margin-left: 5px;
        padding-left: 10px;
    }

.zone-container[b-co4ckwzo8e] {
    width: 100%;
    display: grid;
    grid-auto-rows: 1fr;
    gap: 2px;
    flex: 3;
}

    .zone-container[b-co4ckwzo8e] > :not(:last-child) {
        /*border-bottom: var(--border)solid color-mix(in oklch,var(--color-base-content)5%,#0000);*/
    }
/* /Components/Modules/Labour/BoardPage.razor.rz.scp.css */
.board-container[b-q6c1t8z8x9] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    --zoom: 0.8;
    zoom: var(--zoom);
}

.board-container[b-q6c1t8z8x9]  .ignore-zoom {
    zoom: calc(1 / var(--zoom));
}

.job-board[b-q6c1t8z8x9] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    user-select: none !important;
    position: relative;
    touch-action: none;
}

.job-board .unassigned-workers[b-q6c1t8z8x9] {
    width: 100%;
}

.job-board .work-areas[b-q6c1t8z8x9] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.job-board .shiftboard-drop-target > .card[b-q6c1t8z8x9] {
    border: var(--border)dashed var(--color-base-content);
}

.job-board[b-q6c1t8z8x9]  .shiftboard-drop-target > .card {
    border: var(--border)dashed var(--color-base-content) !important;
    background-color: var(--color-neutral-content);
}

.job-board[b-q6c1t8z8x9]  .shiftboard-workstation > .card-border {
    border: var(--border)solid transparent;
}

.job-board[b-q6c1t8z8x9]  .shiftboard-drop-target .worker-placeholder *,
.job-board[b-q6c1t8z8x9]  .shiftboard-drop-target > .card {
    color: var(--color-neutral) !important;
    border-color: var(--color-neutral);
}

    .job-board[b-q6c1t8z8x9]  .shiftboard-drop-target > .card .avatar {
        opacity: 1 !important;
    }

.absent-section[b-q6c1t8z8x9] {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .absent-section .absent-statuses[b-q6c1t8z8x9] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }
/* /Components/Modules/Labour/BoardRenderer.razor.rz.scp.css */
.board-container[b-6krialbibc] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    --zoom: 0.7;
    zoom: var(--zoom);
    position: relative;
}

    .board-container.board-compact[b-6krialbibc] {
        flex-direction: row;
        height: unset;
    }

    .board-container[b-6krialbibc]  .ignore-zoom {
        zoom: calc(1 / var(--zoom));
    }

    .board-container.board-compact[b-6krialbibc] {
        --board-color: #5b5b5b;
    }

        .board-container.board-compact .labour-board .join-item:first-child[b-6krialbibc] {
            border-radius: var(--radius-box) 0 0 var(--radius-box);
        }

        .board-container.board-compact .labour-board .join-item:last-child[b-6krialbibc] {
            border: calc(var(--border) * 2) solid var(--board-color);
            border-radius: 0 var(--radius-box) var(--radius-box) 0;
        }

        .board-container.board-compact > .labour-board > .join-item > .card-title[b-6krialbibc] {
            display: initial;
            writing-mode: sideways-lr;
            text-orientation: mixed;
            white-space: nowrap;
            margin: 0;
            text-align: center;
        }

.labour-board[b-6krialbibc] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    user-select: none !important;
    position: relative;
    touch-action: none;
}

.board-compact .labour-board[b-6krialbibc] {
    flex-direction: row;
    gap: unset;
    height: unset;
}

    .board-compact .labour-board .join-item:last-child[b-6krialbibc] {
        flex-direction: row;
        gap: 10px;
    }

.labour-board .indirect-areas[b-6krialbibc] {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.labour-board .board-zones[b-6krialbibc] {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.board-compact .labour-board .board-zones[b-6krialbibc] {
    flex-direction: column;
}

.board-compact .labour-board .board-zones[b-6krialbibc] {
    flex: 1;
    width: unset;
}

.board-container:not(.board-compact) .labour-board[b-6krialbibc]  .card-title {
    --cardtitle-fs: 1.5rem !important;
}

.board-container.board-compact .labour-board[b-6krialbibc]  .board-zone > .card-title,
.board-container.board-compact .labour-board[b-6krialbibc]  .board-area > .card-title,
.board-container.board-compact .labour-board .absent-section > .card-title[b-6krialbibc] {
    --cardtitle-fs: 1.6rem !important;
}

.labour-board .board-drag-target > .card[b-6krialbibc] {
    border: var(--border)dashed var(--color-base-content);
}

.labour-board[b-6krialbibc]  .board-drag-target > .card {
    border: var(--border)dashed var(--color-base-content) !important;
    background-color: var(--color-neutral-content);
}



.labour-board[b-6krialbibc]  .board-drag-target .worker-placeholder *,
.labour-board[b-6krialbibc]  .board-drag-target > .card {
    color: var(--color-neutral) !important;
    border-color: var(--color-neutral);
}

    .labour-board[b-6krialbibc]  .board-drag-target > .card .avatar {
        opacity: 1 !important;
    }

.board-compact .absent-section .absent-statuses[b-6krialbibc] {
    width: unset;
}

.labour-board .absent-section[b-6krialbibc] {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 5px;
}

.labour-board .absent-section .absent-category[b-6krialbibc] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .labour-board .absent-section .absent-statuses[b-6krialbibc] {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }

.board-compact .labour-board .absent-section[b-6krialbibc] {
    flex: 0 1 auto;
    width: fit-content;
    max-width: 50%;
    grid-template-columns: unset;
}

    .board-compact .labour-board .absent-section .absent-statuses[b-6krialbibc] {
        width: unset;
    }
/* /Components/Modules/Labour/StackViewPage.razor.rz.scp.css */
.board-stack[b-goqwyqfqby] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
/* /Components/Modules/Labour/ViewSharedResource.razor.rz.scp.css */
.board-stack[b-3kecnwbdk9] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pin-gate-wrapper[b-3kecnwbdk9] {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
}

.pin-gate-card[b-3kecnwbdk9] {
    width: min(100%, 28rem);
}

.pin-input[b-3kecnwbdk9] {
    margin-top: 0.5rem;
    text-align: center;
    letter-spacing: 0.2em;
}

.pin-pad[b-3kecnwbdk9] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
}

.pin-pad .btn[b-3kecnwbdk9] {
    min-height: 3rem;
}
/* /Components/Modules/Labour/WorkerDisplay.razor.rz.scp.css */
.worker-placeholder[b-x2e33mzli4], .board-worker[b-x2e33mzli4] {
    height: var(--worker-height);
}

.card[b-x2e33mzli4] {
    width: 100%;
    height: 100%;
}

.card-body[b-x2e33mzli4] {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.worker-placeholder .card-body[b-x2e33mzli4] {
    align-items: center;
}

.board-worker .card-body[b-x2e33mzli4] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: relative;
}

:not(.worker-compact) .card-body[b-x2e33mzli4] {
    --card-p: 1rem;
}

.worker-compact .card-body[b-x2e33mzli4] {
    --card-p: unset;
    justify-content: center;
    --card-p: 0.5rem 0.5rem 1.5rem 0.5rem;
}

.card-body .worker-info[b-x2e33mzli4] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.board-dragging > .card[b-x2e33mzli4] {
    opacity: 0.7;
    border: var(--border)dashed var(--color-accent);
}

.worker-placeholder[b-x2e33mzli4] {
    width: var(--worker-width);
}

.worker-selected > .card[b-x2e33mzli4] {
    border: calc(var(--border) * 4)solid var(--color-info);
}

.worker-skills[b-x2e33mzli4] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
}

.worker-skills .skill-quad-pie[b-x2e33mzli4] {
    --size: 2.2rem;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: var(--size);
    height: var(--size);
    border-radius: 9999px;
    overflow: hidden;
    background-color: color-mix(in oklab, var(--quad-color) 18%, transparent);
    border: 2px solid var(--quad-color);
}

.worker-skills .skill-quad-pie .quad[b-x2e33mzli4] {
    background-color: transparent;
}

.worker-skills .skill-quad-pie .quad.filled[b-x2e33mzli4] {
    background-color: var(--quad-color);
}

.worker-skills .skill-quad-pie .skill-quad-pie-value[b-x2e33mzli4] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--quad-text-color);
    pointer-events: none;
}

.worker-transfer-overlay[b-x2e33mzli4] {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 900;
    opacity: 0.9;
    user-select: none;
}
/* /Components/Modules/Labour/WorkerGrid.razor.rz.scp.css */
.worker-grid-container[b-cmrek8plu1] {
    --worker-gap: 5px;
    --worker-width: 185px;
    --worker-height: 150px;
    touch-action: none;
}

.worker-grid[b-cmrek8plu1] {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--worker-width));
    gap: var(--worker-gap);
    justify-content: start;
    container-type: inline-size;
}

        .worker-grid.worker-grid-compact[b-cmrek8plu1] {
            --worker-width: 120px;
            --worker-height: 120px;
        }
/* /Components/Modules/Labour/WorkerPanel.razor.rz.scp.css */
.worker-panel[b-t35gr90ynq] {
    --worker-panel-width: min(34rem, 90%);
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    width: var(--worker-panel-width);
    height: 100vh;
}

.worker-panel .panel-container[b-t35gr90ynq] {
    height: 100%;
    width: 100%;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}



.worker-panel .panel-container > *[b-t35gr90ynq] {
    width: 100%;
}

.worker-panel-skills-section[b-t35gr90ynq] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 0;
    flex: 1;
}

.worker-panel-skills-list[b-t35gr90ynq] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
    overflow-y: auto;
    min-height: 0;
    padding-right: 0.25rem;
    align-content: start;
}

.worker-panel-skills-list > .alert[b-t35gr90ynq] {
    grid-column: 1 / -1;
}

.worker-panel .worker-skill-display[b-t35gr90ynq] {
    display: flex;
    align-items: center;
}

.worker-panel .worker-skill-display .skill-quad-pie[b-t35gr90ynq] {
    --size: 2rem;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: var(--size);
    height: var(--size);
    border-radius: 9999px;
    overflow: hidden;
    background-color: color-mix(in oklab, var(--quad-color) 18%, transparent);
    border: 2px solid var(--quad-color);
}

.worker-panel .worker-skill-display .skill-quad-pie .quad[b-t35gr90ynq] {
    background-color: transparent;
}

.worker-panel .worker-skill-display .skill-quad-pie .quad.filled[b-t35gr90ynq] {
    background-color: var(--quad-color);
}

.worker-panel .worker-skill-display .skill-quad-pie .skill-quad-pie-value[b-t35gr90ynq] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 600;
    color: var(--quad-text-color);
    pointer-events: none;
}
/* /Components/Modules/Labour/ZoneContainer.razor.rz.scp.css */
.board-zone[b-31r7zqn2oo] {

}

    .board-zone[b-31r7zqn2oo]  .board-area > .card-title {
        display: none !important;
    }
/* /Components/Pages/AccountNotifications.razor.rz.scp.css */
.account-notifications-page[b-2ge6uwlz34] {
    max-width: 1200px;
    margin: 0 auto;
}

.account-header[b-2ge6uwlz34] {
    background: linear-gradient(135deg, color-mix(in oklab, var(--color-base-100) 88%, var(--color-primary) 12%), var(--color-base-100));
}
/* /Components/Pages/Accounts.razor.rz.scp.css */
.drawer-side .avatar:hover .avatar-overlay[b-rrjzahs2fj] {
    display: flex;
}

.avatar-overlay[b-rrjzahs2fj] {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(85, 85, 85, 0.80);
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    border-radius: calc(infinity * 1px);
    width: 100%;
    height: 100%;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

    .avatar-overlay:active[b-rrjzahs2fj] {
        background-color: rgb(85, 85, 85, 1);
    }
/* /Components/Pages/AccountSettings.razor.rz.scp.css */
.account-photo:hover .avatar-overlay[b-kb7qjrlkv9] {
    display: flex;
}

.account-settings-page[b-kb7qjrlkv9] {
    max-width: 1200px;
    margin: 0 auto;
}

.account-header[b-kb7qjrlkv9] {
    background: linear-gradient(135deg, color-mix(in oklab, var(--color-base-100) 88%, var(--color-primary) 12%), var(--color-base-100));
}

.avatar-overlay[b-kb7qjrlkv9] {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(85, 85, 85, 0.80);
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    border-radius: calc(infinity * 1px);
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.avatar-overlay:active[b-kb7qjrlkv9] {
    background-color: rgb(85, 85, 85, 1);
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-dashboard[b-bcxlm82oov] {
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.feature-grid[b-bcxlm82oov] {
    display: grid;
    width: 100%;
    flex: 1;
    min-height: 0;
    grid-template-columns: repeat(auto-fit, minmax(26rem, 1fr));
    gap: 0;
    -webkit-overflow-scrolling: touch;
}

.feature-grid[b-bcxlm82oov]::-webkit-scrollbar {
    display: none;
}

.feature-tile[b-bcxlm82oov] {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    text-decoration: none;
    color: #f8fafc;
    border-radius: 0;
    min-height: 100%;
    isolation: isolate;
    background-image: radial-gradient(circle at 85% 12%, color-mix(in oklab, var(--feature-accent), #fff 25%) 0%, transparent 30%), linear-gradient(165deg, color-mix(in oklab, var(--feature-accent), #0b1220 52%) 0%, #05080f 78%);
    background-size: cover;
    background-position: center;
    transition: filter 0.25s ease, box-shadow 0.25s ease;
    touch-action: pan-x;
    -webkit-user-drag: none;
    user-select: none;
    overscroll-behavior-x: unset;
}

.feature-tile[style*="--feature-image"][b-bcxlm82oov] {
    background-image: linear-gradient(165deg, rgb(11 18 32 / 22%) 0%, rgb(5 8 15 / 32%) 78%), var(--feature-image);
}

.feature-tile[b-bcxlm82oov]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(2, 6, 23, 0.12) 0%, rgba(2, 6, 23, 0.9) 100%);
    transition: background 0.25s ease;
}

.feature-tile[style*="--feature-image"][b-bcxlm82oov]::before {
    background: linear-gradient(180deg, rgba(2, 6, 23, 0.03) 0%, rgba(2, 6, 23, 0.32) 100%);
}

.feature-tile[b-bcxlm82oov]::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 4px;
    background: color-mix(in oklab, var(--feature-accent), white 10%);
    opacity: 0.85;
    transition: height 0.25s ease, opacity 0.25s ease;
}

.feature-tile + .feature-tile[b-bcxlm82oov] {
    border-left: 1px solid rgba(148, 163, 184, 0.25);
}

.feature-tile:hover[b-bcxlm82oov],
.feature-tile:focus-visible[b-bcxlm82oov] {
    filter: saturate(1.08) brightness(1.05);
    box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--feature-accent), white 45%);
}

.feature-tile:hover[b-bcxlm82oov]::before,
.feature-tile:focus-visible[b-bcxlm82oov]::before {
    background: linear-gradient(180deg, rgba(2, 6, 23, 0.06) 0%, rgba(2, 6, 23, 0.78) 100%);
}

.feature-tile[style*="--feature-image"]:hover[b-bcxlm82oov]::before,
.feature-tile[style*="--feature-image"]:focus-visible[b-bcxlm82oov]::before {
    background: linear-gradient(180deg, rgba(2, 6, 23, 0.01) 0%, rgba(2, 6, 23, 0.24) 100%);
}

.feature-tile:hover[b-bcxlm82oov]::after,
.feature-tile:focus-visible[b-bcxlm82oov]::after {
    height: 8px;
    opacity: 1;
}

.feature-content[b-bcxlm82oov] {
    width: 100%;
    margin-top: auto;
    padding: clamp(1.5rem, 3.8vw, 3rem);
    display: grid;
    gap: 0.9rem;
    align-content: end;
    transition: transform 0.25s ease;
    pointer-events: none;
}

.feature-tile:hover .feature-content[b-bcxlm82oov],
.feature-tile:focus-visible .feature-content[b-bcxlm82oov] {
    transform: translateY(-6px);
}

.feature-kicker[b-bcxlm82oov] {
    display: inline-flex;
    width: fit-content;
    font-size: 0.72rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    padding: 0.42rem 0.62rem;
    border-radius: 999px;
    border: 1px solid rgba(226, 232, 240, 0.45);
    color: #e2e8f0;
    background-color: rgba(15, 23, 42, 0.35);
    backdrop-filter: blur(5px);
}

.feature-title[b-bcxlm82oov] {
    margin: 0;
    font-size: clamp(1.6rem, 2.2vw, 2.4rem);
    font-weight: 700;
    letter-spacing: 0.01em;
}

.feature-description[b-bcxlm82oov] {
    margin: 0;
    max-width: 42ch;
    line-height: 1.5;
    color: rgba(248, 250, 252, 0.9);
}

.feature-link[b-bcxlm82oov] {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.25rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #e2e8f0;
}

.feature-link[b-bcxlm82oov]::after {
    content: "→";
    font-size: 1rem;
    transform: translateX(0);
    transition: transform 0.2s ease;
}

.feature-tile:hover .feature-link[b-bcxlm82oov]::after,
.feature-tile:focus-visible .feature-link[b-bcxlm82oov]::after {
    transform: translateX(3px);
}

.feature-tile.feature-disabled[b-bcxlm82oov] {
    pointer-events: none;
    cursor: not-allowed;
    filter: grayscale(0.35) saturate(0.65) brightness(0.85);
    box-shadow: inset 0 0 0 1px rgba(226, 232, 240, 0.18);
}

.feature-tile.feature-disabled[b-bcxlm82oov]::before {
    background: linear-gradient(180deg, rgba(2, 6, 23, 0.2) 0%, rgba(2, 6, 23, 0.94) 100%);
}

.feature-tile.feature-disabled[b-bcxlm82oov]::after {
    opacity: 0.35;
    height: 4px;
}

.feature-tile.feature-disabled .feature-content[b-bcxlm82oov] {
    transform: none;
}

.feature-tile.feature-disabled .feature-link[b-bcxlm82oov] {
    color: rgba(226, 232, 240, 0.88);
}

.feature-tile.feature-disabled .feature-link[b-bcxlm82oov]::after {
    content: "";
}

.feature-tile.feature-disabled:hover[b-bcxlm82oov],
.feature-tile.feature-disabled:focus-visible[b-bcxlm82oov] {
    filter: grayscale(0.35) saturate(0.65) brightness(0.85);
    box-shadow: inset 0 0 0 1px rgba(226, 232, 240, 0.18);
}

.feature-tile.feature-disabled:hover[b-bcxlm82oov]::before,
.feature-tile.feature-disabled:focus-visible[b-bcxlm82oov]::before {
    background: linear-gradient(180deg, rgba(2, 6, 23, 0.2) 0%, rgba(2, 6, 23, 0.94) 100%);
}

.feature-tile.feature-disabled:hover[b-bcxlm82oov]::after,
.feature-tile.feature-disabled:focus-visible[b-bcxlm82oov]::after {
    transform: none;
    opacity: 0.35;
    height: 4px;
}

.feature-tile.feature-disabled:hover .feature-content[b-bcxlm82oov],
.feature-tile.feature-disabled:focus-visible .feature-content[b-bcxlm82oov] {
    transform: none;
}

@media (max-width: 992px) {
    .home-overlay[b-bcxlm82oov] {
        padding: 0.75rem 0.9rem;
    }

    .home-overlay-logo[b-bcxlm82oov] {
        max-width: 6rem;
        height: 2.3rem;
    }

    .feature-grid[b-bcxlm82oov] {
        min-height: 0;
    }

    .feature-tile[b-bcxlm82oov] {
        min-height: 60svh;
    }

    .feature-tile + .feature-tile[b-bcxlm82oov] {
        border-left: 0;
        border-top: 0;
    }
}
/* /Components/Pages/Workers.razor.rz.scp.css */
.drawer-side .avatar:hover .avatar-overlay[b-3mkpj6kxx8] {
    display: flex;
}

.avatar-overlay[b-3mkpj6kxx8] {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(85, 85, 85, 0.80);
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    border-radius: calc(infinity * 1px);
    width: 100%;
    height: 100%;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.avatar-overlay:active[b-3mkpj6kxx8] {
    background-color: rgb(85, 85, 85, 1);
}

.worker-edit-drawer-panel[b-3mkpj6kxx8] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.worker-skill-display[b-3mkpj6kxx8] {
    display: flex;
    align-items: center;
}

.worker-card-skills[b-3mkpj6kxx8] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

.worker-card-skill-item[b-3mkpj6kxx8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.55rem;
    min-width: 0;
}

.worker-card-skill-name[b-3mkpj6kxx8] {
    font-size: 0.75rem;
    line-height: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.worker-skill-display .skill-quad-pie[b-3mkpj6kxx8] {
    --size: 1.8rem;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: var(--size);
    height: var(--size);
    border-radius: 9999px;
    overflow: hidden;
    background-color: color-mix(in oklab, var(--quad-color) 18%, transparent);
    border: 2px solid var(--quad-color);
}

.worker-skill-display .skill-quad-pie .quad[b-3mkpj6kxx8] {
    background-color: transparent;
}

.worker-skill-display .skill-quad-pie .quad.filled[b-3mkpj6kxx8] {
    background-color: var(--quad-color);
}

.worker-skill-display .skill-quad-pie .skill-quad-pie-value[b-3mkpj6kxx8] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.62rem;
    font-weight: 600;
    color: var(--quad-text-color);
    pointer-events: none;
}

.worker-edit-skills-list .worker-skill-display .skill-quad-pie[b-3mkpj6kxx8] {
    --size: 2.2rem;
}

.worker-edit-skills-list .worker-skill-display .skill-quad-pie .skill-quad-pie-value[b-3mkpj6kxx8] {
    font-size: 0.7rem;
}

.worker-edit-skills-list[b-3mkpj6kxx8] {
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    padding-right: 0.25rem;
    align-content: start;
    min-height: 0;
    flex: 1;
}

.worker-edit-skills-list > .alert[b-3mkpj6kxx8] {
    grid-column: 1 / -1;
}

.worker-edit-skills-section[b-3mkpj6kxx8] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 0;
    flex: 1;
}

.worker-edit-level-buttons[b-3mkpj6kxx8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}
