/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-mlv9acufzm] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

main[b-mlv9acufzm] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

article[b-mlv9acufzm] {
    min-height: 0;
    overflow: visible;
}

.sidebar[b-mlv9acufzm] {
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    min-width: 250px;
    background:
        radial-gradient(120% 140% at 15% 0%, rgba(90, 160, 255, 0.35), transparent 55%),
        radial-gradient(130% 120% at 90% 10%, rgba(48, 92, 185, 0.35), transparent 60%),
        linear-gradient(160deg, #142242 0%, #1b2c55 55%, #2b3f73 100%);
}

.sidebar[b-mlv9acufzm]::before,
.sidebar[b-mlv9acufzm]::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    opacity: 0.12;
    pointer-events: none;
}

.sidebar[b-mlv9acufzm]::before {
    top: -80px;
    right: -60px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.sidebar[b-mlv9acufzm]::after {
    display: none;
}

.top-row[b-mlv9acufzm] {
    background: #f8f9fb;
    border-bottom: 1px solid rgba(22, 39, 74, 0.08);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    z-index: 20;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
}

.topbar[b-mlv9acufzm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 1rem;
}

.topbar-user[b-mlv9acufzm] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.topbar-avatar[b-mlv9acufzm] {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f3f6fb;
    color: #2b364b;
    border: 1px solid rgba(46, 60, 88, 0.15);
    font-weight: 700;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 10px rgba(16, 24, 40, 0.08);
    flex-shrink: 0;
}

.topbar-usertext[b-mlv9acufzm] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.topbar-name[b-mlv9acufzm] {
    font-weight: 600;
    color: #1f2a44;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.topbar-role[b-mlv9acufzm] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #5b6b88;
    background: rgba(91, 107, 136, 0.12);
    padding: 0.2rem 0.45rem;
    border-radius: 999px;
}

.topbar-sub[b-mlv9acufzm] {
    font-size: 0.85rem;
    color: #6b7280;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topbar-actions[b-mlv9acufzm] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

    .top-row[b-mlv9acufzm]  a, .top-row[b-mlv9acufzm]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-mlv9acufzm]  a:hover, .top-row[b-mlv9acufzm]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-mlv9acufzm]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 991.98px) {
    .top-row[b-mlv9acufzm] {
        justify-content: space-between;
    }

    .top-row[b-mlv9acufzm]  a, .top-row[b-mlv9acufzm]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .page[b-mlv9acufzm] {
        flex-direction: row;
    }

    .sidebar[b-mlv9acufzm] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-mlv9acufzm] {
        position: sticky;
        top: 0;
        z-index: 20;
    }

    .top-row.auth[b-mlv9acufzm]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-mlv9acufzm], article[b-mlv9acufzm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-mlv9acufzm] {
    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-mlv9acufzm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ufv6pr9xfu] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-ufv6pr9xfu] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ufv6pr9xfu] {
    min-height: 3.5rem;
    background: rgba(10, 20, 45, 0.55);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-brand[b-ufv6pr9xfu] {
    font-size: 1.05rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #d7e4ff;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

.brand-name[b-ufv6pr9xfu] {
    font-size: 1.05rem;
}

.brand-sub[b-ufv6pr9xfu] {
    font-size: 0.6rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(207, 224, 255, 0.65);
    margin-left: 0.1rem;
    margin-top: 0.3rem;
}

.brand-mark[b-ufv6pr9xfu] {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #7dc4ff;
    background: rgba(7, 16, 36, 0.6);
    box-shadow: inset 0 0 0 1px rgba(125, 196, 255, 0.25), 0 6px 16px rgba(8, 16, 35, 0.4);
}

.nav-item[b-ufv6pr9xfu] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ufv6pr9xfu] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ufv6pr9xfu] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ufv6pr9xfu]  .nav-link {
        color: #cfe0ff;
        background: none;
        border: none;
        border-radius: 10px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-ufv6pr9xfu]  a.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.nav-item[b-ufv6pr9xfu]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.nav-scrollable[b-ufv6pr9xfu] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ufv6pr9xfu] {
    display: block;
}

@media (min-width: 992px) {
    .navbar-toggler[b-ufv6pr9xfu] {
        display: none;
    }

    .nav-scrollable[b-ufv6pr9xfu] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-6ef9seg44f],
.components-reconnect-repeated-attempt-visible[b-6ef9seg44f],
.components-reconnect-failed-visible[b-6ef9seg44f],
.components-pause-visible[b-6ef9seg44f],
.components-resume-failed-visible[b-6ef9seg44f],
.components-rejoining-animation[b-6ef9seg44f] {
    display: none;
}

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


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

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

}

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

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

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

@keyframes components-reconnect-modal-fadeInOpacity-b-6ef9seg44f {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-6ef9seg44f {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin.razor.rz.scp.css */
.admin-grid[b-p9u48lpnb6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.admin-section[b-p9u48lpnb6] {
    margin: 0.6rem 0 2rem;
}

.admin-section__header[b-p9u48lpnb6] {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 0.8rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.admin-section__title[b-p9u48lpnb6] {
    font-size: 1.2rem;
    margin: 0;
}

.admin-section__subtitle[b-p9u48lpnb6] {
    color: #64748b;
    font-size: 0.9rem;
}

.admin-card[b-p9u48lpnb6] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem 1.1rem;
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: linear-gradient(150deg, rgba(248, 250, 252, 0.95), rgba(226, 232, 240, 0.45));
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.admin-card:hover[b-p9u48lpnb6] {
    transform: translateY(-2px);
    border-color: rgba(14, 165, 233, 0.35);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.admin-card__icon[b-p9u48lpnb6] {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: #0f172a;
    font-size: 1.2rem;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.admin-card__icon--mint[b-p9u48lpnb6] {
    background: linear-gradient(140deg, rgba(16, 185, 129, 0.2), rgba(110, 231, 183, 0.6));
}

.admin-card__icon--teal[b-p9u48lpnb6] {
    background: linear-gradient(140deg, rgba(20, 184, 166, 0.2), rgba(94, 234, 212, 0.6));
}

.admin-card__icon--navy[b-p9u48lpnb6] {
    background: linear-gradient(140deg, rgba(30, 64, 175, 0.2), rgba(191, 219, 254, 0.75));
}

.admin-card__icon--blue[b-p9u48lpnb6] {
    background: linear-gradient(140deg, rgba(59, 130, 246, 0.2), rgba(147, 197, 253, 0.7));
}

.admin-card__icon--slate[b-p9u48lpnb6] {
    background: linear-gradient(140deg, rgba(100, 116, 139, 0.2), rgba(226, 232, 240, 0.9));
}

.admin-card__icon--cyan[b-p9u48lpnb6] {
    background: linear-gradient(140deg, rgba(6, 182, 212, 0.2), rgba(165, 243, 252, 0.75));
}

.admin-card__icon--sky[b-p9u48lpnb6] {
    background: linear-gradient(140deg, rgba(14, 165, 233, 0.2), rgba(186, 230, 253, 0.75));
}

.admin-card__icon--amber[b-p9u48lpnb6] {
    background: linear-gradient(140deg, rgba(245, 158, 11, 0.2), rgba(253, 230, 138, 0.8));
}

.admin-card__content[b-p9u48lpnb6] {
    flex: 1;
    min-width: 0;
}

.admin-card__title[b-p9u48lpnb6] {
    font-weight: 600;
    font-size: 1rem;
}

.admin-card__subtitle[b-p9u48lpnb6] {
    color: #64748b;
    font-size: 0.85rem;
}

.admin-card__cta[b-p9u48lpnb6] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #0f172a;
    font-size: 1.2rem;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .admin-card[b-p9u48lpnb6] {
        padding: 0.9rem;
    }
}
/* /Components/Pages/Approvals.razor.rz.scp.css */
.approvals-detail[b-4mo65ivfm9] {
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-left: 4px solid rgba(14, 165, 233, 0.6);
    background: rgba(248, 250, 252, 0.9);
    padding: 0.9rem 1rem;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
}

.approvals-detail__summary[b-4mo65ivfm9] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 0.75rem;
}

.approvals-detail__title[b-4mo65ivfm9] {
    font-weight: 600;
    color: #0f172a;
}

.approvals-detail .table[b-4mo65ivfm9] {
    background: #ffffff;
    margin-bottom: 0;
    border-radius: 10px;
    overflow: hidden;
}

.approvals-detail .table thead th[b-4mo65ivfm9] {
    background: rgba(241, 245, 249, 0.9);
}
/* /Components/Pages/Home.razor.rz.scp.css */
.employee-view[b-kj8w61o8rh] {
  --employee-ink: #1a1f2b;
  --employee-surface: #f7f4ef;
  --employee-accent: #0b6b61;
  --employee-accent-2: #d98f4b;
  --employee-card: #ffffff;
  --employee-border: #e4ded5;
  color: var(--employee-ink);
}

.employee-hero[b-kj8w61o8rh] {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 1.25rem;
  background:
    radial-gradient(120% 120% at 80% 0%, rgba(217, 143, 75, 0.2), transparent 55%),
    linear-gradient(135deg, #0b6b61 0%, #135f57 45%, #0e4c47 100%);
  color: #f6f1ea;
  position: relative;
  overflow: hidden;
}

.employee-hero[b-kj8w61o8rh]::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  transform: rotate(18deg);
}

.employee-hero h1[b-kj8w61o8rh] {
  font-size: 1.8rem;
  margin: 0.25rem 0 0.5rem;
}

.employee-hero p[b-kj8w61o8rh] {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.78);
}

.employee-eyebrow[b-kj8w61o8rh] {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.65);
}

.employee-actions[b-kj8w61o8rh] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.employee-hero-card[b-kj8w61o8rh] {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  padding: 1.1rem;
  backdrop-filter: blur(6px);
}

.employee-hero-title[b-kj8w61o8rh] {
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.employee-hero-metric[b-kj8w61o8rh] {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.65rem;
}

.employee-hero-text[b-kj8w61o8rh] {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
}

.employee-hero-hint[b-kj8w61o8rh] {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
}

.employee-grid[b-kj8w61o8rh] {
  margin-top: 1rem;
}

.employee-card[b-kj8w61o8rh] {
  border: 1px solid var(--employee-border);
  background: var(--employee-card);
}

.employee-list[b-kj8w61o8rh] {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: grid;
  gap: 0.6rem;
}

.employee-list li[b-kj8w61o8rh] {
  padding-left: 1.4rem;
  position: relative;
}

.employee-list li[b-kj8w61o8rh]::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--employee-accent-2);
  font-size: 1.2rem;
  line-height: 1;
}

.employee-quick[b-kj8w61o8rh] {
  display: grid;
  gap: 0.75rem;
}

.employee-quick-item[b-kj8w61o8rh] {
  display: block;
  padding: 0.85rem 1rem;
  border-radius: 0.9rem;
  border: 1px solid var(--employee-border);
  background: var(--employee-surface);
  color: inherit;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.employee-quick-item:hover[b-kj8w61o8rh] {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(26, 31, 43, 0.1);
}

.employee-quick-muted[b-kj8w61o8rh] {
  background: #f1ede6;
  border-style: dashed;
}

.employee-quick-title[b-kj8w61o8rh] {
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.employee-quick-text[b-kj8w61o8rh] {
  font-size: 0.9rem;
  color: #4b5563;
}

.manager-quick[b-kj8w61o8rh] {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.manager-quick-item[b-kj8w61o8rh] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(14, 116, 144, 0.18);
  background: linear-gradient(120deg, rgba(14, 165, 233, 0.14), rgba(20, 184, 166, 0.08));
  color: #0f172a;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.manager-quick-item:hover[b-kj8w61o8rh] {
  border-color: rgba(14, 165, 233, 0.4);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
}

.manager-quick-icon[b-kj8w61o8rh] {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.08);
  color: #0f172a;
  font-size: 1.05rem;
}

.manager-quick-title[b-kj8w61o8rh] {
  display: block;
  font-weight: 600;
}

.manager-quick-meta[b-kj8w61o8rh] {
  display: block;
  font-size: 0.88rem;
  color: #475569;
}

@media (max-width: 992px) {
  .employee-hero[b-kj8w61o8rh] {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .employee-hero[b-kj8w61o8rh] {
    padding: 1.2rem;
  }

  .employee-hero h1[b-kj8w61o8rh] {
    font-size: 1.5rem;
  }
}
/* /Components/Pages/Month.razor.rz.scp.css */
:root[b-k44leiovov] {
    --month-ink: #0f172a;
    --month-muted: #64748b;
    --month-accent: #0ea5e9;
    --month-accent-strong: #0284c7;
    --month-card: rgba(255, 255, 255, 0.92);
    --month-border: rgba(15, 23, 42, 0.08);
    --month-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.month-nav-group[b-k44leiovov] {
    width: auto;
}

.month-nav-group .btn[b-k44leiovov],
.month-nav-group .month-input[b-k44leiovov] {
    border-radius: 999px;
}

.month-nav-group .btn[b-k44leiovov] {
    border-color: rgba(14, 116, 144, 0.3);
    color: var(--month-ink);
    background: rgba(255, 255, 255, 0.7);
}

.month-input[b-k44leiovov] {
    max-width: 180px;
    border-color: rgba(14, 116, 144, 0.3);
    background: rgba(255, 255, 255, 0.8);
}

.month-nav-group .btn:first-child[b-k44leiovov] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.month-nav-group .btn:last-child[b-k44leiovov] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.month-nav-group .month-input[b-k44leiovov] {
    border-left: 0;
    border-right: 0;
    text-align: center;
}

.month-nav-group .month-input:focus[b-k44leiovov] {
    z-index: 3;
}

.month-summary[b-k44leiovov] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 0.9rem;
    margin-bottom: 1.5rem;
}

.month-summary__item[b-k44leiovov] {
    background: var(--month-card);
    border: 1px solid rgba(14, 116, 144, 0.16);
    border-radius: 14px;
    padding: 1rem 1.1rem;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

.summary-value[b-k44leiovov] {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--month-ink);
}

.month-view-toggle[b-k44leiovov] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.2rem;
}

.month-view-toggle .btn.active[b-k44leiovov] {
    background: rgba(14, 165, 233, 0.15);
    border-color: rgba(14, 165, 233, 0.4);
    color: var(--month-ink);
}

.month-calendar[b-k44leiovov] {
    display: grid;
    gap: 0.6rem;
}

.month-calendar__header[b-k44leiovov],
.month-calendar__row[b-k44leiovov] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.6rem;
}

.month-calendar__header[b-k44leiovov] {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--month-muted);
    padding: 0 0.2rem;
}

.month-day[b-k44leiovov] {
    position: relative;
    min-height: 88px;
    border-radius: 8px;
    border: 1px solid rgba(15, 23, 42, 0.16);
    background: var(--month-card);
    padding: 0.6rem 0.7rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
    text-decoration: none;
    color: inherit;
    transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease;
}

.month-day--muted[b-k44leiovov] {
    opacity: 0.45;
}

.month-day--today[b-k44leiovov] {
    border-color: rgba(14, 165, 233, 0.6);
    box-shadow: 0 0 0 1px rgba(14, 165, 233, 0.4);
}

.month-day:hover[b-k44leiovov] {
    transform: translateY(-1px);
    border-color: rgba(14, 116, 144, 0.35);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
}

.month-day--muted:hover[b-k44leiovov] {
    transform: none;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
    border-color: var(--month-border);
}

.month-day--weekend[b-k44leiovov] {
    background: rgba(15, 23, 42, 0.04);
}

.month-day--weekend .month-day__num[b-k44leiovov] {
    color: #64748b;
}

.month-day__top[b-k44leiovov] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.month-day__markers[b-k44leiovov] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.month-day__num[b-k44leiovov] {
    font-weight: 700;
}

.month-day__hours[b-k44leiovov] {
    font-size: 0.9rem;
    color: var(--month-muted);
}

.month-day__dot[b-k44leiovov] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.6);
}

.month-dot--approved[b-k44leiovov] {
    background: rgba(22, 163, 74, 0.75);
}

.month-dot--submitted[b-k44leiovov] {
    background: rgba(14, 165, 233, 0.75);
}

.month-dot--rejected[b-k44leiovov] {
    background: rgba(239, 68, 68, 0.7);
}

.month-dot--draft[b-k44leiovov] {
    background: rgba(100, 116, 139, 0.7);
}

.month-dot--empty[b-k44leiovov] {
    background: rgba(148, 163, 184, 0.5);
}

.month-day__absence[b-k44leiovov] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(251, 191, 36, 0.8);
    border: 1px solid rgba(217, 119, 6, 0.6);
}

.month-day__hours[b-k44leiovov] {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 0.1rem 0.5rem;
    border-radius: 999px;
    border: 1px solid rgba(14, 116, 144, 0.25);
    background: rgba(14, 165, 233, 0.14);
    color: #0f4c5c;
}

.month-weeks[b-k44leiovov] {
    display: grid;
    gap: 0.9rem;
    padding-top: 0.9rem;
    border-top: 1px dashed rgba(15, 23, 42, 0.18);
}

.week-card[b-k44leiovov] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem 1.2rem;
    border-radius: 16px;
    border: 1px solid var(--month-border);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.96));
    text-decoration: none;
    color: inherit;
    transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease;
    overflow: hidden;
}

.week-card[b-k44leiovov]::before {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    width: 6px;
    background: rgba(15, 23, 42, 0.08);
}

.week-card--s2[b-k44leiovov]::before {
    background: rgba(22, 163, 74, 0.55);
}

.week-card--s1[b-k44leiovov]::before {
    background: rgba(14, 165, 233, 0.55);
}

.week-card--s3[b-k44leiovov]::before {
    background: rgba(239, 68, 68, 0.55);
}

.week-card--empty[b-k44leiovov]::before {
    background: rgba(148, 163, 184, 0.45);
}

.week-card:hover[b-k44leiovov] {
    transform: translateY(-2px);
    box-shadow: var(--month-shadow);
    border-color: rgba(14, 116, 144, 0.25);
}

.week-card__row[b-k44leiovov] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.week-card__metrics[b-k44leiovov] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.week-title[b-k44leiovov] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

@media (max-width: 720px) {
    .month-shell[b-k44leiovov] {
        padding: 1.1rem;
    }

    .month-header[b-k44leiovov] {
        align-items: flex-start;
    }

    .month-nav[b-k44leiovov] {
        width: 100%;
    }

    .month-input[b-k44leiovov] {
        flex: 1;
        max-width: none;
    }

    .month-calendar__header[b-k44leiovov],
    .month-calendar__row[b-k44leiovov] {
        gap: 0.4rem;
    }

    .month-day[b-k44leiovov] {
        min-height: 78px;
        padding: 0.5rem 0.6rem;
    }
}
/* /Components/Pages/Week.razor.rz.scp.css */
.week-shell[b-slac9hrwgx] {
  position: relative;
  padding: 1.2rem 1.4rem 1rem;
  border-radius: 18px;
  background:
    linear-gradient(120deg, rgba(14, 165, 233, 0.15), rgba(59, 130, 246, 0.04)),
    radial-gradient(circle at top right, rgba(14, 165, 233, 0.22), transparent 55%);
  border: 1px solid rgba(14, 116, 144, 0.15);
  margin-bottom: 1.2rem;
  overflow: hidden;
}

.week-shell[b-slac9hrwgx]::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: radial-gradient(rgba(15, 23, 42, 0.5) 1px, transparent 1px);
  background-size: 22px 22px;
  pointer-events: none;
}

.week-header[b-slac9hrwgx] {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.week-title[b-slac9hrwgx] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  flex-wrap: wrap;
}

.week-title-row[b-slac9hrwgx] {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.week-title__text[b-slac9hrwgx] {
  margin: 0;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
}

.week-eyebrow[b-slac9hrwgx] {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0f766e;
  font-weight: 600;
}

.week-add-btn[b-slac9hrwgx] {
  white-space: nowrap;
  background: linear-gradient(120deg, #0f8db8, #1aa2c9);
  border: 1px solid rgba(14, 116, 144, 0.35);
  color: #f8fafc;
  font-weight: 600;
  box-shadow: 0 8px 16px rgba(14, 165, 233, 0.18);
}

.week-add-btn:disabled[b-slac9hrwgx] {
  opacity: 0.6;
  box-shadow: none;
}

.week-shell .btn-outline-secondary[b-slac9hrwgx],
.week-shell .btn-outline-primary[b-slac9hrwgx] {
  border-radius: 999px;
  border-color: rgba(15, 23, 42, 0.18);
  color: #0f172a;
  background: rgba(255, 255, 255, 0.65);
}

.week-shell .btn-outline-secondary:hover[b-slac9hrwgx],
.week-shell .btn-outline-primary:hover[b-slac9hrwgx] {
  border-color: rgba(14, 165, 233, 0.4);
  color: #0f172a;
  background: rgba(14, 165, 233, 0.12);
}

.week-owner[b-slac9hrwgx] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(248, 250, 252, 0.9);
  min-width: 150px;
}

.week-owner__label[b-slac9hrwgx] {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #64748b;
}

.week-owner__name[b-slac9hrwgx] {
  font-weight: 600;
  color: #0f172a;
}

.week-toolbar[b-slac9hrwgx] {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.75rem 1rem;
}

.week-group--primary[b-slac9hrwgx] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.75rem;
  flex: 1 1 100%;
}

.week-advanced[b-slac9hrwgx] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.75rem 1rem;
  flex: 1 1 100%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: max-height 0.2s ease, opacity 0.2s ease;
}

.week-advanced.is-open[b-slac9hrwgx] {
  max-height: 600px;
  opacity: 1;
  pointer-events: auto;
}

.week-advanced-toggle[b-slac9hrwgx] {
  display: inline-flex;
}

.week-group[b-slac9hrwgx] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.5rem 0.75rem;
}

.week-field[b-slac9hrwgx] {
  min-width: 220px;
  flex: 1 1 220px;
}

.week-field--date[b-slac9hrwgx] {
  min-width: 260px;
  flex: 1 1 260px;
}

.week-field--date .form-label[b-slac9hrwgx] {
  margin-bottom: 0.35rem;
}

.week-checks[b-slac9hrwgx] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
}

.week-check[b-slac9hrwgx] {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 2.25rem;
  padding-left: 0;
}

.week-check .form-check-input[b-slac9hrwgx] {
  margin-left: 0;
  margin-top: 0;
}

.week-check .form-check-label[b-slac9hrwgx] {
  white-space: nowrap;
}

.week-check .form-check-label[b-slac9hrwgx] {
  font-size: 0.95rem;
}

.week-toolbar .btn[b-slac9hrwgx] {
  white-space: nowrap;
}

.week-cell-delete[b-slac9hrwgx] {
  font-size: 0.75rem;
  margin-left: 0;
  margin-bottom: 1rem;
}

.week-table-wrap[b-slac9hrwgx] {
  display: block;
}

.week-day--weekend[b-slac9hrwgx] {
  background: rgba(15, 23, 42, 0.04);
  color: #6b7280;
}

.week-mobile[b-slac9hrwgx] {
  display: none;
  padding: 0.25rem 0 0.5rem;
}

.week-mobile-days[b-slac9hrwgx] {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}

.week-mobile-day[b-slac9hrwgx] {
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  background: rgba(255, 255, 255, 0.7);
  color: #0f172a;
  font-size: 0.85rem;
  white-space: nowrap;
}

.week-mobile-day.is-active[b-slac9hrwgx] {
  border-color: rgba(14, 165, 233, 0.45);
  background: rgba(14, 165, 233, 0.12);
  font-weight: 600;
}

.week-mobile-day.is-weekend:not(.is-active)[b-slac9hrwgx] {
  color: #6b7280;
  border-color: rgba(15, 23, 42, 0.12);
  background: rgba(15, 23, 42, 0.03);
}

.week-mobile-list[b-slac9hrwgx] {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.week-mobile-section[b-slac9hrwgx] {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 0.5rem;
}

.week-mobile-row[b-slac9hrwgx] {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.week-mobile-row__title[b-slac9hrwgx] {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
}

.week-mobile-row__meta[b-slac9hrwgx] {
  font-size: 0.85rem;
  color: #64748b;
}

.week-mobile-row__hours[b-slac9hrwgx] {
  text-align: right;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.2rem;
}

.week-mobile-footer[b-slac9hrwgx] {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem;
  margin-top: 0.75rem;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.04);
  font-weight: 600;
}

@media (max-width: 768px) {
  .week-shell[b-slac9hrwgx] {
    padding: 1rem 1rem 0.9rem;
  }

  .week-header .btn-outline-secondary[b-slac9hrwgx] {
    width: 100%;
  }

  .week-header .week-absence-btn[b-slac9hrwgx] {
    width: auto;
  }

  .week-field[b-slac9hrwgx] {
    min-width: 100%;
    flex-basis: 100%;
  }

  .week-field--date[b-slac9hrwgx] {
    min-width: 100%;
    flex-basis: 100%;
  }

  .week-group[b-slac9hrwgx] {
    width: 100%;
  }

  .week-owner[b-slac9hrwgx] {
    width: 100%;
  }

  .week-advanced-toggle[b-slac9hrwgx] {
    display: inline-flex;
    width: 100%;
    justify-content: center;
  }

  .week-group--copy[b-slac9hrwgx] {
    flex-direction: column;
    align-items: stretch;
  }

  .week-copy-actions[b-slac9hrwgx] {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .week-copy-actions .btn[b-slac9hrwgx] {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .absence-modal[b-slac9hrwgx] {
    min-width: 600px;
  }
}

@media (max-width: 992px) {
  .week-table-wrap[b-slac9hrwgx] {
    display: none;
  }

  .week-mobile[b-slac9hrwgx] {
    display: block;
  }
}

@media (max-width: 576px) {
  .week-header[b-slac9hrwgx] {
    align-items: stretch;
  }

  .week-shell[b-slac9hrwgx] {
    padding: 0.85rem 0.9rem 0.8rem;
  }

  .week-eyebrow[b-slac9hrwgx] {
    display: none;
  }

  .week-title__text[b-slac9hrwgx] {
    font-size: 1.2rem;
  }

  .week-title-row[b-slac9hrwgx] {
    gap: 0.4rem;
  }

  .week-header[b-slac9hrwgx] {
    gap: 0.5rem;
  }

  .week-toolbar[b-slac9hrwgx] {
    gap: 0.5rem;
  }

  .week-field--date .form-label[b-slac9hrwgx] {
    margin-bottom: 0.2rem;
  }
}

@media (max-height: 820px) {
  .week-shell[b-slac9hrwgx] {
    padding: 0.9rem 1.1rem 0.8rem;
  }

  .week-eyebrow[b-slac9hrwgx] {
    display: none;
  }

  .week-title__text[b-slac9hrwgx] {
    font-size: 1.25rem;
  }

  .week-toolbar[b-slac9hrwgx] {
    gap: 0.5rem;
  }

  .week-group[b-slac9hrwgx],
  .week-group--primary[b-slac9hrwgx] {
    gap: 0.4rem 0.7rem;
  }

  .week-field--date .form-label[b-slac9hrwgx] {
    margin-bottom: 0.2rem;
  }

  .week-check .form-check-label[b-slac9hrwgx] {
    font-size: 0.9rem;
  }
}
