/* /Components/Dialogs/NotificationDetailDialog.razor.rz.scp.css */
.notification-detail-dialog__header[b-0x3u5g7cqr] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.notification-detail-dialog__icon[b-0x3u5g7cqr] {
    margin-top: 2px;
    color: var(--mud-palette-primary);
}

.notification-detail-dialog__header-copy[b-0x3u5g7cqr] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.notification-detail-dialog__meta[b-0x3u5g7cqr] {
    color: var(--mud-palette-text-secondary);
}

.notification-detail-dialog__html-body[b-0x3u5g7cqr] {
    display: block;
    width: 100%;
    min-height: 420px;
    max-height: min(70vh, 720px);
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 6px;
    background: #fff;
}

@media (max-width: 600px) {
    .notification-detail-dialog__html-body[b-0x3u5g7cqr] {
        min-height: 520px;
        max-height: 68vh;
    }
}
/* /Components/Dialogs/TimeRequestReportDialog.razor.rz.scp.css */
.time-request-report-dialog[b-amfw0eybqb] {
    display: grid;
    gap: 1rem;
    min-width: min(18rem, 76vw);
}

.time-request-report-dialog__error[b-amfw0eybqb] {
    color: #b42318;
    font-size: 0.82rem;
}
/* /Components/Dialogs/TimeSheetReportDialog.razor.rz.scp.css */
.time-sheet-report-dialog[b-w1pyzhpl01] {
    display: grid;
    gap: 1rem;
    min-width: min(18rem, 76vw);
}

.time-sheet-report-dialog__error[b-w1pyzhpl01] {
    color: #b42318;
    font-size: 0.82rem;
}
/* /Components/Feedback/FeatureConnectionNotice.razor.rz.scp.css */
.feature-connection-notice[b-kk6wq4p1fa] {
    min-height: calc(100dvh - var(--app-header-height) - env(safe-area-inset-top) - 7rem);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5rem 1.25rem calc(1.5rem + env(safe-area-inset-bottom));
    box-sizing: border-box;
}

.feature-connection-notice__body[b-kk6wq4p1fa] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.1rem;
    text-align: center;
    padding: 0.5rem 0 1rem;
}

.feature-connection-notice__icon[b-kk6wq4p1fa] {
    font-size: 5rem;
}

.feature-connection-notice__title[b-kk6wq4p1fa] {
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.feature-connection-notice__message[b-kk6wq4p1fa] {
    max-width: 18rem;
    line-height: 1.45;
}
/* /Components/Planning/PlanningRejectReasonDialog.razor.rz.scp.css */
.planning-reject-dialog__copy[b-gw2evk5g4b] {
    margin-bottom: 0.85rem;
    color: #4b5563;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.app-mobile-backdrop[b-y22njty2oh] {
    position: fixed;
    inset: 0;
    border: 0;
    background: rgba(15, 23, 42, 0.24);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
    z-index: 1200;
}

.app-mobile-backdrop.is-visible[b-y22njty2oh] {
    opacity: 1;
    pointer-events: auto;
}

.app-side-panel[b-y22njty2oh] {
    position: fixed;
    top: 0;
    bottom: 0;
    width: min(78vw, 290px);
    background: #1f4b8f;
    color: #f8fbff;
    z-index: 1210;
    display: flex;
    flex-direction: column;
    transition: transform 240ms ease, box-shadow 240ms ease;
    box-shadow: none;
    overflow-y: auto;
}

.app-side-panel--left[b-y22njty2oh] {
    left: 0;
    transform: translateX(-100%);
}

.app-side-panel--right[b-y22njty2oh] {
    right: 0;
    transform: translateX(100%);
}

.app-side-panel.is-open[b-y22njty2oh] {
    transform: translateX(0);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.28);
}

.app-side-panel__header[b-y22njty2oh] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: calc(60px + env(safe-area-inset-top));
    padding: calc(14px + env(safe-area-inset-top)) 20px 12px;
}

.app-side-panel__header--title[b-y22njty2oh] {
    justify-content: space-between;
}

.app-side-panel__title[b-y22njty2oh] {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.app-side-panel__close[b-y22njty2oh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: inherit;
}

.app-side-panel__body[b-y22njty2oh] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 4px 0 calc(16px + env(safe-area-inset-bottom));
}

.app-side-panel__body--notifications[b-y22njty2oh] {
    overflow-y: auto;
    padding-top: 8px;
}

.app-side-profile[b-y22njty2oh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px 22px 26px;
    text-align: center;
}

[b-y22njty2oh](.app-side-profile__avatar) {
    width: 74px !important;
    height: 74px !important;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.app-side-profile__avatar-image[b-y22njty2oh] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-side-profile__name[b-y22njty2oh] {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.15;
}

.app-side-profile__organization[b-y22njty2oh] {
    font-size: 0.9rem;
    color: rgba(235, 243, 255, 0.68);
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.app-side-nav[b-y22njty2oh] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0 14px 10px;
}

.app-side-nav__link[b-y22njty2oh] {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 46px;
    padding: 12px 14px;
    border-radius: 12px;
    color: #fff !important;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.06);
}

.app-side-nav__link span[b-y22njty2oh] {
    color: inherit !important;
}

.app-side-nav__link:link[b-y22njty2oh],
.app-side-nav__link:visited[b-y22njty2oh],
.app-side-nav__link:hover[b-y22njty2oh],
.app-side-nav__link:active[b-y22njty2oh] {
    color: #fff !important;
}

.app-side-nav__link--button[b-y22njty2oh] {
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    color: #fff !important;
}

.app-side-nav__link.active[b-y22njty2oh] {
    background: rgba(255, 255, 255, 0.18);
}

.app-side-nav__icon[b-y22njty2oh],
.app-side-nav__link .mud-icon-root[b-y22njty2oh] {
    color: #fff !important;
}

.app-side-nav__divider[b-y22njty2oh] {
    height: 1px;
    margin: 8px 14px;
    background: rgba(255, 255, 255, 0.34);
}

.app-side-panel__footer[b-y22njty2oh] {
    margin-top: auto;
    padding: 0 14px;
}

.app-notifications__list[b-y22njty2oh] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 14px 8px;
}

.app-notification[b-y22njty2oh] {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 12px;
    padding: 14px 14px 15px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
}

.app-notification--button[b-y22njty2oh] {
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.app-notification__icon[b-y22njty2oh] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 4px;
    color: rgba(255, 255, 255, 0.96);
}

.app-notification__content[b-y22njty2oh] {
    min-width: 0;
}

.app-notification__meta[b-y22njty2oh] {
    margin-bottom: 6px;
    color: rgba(220, 231, 255, 0.62);
    font-size: 0.72rem;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app-notification__topline[b-y22njty2oh] {
    display: block;
}

.app-notification__title[b-y22njty2oh] {
    min-width: 0;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.app-notification__status[b-y22njty2oh] {
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
    padding: 2px 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(244, 248, 255, 0.88);
    font-size: 0.62rem;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.app-notification__type[b-y22njty2oh] {
    margin-top: 6px;
    color: rgba(220, 231, 255, 0.76);
    font-size: 0.73rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.app-notification.is-unread[b-y22njty2oh] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: inset 2px 0 0 rgba(255, 255, 255, 0.8);
}

.app-notification.is-unread .app-notification__title[b-y22njty2oh],
.app-notification.is-unread .app-notification__status[b-y22njty2oh] {
    color: #ffffff;
}

.app-notification.is-unread .app-notification__type[b-y22njty2oh] {
    color: rgba(255, 255, 255, 0.88);
}

.app-notification--button:hover[b-y22njty2oh],
.app-notification--button:focus-visible[b-y22njty2oh] {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.24);
}

.app-notifications__empty[b-y22njty2oh] {
    padding: 20px 18px;
    color: rgba(236, 243, 255, 0.82);
    font-size: 0.9rem;
    line-height: 1.45;
}

.app-top-header-shell[b-y22njty2oh] {
    position: sticky;
    top: 0;
    z-index: 1100;
    display: flex;
    align-items: center;
    width: 100%;
    flex: 0 0 auto;
    height: calc(var(--app-header-height) + env(safe-area-inset-top));
    padding-top: env(safe-area-inset-top);
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
}

.app-top-header[b-y22njty2oh] {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    align-items: center;
    column-gap: 14px;
    width: calc(100% - 24px);
    margin: 0 auto;
    height: var(--app-header-height);
    min-height: 0;
    padding: 0;
}

.app-top-alert-anchor[b-y22njty2oh] {
    position: relative;
    justify-self: end;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-y22njty2oh](.app-top-menu-btn),
[b-y22njty2oh](.app-top-alert-btn) {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    border-radius: 10px !important;
}

[b-y22njty2oh](.app-top-menu-btn) {
    color: #2f66ad !important;
    justify-self: start;
}

[b-y22njty2oh](.app-top-alert-btn) {
    color: #111827 !important;
    justify-self: end;
}

.app-top-alert-indicator[b-y22njty2oh] {
    position: absolute;
    top: 3px;
    right: 2px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: #ef4444;
    pointer-events: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.6rem;
    font-weight: 700;
    line-height: 1;
    z-index: 2;
}

[b-y22njty2oh](.app-top-menu-btn .mud-icon-root),
[b-y22njty2oh](.app-top-alert-btn .mud-icon-root) {
    font-size: 22px;
}

.app-top-employee-btn[b-y22njty2oh] {
    height: 38px;
    border: 1px solid #d7d9dd;
    border-radius: 999px;
    background: #e7e8ea;
    padding: 0 12px 0 6px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: 100%;
    min-width: 0;
    color: #2f343b;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.24);
}

.app-top-employee-btn.is-static[b-y22njty2oh] {
    cursor: default;
}

[b-y22njty2oh](.app-top-employee-avatar) {
    width: 24px !important;
    height: 24px !important;
    background: #d4d7dc;
    color: #2f66ad;
}

[b-y22njty2oh](.app-top-employee-avatar .mud-icon-root) {
    font-size: 14px;
}

.app-top-employee-avatar-initials[b-y22njty2oh] {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.app-top-employee-avatar-image[b-y22njty2oh] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-top-employee-name[b-y22njty2oh] {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    flex: 1;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app-top-employee-btn .mud-icon-root[b-y22njty2oh] {
    font-size: 18px;
}

[b-y22njty2oh](.app-top-employee-menu) {
    width: 100%;
    min-width: 0;
}

[b-y22njty2oh](.app-top-menu-btn:hover),
[b-y22njty2oh](.app-top-menu-btn:active),
[b-y22njty2oh](.app-top-menu-btn:focus-visible),
[b-y22njty2oh](.app-top-alert-btn:hover),
[b-y22njty2oh](.app-top-alert-btn:active),
[b-y22njty2oh](.app-top-alert-btn:focus-visible),
.app-top-employee-btn:hover[b-y22njty2oh],
.app-top-employee-btn:active[b-y22njty2oh],
.app-top-employee-btn:focus-visible[b-y22njty2oh],
.app-side-panel__close:hover[b-y22njty2oh],
.app-side-panel__close:focus-visible[b-y22njty2oh],
.app-side-nav__link--button:hover[b-y22njty2oh],
.app-side-nav__link--button:focus-visible[b-y22njty2oh] {
    background: inherit !important;
    box-shadow: inherit !important;
    transform: none !important;
}

[b-y22njty2oh](.app-top-menu-btn.mud-icon-button:hover),
[b-y22njty2oh](.app-top-alert-btn.mud-icon-button:hover) {
    background-color: transparent !important;
}

@media (min-width: 900px) {
    .app-side-panel--right[b-y22njty2oh] {
        width: min(360px, 34vw);
        max-width: calc(100vw - 48px);
    }

    .app-top-header[b-y22njty2oh] {
        width: calc(100% - 56px);
    }
}

@media (max-width: 480px) {
    .app-side-panel[b-y22njty2oh] {
        width: min(88vw, 320px);
    }

    .app-top-header[b-y22njty2oh] {
        width: calc(100% - 16px);
        column-gap: 8px;
    }

    .app-top-employee-btn[b-y22njty2oh] {
        padding-right: 8px;
    }

    .app-top-employee-name[b-y22njty2oh] {
        font-size: 13px;
    }
}
/* /Layout/SettingsLayout.razor.rz.scp.css */
.settings-layout-shell[b-moy7nnqv3a] {
    min-height: 100dvh;
}
/* /Pages/DataApproval/DataApproval.razor.rz.scp.css */
.data-approval-shell[b-q6ett6rm35] {
    background: transparent;
}

.data-approval-panel[b-q6ett6rm35] {
    padding: 0.35rem 0.95rem 1.25rem !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

.data-approval-state-shell[b-q6ett6rm35] {
    display: flex;
    align-items: stretch;
}

.data-approval-state-shell[b-q6ett6rm35] (.feature-connection-notice) {
    width: 100%;
}

.data-approval-panel-title[b-q6ett6rm35] {
    margin: 0;
    color: #1d1d1f;
    font-size: 1.25rem;
    font-weight: 500;
}

.data-approval-panel-head[b-q6ett6rm35] {
    margin-bottom: 14px;
}

.data-approval-period[b-q6ett6rm35] {
    margin-top: 2px;
    color: #111111;
    font-size: 0.78rem;
    font-weight: 600;
}

.data-approval-loading[b-q6ett6rm35],
.data-approval-empty[b-q6ett6rm35] {
    padding: 8px 0;
    color: #3b3b3d;
}

.data-approval-error[b-q6ett6rm35] {
    padding: 8px 0;
    color: #c73535;
}

.data-approval-entry-list[b-q6ett6rm35] {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
}

.data-approval-entry-row[b-q6ett6rm35] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 0;
    border-top: 1px solid #e5e5e7;
}

.data-approval-entry-row:first-child[b-q6ett6rm35] {
    border-top: 0;
}

.data-approval-entry-main[b-q6ett6rm35] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.data-approval-entry-icon[b-q6ett6rm35] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    color: #a0a0a5;
}

.data-approval-entry-label[b-q6ett6rm35] {
    color: #313135;
    font-size: 0.96rem;
    line-height: 1.3;
}

.data-approval-entry-value[b-q6ett6rm35] {
    color: #313135;
    font-size: 0.96rem;
    white-space: nowrap;
}

.data-approval-filter-row[b-q6ett6rm35] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    color: #313135;
    font-size: 0.8rem;
}

.data-approval-filter-row input[b-q6ett6rm35] {
    width: 12px;
    height: 12px;
    accent-color: #1d4f9d;
}

.data-approval-message-list[b-q6ett6rm35] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 18px;
}

.data-approval-message-row[b-q6ett6rm35] {
    display: grid;
    grid-template-columns: 18px auto 1fr;
    gap: 10px;
    align-items: start;
}

.data-approval-message-icon[b-q6ett6rm35] {
    margin-top: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.data-approval-message-icon.is-warning[b-q6ett6rm35] {
    color: #f0a202;
}

.data-approval-message-icon.is-error[b-q6ett6rm35] {
    color: #e53935;
}

.data-approval-message-icon.is-info[b-q6ett6rm35] {
    color: #2d69b3;
}

.data-approval-message-date[b-q6ett6rm35] {
    border: 0;
    padding: 0;
    background: transparent;
    color: #2d69b3;
    font-size: 0.95rem;
    text-decoration: underline;
    white-space: nowrap;
}

.data-approval-message-text[b-q6ett6rm35] {
    color: #313135;
    font-size: 0.95rem;
    line-height: 1.3;
}

.data-approval-actions[b-q6ett6rm35] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 22px;
    width: 100%;
}

.data-approval-btn[b-q6ett6rm35] {
    min-width: 110px;
    border-radius: 10px !important;
    text-transform: none !important;
    font-weight: 500 !important;
    box-shadow: none !important;
}

.data-approval-btn--undo[b-q6ett6rm35] {
    color: #ff3b30 !important;
    border-color: #ff3b30 !important;
    background: #ffffff !important;
}

.data-approval-btn--release[b-q6ett6rm35] {
    color: #ffffff !important;
    background: #33a852 !important;
}

@media (max-width: 520px) {
    .data-approval-btn[b-q6ett6rm35] {
        flex: 1 1 0;
        min-width: 0;
    }
}
/* /Pages/Home/Home.razor.rz.scp.css */
.startpage-offline-indicator[b-mfpm1w9wgt] {
    margin: 0.2rem 0 0.55rem;
    text-align: center;
    color: #ff1f1f;
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1;
}

.startpage-state[b-mfpm1w9wgt] {
    min-height: 18rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #5f6875;
}

.startpage-state.is-error[b-mfpm1w9wgt] {
    color: #b42318;
}

.startpage-timer-wrap[b-mfpm1w9wgt] {
    display: flex;
    justify-content: center;
    padding: 1.3rem 0 1.45rem;
}

.startpage-timer-card[b-mfpm1w9wgt] {
    width: min(18rem, 86vw);
    border: 1px solid rgba(210, 216, 226, 0.95);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(31, 75, 143, 0.07);
    padding: 1rem 1rem 0.9rem;
}

.startpage-timer-card.is-running[b-mfpm1w9wgt] {
    border-color: rgba(47, 191, 113, 0.38);
}

.startpage-timer-card-status[b-mfpm1w9wgt] {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    color: #8f99aa;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.startpage-timer-card-dot[b-mfpm1w9wgt] {
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    background: #98a2b3;
}

.startpage-timer-card.is-running .startpage-timer-card-dot[b-mfpm1w9wgt] {
    background: #2fbf71;
    box-shadow: 0 0 0 4px rgba(47, 191, 113, 0.13);
}

.startpage-timer-card-main[b-mfpm1w9wgt] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.9rem;
    margin-top: 0.82rem;
}

.startpage-clock-face[b-mfpm1w9wgt] {
    position: relative;
    width: 4.7rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
    border: 1px solid rgba(207, 214, 225, 0.95);
    box-shadow: inset 0 0 0 0.35rem rgba(255, 255, 255, 0.62), 0 10px 24px rgba(31, 75, 143, 0.08);
}

.startpage-clock-face.is-running[b-mfpm1w9wgt] {
    border-color: rgba(47, 191, 113, 0.38);
    box-shadow: inset 0 0 0 0.35rem rgba(255, 255, 255, 0.72), 0 12px 26px rgba(47, 191, 113, 0.13);
}

.startpage-clock-mark[b-mfpm1w9wgt] {
    position: absolute;
    display: block;
    background: #9aa5b5;
    border-radius: 999px;
}

.startpage-clock-mark.is-top[b-mfpm1w9wgt],
.startpage-clock-mark.is-bottom[b-mfpm1w9wgt] {
    left: 50%;
    width: 0.16rem;
    height: 0.48rem;
    transform: translateX(-50%);
}

.startpage-clock-mark.is-top[b-mfpm1w9wgt] {
    top: 0.5rem;
}

.startpage-clock-mark.is-bottom[b-mfpm1w9wgt] {
    bottom: 0.5rem;
}

.startpage-clock-mark.is-left[b-mfpm1w9wgt],
.startpage-clock-mark.is-right[b-mfpm1w9wgt] {
    top: 50%;
    width: 0.48rem;
    height: 0.16rem;
    transform: translateY(-50%);
}

.startpage-clock-mark.is-left[b-mfpm1w9wgt] {
    left: 0.5rem;
}

.startpage-clock-mark.is-right[b-mfpm1w9wgt] {
    right: 0.5rem;
}

.startpage-clock-hand[b-mfpm1w9wgt] {
    position: absolute;
    left: 50%;
    bottom: 50%;
    width: 0.18rem;
    height: 1.55rem;
    border-radius: 999px;
    background: #1f4b8f;
    transform-origin: 50% 100%;
    transition: transform 0.95s linear;
    margin-left: -0.09rem;
}

.startpage-clock-face.is-running .startpage-clock-hand[b-mfpm1w9wgt] {
    background: #2fbf71;
}

.startpage-clock-center[b-mfpm1w9wgt] {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.58rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #ffffff;
    border: 0.16rem solid #1f4b8f;
    transform: translate(-50%, -50%);
}

.startpage-clock-face.is-running .startpage-clock-center[b-mfpm1w9wgt] {
    border-color: #2fbf71;
}

.startpage-timer-copy[b-mfpm1w9wgt] {
    min-width: 0;
}

.startpage-timer-label[b-mfpm1w9wgt] {
    margin-bottom: 0.34rem;
    color: #a3adbd;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1;
    text-transform: uppercase;
}

.startpage-timer[b-mfpm1w9wgt] {
    color: #1f4b8f;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.startpage-timer.is-idle[b-mfpm1w9wgt] {
    color: #718096;
}

.startpage-hours-grid[b-mfpm1w9wgt] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
    margin-top: 1rem;
    border-top: 1px solid rgba(225, 229, 236, 0.9);
    padding-top: 0.78rem;
}

.startpage-hours-line[b-mfpm1w9wgt] {
    display: grid;
    justify-items: start;
    gap: 0.18rem;
    min-width: 0;
    color: #667085;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
}

.startpage-hours-label[b-mfpm1w9wgt] {
    color: #a7afbd;
    font-size: 0.53rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.startpage-target-progress[b-mfpm1w9wgt] {
    display: grid;
    gap: 0.34rem;
    margin-top: 0.75rem;
}

.startpage-target-progress-bar[b-mfpm1w9wgt] {
    height: 0.38rem;
    overflow: hidden;
    border-radius: 999px;
    background: #e6ebf2;
}

.startpage-target-progress-bar span[b-mfpm1w9wgt] {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #1f4b8f;
}

.startpage-timer-card.is-running .startpage-target-progress-bar span[b-mfpm1w9wgt] {
    background: #2fbf71;
}

.startpage-target-progress-copy[b-mfpm1w9wgt] {
    display: flex;
    justify-content: space-between;
    gap: 0.6rem;
    color: #7b8494;
    font-size: 0.62rem;
    font-weight: 700;
    line-height: 1.1;
}

.startpage-breakdown[b-mfpm1w9wgt] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.38rem;
    margin-top: 0.72rem;
}

.startpage-breakdown div[b-mfpm1w9wgt] {
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    column-gap: 0.28rem;
    row-gap: 0.08rem;
    color: #8b95a5;
    font-size: 0.56rem;
    font-weight: 700;
    line-height: 1.05;
}

.startpage-breakdown strong[b-mfpm1w9wgt] {
    grid-column: 2;
    color: #4f5a6a;
    font-size: 0.66rem;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}

.startpage-breakdown-dot[b-mfpm1w9wgt] {
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
}

.startpage-breakdown-dot.is-office[b-mfpm1w9wgt] {
    background: #1f4b8f;
}

.startpage-breakdown-dot.is-home[b-mfpm1w9wgt] {
    background: #2fbf71;
}

.startpage-breakdown-dot.is-leave[b-mfpm1w9wgt] {
    background: #b7791f;
}

.startpage-panel[b-mfpm1w9wgt] {
    margin-top: 0.85rem;
    padding: 0.78rem 0.72rem;
    border-radius: 4px;
    background: #f0f0f0;
}

.startpage-panel[b-mfpm1w9wgt],
.startpage-timer-wrap[b-mfpm1w9wgt] {
    width: 100%;
}

.startpage-select[b-mfpm1w9wgt],
.startpage-input[b-mfpm1w9wgt] {
    width: 100%;
}

.startpage-select :deep(.mud-input-slot)[b-mfpm1w9wgt],
.startpage-input :deep(.mud-input-slot)[b-mfpm1w9wgt] {
    color: #4a5260;
    font-size: 0.79rem;
    font-weight: 500;
}

.startpage-input :deep(input::placeholder)[b-mfpm1w9wgt] {
    color: #a9a9a9;
    font-style: italic;
    opacity: 1;
}

.startpage-active-note[b-mfpm1w9wgt] {
    margin-top: 0.72rem;
    color: #667085;
    font-size: 0.72rem;
    line-height: 1.25;
}

.startpage-actions[b-mfpm1w9wgt] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
    margin-top: 1rem;
}

.startpage-actions:has(.startpage-action:nth-child(2):last-child)[b-mfpm1w9wgt] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.startpage-action[b-mfpm1w9wgt] {
    min-width: 0;
    min-height: 2.3rem;
    border-radius: 8px;
    font-size: 0.76rem;
    text-transform: none;
}

.startpage-action--pause[b-mfpm1w9wgt] {
    background: #ffffff;
}

.startpage-compensation-row[b-mfpm1w9wgt] {
    display: grid;
    grid-template-columns: minmax(4.5rem, 1fr) minmax(6.2rem, 1.4fr) minmax(3.8rem, 0.8fr);
    gap: 0.55rem;
    align-items: end;
    margin-top: 0.9rem;
}

.startpage-money-input[b-mfpm1w9wgt] {
    min-width: 0;
}

.startpage-money-input :deep(input)[b-mfpm1w9wgt] {
    text-align: center;
    font-size: 0.76rem;
}

.startpage-save[b-mfpm1w9wgt] {
    min-height: 2.3rem;
    border-radius: 8px;
    font-size: 0.76rem;
    text-transform: none;
}

.startpage-compensation-total[b-mfpm1w9wgt] {
    min-width: 0;
    display: grid;
    justify-items: center;
    gap: 0.08rem;
    color: #a0a6af;
    font-size: 0.64rem;
    line-height: 1.05;
    text-align: center;
    overflow-wrap: anywhere;
}

@media (min-width: 740px) {
    .startpage-timer-card[b-mfpm1w9wgt] {
        width: min(19rem, 34vw);
    }

    .startpage-panel[b-mfpm1w9wgt] {
        padding: 1rem 1.1rem;
    }
}

@media (max-width: 360px) {
    .startpage-timer-card-main[b-mfpm1w9wgt] {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .startpage-clock-face[b-mfpm1w9wgt] {
        width: 4.25rem;
    }

    .startpage-actions[b-mfpm1w9wgt] {
        gap: 0.34rem;
    }

    .startpage-action[b-mfpm1w9wgt],
    .startpage-save[b-mfpm1w9wgt] {
        font-size: 0.7rem;
        padding-inline: 0.35rem;
    }
}
/* /Pages/Planning/Planning.razor.rz.scp.css */
.planning-shell[b-f4abg1rp2k] {
    width: 100%;
    margin: 0 auto;
}

.planning-panel[b-f4abg1rp2k] {
    border-radius: 24px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.planning-offline-indicator[b-f4abg1rp2k] {
    margin-bottom: 1rem;
    text-align: center;
    color: #ff1f1f;
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.planning-loading[b-f4abg1rp2k],
.planning-empty[b-f4abg1rp2k],
.planning-error[b-f4abg1rp2k] {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 18px;
    background: #ffffff;
}

.planning-error[b-f4abg1rp2k] {
    color: #b42318;
}

.planning-sections[b-f4abg1rp2k] {
    display: grid;
    gap: 1.15rem;
}

.planning-section[b-f4abg1rp2k] {
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #e6e9ef;
    padding: 0.45rem 0.4rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.planning-section-head[b-f4abg1rp2k] {
    margin-bottom: 0.2rem;
    padding: 0 0.35rem;
}

.planning-section-title[b-f4abg1rp2k] {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 500;
    color: #2b2f36;
}

.planning-section-empty[b-f4abg1rp2k] {
    padding: 0.8rem 0.6rem 0.5rem;
    color: #767c86;
    font-size: 0.88rem;
}

.planning-entry-list[b-f4abg1rp2k] {
    display: grid;
    gap: 0;
}

.planning-entry-card[b-f4abg1rp2k] {
    display: grid;
    grid-template-columns: 1.5rem minmax(0, 1fr) 1rem;
    gap: 0.7rem;
    align-items: center;
    padding: 0.8rem 0.55rem;
    border-radius: 8px;
    background: transparent;
}

.planning-entry-card + .planning-entry-card[b-f4abg1rp2k] {
    border-top: 1px solid #eef1f5;
}

.planning-entry-card.is-interactive[b-f4abg1rp2k] {
    cursor: pointer;
}

.planning-entry-card.is-interactive:hover[b-f4abg1rp2k] {
    background: rgba(255, 255, 255, 0.5);
}

.planning-entry-card.is-readonly[b-f4abg1rp2k] {
    opacity: 0.78;
}

.planning-entry-icon[b-f4abg1rp2k] {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #9ca3af;
}

.planning-entry-icon.is-overdue-critical[b-f4abg1rp2k] {
    color: #d92d20;
}

.planning-entry-icon.is-overdue[b-f4abg1rp2k] {
    color: #e0a100;
}

.planning-entry-icon.is-completed[b-f4abg1rp2k] {
    color: #5db655;
}

.planning-entry-icon.is-started[b-f4abg1rp2k] {
    color: #3b82f6;
}

.planning-entry-icon.is-today[b-f4abg1rp2k] {
    color: #1f2937;
}

.planning-entry-icon.is-future[b-f4abg1rp2k] {
    color: #b0b4bb;
}

.planning-entry-icon.is-rejected[b-f4abg1rp2k] {
    color: #ef4444;
}

.planning-entry-content[b-f4abg1rp2k] {
    min-width: 0;
}

.planning-entry-title[b-f4abg1rp2k] {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.2;
    color: #2b2f36;
}

.planning-entry-time[b-f4abg1rp2k] {
    margin-top: 0.18rem;
    color: #8a9099;
    font-size: 0.66rem;
    line-height: 1.25;
}

.planning-entry-chevron[b-f4abg1rp2k] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #111827;
}


@media (max-width: 720px) {
    .planning-offline-indicator[b-f4abg1rp2k] {
        font-size: 1.7rem;
    }

    .planning-panel[b-f4abg1rp2k] {
        border-radius: 20px;
    }

    .planning-section-title[b-f4abg1rp2k] {
        font-size: 0.98rem;
    }

    .planning-entry-title[b-f4abg1rp2k] {
        font-size: 0.74rem;
    }

    .planning-entry-time[b-f4abg1rp2k] {
        font-size: 0.63rem;
    }
}
/* /Pages/Planning/PlanningEntry.razor.rz.scp.css */
.planning-entry-shell[b-jjik4904bg] {
    width: 100%;
    margin: 0 auto;
}

.planning-entry-offline-indicator[b-jjik4904bg] {
    margin-bottom: 1rem;
    text-align: center;
    color: #ff1f1f;
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.planning-entry-topbar[b-jjik4904bg] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.planning-entry-state[b-jjik4904bg] {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 18px;
    background: #ffffff;
}

.planning-entry-state.is-error[b-jjik4904bg] {
    color: #b42318;
}

.planning-entry-card-detail[b-jjik4904bg] {
    width: 100%;
    box-sizing: border-box;
    border-radius: 14px;
    background: #ffffff;
    padding: 1rem 0.95rem;
}

.planning-entry-card-detail__header[b-jjik4904bg] {
    display: grid;
    grid-template-columns: 1.25rem minmax(0, 1fr);
    gap: 0.7rem;
    align-items: start;
}

.planning-entry-card-detail__icon[b-jjik4904bg] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
}

.planning-entry-card-detail__icon.is-overdue-critical[b-jjik4904bg] {
    color: #d92d20;
}

.planning-entry-card-detail__icon.is-overdue[b-jjik4904bg] {
    color: #e0a100;
}

.planning-entry-card-detail__icon.is-completed[b-jjik4904bg] {
    color: #5db655;
}

.planning-entry-card-detail__icon.is-started[b-jjik4904bg] {
    color: #3b82f6;
}

.planning-entry-card-detail__icon.is-today[b-jjik4904bg] {
    color: #1f2937;
}

.planning-entry-card-detail__icon.is-future[b-jjik4904bg] {
    color: #b0b4bb;
}

.planning-entry-card-detail__icon.is-rejected[b-jjik4904bg] {
    color: #ef4444;
}

.planning-entry-card-detail__title[b-jjik4904bg] {
    margin: 0;
    font-size: 1.55rem;
    line-height: 1.05;
    font-weight: 500;
    color: #111827;
}

.planning-entry-card-detail__time[b-jjik4904bg] {
    margin-top: 0.18rem;
    color: #6b7280;
    font-size: 0.74rem;
}

.planning-entry-card-detail__resources[b-jjik4904bg] {
    margin-top: 0.9rem;
}

.planning-entry-card-detail__resource[b-jjik4904bg] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    color: #4b5563;
    font-size: 0.86rem;
}

.planning-entry-card-detail__resource+.planning-entry-card-detail__resource[b-jjik4904bg] {
    margin-top: 0.18rem;
}

.planning-entry-card-detail__resource.is-secondary[b-jjik4904bg] {
    padding-left: 0.1rem;
}

.planning-entry-card-detail__resource-prefix[b-jjik4904bg] {
    color: #9ca3af;
    font-weight: 700;
}

.planning-entry-card-detail__description[b-jjik4904bg] {
    margin-top: 1rem;
    color: #374151;
    font-size: 0.92rem;
    line-height: 1.4;
}

.planning-entry-card-detail__link[b-jjik4904bg] {
    display: inline-block;
    margin-top: 0.75rem;
    color: #2563eb;
    font-size: 0.9rem;
    word-break: break-word;
}

.planning-entry-card-detail__actions[b-jjik4904bg] {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
}

.planning-entry-card-detail__action[b-jjik4904bg] {
    min-width: 0;
}

.planning-entry-card-detail__action--reject[b-jjik4904bg] {
    background: #fff;
}

@media (max-width: 600px) {
    .planning-entry-offline-indicator[b-jjik4904bg] {
        font-size: 1.7rem;
    }

    .planning-entry-card-detail[b-jjik4904bg] {
        padding: 0.95rem 0.85rem;
    }
}

@media (max-width: 420px) {
    .planning-entry-card-detail__actions[b-jjik4904bg] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Settings/Settings.razor.rz.scp.css */
.settings-shell[b-bn6sx74jlm] {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.settings-header[b-bn6sx74jlm] {
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    align-items: center;
    min-height: 52px;
    margin-bottom: 2px;
}

.settings-back[b-bn6sx74jlm] {
    color: #22252c;
    margin-left: -8px;
}

.settings-title[b-bn6sx74jlm] {
    text-align: center;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.01em;
    color: #262932;
}

.settings-header-spacer[b-bn6sx74jlm] {
    width: 40px;
    height: 40px;
}

.settings-loading[b-bn6sx74jlm] {
    display: grid;
    place-items: center;
    min-height: 50dvh;
}

.settings-profile[b-bn6sx74jlm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 18px 6px 10px;
    background: #ffffff;
}

.settings-avatar-button[b-bn6sx74jlm] {
    position: relative;
    cursor: pointer;
    transition: transform 120ms ease;
}

.settings-avatar-button:active[b-bn6sx74jlm] {
    transform: scale(0.98);
}

.settings-avatar[b-bn6sx74jlm] {
    width: 100px !important;
    height: 100px !important;
    background: linear-gradient(180deg, #daccc1 0%, #d4c4b8 100%);
    color: #1f4b8f;
    overflow: visible;
    box-shadow: 0 12px 24px rgba(61, 66, 77, 0.1);
}

.settings-avatar-image[b-bn6sx74jlm] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.settings-avatar-initials[b-bn6sx74jlm] {
    font-size: 1.45rem;
    font-weight: 700;
}

.settings-avatar-edit[b-bn6sx74jlm] {
    position: absolute;
    right: -4px;
    bottom: 4px;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #1f4b8f;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 6px 14px rgba(31, 75, 143, 0.22);
}

.settings-avatar-input[b-bn6sx74jlm],
.settings-avatar-input[b-bn6sx74jlm]  input,
[b-bn6sx74jlm](.settings-avatar-input),
[b-bn6sx74jlm](.settings-avatar-input input) {
    display: none !important;
}

.settings-profile-name[b-bn6sx74jlm] {
    margin-top: 12px;
    font-weight: 600;
    font-size: 1.55rem;
    line-height: 1.1;
    color: #20232b;
}

.settings-profile-organization[b-bn6sx74jlm] {
    color: #9da3ae;
    font-size: 0.92rem;
}

.settings-card[b-bn6sx74jlm] {
    padding: 12px 14px 14px;
    border-radius: 20px;
    background: #eff1f4 !important;
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        0 8px 24px rgba(15, 23, 42, 0.04);
    backdrop-filter: none;
}

.settings-card[b-bn6sx74jlm]::before,
.settings-card[b-bn6sx74jlm]::after {
    background: transparent !important;
}

.settings-card[b-bn6sx74jlm]  {
    background-color: transparent;
}

.settings-select[b-bn6sx74jlm] {
    width: 100%;
}

.settings-select[b-bn6sx74jlm]  .mud-input-control {
    margin-top: 0;
}

.settings-select[b-bn6sx74jlm]  .mud-input-root {
    min-height: 58px;
    padding: 0 6px;
    border-radius: 14px;
}

.settings-select[b-bn6sx74jlm]  .mud-input-slot {
    font-size: 0.95rem;
    color: #3f4652;
}

.settings-select[b-bn6sx74jlm]  .mud-input-adornment {
    margin-right: 10px;
}

.settings-select[b-bn6sx74jlm]  .mud-input-adornment .mud-icon-root {
    width: 28px;
    height: 28px;
    padding: 6px;
    border-radius: 999px;
    background: rgba(31, 75, 143, 0.12);
    color: #1f4b8f;
}

.settings-select[b-bn6sx74jlm]  .mud-select-icon {
    color: #1f4b8f;
}

.settings-select[b-bn6sx74jlm]  .mud-input-underline:before,
.settings-select[b-bn6sx74jlm]  .mud-input-underline:after {
    display: none;
}

.settings-divider[b-bn6sx74jlm] {
    margin: 0;
    opacity: 0.55;
}

.settings-apps[b-bn6sx74jlm] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 2px 2px;
}

.settings-app-row[b-bn6sx74jlm] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    cursor: pointer;
    border-radius: 12px;
    padding: 0 8px;
    transition: background-color 120ms ease;
}

.settings-app-row:hover[b-bn6sx74jlm] {
    background: rgba(255, 255, 255, 0.62);
}

.settings-app-row[b-bn6sx74jlm]  .mud-button-root {
    color: #1f4b8f;
}

.settings-app-row[b-bn6sx74jlm]  .mud-checkbox {
    margin: 0;
}

.settings-app-label[b-bn6sx74jlm] {
    color: #505661;
    font-size: 0.95rem;
}

.settings-change-password[b-bn6sx74jlm] {
    height: 48px;
    border-radius: 14px;
    text-transform: none;
    font-weight: 600;
    background: #ffffff;
    border-color: rgba(31, 75, 143, 0.55) !important;
    box-shadow: none;
}

.settings-change-password[b-bn6sx74jlm]  .mud-button-label {
    gap: 8px;
}

.settings-logout[b-bn6sx74jlm] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: 4px;
    padding: 6px 2px;
    border: 0;
    background: transparent;
    color: #ff4b4b;
    font-size: 0.95rem;
    font-weight: 500;
}

@media (min-width: 640px) {
    .settings-shell[b-bn6sx74jlm] {
        gap: 22px;
    }

    .settings-card[b-bn6sx74jlm] {
        border-radius: 20px;
        padding: 12px 18px 14px;
    }
}
/* /Pages/TimeRequest/TimeRequest.razor.rz.scp.css */
.time-request-shell[b-8ksbr91v36] {
    background: transparent;
}

.time-request-state-shell[b-8ksbr91v36] {
    display: flex;
    align-items: stretch;
}

.time-request-state-shell[b-8ksbr91v36] (.feature-connection-notice) {
    width: 100%;
}

.time-request-chart-card[b-8ksbr91v36] {
    padding: 0.2rem 0.05rem 1rem;
    background: transparent;
}

.time-request-chart-toolbar[b-8ksbr91v36] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
    min-height: 2rem;
    margin-bottom: 0.3rem;
}

.time-request-subtitle[b-8ksbr91v36] {
    margin: 0;
    color: #b3bac8;
    font-size: 0.72rem;
    font-weight: 500;
}

.time-request-chart-mode-copy[b-8ksbr91v36] {
    display: inline-flex;
    margin-top: 0.35rem;
    padding: 0.24rem 0.55rem;
    border-radius: 999px;
    background: rgba(229, 235, 247, 0.85);
    color: #587099;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.time-request-toggle-wrap[b-8ksbr91v36] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
    background: transparent;
}

.time-request-toggle .mud-button-group-root[b-8ksbr91v36] {
    background: rgba(211, 216, 225, 0.78) !important;
    border-radius: 999px !important;
    padding: 0.12rem !important;
    box-shadow: none !important;
    border: 1px solid rgba(129, 140, 160, 0.3);
    backdrop-filter: blur(8px);
    transition: background-color 160ms ease, box-shadow 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.time-request-toggle[b-8ksbr91v36] {
    transform: scale(0.9);
    transform-origin: right center;
    background: transparent;
}

.time-request-toggle .mud-button-root[b-8ksbr91v36] {
    min-width: 3.8rem;
    border-color: transparent;
    color: #45669b;
    font-size: 0.72rem;
    font-weight: 700;
    border-radius: 999px !important;
    transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.time-request-toggle .mud-button-root.is-active[b-8ksbr91v36] {
    background: linear-gradient(180deg, #4d78cc 0%, #2f5cab 100%);
    color: #fff;
    box-shadow: 0 6px 14px rgba(45, 92, 168, 0.26);
    transform: translateY(-1px);
    position: relative;
}

.time-request-toggle .mud-button-root.is-active[b-8ksbr91v36]::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0.32rem;
    width: 0.32rem;
    height: 0.32rem;
    margin-left: -0.16rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
}

.time-request-toggle .mud-button-root:not(.is-active)[b-8ksbr91v36] {
    background: transparent;
    color: #526884;
}

.time-request-loading[b-8ksbr91v36],
.time-request-empty[b-8ksbr91v36] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
}

.time-request-empty--compact[b-8ksbr91v36] {
    min-height: 120px;
    font-size: 0.9rem;
}

.time-request-error[b-8ksbr91v36] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 18rem;
    text-align: center;
    color: #b42318;
}

.time-request-chart-unit[b-8ksbr91v36] {
    display: inline-flex;
    min-width: 1.75rem;
    justify-content: center;
    margin: 0.25rem 0 0.2rem;
    padding: 0.18rem 0.48rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #4d78cc 0%, #2f5cab 100%);
    color: #fff;
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.time-request-mud-chart[b-8ksbr91v36] {
    min-height: 250px;
    margin-top: 0.15rem;
}

.time-request-list-card[b-8ksbr91v36] {
    margin-top: 0.85rem;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid rgba(222, 225, 231, 0.95);
    padding: 0.15rem 0;
    backdrop-filter: blur(3px);
    width: 100%;
    max-width: none;
}

.time-request-entry-list[b-8ksbr91v36] {
    display: grid;
    gap: 0;
}

.time-request-entry-card[b-8ksbr91v36] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.85rem;
    padding: 0.9rem 1rem;
}

.time-request-entry-card.is-clickable[b-8ksbr91v36] {
    cursor: pointer;
}

.time-request-entry-card+.time-request-entry-card[b-8ksbr91v36] {
    border-top: 1px solid rgba(231, 234, 239, 0.8);
}

.time-request-entry-status[b-8ksbr91v36] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.time-request-entry-status.is-approved[b-8ksbr91v36] {
    background: transparent;
    color: #6aa623;
}

.time-request-entry-status.is-rejected[b-8ksbr91v36] {
    background: #d61b14;
    color: #ffffff;
}

.time-request-entry-status.is-partial[b-8ksbr91v36] {
    background: transparent;
    color: #f2be3c;
}

.time-request-entry-status.is-pending[b-8ksbr91v36] {
    background: transparent;
    color: #2b2b2b;
}

.time-request-entry-main[b-8ksbr91v36] {
    min-width: 0;
}

.time-request-entry-topline[b-8ksbr91v36] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
}

.time-request-entry-title[b-8ksbr91v36] {
    margin: 0;
    color: #52596a;
    font-size: 0.8rem;
    font-weight: 500;
}

.time-request-entry-chevron[b-8ksbr91v36] {
    color: #2a2f37;
}

.time-request-entry-period[b-8ksbr91v36],
.time-request-entry-note[b-8ksbr91v36],
.time-request-entry-reject[b-8ksbr91v36] {
    margin-top: 0.2rem;
}

.time-request-entry-period[b-8ksbr91v36] {
    color: #a3abba;
    font-size: 0.66rem;
}

.time-request-entry-note[b-8ksbr91v36] {
    color: #9ba3b3;
    font-size: 0.68rem;
}

.time-request-entry-reject[b-8ksbr91v36] {
    color: #e53935;
    font-size: 0.68rem;
}

.time-request-fab-stack[b-8ksbr91v36] {
    position: fixed;
    right: max(1rem, calc(env(safe-area-inset-right) + 1rem));
    bottom: max(1rem, calc(env(safe-area-inset-bottom) + 1rem));
    display: grid;
    justify-items: end;
    gap: 0.75rem;
    z-index: 1200;
}

.time-request-fab-action[b-8ksbr91v36],
.time-request-fab-main[b-8ksbr91v36] {
    border: 0;
    box-shadow: 0 12px 28px rgba(33, 62, 127, 0.28);
    color: #fff;
}

.time-request-fab-action[b-8ksbr91v36] {
    min-width: 112px;
    padding: 0.88rem 1rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.time-request-fab-action.is-new[b-8ksbr91v36] {
    background: linear-gradient(135deg, #4472c8 0%, #2f5cab 100%);
}

.time-request-fab-action.is-report[b-8ksbr91v36] {
    background: linear-gradient(135deg, #517fce 0%, #365fa8 100%);
}

.time-request-fab-main[b-8ksbr91v36] {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3c6fc5 0%, #224f9b 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .time-request-panel[b-8ksbr91v36] {
        min-height: auto;
    }

    .time-request-mud-chart[b-8ksbr91v36] {
        min-height: 290px;
    }

    .time-request-subtitle[b-8ksbr91v36] {
        font-size: 0.85rem;
    }

    .time-request-chart-mode-copy[b-8ksbr91v36] {
        font-size: 0.68rem;
    }

    .time-request-entry-title[b-8ksbr91v36] {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .time-request-chart-toolbar[b-8ksbr91v36] {
        gap: 0.75rem;
    }
}
/* /Pages/TimeRequest/TimeRequestEntry.razor.rz.scp.css */
.time-request-entry-shell[b-kl0cfxd40n] {
    width: 100%;
    margin: 0 auto;
}

.time-request-entry-state-shell[b-kl0cfxd40n] {
    display: flex;
    align-items: stretch;
}

.time-request-entry-state-shell[b-kl0cfxd40n] (.feature-connection-notice) {
    width: 100%;
}

.time-request-entry-card[b-kl0cfxd40n] {
    display: grid;
    gap: 1rem;
    padding: 0.25rem 0 1.5rem;
}

.time-request-entry-back[b-kl0cfxd40n] {
    width: 2.25rem;
    height: 2.25rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    color: #274b88;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(34, 59, 108, 0.08);
}

.time-request-entry-group[b-kl0cfxd40n],
.time-request-entry-fields[b-kl0cfxd40n] {
    display: grid;
    gap: 0.55rem;
}

.time-request-entry-label[b-kl0cfxd40n] {
    font-size: 0.74rem;
    font-weight: 700;
    color: #8190a8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.time-request-entry-select[b-kl0cfxd40n],
.time-request-entry-input[b-kl0cfxd40n],
.time-request-entry-textarea[b-kl0cfxd40n] {
    width: 100%;
    border: 1px solid rgba(201, 207, 218, 0.95);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.88);
    color: #34415a;
    padding: 0.95rem 1rem;
    font: inherit;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.time-request-entry-textarea[b-kl0cfxd40n] {
    resize: vertical;
    min-height: 8rem;
}

.time-request-entry-methods[b-kl0cfxd40n] {
    display: grid;
    gap: 0.55rem;
    padding: 0.85rem 0.9rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(219, 224, 232, 0.95);
}

.time-request-entry-method[b-kl0cfxd40n] {
    border: 0;
    background: transparent;
    color: #7d889b;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.1rem 0;
    font-size: 0.95rem;
    text-align: left;
}

.time-request-entry-method-dot[b-kl0cfxd40n] {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    border: 2px solid #d5dae4;
    background: #ffffff;
    transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.time-request-entry-method.is-active[b-kl0cfxd40n] {
    color: #4d6a9d;
}

.time-request-entry-method.is-active .time-request-entry-method-dot[b-kl0cfxd40n] {
    border-color: #3f69b8;
    background: #3f69b8;
    box-shadow: 0 0 0 3px rgba(63, 105, 184, 0.14);
}

.time-request-entry-document[b-kl0cfxd40n] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-height: 3rem;
}

.time-request-entry-upload[b-kl0cfxd40n] {
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 12px;
    background: #2fa34f;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(47, 163, 79, 0.18);
    cursor: pointer;
}

.time-request-entry-document-name[b-kl0cfxd40n],
.time-request-entry-document-placeholder[b-kl0cfxd40n] {
    font-size: 0.9rem;
}

.time-request-entry-document-name[b-kl0cfxd40n] {
    color: #2b5da9;
    text-decoration: underline;
    word-break: break-word;
}

.time-request-entry-document-placeholder[b-kl0cfxd40n] {
    color: #9aa5b8;
}

.time-request-entry-errors[b-kl0cfxd40n] {
    display: grid;
    gap: 0.3rem;
    padding: 0.8rem 0.95rem;
    border-radius: 14px;
    background: #fff0f1;
    color: #c73535;
    font-size: 0.86rem;
}

.time-request-entry-actions[b-kl0cfxd40n] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    margin-top: 0.2rem;
}

.time-request-entry-delete[b-kl0cfxd40n] {
    border: 0;
    background: transparent;
    color: #ef4e5c;
    font-size: 0.92rem;
}

.time-request-entry-save[b-kl0cfxd40n] {
    min-width: 7rem;
    height: 3rem;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #2f5cab 0%, #21498f 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0 1rem;
    box-shadow: 0 16px 26px rgba(33, 73, 143, 0.22);
}

.time-request-entry-save:disabled[b-kl0cfxd40n] {
    opacity: 0.7;
}

.time-request-entry-feedback[b-kl0cfxd40n] {
    min-height: 30dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.6);
}

.time-request-entry-feedback.is-error[b-kl0cfxd40n] {
    color: #b13333;
    padding: 1rem;
}

@media (min-width: 768px) {
    .time-request-entry-fields[b-kl0cfxd40n] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* /Pages/TimeSheet/CompensationEntry.razor.rz.scp.css */
.compensation-entry-shell[b-ul4zssgde5] {
    width: 100%;
    margin: 0 auto;
}

.compensation-entry-state-shell[b-ul4zssgde5] {
    display: flex;
    align-items: stretch;
}

.compensation-entry-state-shell[b-ul4zssgde5] (.feature-connection-notice) {
    width: 100%;
}

.compensation-entry-card[b-ul4zssgde5] {
    display: grid;
    gap: 1rem;
    padding-bottom: 1.25rem;
}

.compensation-entry-back[b-ul4zssgde5] {
    justify-self: start;
}

.compensation-entry-grid[b-ul4zssgde5] {
    display: grid;
    gap: 0.9rem;
}

.compensation-entry-document[b-ul4zssgde5] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-height: 3rem;
}

.compensation-entry-document-name[b-ul4zssgde5],
.compensation-entry-document-placeholder[b-ul4zssgde5] {
    font-size: 0.9rem;
}

.compensation-entry-document-name[b-ul4zssgde5] {
    color: #2b5da9;
    text-decoration: underline;
    word-break: break-word;
}

.compensation-entry-document-placeholder[b-ul4zssgde5] {
    color: #9aa5b8;
}

.compensation-entry-errors[b-ul4zssgde5] {
    display: grid;
    gap: 0.3rem;
    padding: 0.8rem 0.95rem;
    border-radius: 14px;
    background: #fff0f1;
    color: #c73535;
    font-size: 0.86rem;
}

.compensation-entry-actions[b-ul4zssgde5] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.75rem;
}

.compensation-entry-feedback[b-ul4zssgde5] {
    min-height: 30dvh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compensation-entry-feedback.is-error[b-ul4zssgde5] {
    color: #c73535;
    padding: 1rem;
    text-align: center;
}

@media (min-width: 768px) {
    .compensation-entry-grid[b-ul4zssgde5] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* /Pages/TimeSheet/TimekeepingEntry.razor.rz.scp.css */
.timesheet-entry-shell[b-idcvmbwebl] {
    width: 100%;
    margin: 0 auto;
}

.timesheet-entry-state-shell[b-idcvmbwebl] {
    display: flex;
    align-items: stretch;
}

.timesheet-entry-state-shell[b-idcvmbwebl] (.feature-connection-notice) {
    width: 100%;
}

.timesheet-entry-card[b-idcvmbwebl] {
    display: grid;
    gap: 1rem;
    padding-bottom: 1.25rem;
}

.timesheet-entry-back[b-idcvmbwebl] {
    justify-self: start;
}

.timesheet-entry-grid[b-idcvmbwebl] {
    display: grid;
    gap: 0.9rem;
}

.timesheet-entry-radio-group[b-idcvmbwebl] {
    display: grid;
    gap: 0.35rem;
    padding: 0.7rem 0.85rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(219, 224, 232, 0.95);
}

.timesheet-entry-errors[b-idcvmbwebl] {
    display: grid;
    gap: 0.3rem;
    padding: 0.8rem 0.95rem;
    border-radius: 14px;
    background: #fff0f1;
    color: #c73535;
    font-size: 0.86rem;
}

.timesheet-entry-actions[b-idcvmbwebl] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.75rem;
}

.timesheet-entry-feedback[b-idcvmbwebl] {
    min-height: 30dvh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timesheet-entry-feedback.is-error[b-idcvmbwebl] {
    color: #c73535;
    padding: 1rem;
    text-align: center;
}

@media (min-width: 768px) {
    .timesheet-entry-grid[b-idcvmbwebl] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* /Pages/TimeSheet/TimeSheet.razor.rz.scp.css */
.time-sheet-shell[b-abajyygpri] {
    width: 100%;
    margin: 0 auto;
}

.time-sheet-panel[b-abajyygpri] {
    position: relative;
    display: grid;
    gap: 1rem;
    padding-bottom: 5.5rem;
}

.time-sheet-state-shell[b-abajyygpri] {
    display: flex;
    align-items: stretch;
}

.time-sheet-state-shell[b-abajyygpri] (.feature-connection-notice) {
    width: 100%;
}

.time-sheet-loading[b-abajyygpri] {
    min-height: 40dvh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.time-sheet-error[b-abajyygpri] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 18rem;
    text-align: center;
    color: #b42318;
}

.time-sheet-header[b-abajyygpri] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

.time-sheet-kicker[b-abajyygpri] {
    color: #7f8ca3;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.time-sheet-title[b-abajyygpri] {
    margin: 0.2rem 0 0;
    color: #1d1d1f;
    font-size: 1.5rem;
    font-weight: 700;
}

.time-sheet-week-label[b-abajyygpri] {
    color: #6d7890;
    font-size: 0.9rem;
    white-space: nowrap;
}

.time-sheet-week-strip[b-abajyygpri] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.35rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(219, 224, 232, 0.95);
}

.time-sheet-days[b-abajyygpri] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.4rem;
}

.time-sheet-day[b-abajyygpri] {
    border: 0;
    border-radius: 18px;
    background: transparent;
    color: #6f7a91;
    padding: 0.55rem 0.25rem;
    display: grid;
    justify-items: center;
    gap: 0.15rem;
}

.time-sheet-day.is-selected[b-abajyygpri] {
    background: rgba(46, 106, 197, 0.12);
    color: #24559f;
    box-shadow: inset 0 0 0 1px rgba(46, 106, 197, 0.22);
}

.time-sheet-day-name[b-abajyygpri] {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.time-sheet-day-number[b-abajyygpri] {
    font-size: 1rem;
    font-weight: 700;
}

.time-sheet-summary-grid[b-abajyygpri] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

.time-sheet-summary-card[b-abajyygpri] {
    padding: 0.85rem 0.95rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(219, 224, 232, 0.95);
    display: grid;
    gap: 0.15rem;
}

.time-sheet-summary-card__icon[b-abajyygpri] {
    color: #2d69b3;
}

.time-sheet-summary-card__value[b-abajyygpri] {
    color: #1f2d3d;
    font-size: 1.1rem;
    font-weight: 700;
}

.time-sheet-summary-card__decimal[b-abajyygpri] {
    color: #607086;
    font-size: 0.82rem;
}

.time-sheet-summary-card__caption[b-abajyygpri] {
    color: #8c98aa;
    font-size: 0.78rem;
}

.time-sheet-section[b-abajyygpri] {
    display: grid;
    gap: 0.7rem;
    padding: 0.9rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(219, 224, 232, 0.95);
}

.time-sheet-section__head[b-abajyygpri] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.time-sheet-section__title[b-abajyygpri] {
    margin: 0;
    color: #24324a;
    font-size: 1rem;
    font-weight: 700;
}

.time-sheet-entry-list[b-abajyygpri] {
    display: grid;
    gap: 0.55rem;
}

.time-sheet-entry-card[b-abajyygpri] {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    gap: 0.8rem;
    align-items: center;
    padding: 0.8rem 0.85rem;
    border-radius: 18px;
    background: #f8fafc;
}

.time-sheet-entry-card.is-interactive[b-abajyygpri] {
    cursor: pointer;
}

.time-sheet-entry-card__status[b-abajyygpri] {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.time-sheet-entry-card__status.is-completed[b-abajyygpri] {
    background: rgba(74, 183, 88, 0.16);
    color: #2f9443;
}

.time-sheet-entry-card__status.is-automatic[b-abajyygpri] {
    background: rgba(53, 142, 212, 0.14);
    color: #2f69a8;
}

.time-sheet-entry-card__status.is-locked[b-abajyygpri] {
    background: rgba(121, 127, 140, 0.16);
    color: #5a6170;
}

.time-sheet-entry-card__status.is-change-requested[b-abajyygpri] {
    background: rgba(240, 162, 2, 0.16);
    color: #b67b08;
}

.time-sheet-entry-card__status.is-running[b-abajyygpri] {
    background: rgba(59, 113, 202, 0.14);
    color: #24559f;
}

.time-sheet-entry-card__status.is-normal[b-abajyygpri] {
    background: rgba(148, 156, 171, 0.14);
    color: #7a8596;
}

.time-sheet-entry-card__main[b-abajyygpri] {
    min-width: 0;
}

.time-sheet-entry-card__title[b-abajyygpri] {
    color: #20304b;
    font-weight: 700;
}

.time-sheet-entry-card__meta[b-abajyygpri] {
    color: #7b8799;
    font-size: 0.82rem;
    margin-top: 0.12rem;
}

.time-sheet-entry-card__side[b-abajyygpri] {
    text-align: right;
}

.time-sheet-entry-card__primary[b-abajyygpri] {
    color: #20304b;
    font-weight: 700;
}

.time-sheet-entry-card__secondary[b-abajyygpri] {
    color: #7b8799;
    font-size: 0.8rem;
}

.time-sheet-entry-card__chevron[b-abajyygpri] {
    color: #8792a6;
}

.time-sheet-empty[b-abajyygpri] {
    padding: 0.8rem 0;
    color: #8692a4;
    font-size: 0.92rem;
}

.time-sheet-compensation-totals[b-abajyygpri] {
    display: grid;
    gap: 0.4rem;
    padding-top: 0.25rem;
}

.time-sheet-compensation-total[b-abajyygpri] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: #536176;
    font-size: 0.9rem;
}

.time-sheet-compensation-total strong[b-abajyygpri] {
    color: #21324e;
}

.time-sheet-fab-stack[b-abajyygpri] {
    position: fixed;
    right: max(1rem, calc(env(safe-area-inset-right) + 1rem));
    bottom: max(1rem, calc(env(safe-area-inset-bottom) + 1rem));
    display: grid;
    justify-items: end;
    gap: 0.75rem;
    z-index: 1200;
}

.time-sheet-fab-action[b-abajyygpri],
.time-sheet-fab-main[b-abajyygpri] {
    border: 0;
    box-shadow: 0 12px 28px rgba(33, 62, 127, 0.28);
    color: #fff;
}

.time-sheet-fab-action[b-abajyygpri] {
    min-width: 112px;
    padding: 0.88rem 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #4472c8 0%, #2f5cab 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.time-sheet-fab-action.is-report[b-abajyygpri] {
    background: linear-gradient(135deg, #517fce 0%, #365fa8 100%);
}

.time-sheet-fab-main[b-abajyygpri] {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3c6fc5 0%, #224f9b 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .time-sheet-summary-grid[b-abajyygpri] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
