/* Resolution-aware VPeople dashboard layout. No browser zoom is used. */
:root {
    --vp-side-width: clamp(190px, 14vw, 248px);
    --vp-header-height: clamp(48px, 5.8vh, 58px);
}

.vp-shell,
.vp-shell button,
.vp-shell input,
.vp-shell select,
.vp-shell textarea {
    font-family: "Poppins", sans-serif;
}

.vp-sidebar {
    width: var(--vp-side-width);
    padding: 0;
}

.hp-main {
    margin-left: var(--vp-side-width);
    width: calc(100% - var(--vp-side-width));
}

.vp-brand {
    height: var(--vp-header-height);
    flex: none;
    padding: 0 14px;
}

.vp-brand strong { font: 700 clamp(11px, .76vw, 13.5px) "Poppins", sans-serif; }
.vp-logo-mark { width: clamp(24px, 1.8vw, 28px); height: clamp(24px, 1.8vw, 28px); }

.vp-nav {
    padding: clamp(10px, 2vh, 20px) 0 8px;
}

.vp-nav > .hp-nav-item,
.vp-nav > details > summary {
    height: clamp(36px, 4.9vh, 44px);
    padding-inline: clamp(12px, 1.2vw, 16px);
    font: 500 clamp(10px, .72vw, 11.5px) "Poppins", sans-serif;
}

.vp-nav .hp-subnav { padding: 4px 10px 7px; }
.vp-nav .hp-icon { width: 20px; font-size: clamp(14px, 1vw, 16px); }
.vp-nav .hp-subnav a { min-height: 28px; padding-left: 2px; font-size: clamp(9px, .64vw, 10px); text-align: left; justify-content: flex-start; }
.vp-user { margin-top: auto; padding: 10px 13px; }

.vp-topbar {
    height: var(--vp-header-height);
    padding-inline: clamp(12px, 1.4vw, 20px);
}

.vp-welcome small { font-size: clamp(7px, .52vw, 8.5px); }
.vp-welcome strong { font: 700 clamp(13px, .94vw, 16px) "Poppins", sans-serif; }
.vp-top-actions > button,
.vp-top-actions select { height: 34px; }
.vp-top-actions > button { width: 34px; }

.vp-dashboard {
    width: 100%;
    max-width: none;
    height: 100%;
    padding: clamp(7px, .7vw, 11px);
    overflow: hidden;
}

.vp-kpis {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: clamp(6px, .55vw, 9px);
    height: 82px;
    margin-bottom: 8px;
}

.vp-kpis article {
    height: 82px;
    min-width: 0;
    padding: 8px clamp(7px, .65vw, 10px);
}

.vp-kpis article > span,
.vp-kpis small,
.vp-kpis a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vp-kpis article > span { font-size: clamp(8px, .61vw, 9.5px); }
.vp-kpis strong { font: 500 clamp(16px, 1.25vw, 21px) "Poppins", sans-serif; }
.vp-kpis small,
.vp-kpis a { font-size: clamp(6px, .46vw, 7px); }

.vp-grid {
    height: calc(100% - 90px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: clamp(6px, .55vw, 9px);
}

.vp-widget {
    min-height: 0;
    height: 100%;
    padding: 8px clamp(8px, .7vw, 11px);
}

.vp-widget > header { height: 25px; }
.vp-widget h2 { font: 600 clamp(9.5px, .7vw, 11px) "Poppins", sans-serif; }
.vp-widget header button,
.vp-widget header a { font: 500 clamp(6.5px, .51vw, 7.5px) "Poppins", sans-serif; }

.vp-bars > div,
.vp-headcount li { font-size: clamp(8px, .55vw, 9px); }
.vp-approval-list b,
.vp-person-list b,
.vp-positions b,
.vp-quick a { font-size: clamp(8.5px, .58vw, 9.5px); }
.vp-approval-list small,
.vp-person-list small,
.vp-positions small,
.vp-widget p { font-size: clamp(7px, .49vw, 8px); }

.vp-headcount {
    height: calc(100% - 25px);
    min-height: 0;
    gap: clamp(12px, 1.5vw, 25px);
}

.vp-donut {
    width: clamp(70px, 6.1vw, 91px);
    height: clamp(70px, 6.1vw, 91px);
}

.vp-donut::after { inset: clamp(11px, 1vw, 15px); }

.vp-bars {
    height: calc(100% - 25px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vp-approval-list,
.vp-person-list {
    height: calc(100% - 25px);
    overflow: hidden;
}

.vp-recruit-stats { padding: 5px 0; }

.vp-mini-chart {
    height: calc(100% - 51px);
    padding: 3px;
}

.vp-mini-chart > i {
    width: clamp(58px, 5vw, 76px);
    height: clamp(58px, 5vw, 76px);
    border-width: clamp(10px, .9vw, 14px);
}

.vp-timeline-card > div {
    padding: clamp(5px, .5vw, 7px);
    margin-top: clamp(4px, .6vh, 8px);
}

.vp-positions > div { padding: clamp(2px, .45vh, 5px) 0; }
.vp-quick { gap: clamp(4px, .6vh, 9px) 7px; }

/* Employee dashboard */
.vp-employee-grid {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: clamp(7px, .6vw, 10px);
}

.vp-employee-grid .vp-widget { min-height: 0; display: flex; flex-direction: column; }
.vp-employee-grid .vp-widget > header { flex: 0 0 25px; }
.vp-checkin { display: flex; flex-direction: column; }
.vp-checkin-body { display: flex; align-items: center; gap: 10px; padding: 7px 0; flex: 1; }
.vp-punch-icon { width: 52px; height: 52px; border-radius: 9px; background: #deebfa; display: grid; place-items: center; font-size: 22px; }
.vp-checkin-body > div:last-child { display: flex; flex-direction: column; align-items: flex-start; }
.vp-checkin-body strong { font-size: clamp(14px, 1.2vw, 20px); line-height: 1; }
.vp-checkin-body span { margin: 5px 0 3px; padding: 3px 7px; border-radius: 12px; font-size: 7px; }
.vp-checkin-body span.checked { background: #d9f2df; color: #198741; }
.vp-checkin-body span.pending { background: #fff0dc; color: #bd7411; }
.vp-checkin-body small { font-size: 7px; }
.vp-dark-action,.vp-outline-action { min-height: 27px; display: grid; place-items: center; border-radius: 4px; font-size: 8px; text-decoration: none; }
.vp-dark-action { background: #0d172d; color: #fff; }
.vp-dark-action:hover { color: #fff; }
.vp-outline-action { color: #0d172d; border: 1px solid #7d8491; margin-top: 5px; }
.vp-center-link { display: block; text-align: center; color: #1768c5; text-decoration: none; font-size: 7px; margin-top: -6px; }
.vp-donut.employee-attendance { background: conic-gradient(#62d488 0 55%,#ffc759 55% 72%,#ff505b 72% 86%,#b25ae6 86%); }
.vp-google-attendance { width: clamp(82px, 7vw, 108px); height: clamp(82px, 7vw, 108px); flex: 0 0 auto; overflow: hidden; }
.vp-google-attendance > div { margin: 0 auto !important; }
.c6 { background: #ff505b; }

.vp-request-list > div,.vp-announcement-list > div,.vp-celebration-list > div,.vp-task-list > div,.vp-event-list > div { display: flex; align-items: center; gap: 7px; padding: 5px 0; }
.vp-request-list,.vp-announcement-list,.vp-event-list,.vp-celebration-list,.vp-task-list,.vp-quick.employee { flex: 1; min-height: 0; overflow-y: auto; overflow-x: hidden; padding-right: 3px; scrollbar-width: thin; scrollbar-color: #b8c0ce transparent; }
.vp-request-list::-webkit-scrollbar,.vp-announcement-list::-webkit-scrollbar,.vp-event-list::-webkit-scrollbar,.vp-celebration-list::-webkit-scrollbar,.vp-task-list::-webkit-scrollbar,.vp-quick.employee::-webkit-scrollbar { width: 4px; }
.vp-request-list::-webkit-scrollbar-thumb,.vp-announcement-list::-webkit-scrollbar-thumb,.vp-event-list::-webkit-scrollbar-thumb,.vp-celebration-list::-webkit-scrollbar-thumb,.vp-task-list::-webkit-scrollbar-thumb,.vp-quick.employee::-webkit-scrollbar-thumb { background: #b8c0ce; border-radius: 8px; }

/* Consistent centered state for empty dynamic dashboard collections. */
.vp-request-list:has(> p:only-child),
.vp-announcement-list:has(> p:only-child),
.vp-event-list:has(> p:only-child),
.vp-celebration-list:has(> p:only-child),
.vp-task-list:has(> p:only-child),
.vp-approval-list:has(> p:only-child),
.vp-person-list:has(> p:only-child),
.vp-bars:has(> p:only-child),
.vp-positions:has(> p:only-child) {
    display: grid;
    place-items: center;
    min-height: 0;
}

.vp-widget > div > p:only-child {
    margin: 0;
    padding: 12px;
    color: #7b8497;
    font: 500 clamp(8px, .58vw, 10px) "Poppins", sans-serif;
    text-align: center;
}
.vp-request-list i,.vp-announcement-list i,.vp-celebration-list i,.vp-task-list i { width: 28px; height: 28px; border-radius: 5px; background: #e2effe; color: #1768c5; display: grid; place-items: center; font-style: normal; font-size: 10px; }
.vp-request-list span,.vp-announcement-list span,.vp-celebration-list span,.vp-task-list span,.vp-event-list span { flex: 1; min-width: 0; }
.vp-request-list b,.vp-request-list small,.vp-announcement-list b,.vp-announcement-list small,.vp-celebration-list b,.vp-celebration-list small,.vp-event-list b,.vp-event-list small { display: block; }
.vp-request-list b,.vp-announcement-list b,.vp-celebration-list b,.vp-event-list b,.vp-task-list span { font-size: clamp(8px, .59vw, 9.5px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vp-request-list small,.vp-announcement-list small,.vp-celebration-list small,.vp-event-list small { color: #687185; font-size: clamp(6.5px, .47vw, 7.5px); }
.vp-request-list em,.vp-announcement-list em,.vp-celebration-list em,.vp-task-list em,.vp-event-list em { border-radius: 10px; padding: 4px 7px; background: #e4effe; color: #1768c5; font-size: 6.5px; font-style: normal; white-space: nowrap; }
.vp-request-list em.approved { background: #d9f2df; color: #198741; }
.vp-request-list em.rejected { background: #ffe3e5; color: #e43f4a; }
.vp-request-list em.pending,.vp-task-list em:first-of-type { background: #fff0dc; color: #bd7411; }
.vp-event-list time { width: 37px; height: 37px; border-radius: 5px; background: #dceafd; color: #1768c5; display: grid; place-content: center; text-align: center; font: 600 9px Poppins; }
.vp-event-list time small { font-size: 6px; }
.vp-celebration-list > div { background: #eff3fb; border-radius: 5px; padding: 4px 6px; margin-top: 4px; }
.vp-celebration-list i { border-radius: 50%; background: #1768c5; color: white; }
.vp-quick.employee {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
    gap: 7px;
    padding: 9px 2px 2px;
}

.vp-quick.employee a,
.vp-quick.employee a:first-child {
    min-height: 42px;
    padding: 6px 9px;
    gap: 9px;
    border: 1px solid #e3e8f0;
    border-radius: 7px;
    background: #fff;
    color: #172033;
    font: 500 clamp(8px, .61vw, 10px) "Poppins", sans-serif;
    transition: border-color .16s ease, background .16s ease, transform .16s ease;
}

.vp-quick.employee a:hover {
    border-color: #a9c8ec;
    background: #f5f9fe;
    color: #124f94;
    transform: translateY(-1px);
}

.vp-quick.employee i,
.vp-quick.employee i.orange,
.vp-quick.employee i.green,
.vp-quick.employee i.brown,
.vp-quick.employee i.purple {
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    border: 0;
    border-radius: 6px;
    background: #e9f2fc;
    color: #1768c5;
}

.vp-quick.employee svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vp-profile-card { display: flex; flex-direction: column; }
.vp-profile-summary { display: flex; gap: 7px; align-items: center; padding: 6px; background: #dceafb; border-radius: 6px; }
.vp-profile-summary > i { width: 29px; height: 29px; border-radius: 50%; display: grid; place-items: center; background: #1768c5; color: #fff; font-style: normal; font-weight: 700; }
.vp-profile-summary span,.vp-profile-summary b,.vp-profile-summary small { display: block; }
.vp-profile-summary b { font-size: 8.5px; }
.vp-profile-summary small { font-size: 6.5px; }
.vp-profile-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; padding: 7px 2px; }
.vp-profile-facts small,.vp-profile-facts b { display: block; }
.vp-profile-facts small { font-size: 6px; color: #606a7e; }
.vp-profile-facts b { font-size: 7px; overflow: hidden; text-overflow: ellipsis; }
.vp-help { margin-top: auto; display: flex; flex-direction: column; padding: 6px 0; }
.vp-help b { font-size: 8px; }
.vp-help small { font-size: 6.5px; }

@media (min-width: 1101px) and (max-width: 1536px) {
    :root {
        --vp-side-width: 190px;
        --vp-header-height: 48px;
    }

    .vp-brand { padding-inline: 10px; }
    .vp-nav { padding-top: 10px; }
    .vp-nav > .hp-nav-item,
    .vp-nav > details > summary { height: 38px; padding-inline: 12px; }
    .vp-user { padding: 8px 10px; }
    .vp-kpis { height: 76px; }
    .vp-kpis article { height: 76px; padding-block: 7px; }
    .vp-grid { height: calc(100% - 84px); }
    .vp-widget { padding: 7px 9px; }
}

@media (max-width: 1100px) {
    .vp-kpis {
        grid-template-columns: repeat(3, 1fr);
        height: auto;
    }

    .vp-kpis article { height: 76px; }
    .vp-dashboard { overflow: auto; }

    .vp-grid {
        height: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
    }

    .vp-employee-grid { height: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; }
    .vp-employee-grid .vp-widget { height: 190px; }

    .vp-widget { height: 180px; }
    .vp-headcount { height: 140px; }
}

@media (max-width: 800px) {
    :root { --vp-side-width: 230px; }

    .hp-main {
        margin-left: 0;
        width: 100%;
    }

    .vp-dashboard { height: auto; }
    .vp-kpis { grid-template-columns: repeat(2, 1fr); }
    .vp-grid { grid-template-columns: 1fr; }
    .vp-employee-grid { grid-template-columns: 1fr; }
    .vp-widget { height: auto; min-height: 180px; }
}

@media (max-width: 520px) {
    .vp-kpis { grid-template-columns: 1fr; }
    .vp-kpis article { height: 74px; }
    .vp-widget { min-height: 170px; }
    .vp-top-actions select { display: none; }
}

@media (max-height: 720px) and (min-width: 1201px) {
    .vp-dashboard { overflow: auto; }

    .vp-grid {
        height: auto;
        grid-template-rows: repeat(3, 165px);
    }
}

/* Northwind role-dashboard theme supplied by the user. */
:root { --vp-side-width:236px; --vp-header-height:55px; }
.nw-sidebar{position:fixed;inset:0 auto 0 0;z-index:30;width:236px;background:#1e1a38;border-right:1px solid #17142c;display:flex;flex-direction:column;color:#fff;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}
.nw-brand{height:55px;display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid #2b2650}.nw-brand>span{width:26px;height:26px;border-radius:7px;background:linear-gradient(140deg,#6c5ce0,#3aa6a0);display:grid;place-items:center;font-size:13px;font-weight:600}.nw-brand>div{display:flex;flex-direction:column;line-height:1.2}.nw-brand strong{font-size:13px;font-weight:600;color:#f4f3fa}.nw-brand small{font-size:10.5px;color:#8e88b8;letter-spacing:.06em}.nw-brand button{display:none;margin-left:auto;border:0;background:none;color:#fff;font-size:20px}
.nw-nav{padding:12px 10px;display:flex;flex-direction:column;gap:3px;overflow-y:auto;flex:1}.nw-nav>p{margin:0;padding:6px 10px;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#7b75a8}.nw-nav a,.nw-nav summary{min-height:34px;display:flex;align-items:center;gap:10px;padding:7px 10px;border-radius:7px;color:#beb9dc;text-decoration:none;font-size:12.5px;cursor:pointer;list-style:none}.nw-nav summary::-webkit-details-marker{display:none}.nw-nav>a.active{background:rgba(255,255,255,.1);color:#fff;font-weight:500;box-shadow:inset 2px 0 #6c5ce0}.nw-nav>a:hover,.nw-nav summary:hover{background:rgba(255,255,255,.07);color:#fff}.nw-nav i{width:20px;height:20px;border-radius:6px;display:grid;place-items:center;background:rgba(108,92,224,.18);color:#a89ff0;font-size:10.5px;font-style:normal;font-weight:700}.nw-nav summary span{flex:1}.nw-nav summary b{font-size:9px;color:#7b75a8}.nw-nav details>div{margin:1px 0 5px 20px;padding-left:10px;border-left:1px solid rgba(255,255,255,.12)}.nw-nav details>div a{min-height:27px;padding:5px 9px;color:#9e98c6;font-size:12.5px}.nw-nav details>div a:before{content:"";width:4px;height:4px;border-radius:50%;background:#6c5ce0}.nw-nav details>div a:hover{background:rgba(255,255,255,.06);color:#fff}
.nw-user{min-height:55px;border-top:1px solid #2b2650;padding:12px 14px;display:flex;align-items:center;gap:10px}.nw-user>span{width:28px;height:28px;border-radius:50%;background:linear-gradient(140deg,#6c5ce0,#3aa6a0);display:grid;place-items:center;font-size:11px;font-weight:600}.nw-user>div{display:flex;flex:1;min-width:0;flex-direction:column;line-height:1.25}.nw-user strong,.nw-user small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nw-user strong{font-size:12.5px;font-weight:500;color:#f4f3fa}.nw-user small{font-size:11px;color:#8e88b8}.nw-user form{margin:0}.nw-user button{border:0;background:none;color:#8e88b8}
.nw-header{height:55px;position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:16px;padding:10px 20px;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);border-bottom:1px solid #e4e4e7;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.nw-page-title{display:flex;flex-direction:column;line-height:1.25;min-width:0}.nw-page-title strong{font-size:15px;font-weight:600;letter-spacing:-.01em}.nw-page-title small{font-size:11.5px;color:#8a8a93}.nw-header-tools{margin-left:auto;display:flex;align-items:center;gap:8px}.nw-search{width:214px;height:32px;display:flex;align-items:center;gap:8px;padding:5px 9px;background:#f2f2f4;border:1px solid #e7e7ea;border-radius:6px}.nw-search input{min-width:0!important;height:auto!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;font-size:12.5px!important}.nw-search kbd{padding:0 4px;border:1px solid #e0e0e4;border-radius:4px;background:#fff;color:#8a8a93;font:10.5px Arial}.nw-alerts,.nw-role{height:32px;display:flex;align-items:center;gap:7px;padding:5px 10px;border:1px solid #e7e7ea;border-radius:6px;background:#fff;color:#55555e;font-size:12.5px}.nw-alerts b{background:#b4463a;color:#fff;border-radius:10px;padding:0 6px;font-size:11px}.nw-role{border-color:#dad7ee;background:#f4f3fb;color:#3a2f8c}.nw-role i{width:6px;height:6px;border-radius:50%;background:#4b3fa8}.nw-role b{font-size:9px;color:#8a8a93}.nw-mobile-menu{display:none;border:0;background:none;font-size:18px}
.vp-shell,.vp-shell button,.vp-shell input,.vp-shell select,.vp-shell textarea { font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; }
.hp-shell { background:#f5f5f6; color:#17171a; font-size:13px; line-height:1.45; }
.vp-sidebar { width:236px; background:#1e1a38; border-right:1px solid #17142c; }
.hp-main { margin-left:236px; width:calc(100% - 236px); }
.vp-brand { height:55px; padding:12px 16px; gap:10px; background:#1e1a38; border-bottom:1px solid #2b2650; }
.vp-logo-mark { width:26px; height:26px; border:0; border-radius:7px; background:linear-gradient(140deg,#6c5ce0,#3aa6a0); color:#fff; font:600 12px Helvetica,Arial,sans-serif; }
.vp-brand strong { color:#f4f3fa; font:600 13px "Helvetica Neue",Arial,sans-serif; letter-spacing:-.01em; }
.vp-brand strong b { color:#8e88b8; }
.vp-hamburger { display:none!important; }
.vp-nav { padding:12px 10px; gap:3px; }
.vp-nav>.hp-nav-item,.vp-nav>details>summary { height:35px; padding:7px 10px; border-radius:7px; color:#beb9dc; font:400 12.5px "Helvetica Neue",Arial,sans-serif; gap:10px; }
.vp-nav>.hp-nav-item.active { background:rgba(255,255,255,.10); color:#fff; box-shadow:inset 2px 0 #6c5ce0; }
.vp-nav .hp-icon { width:20px; height:20px; border-radius:6px; display:grid; place-items:center; background:rgba(108,92,224,.18); color:#9d91ef; font-size:10px; }
.vp-nav .hp-subnav { margin:1px 0 5px 20px; padding:2px 0 2px 10px; border-left:1px solid rgba(255,255,255,.12); background:transparent; }
.vp-nav .hp-subnav a { min-height:27px; padding:5px 9px; color:#9e98c6; font-size:12px; }
.vp-user { padding:12px 14px; background:#1e1a38; border-top:1px solid #2b2650; }
.vp-user strong { color:#f4f3fa; font-size:12.5px; font-weight:500; }.vp-user small{color:#8e88b8;font-size:11px}
.vp-topbar { height:55px; padding:10px 20px; background:rgba(255,255,255,.94); border-bottom:1px solid #e4e4e7; }
.vp-welcome small { order:2; color:#8a8a93; font-size:11.5px; }.vp-welcome strong{font:600 15px "Helvetica Neue",Arial,sans-serif;color:#17171a}
.vp-top-actions>button,.vp-top-actions select { height:32px; border:1px solid #e7e7ea; border-radius:6px; box-shadow:none; font:500 12px "Helvetica Neue",Arial,sans-serif; }
.vp-dashboard { max-width:none; height:calc(100vh - 55px); padding:12px 16px 14px; display:flex; flex-direction:column; gap:10px; overflow:hidden; }
.nw-banner { flex:0 0 auto; min-height:37px; display:flex; align-items:center; gap:12px; background:#fff; border:1px solid #e4e4e7; border-left:3px solid #4b3fa8; border-radius:7px; padding:7px 14px; }
.nw-banner b { font-size:10px; letter-spacing:.08em; color:#4b3fa8; }.nw-banner span{font-size:12.5px;color:#3e3e46}.nw-banner a{margin-left:auto;color:#4b3fa8;font-size:12px;font-weight:500;text-decoration:none;white-space:nowrap}
.nw-kpis,.vp-kpis { flex:0 0 auto; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; height:auto; margin:0; }
.nw-kpis article,.vp-kpis article { height:78px; background:#fff; border:1px solid #e4e4e7; border-radius:8px; padding:9px 13px; box-shadow:none; display:flex; flex-direction:column; gap:3px; }
.nw-kpis small,.vp-kpis article>span { color:#8a8a93; font-size:10.5px; letter-spacing:.04em; }.nw-kpis strong,.vp-kpis strong{font:600 21px/1.15 "Helvetica Neue",Arial,sans-serif;color:#17171a}.nw-kpis em,.vp-kpis em{font-size:12px;font-style:normal;font-weight:400;color:#8a8a93}.nw-kpis span,.vp-kpis small,.vp-kpis a{margin:0;font-size:11.5px;color:#0e7c66;text-decoration:none}
.vp-kpis article>div{margin:0}.vp-kpis article i{display:none}
.vp-grid,.vp-employee-grid { flex:1; height:auto; min-height:0; display:grid; grid-template-columns:repeat(12,minmax(0,1fr)); grid-template-rows:repeat(3,minmax(0,1fr)); gap:10px; }
.vp-grid>.vp-widget,.vp-employee-grid>.vp-widget { grid-column:span 4; height:auto; min-height:0; background:#fff; border:1px solid #e4e4e7; border-radius:8px; padding:0; box-shadow:none; overflow:hidden; }
.vp-widget>header,.vp-employee-grid .vp-widget>header { height:37px; flex:0 0 37px; padding:8px 13px; align-items:center; border-bottom:1px solid #efeff1; }
.vp-widget h2 { color:#17171a; font:600 12.5px "Helvetica Neue",Arial,sans-serif; letter-spacing:-.01em; }.vp-widget header a,.vp-widget header button{color:#4b3fa8;background:none;padding:0;font:400 11px "Helvetica Neue",Arial,sans-serif}
.vp-request-list,.vp-announcement-list,.vp-event-list,.vp-celebration-list,.vp-task-list,.vp-quick.employee,.vp-approval-list,.vp-person-list,.vp-bars,.vp-headcount,.vp-timeline-card,.vp-positions{padding:0;overflow-y:auto;flex:1;height:auto}
.vp-request-list>div,.vp-announcement-list>div,.vp-celebration-list>div,.vp-task-list>div,.vp-event-list>div,.vp-approval-list>div,.vp-person-list>div{padding:9px 14px;border-bottom:1px solid #f4f4f6}
.vp-request-list b,.vp-announcement-list b,.vp-celebration-list b,.vp-event-list b,.vp-task-list span,.vp-approval-list b,.vp-person-list b{font-size:12.5px;font-weight:400}.vp-request-list small,.vp-announcement-list small,.vp-celebration-list small,.vp-event-list small,.vp-approval-list small,.vp-person-list small{font-size:11.5px;color:#9a9aa2}
.vp-request-list em,.vp-announcement-list em,.vp-celebration-list em,.vp-task-list em,.vp-event-list em{font-size:11px;border-radius:4px;padding:2px 7px}
.vp-quick.employee{grid-template-columns:repeat(2,minmax(0,1fr));padding:10px;align-content:start}.vp-quick.employee a,.vp-quick.employee a:first-child{min-height:42px;border-color:#e7e7ea;border-radius:6px;font-size:12px}
.vp-checkin-body{padding:10px 14px}.vp-dark-action,.vp-outline-action{margin-left:13px;margin-right:13px;min-height:30px;font-size:12px}.vp-outline-action{margin-bottom:10px}
.vp-profile-card{padding:10px!important}.vp-profile-summary{background:#f4f3fb}.vp-profile-summary b{font-size:12.5px}.vp-profile-summary small,.vp-profile-facts small,.vp-help small{font-size:11px}.vp-profile-facts b,.vp-help b{font-size:12px}
@media(max-width:1240px) and (min-width:1041px){.vp-grid,.vp-employee-grid{grid-template-columns:repeat(6,1fr);grid-template-rows:none;overflow:auto}.vp-grid>.vp-widget,.vp-employee-grid>.vp-widget{grid-column:span 3;min-height:230px}.vp-dashboard{overflow:auto}}
@media(max-width:1040px){.vp-dashboard{height:auto;overflow:visible}.nw-kpis,.vp-kpis{grid-template-columns:repeat(2,1fr)}.vp-grid,.vp-employee-grid{grid-template-columns:1fr;grid-template-rows:none;height:auto}.vp-grid>.vp-widget,.vp-employee-grid>.vp-widget{grid-column:1/-1;min-height:240px}.nw-banner{align-items:flex-start;flex-wrap:wrap}.nw-banner a{margin-left:0;width:100%}}
@media(max-width:800px){.hp-main{margin-left:0;width:100%}.vp-sidebar{width:236px}}
@media(max-width:800px){.nw-sidebar{transform:translateX(-100%);transition:transform .2s ease}.sidebar-open .nw-sidebar{transform:translateX(0)}.nw-brand button,.nw-mobile-menu{display:block}.nw-search{display:none}.nw-header{padding:10px 12px}.nw-header-tools{gap:5px}.nw-alerts{font-size:0}.nw-alerts b{font-size:11px}}

/* Shared Northwind components for every authenticated HRMS module. */
.hp-shell .hp-content:not(.vp-dashboard) {
    max-width:none;
    min-height:calc(100vh - 55px);
    margin:0;
    padding:14px 16px 24px;
    background:#f5f5f6;
    color:#17171a;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:13px;
}

.hp-shell .hp-section-heading,
.hp-shell .page-heading {
    min-height:44px;
    margin:0 0 10px;
    padding:0;
    align-items:center;
}

.hp-shell .hp-section-heading h1,
.hp-shell .page-heading h1 {
    margin:0;
    color:#17171a;
    font:600 18px/1.25 "Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing:-.02em;
}

.hp-shell .hp-section-heading p,
.hp-shell .page-heading p {
    margin:3px 0 0;
    color:#8a8a93;
    font-size:11.5px;
}

.hp-shell .hp-form-card,
.hp-shell .hp-directory-card,
.hp-shell .hp-calendar-card,
.hp-shell .hp-detail-card,
.hp-shell .hp-work-card,
.hp-shell .hp-attendance-edit,
.hp-shell .hp-resignation-item,
.hp-shell .hp-detail-tabs,
.hp-shell .panel {
    background:#fff;
    border:1px solid #e4e4e7;
    border-radius:8px;
    box-shadow:none;
}

.hp-shell .panel-title,
.hp-shell .hp-form-card>header,
.hp-shell .hp-directory-card>header,
.hp-shell .hp-calendar-card>header,
.hp-shell .hp-detail-card>header {
    min-height:42px;
    padding:9px 14px;
    border-bottom:1px solid #efeff1;
}

.hp-shell .panel-title h2,
.hp-shell .hp-form-card>header h2,
.hp-shell .hp-directory-card>header h2,
.hp-shell .hp-calendar-card>header h2,
.hp-shell .hp-detail-card>header h2 {
    margin:0;
    color:#17171a;
    font:600 13px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.hp-shell label { color:#55555e; font:500 12px "Helvetica Neue",Helvetica,Arial,sans-serif; }
.hp-shell input:not([type=checkbox]):not([type=radio]),
.hp-shell select,
.hp-shell textarea {
    border:1px solid #dcdce1;
    border-radius:6px;
    background:#fff;
    color:#17171a;
    font:400 12.5px "Helvetica Neue",Helvetica,Arial,sans-serif;
    box-shadow:none;
    outline:none;
}

.hp-shell input:not([type=checkbox]):not([type=radio]):focus,
.hp-shell select:focus,
.hp-shell textarea:focus {
    border-color:#8e84cf;
    box-shadow:0 0 0 3px rgba(75,63,168,.10);
}

.hp-shell input:disabled,
.hp-shell select:disabled,
.hp-shell textarea:disabled,
.hp-shell input[readonly] { background:#f3f3f5; color:#777780; }
.hp-shell input[type=checkbox],.hp-shell input[type=radio]{accent-color:#4b3fa8}

.hp-shell .hp-primary-link,
.hp-shell .hp-form-actions button,
.hp-shell button[type=submit],
.hp-shell .primary-button {
    min-height:34px;
    border:1px solid #4b3fa8;
    border-radius:6px;
    background:#4b3fa8;
    color:#fff;
    padding:7px 13px;
    font:500 12px "Helvetica Neue",Helvetica,Arial,sans-serif;
    box-shadow:none;
}

.hp-shell .hp-primary-link:hover,
.hp-shell .hp-form-actions button:hover,
.hp-shell button[type=submit]:hover { background:#372c86; border-color:#372c86; color:#fff; }
.hp-shell a { color:#4b3fa8; }.hp-shell a:hover{color:#372c86}

.hp-shell .hp-data-table,
.hp-shell .hp-directory-table { border-collapse:collapse; width:100%; background:#fff; }
.hp-shell .hp-data-table thead,
.hp-shell .hp-directory-table thead { background:#fafafb; }
.hp-shell .hp-data-table th,
.hp-shell .hp-directory-table th {
    padding:8px 12px;
    border-bottom:1px solid #efeff1;
    color:#8a8a93;
    font:600 10.5px "Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing:.055em;
    text-transform:uppercase;
}
.hp-shell .hp-data-table td,
.hp-shell .hp-directory-table td { padding:9px 12px; border-bottom:1px solid #f1f1f3; color:#3e3e46; font-size:12.5px; }
.hp-shell .hp-data-table tbody tr:hover,
.hp-shell .hp-directory-table tbody tr:hover { background:#fafafb; }

.hp-shell .hp-status,
.hp-shell .hp-payment,
.hp-shell .hp-claim-state,
.hp-shell .hp-minute-chip,
.hp-shell .hp-department-chip {
    border-radius:4px;
    padding:3px 7px;
    font:500 11px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.hp-shell .hp-tab-list { height:43px; padding:0 8px; background:#fafafb; border-bottom:1px solid #e4e4e7; }
.hp-shell .hp-tab-list button { padding:0 13px; color:#777780; font:500 12px "Helvetica Neue",Helvetica,Arial,sans-serif; }
.hp-shell .hp-tab-list button.active { color:#4b3fa8; }
.hp-shell .hp-tab-list button:after { background:#4b3fa8; }
.hp-shell .hp-tab-body { padding:14px; }

.hp-shell .hp-attendance-filters,
.hp-shell .hp-directory-filters,
.hp-shell .hp-celebration-filters,
.hp-shell .hp-calendar-filters,
.hp-shell .hp-leave-policy-form { background:#fff; border-bottom:1px solid #efeff1; padding:11px 14px; gap:10px; }
.hp-shell .hp-list-footer,.hp-shell .hp-attendance-pagination { background:#fff; border-top:1px solid #efeff1; color:#777780; }
.hp-shell .hp-empty,.hp-shell .hp-no-data { min-height:110px; display:grid; place-items:center; color:#9a9aa2; text-align:center; }

.hp-shell .hp-alert-success { border:1px solid #b9dfd5; border-left:3px solid #0e7c66; border-radius:7px; background:#f0faf7; color:#176b5b; }
.hp-shell .hp-edit-warning { border:1px solid #ead9b9; border-left:3px solid #b88135; border-radius:7px; background:#fffaf1; color:#79531d; }
.hp-shell .hp-validation-summary { border:1px solid #efc7c3; border-left:3px solid #b4463a; border-radius:7px; background:#fff7f6; color:#a23d33; }

.hp-shell ::-webkit-scrollbar{width:10px;height:10px}
.hp-shell ::-webkit-scrollbar-thumb{background:#d8d8dc;border-radius:8px;border:3px solid #f5f5f6}

@media(max-width:1040px){.hp-shell .hp-content:not(.vp-dashboard){padding:12px}.hp-shell .hp-section-heading,.hp-shell .page-heading{align-items:flex-start;flex-direction:column}.hp-shell .hp-data-table,.hp-shell .hp-directory-table{min-width:760px}}

.nw-table-toolbar{min-height:46px;display:flex;align-items:center;gap:12px;padding:7px 12px;background:#fff;border:1px solid #e4e4e7;border-bottom:0;border-radius:8px 8px 0 0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.nw-table-toolbar+.hp-data-table,.nw-table-toolbar+.hp-directory-table,.nw-table-toolbar+.table-scroll,.nw-table-toolbar+.hp-calendar-scroll{border-top-left-radius:0!important;border-top-right-radius:0!important}.nw-table-search{width:min(300px,100%);height:32px;display:flex!important;align-items:center;gap:8px;margin:0;padding:5px 9px;border:1px solid #e0e0e4;border-radius:6px;background:#f7f7f8}.nw-table-search svg{width:15px;height:15px;fill:none;stroke:#8a8a93;stroke-width:1.8;stroke-linecap:round}.nw-table-search input{width:100%!important;height:auto!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;font-size:12.5px!important}.nw-table-toolbar>span{margin-left:auto;color:#9a9aa2;font-size:11.5px;white-space:nowrap}.hp-table-search-host table{width:100%;border-collapse:collapse}.hp-table-search-host tbody tr[hidden]{display:none}
/* Asset inventory */
.hp-asset-filters{display:grid;grid-template-columns:minmax(260px,2fr) minmax(180px,1fr) minmax(160px,.8fr) auto auto;gap:12px;align-items:end;padding:16px 18px;border-top:1px solid #ececf1}.hp-asset-filters label,.hp-asset-form label{display:flex;flex-direction:column;gap:6px;color:#545469;font-size:12px;font-weight:600}.hp-asset-filters input,.hp-asset-filters select,.hp-asset-form input,.hp-asset-form select,.hp-asset-form textarea{width:100%;border:1px solid #dedee7;border-radius:7px;background:#fff;color:#1e1e2d;font:400 13px Inter,sans-serif;padding:9px 11px;outline:0}.hp-asset-filters input:focus,.hp-asset-filters select:focus,.hp-asset-form input:focus,.hp-asset-form select:focus,.hp-asset-form textarea:focus{border-color:#6c5ce0;box-shadow:0 0 0 3px rgba(108,92,224,.1)}.hp-asset-filters button{height:38px;border:0;border-radius:7px;padding:0 18px;background:#4b3fa8;color:#fff;font-weight:600}.hp-asset-filters>a{height:38px;display:grid;place-items:center;padding:0 10px;color:#65657a;text-decoration:none}.hp-assets-card .hp-data-table{border-radius:0}.hp-data-table td small{display:block;margin-top:3px;color:#9292a2;font-size:10.5px}.asset-status,.asset-condition{display:inline-flex;padding:4px 8px;border-radius:999px;background:#eeeef3;color:#555568;font-size:10.5px;font-weight:600}.asset-status.available{background:#e1f4eb;color:#137c56}.asset-status.assigned{background:#e6edff;color:#315cc5}.asset-status.underrepair{background:#fff0d9;color:#a76708}.asset-status.retired,.asset-status.lost{background:#ffe5e7;color:#b23d47}.asset-condition.new,.asset-condition.good{background:#e4f3ee;color:#16775a}.asset-condition.fair{background:#fff0d9;color:#9a620e}.asset-condition.damaged{background:#ffe5e7;color:#b23d47}.hp-table-action{color:#4b3fa8;font-weight:600;text-decoration:none}.hp-asset-pagination{display:flex;align-items:center;gap:16px;padding:13px 18px;color:#77778a;font-size:11.5px}.hp-asset-pagination>form{margin-left:auto}.hp-asset-pagination label{display:flex;align-items:center;gap:7px}.hp-asset-pagination select{border:1px solid #dedee7;border-radius:5px;padding:5px}.hp-asset-pagination nav{display:flex;align-items:center;gap:10px}.hp-asset-pagination nav a{border:1px solid #dedee7;border-radius:5px;padding:5px 9px;text-decoration:none;color:#4b3fa8}.hp-asset-form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;padding:20px}.hp-asset-form h3{grid-column:1/-1;margin:5px 0 0;padding-bottom:9px;border-bottom:1px solid #ececf1;font-size:14px}.hp-asset-form .wide{grid-column:1/-1}.hp-asset-form .asset-active{justify-content:center}.hp-asset-form .asset-active input{width:16px;height:16px}.hp-asset-form span{color:#d34343;font-size:10.5px}.hp-asset-form textarea{resize:vertical}.hp-asset-form .hp-form-actions{display:flex;justify-content:flex-end;align-items:center;gap:10px}.hp-asset-form .hp-form-actions a{padding:9px 14px;color:#65657a;text-decoration:none}.hp-asset-form .hp-form-actions button{border:0;border-radius:7px;background:#4b3fa8;color:#fff;padding:10px 18px;font-weight:600}@media(max-width:1000px){.hp-asset-filters{grid-template-columns:1fr 1fr}.hp-asset-form{grid-template-columns:1fr 1fr}}@media(max-width:620px){.hp-asset-filters,.hp-asset-form{grid-template-columns:1fr}.hp-asset-pagination{align-items:flex-start;flex-wrap:wrap}.hp-asset-pagination>form{margin-left:0}.hp-asset-form .wide,.hp-asset-form h3{grid-column:1}}
/* Asset custody */
.asset-track-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:16px 20px}.asset-track-summary span{padding:12px;border:1px solid #e7e7ed;border-radius:7px;background:#fafafd}.asset-track-summary small,.asset-track-summary strong{display:block}.asset-track-summary small{color:#858596;font-size:10.5px}.asset-track-summary strong{margin-top:5px;font-size:13px}.asset-action-card{margin-top:14px}.hp-asset-action-form{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:12px;align-items:end;padding:18px 20px}.hp-asset-action-form label{display:flex;flex-direction:column;gap:6px;color:#545469;font-size:12px;font-weight:600}.hp-asset-action-form input,.hp-asset-action-form select,.hp-asset-action-form textarea{width:100%;border:1px solid #dedee7;border-radius:7px;padding:9px 11px;font:400 13px Inter,sans-serif}.hp-asset-action-form .wide{grid-column:1/-2}.hp-asset-action-form button{height:39px;border:0;border-radius:7px;background:#4b3fa8;color:#fff;padding:0 18px;font-weight:600}.asset-permission-card{margin-top:16px}.asset-permission-card input[type=checkbox]{width:16px;height:16px;accent-color:#4b3fa8}.asset-permission-card button.hp-table-action{border:0;background:transparent}@media(max-width:800px){.asset-track-summary{grid-template-columns:1fr 1fr}.hp-asset-action-form{grid-template-columns:1fr 1fr}.hp-asset-action-form .wide{grid-column:1/-1}}@media(max-width:520px){.asset-track-summary,.hp-asset-action-form{grid-template-columns:1fr}}
/* Employee assets and SLA support */
.my-assets-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:18px}.my-assets-grid>article{border:1px solid #e5e5ec;border-radius:9px;background:#fff;overflow:hidden}.my-assets-grid article>header{display:flex;flex-direction:column;padding:15px}.my-assets-grid header>span{color:#6c5ce0;font-size:10px;font-weight:700;text-transform:uppercase}.my-assets-grid header strong{font-size:15px;margin-top:5px}.my-assets-grid header small{color:#858596;margin-top:3px}.my-assets-grid article>div{display:flex;justify-content:space-between;padding:9px 15px;background:#f8f8fb;color:#77778a;font-size:10.5px}.my-assets-grid details{border-top:1px solid #ededf2}.my-assets-grid summary{padding:11px 15px;color:#4b3fa8;font-size:12px;font-weight:600;cursor:pointer}.my-assets-grid details form{display:grid;gap:10px;padding:4px 15px 15px}.my-assets-grid label{display:flex;flex-direction:column;gap:5px;font-size:11px;font-weight:600;color:#59596b}.my-assets-grid input,.my-assets-grid select,.my-assets-grid textarea,.ticket-confirm input,.ticket-resolve input{border:1px solid #dedee7;border-radius:6px;padding:8px 9px;font:400 12px Inter,sans-serif}.my-assets-grid button,.ticket-confirm button,.ticket-resolve button{border:0;border-radius:6px;background:#4b3fa8;color:#fff;padding:8px 10px;font-size:11px;font-weight:600}.ticket-priority,.ticket-status{display:inline-flex;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:700}.ticket-priority.low{background:#e8f4ef;color:#16765a}.ticket-priority.medium{background:#fff0d9;color:#9a620e}.ticket-priority.high{background:#ffe5e7;color:#b23d47}.ticket-status{background:#ededf3;color:#555568}.ticket-status.open,.ticket-status.inprogress,.ticket-status.reopened{background:#e7efff;color:#315cc5}.ticket-status.resolvedawaitingconfirmation{background:#fff0d9;color:#9a620e}.ticket-status.closed{background:#e1f4eb;color:#137c56}.ticket-status.critical{background:#c73540;color:#fff;animation:criticalPulse 1.4s infinite}.critical-ticket{box-shadow:inset 3px 0 #c73540}.ticket-confirm,.ticket-resolve{display:flex;flex-wrap:wrap;gap:5px}.ticket-confirm input,.ticket-resolve input{min-width:150px}.ticket-confirm .reject{background:#c24b54}@keyframes criticalPulse{50%{opacity:.7}}@media(max-width:1000px){.my-assets-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.my-assets-grid{grid-template-columns:1fr}}
/* Calendar roster planner */
.roster-month-card{overflow:hidden}.roster-kicker{display:block;margin-bottom:3px;color:#6c5ce0;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.roster-assignment-bar{display:grid;grid-template-columns:1fr minmax(240px,320px) minmax(220px,auto);gap:14px;align-items:center;margin:0 18px 14px;padding:12px 14px;border:1px solid #dcd8f2;border-radius:8px;background:#f6f4ff}.roster-assignment-bar>div strong,.roster-assignment-bar>div span{display:block}.roster-assignment-bar>div strong{font-size:12.5px}.roster-assignment-bar>div span{margin-top:2px;color:#77778a;font-size:10.5px}.roster-assignment-bar select{height:38px;border:1px solid #d9d6e9;border-radius:7px;background:#fff;padding:0 10px;font:500 12px Inter,sans-serif}.roster-selected-note{color:#5d548e;font-size:10.5px}.roster-selected-note.error{color:#c33d47}.roster-calendar-legend{display:flex;align-items:center;gap:18px;padding:0 19px 11px;color:#6d6d7f;font-size:10.5px}.roster-calendar-legend span{display:flex;align-items:center;gap:6px}.roster-calendar-legend i{width:10px;height:10px;border:1px solid #dddde6;border-radius:3px;background:#fff}.roster-calendar-legend i.off{background:#fff0e7;border-color:#f2b99b}.roster-calendar-legend i.today{background:#6c5ce0;border-color:#6c5ce0}.roster-calendar-legend b{margin-left:auto;color:#353545}.roster-month-scroll{margin:0 18px;overflow-x:auto;border:1px solid #e2e2e9;border-radius:9px;background:#fff}.roster-month-grid{display:grid;grid-template-columns:repeat(7,minmax(135px,1fr));min-width:945px}.roster-weekdays{background:#f5f5f8;border-bottom:1px solid #e2e2e9}.roster-weekdays div{padding:9px 10px;color:#77778a;font-size:9.5px;font-weight:700;letter-spacing:.06em;text-align:center;text-transform:uppercase}.roster-date{position:relative;min-height:125px;padding:9px;border-right:1px solid #e8e8ed;border-bottom:1px solid #e8e8ed;background:#fff;transition:.15s}.roster-date:nth-child(7n){border-right:0}.roster-date.empty{background:#fafafd}.roster-date.has-off{background:#fffaf7}.roster-date.is-today{box-shadow:inset 0 0 0 2px #6c5ce0}.roster-date header{display:flex;align-items:center;justify-content:space-between}.roster-date header strong{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;font-size:12px}.roster-date.is-today header strong{background:#6c5ce0;color:#fff}.roster-date header span{color:#aaaab6;font-size:9px}.roster-off-list{display:flex;flex-direction:column;gap:4px;margin-top:7px}.roster-off-list>span{display:flex;align-items:center;gap:5px;min-width:0;padding:3px 5px;border-radius:5px;background:#ffe8dd;color:#7f4935;font-size:9.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.roster-off-list>span i{width:16px;height:16px;flex:0 0 16px;display:grid;place-items:center;border-radius:50%;background:#e99873;color:#fff;font:700 8px Inter;font-style:normal}.roster-off-list em{color:#a0664b;font-size:9px;font-style:normal}.roster-off-list small{color:#a0a0ad;font-size:9.5px}.roster-date form{position:absolute;right:7px;bottom:6px;opacity:0;transition:.15s}.roster-date:hover form{opacity:1}.roster-date form button{border:0;border-radius:5px;background:#4b3fa8;color:#fff;padding:4px 7px;font-size:9px}.roster-employee-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;max-height:176px;overflow:auto;margin:14px 18px 18px;padding-right:4px}.roster-employee-strip article{display:flex;align-items:center;gap:8px;padding:9px 10px;border:1px solid #e7e7ed;border-radius:7px;background:#fff}.roster-employee-strip article>i{width:27px;height:27px;flex:0 0 27px;display:grid;place-items:center;border-radius:7px;background:#e9e6fb;color:#5144aa;font:700 10px Inter;font-style:normal}.roster-employee-strip article span{min-width:0;flex:1}.roster-employee-strip strong,.roster-employee-strip small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.roster-employee-strip strong{font-size:10.5px}.roster-employee-strip small{color:#91919f;font-size:8.5px}.roster-employee-strip b{padding:3px 6px;border-radius:999px;font-size:8.5px}.roster-employee-strip b.set{background:#ffe8dd;color:#925338}.roster-employee-strip b.unset{background:#eeeeF3;color:#77778a}@media(max-width:1000px){.roster-assignment-bar{grid-template-columns:1fr 1fr}.roster-selected-note{grid-column:1/-1}.roster-employee-strip{grid-template-columns:1fr 1fr}}@media(max-width:620px){.roster-assignment-bar,.roster-employee-strip{grid-template-columns:1fr}.roster-calendar-legend{flex-wrap:wrap}.roster-calendar-legend b{width:100%;margin-left:0}}
/* Persistent employee chat */
.dedupe-page-title>.hp-work-card:first-of-type>.hp-section-heading:first-child h2,.dedupe-page-title>.hp-section-heading:first-child h2,.dedupe-page-title>.activity-card>header h1,.dedupe-page-title>.page-heading h1,.dedupe-page-title-body .hp-content>.hp-work-card:first-of-type>.hp-section-heading:first-child h2{display:none}.dedupe-page-title>.hp-section-heading:first-child,.dedupe-page-title-body .hp-content>.hp-work-card:first-of-type>.hp-section-heading:first-child{padding-top:0}.dedupe-page-title>.activity-card>header p,.dedupe-page-title>.page-heading p{margin-top:0}
.activity-summary{display:flex;gap:7px}.activity-summary span{padding:6px 9px;border-radius:6px;background:#efedfb;color:#5144a5;font-size:9px}.activity-summary b{margin-right:3px;font-size:12px}@media(max-width:750px){.activity-card>header{align-items:flex-start;gap:10px;flex-direction:column}.activity-summary{flex-wrap:wrap}}
.activity-card{overflow:hidden;border:1px solid #e4e4ea;border-radius:10px;background:#fff}.activity-card>header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #e7e7ec}.activity-card h1{margin:0;font-size:17px}.activity-card header p{margin:3px 0 0;color:#858594;font-size:10px}.activity-card header>span{padding:6px 9px;border-radius:6px;background:#efedfb;color:#5144a5;font-size:9.5px;font-weight:700}.activity-filters{display:grid;grid-template-columns:210px 170px 140px 140px minmax(210px,1fr) auto auto;align-items:end;gap:9px;padding:13px 16px;border-bottom:1px solid #e7e7ec;background:#fafafd}.activity-filters label{display:flex;flex-direction:column;gap:4px;color:#626278;font-size:9px;font-weight:600}.activity-filters input,.activity-filters select{height:34px;min-width:0;border:1px solid #dddde6;border-radius:6px;padding:0 8px;background:#fff;font-size:10px}.activity-filters button,.activity-filters>a{height:34px;display:grid;place-items:center;border:0;border-radius:6px;padding:0 12px;background:#171a34;color:#fff;text-decoration:none;font-size:10px;font-weight:600}.activity-filters>a{border:1px solid #dddde6;background:#fff;color:#656579}.activity-table{overflow:auto}.activity-table table{width:100%;min-width:1250px;border-collapse:collapse}.activity-table th{padding:9px 11px;background:#f7f7fa;color:#77778b;text-align:left;text-transform:uppercase;font-size:8px;letter-spacing:.04em}.activity-table td{max-width:230px;padding:9px 11px;border-top:1px solid #ececf0;color:#55556a;font-size:9.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activity-table td strong,.activity-table td small{display:block}.activity-table td strong{color:#29293b;font-size:10px}.activity-table td small{margin-top:2px;color:#9797a5;font-size:8px}.activity-feature{padding:4px 6px;border-radius:5px;background:#eeebfb;color:#594ca7;font-weight:600}.activity-result{padding:3px 6px;border-radius:10px;font-weight:700}.activity-result.ok{background:#e1f4ed;color:#087a62}.activity-result.failed{background:#fde8e9;color:#bd3f48}.activity-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;padding:8px 15px;border-top:1px solid #e7e7ec;color:#77778b;font-size:9.5px}.activity-pagination form,.activity-pagination nav{display:flex;align-items:center;gap:8px;margin:0}.activity-pagination select{height:29px;border:1px solid #dddde6;border-radius:5px}.activity-pagination a{padding:5px 8px;border:1px solid #dddde6;border-radius:5px;color:#5144a5;text-decoration:none}.activity-pagination a.disabled{pointer-events:none;opacity:.4}@media(max-width:1150px){.activity-filters{grid-template-columns:repeat(3,1fr)}.activity-search{grid-column:span 2}}@media(max-width:650px){.activity-filters{grid-template-columns:1fr}.activity-search{grid-column:auto}.activity-pagination{align-items:flex-start;flex-direction:column}}
.chat-avatar{width:34px;height:34px;flex:0 0 34px;border-radius:9px;object-fit:cover}.chat-sender-row{display:flex;align-items:center;gap:6px;margin-bottom:4px}.chat-sender-row img,.chat-sender-row i{width:20px;height:20px;flex:0 0 20px;border-radius:50%;object-fit:cover}.chat-sender-row i{display:grid;place-items:center;background:#ded9f6;color:#50439f;font-size:8px;font-style:normal;font-weight:700}.chat-sender-row .chat-sender{margin:0}
.nw-user-avatar{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:linear-gradient(140deg,#6c5ce0,#3aa6a0);color:#fff!important;text-decoration:none}.nw-user-avatar img{width:100%;height:100%;object-fit:cover}.nw-user-avatar span{font-size:10px;font-weight:700}.nw-user>div>a{display:block;max-width:145px;overflow:hidden;color:#f4f3fa;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600}.nw-user>div>a:hover{color:#fff}.hp-photo-update{display:flex;align-items:center;gap:10px;margin:-4px 0 12px;padding:10px 13px;border:1px solid #e6e9f2;border-radius:9px;background:#fff}.hp-photo-update label{display:flex;align-items:center;gap:10px;margin:0;color:#343a50;font-size:10.5px;font-weight:600}.hp-photo-update input{max-width:260px;font-size:9.5px}.hp-photo-update small{flex:1;color:#858ca0;font-size:9px}.hp-photo-update button{border:0;border-radius:7px;padding:8px 12px;background:#4b3fa8;color:#fff;font-size:10px;font-weight:600}@media(max-width:650px){.hp-photo-update{align-items:stretch;flex-direction:column}.hp-photo-update small{flex:none}}
.global-chat-launcher{position:fixed;right:24px;bottom:24px;z-index:1100;width:54px;height:54px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#6554d9,#4033a6);color:#fff!important;text-decoration:none;box-shadow:0 10px 28px rgba(55,44,134,.32);transition:transform .18s ease,box-shadow .18s ease}.global-chat-launcher:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 14px 34px rgba(55,44,134,.42)}.global-chat-launcher svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.global-chat-launcher span{position:absolute;right:3px;top:3px;width:11px;height:11px;border:2px solid #fff;border-radius:50%;background:#23bd88}.global-chat-launcher span:after{content:"";position:absolute;inset:-4px;border:1px solid #23bd88;border-radius:50%;animation:chat-pulse 1.8s ease-out infinite}@keyframes chat-pulse{0%{opacity:.8;transform:scale(.6)}75%,100%{opacity:0;transform:scale(1.65)}}@media(max-width:650px){.global-chat-launcher{right:16px;bottom:16px;width:50px;height:50px}}
.global-chat-launcher .chat-unread-badge{position:absolute;right:-4px;top:-5px;min-width:21px;height:21px;padding:0 5px;display:grid;place-items:center;border:2px solid #fff;border-radius:12px;background:#d83b45;color:#fff;font:700 10px Inter,sans-serif;line-height:1}.global-chat-launcher .chat-unread-badge[hidden]{display:none}
.chat-page{height:calc(100vh - 72px);padding:16px}.chat-shell{height:100%;min-height:560px;display:grid;grid-template-columns:300px 1fr;border:1px solid #e1e1e8;border-radius:10px;background:#fff;overflow:hidden}.chat-list{display:flex;flex-direction:column;min-width:0;border-right:1px solid #e5e5eb;background:#fafafd}.chat-list>header,.chat-room>header{display:flex;align-items:center;justify-content:space-between;padding:15px 17px;border-bottom:1px solid #e5e5eb;background:#fff}.chat-list h2{margin:0;font-size:15px}.chat-list p{margin:2px 0 0;color:#8b8b99;font-size:10px}.chat-list>header button{width:30px;height:30px;border:0;border-radius:7px;background:#4b3fa8;color:#fff;font-size:18px}.chat-new{display:flex;gap:6px;padding:10px;border-bottom:1px solid #e5e5eb}.chat-new select{min-width:0;flex:1;border:1px solid #dddde6;border-radius:6px;padding:7px}.chat-new button{border:0;border-radius:6px;background:#4b3fa8;color:#fff;padding:0 10px}.chat-conversations{flex:1;overflow:auto;padding:7px}.chat-conversations>a{display:flex;align-items:center;gap:9px;padding:9px;border-radius:7px;color:#3e3e50;text-decoration:none}.chat-conversations>a:hover,.chat-conversations>a.active{background:#ece9fb;color:#34298f}.chat-conversations>a>i,.chat-room>header i{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:9px;background:linear-gradient(140deg,#6c5ce0,#3aa6a0);color:#fff;font:700 11px Inter;font-style:normal}.chat-conversations span{min-width:0}.chat-conversations strong,.chat-conversations small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-conversations strong{font-size:11.5px}.chat-conversations small{margin-top:2px;color:#9292a0;font-size:9px}.chat-room{display:flex;flex-direction:column;min-width:0;background:#f5f5f8}.chat-room>header>div{display:flex;align-items:center;gap:9px}.chat-room>header span strong,.chat-room>header span small{display:block}.chat-room>header span strong{font-size:12.5px}.chat-room>header span small{color:#8d8d9a;font-size:9.5px}.chat-room>header>a{border:1px solid #dedee7;border-radius:6px;padding:7px 9px;color:#4b3fa8;font-size:10px;font-weight:600;text-decoration:none}.chat-placeholder{margin:auto;text-align:center;color:#858594}.chat-placeholder i{font-size:38px;font-style:normal}.chat-placeholder h2{margin:10px 0 4px;font-size:16px}.chat-placeholder p{margin:0;font-size:11px}.chat-messages{flex:1;display:flex;flex-direction:column;gap:8px;overflow:auto;padding:17px}.chat-messages article{max-width:min(72%,620px);padding:8px 10px;border:1px solid #e0e0e6;border-radius:9px 9px 9px 2px;background:#fff;box-shadow:0 1px 2px rgba(20,20,35,.03)}.chat-messages article.mine{align-self:flex-end;border-color:#d9d4f4;border-radius:9px 9px 2px 9px;background:#eeeafd}.chat-sender{display:block;margin-bottom:3px;color:#665ba3;font-size:8.5px;font-weight:700}.chat-messages p{margin:0;color:#30303d;font-size:12px;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.chat-messages time{display:block;margin-top:4px;color:#9696a3;font-size:8px;text-align:right}.chat-attachment{display:flex;align-items:center;gap:6px;margin-top:3px;padding:7px;border:1px solid #dad7ed;border-radius:6px;background:rgba(255,255,255,.65);color:#4b3fa8;font-size:10px;font-weight:600;text-decoration:none}.chat-attachment small{margin-left:auto;color:#9292a0}.chat-compose{display:flex;gap:8px;padding:10px 13px;border-top:1px solid #e1e1e7;background:#fff}.chat-compose textarea{flex:1;resize:none;border:1px solid #dddde6;border-radius:8px;padding:9px 11px;font:400 12px Inter,sans-serif}.chat-compose button,.chat-upload button{border:0;border-radius:7px;background:#4b3fa8;color:#fff;padding:0 17px;font-size:11px;font-weight:600}.chat-upload{display:grid;grid-template-columns:auto 1fr auto;gap:7px;align-items:center;padding:8px 13px 10px;background:#fff}.chat-upload label{position:relative;overflow:hidden;border:1px solid #dddde6;border-radius:6px;padding:7px 9px;color:#59546f;font-size:10px;font-weight:600}.chat-upload label input{position:absolute;inset:0;opacity:0;cursor:pointer}.chat-upload>input{min-width:0;border:1px solid #dddde6;border-radius:6px;padding:7px 9px;font-size:10px}.chat-upload>small{grid-column:1/-1;color:#9999a5;font-size:8.5px}.chat-admin-notice{padding:11px;border-top:1px solid #e1e1e7;background:#fff8e7;color:#8b6517;font-size:10px;text-align:center}@media(max-width:850px){.chat-shell{grid-template-columns:230px 1fr}.chat-messages article{max-width:85%}}@media(max-width:650px){.chat-page{height:auto}.chat-shell{height:auto;grid-template-columns:1fr}.chat-list{max-height:260px;border-right:0;border-bottom:1px solid #e5e5eb}.chat-room{min-height:600px}.chat-upload{grid-template-columns:1fr auto}.chat-upload label{grid-column:1/-1}}

/* Chat viewport: the page never creates a second scrollbar. */
.hp-shell .hp-content.chat-page{height:calc(100vh - 55px)!important;height:calc(100dvh - 55px)!important;min-height:0!important;overflow:hidden!important;padding:12px 14px!important}.chat-page .chat-shell{height:100%;min-height:0}.chat-page .chat-list,.chat-page .chat-room,.chat-page .chat-messages,.chat-page .chat-conversations{min-height:0}.chat-page .chat-list>header,.chat-page .chat-room>header,.chat-page .chat-compose,.chat-page .chat-upload,.chat-page .chat-admin-notice{flex:none}.chat-page .chat-messages,.chat-page .chat-conversations{overscroll-behavior:contain;scrollbar-width:thin}
@media(max-width:1050px){.chat-page .chat-shell{grid-template-columns:minmax(210px,28vw) minmax(0,1fr)}.chat-page .chat-messages article{max-width:82%}}
@media(max-width:700px){.hp-shell .hp-content.chat-page{padding:8px!important}.chat-page .chat-shell{grid-template-columns:1fr;grid-template-rows:minmax(130px,28%) minmax(0,72%)}.chat-page .chat-list{max-height:none;border-right:0;border-bottom:1px solid #e5e5eb}.chat-page .chat-room{min-height:0}.chat-page .chat-list>header,.chat-page .chat-room>header{padding:9px 11px}.chat-page .chat-conversations{display:flex;gap:5px;padding:6px;overflow-x:auto;overflow-y:hidden}.chat-page .chat-conversations>a{min-width:170px;height:52px;padding:6px}.chat-page .chat-messages{padding:10px}.chat-page .chat-messages article{max-width:92%}.chat-page .chat-compose{padding:7px}.chat-page .chat-upload{grid-template-columns:auto minmax(0,1fr) auto;padding:6px 7px}.chat-page .chat-upload label{grid-column:auto}.chat-page .chat-upload>small{display:none}.chat-page .chat-upload button{padding:0 10px}}
@media(max-height:650px) and (min-width:701px){.hp-shell .hp-content.chat-page{padding:7px 10px!important}.chat-page .chat-list>header,.chat-page .chat-room>header{padding:8px 11px}.chat-page .chat-messages{padding:9px}.chat-page .chat-compose{padding:6px 9px}.chat-page .chat-upload{padding:5px 9px}.chat-page .chat-upload>small{display:none}}
.payslip-card{max-width:1100px;margin:auto}.payslip-filter{display:grid;grid-template-columns:1fr 1fr auto;gap:18px;align-items:end;padding:24px}.payslip-filter label{display:grid;gap:8px;font-weight:600}.payslip-filter select{height:46px;border:1px solid #dbe1ea;border-radius:9px;padding:0 12px;background:#fff}.payslip-filter button,.payslip-result button{height:46px;border:0;border-radius:9px;padding:0 22px;background:#111a36;color:#fff;font-weight:700;cursor:pointer}.payslip-result{margin:0 24px 24px;padding:22px;border:1px solid #dbe1ea;border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:20px}.payslip-result div{display:grid;gap:5px}.payslip-result span{color:#07887e;font-weight:700}.payslip-result strong{font-size:22px}.payslip-result small{color:#6d768e}.payslip-result.unavailable{justify-content:center;text-align:center;background:#f8fafc}@media(max-width:700px){.payslip-filter{grid-template-columns:1fr}.payslip-result{align-items:stretch;flex-direction:column}.payslip-result button{width:100%}}

/* Keep the current expandable sidebar section visibly active. */
.nw-nav summary.active{background:rgba(255,255,255,.1);color:#fff;font-weight:500;box-shadow:inset 2px 0 #6c5ce0}
.nw-nav details>div a.active{background:rgba(108,92,224,.2);color:#fff;font-weight:600}
.nw-nav details>div a.active:before{background:#9c8fff;box-shadow:0 0 0 3px rgba(108,92,224,.18)}

/* Prevent the browser/global link theme from turning visited sidebar links purple. */
.nw-nav>a:link,.nw-nav>a:visited{color:#beb9dc!important}
.nw-nav>a.active:link,.nw-nav>a.active:visited{color:#fff!important}
.nw-nav details>div a:link,.nw-nav details>div a:visited{color:#9e98c6!important}
.nw-nav details>div a.active:link,.nw-nav details>div a.active:visited{color:#fff!important}
.nw-nav>a:hover,.nw-nav details>div a:hover{color:#fff!important}

/* Employee table header follows the sidebar palette. */
.hp-shell .hp-directory-table th{background:#2a3564;color:#beb9dc}
