/* /Components/Layout/EmptyLayout.razor.rz.scp.css */
.empty-layout[b-jycqxkg95i] {
    height: 100vh;
    width: 100%;
    background: var(--bg);
    overflow: auto;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Teams chrome: shell → top bar → (rail + content). App nav lives in NavMenu. */

.th-shell[b-qaudgb8in5] {
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--bg);
}

/* ── Top bar (50px) ── */
.topbar[b-qaudgb8in5] {
    height: 50px;
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 14px;
    background: var(--bg);
    border-bottom: 1px solid var(--line);
}

.topbar-left[b-qaudgb8in5] { width: 200px; display: flex; align-items: center; }

.topbar-center[b-qaudgb8in5] { flex: 1; display: flex; justify-content: center; }

.searchbox[b-qaudgb8in5] {
    display: flex; align-items: center; gap: 8px;
    width: min(420px, 60%); height: 34px; padding: 0 12px;
    background: var(--surface); border: 1px solid var(--line); border-radius: 8px;
    color: var(--faint); font-size: 12.5px;
}

.topbar-right[b-qaudgb8in5] { width: 200px; display: flex; align-items: center; justify-content: flex-end; gap: 12px; }

.topbar-ava[b-qaudgb8in5] { position: relative; display: inline-flex; }
.presence[b-qaudgb8in5] {
    position: absolute; right: -1px; bottom: -1px;
    width: 11px; height: 11px; border-radius: 6px;
    border: 2px solid var(--bg);
}
.dot-out[b-qaudgb8in5] { background: var(--out); }

/* ── Body row (rail + nav + content) ── */
.th-body[b-qaudgb8in5] { flex: 1; display: flex; min-height: 0; }

/* ── Teams app rail (64px) ── */
.teams-rail[b-qaudgb8in5] {
    width: 64px; flex: 0 0 64px;
    background: var(--bg); border-right: 1px solid var(--line);
    display: flex; flex-direction: column; align-items: center;
    padding-top: 10px; gap: 2px;
}
.rail-item[b-qaudgb8in5] {
    position: relative; width: 52px; padding: 8px 0; border-radius: 8px;
    display: flex; flex-direction: column; align-items: center; gap: 3px;
    color: var(--faint); cursor: pointer;
}
.rail-item:hover[b-qaudgb8in5] { color: var(--muted); }
.rail-label[b-qaudgb8in5] { font-size: 9px; font-weight: 500; }
.rail-badge[b-qaudgb8in5] {
    position: absolute; top: 5px; right: 12px;
    min-width: 15px; height: 15px; padding: 0 3px; border-radius: 9px;
    background: var(--danger); color: #fff; font-size: 9px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
}
.rail-divider[b-qaudgb8in5] { height: 1px; width: 30px; background: var(--line); margin: 8px 0; }
.rail-active[b-qaudgb8in5] { color: var(--accent); background: var(--accent-bg); }
.rail-active .rail-label[b-qaudgb8in5] { font-weight: 600; }
.rail-rail[b-qaudgb8in5] {
    position: absolute; left: 0; top: 50%; transform: translateY(-50%);
    width: 3px; height: 26px; border-radius: 3px; background: var(--accent);
}
.rail-app[b-qaudgb8in5] {
    width: 26px; height: 26px; border-radius: 7px;
    background: var(--accent); color: var(--accent-ink);
    display: flex; align-items: center; justify-content: center;
}

/* ── Content ── */
.th-content[b-qaudgb8in5] {
    flex: 1; min-width: 0; background: var(--bg);
    overflow: auto; padding: 24px;
}
.th-content-inner[b-qaudgb8in5] { max-width: 1180px; margin: 0 auto; }

/* Responsive: hide the Teams rail on narrow viewports. */
@media (max-width: 900px) {
    .teams-rail[b-qaudgb8in5] { display: none; }
    .topbar-left[b-qaudgb8in5], .topbar-right[b-qaudgb8in5] { width: auto; }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* App nav (232px) — role-grouped menu. */

.appnav[b-rim0qd99y9] {
    width: 232px; flex: 0 0 232px;
    background: var(--surface); border-right: 1px solid var(--line);
    display: flex; flex-direction: column;
    padding: 16px 12px;
    overflow-y: auto;
}

/* Brand */
.appnav-brand[b-rim0qd99y9] { display: flex; align-items: center; gap: 10px; padding: 4px 8px 16px; }
.appnav-logo[b-rim0qd99y9] {
    width: 32px; height: 32px; border-radius: 9px;
    background: var(--accent); color: var(--accent-ink);
    display: flex; align-items: center; justify-content: center; flex: 0 0 auto;
}
.appnav-title[b-rim0qd99y9] { font-size: 15.5px; line-height: 1.1; color: var(--ink); }
.appnav-org[b-rim0qd99y9] { font-size: 10.5px; color: var(--faint); font-weight: 500; }

/* Groups */
.appnav-groups[b-rim0qd99y9] { display: flex; flex-direction: column; }
.appnav-group[b-rim0qd99y9] { margin-bottom: 10px; }
.appnav-group-title[b-rim0qd99y9] { padding: 6px 8px 8px; }
.appnav-items[b-rim0qd99y9] { display: flex; flex-direction: column; gap: 2px; }

.appnav-item[b-rim0qd99y9] {
    display: flex; align-items: center; gap: 11px;
    padding: 9px 10px; border-radius: 9px;
    position: relative; text-decoration: none;
    color: var(--muted); font-weight: 500; font-size: 13.5px;
    transition: background .12s, color .12s;
}
.appnav-item:hover[b-rim0qd99y9] { background: color-mix(in oklab, var(--surface), var(--ink) 6%); color: var(--ink); text-decoration: none; }
.appnav-item.active[b-rim0qd99y9] { background: var(--accent-bg); color: var(--accent); font-weight: 600; }
.appnav-label[b-rim0qd99y9] { flex: 1; }
.appnav-rail[b-rim0qd99y9] {
    position: absolute; left: -12px; top: 50%; transform: translateY(-50%);
    width: 3px; height: 20px; border-radius: 3px; background: var(--accent);
}
.appnav-badge[b-rim0qd99y9] { height: 18px; padding: 0 7px; font-size: 10.5px; }

/* Footer */
.appnav-spacer[b-rim0qd99y9] { flex: 1; }
.appnav-footer[b-rim0qd99y9] {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 8px; border-top: 1px solid var(--line);
}
.appnav-footer-id[b-rim0qd99y9] { min-width: 0; flex: 1; }
.appnav-footer-name[b-rim0qd99y9] { font-size: 12.5px; font-weight: 600; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.appnav-footer-role[b-rim0qd99y9] { font-size: 10.5px; color: var(--faint); }

/* Responsive: collapse the side nav on narrow viewports. */
@media (max-width: 720px) {
    .appnav[b-rim0qd99y9] { display: none; }
}
/* /Components/Pages/Admin/Integration.razor.rz.scp.css */
.row-off[b-9ruevjmwph] { opacity: .5; }
.row-off:hover[b-9ruevjmwph] { opacity: .7; }
/* /Components/Pages/Admin/Policy.razor.rz.scp.css */
.holiday-tiles[b-xtihh8gfpl] { display: flex; flex-wrap: wrap; gap: 8px; }
.holiday-tile[b-xtihh8gfpl] { position: relative; background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--r-ctrl); padding: 8px 12px; min-width: 110px; }
.holiday-date[b-xtihh8gfpl] { font-size: 13px; font-weight: 600; color: var(--accent); }
.holiday-remove[b-xtihh8gfpl] { position: absolute; top: 4px; right: 4px; width: 18px; height: 18px; padding: 0; border: 0; background: transparent; color: var(--faint); border-radius: 5px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
.holiday-remove:hover[b-xtihh8gfpl] { background: var(--danger-bg); color: var(--danger); }
/* /Components/Pages/Admin/Teams.razor.rz.scp.css */
.team-cards[b-izl572als1] { display: flex; flex-direction: column; gap: 10px; }
.team-card[b-izl572als1] { cursor: pointer; transition: border-color .12s; }
.team-card:hover[b-izl572als1] { border-color: var(--accent); }
.team-card.sel[b-izl572als1] { border-color: var(--accent); background: var(--accent-bg); }
.team-icon[b-izl572als1] { width: 34px; height: 34px; border-radius: 9px; background: var(--surface-2); color: var(--muted); display: flex; align-items: center; justify-content: center; }
.member-list[b-izl572als1] { display: flex; flex-direction: column; gap: 6px; }
.member-row[b-izl572als1] { gap: 10px; padding: 6px 0; }
/* /Components/Pages/Admin/Users.razor.rz.scp.css */
.ad-results[b-44snf8ve3u] { display: flex; flex-direction: column; gap: 4px; max-height: 260px; overflow-y: auto; margin-top: 8px; }
.ad-row[b-44snf8ve3u] { gap: 10px; padding: 8px; border-radius: var(--r-ctrl); cursor: pointer; }
.ad-row:hover[b-44snf8ve3u] { background: var(--surface-2); }
.ad-row.sel[b-44snf8ve3u] { background: var(--accent-bg); }
.ad-check[b-44snf8ve3u] { color: var(--accent); }
/* /Components/Pages/Auth/FirstRun.razor.rz.scp.css */
.firstrun[b-3jwc77s731] { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 24px; }
.firstrun-card[b-3jwc77s731] { width: 100%; max-width: 420px; }
.firstrun-logo[b-3jwc77s731] {
    width: 32px; height: 32px; border-radius: 9px;
    background: var(--accent); color: var(--accent-ink);
    display: flex; align-items: center; justify-content: center;
}
.firstrun-progress[b-3jwc77s731] { height: 6px; background: var(--surface-2); border-radius: 999px; overflow: hidden; margin: 12px 0 20px; }
.firstrun-progress span[b-3jwc77s731] { display: block; height: 100%; background: var(--accent); border-radius: 999px; transition: width .2s; }
.firstrun-step[b-3jwc77s731] { display: flex; flex-direction: column; gap: 14px; min-height: 96px; }
.firstrun-actions[b-3jwc77s731] { margin-top: 24px; gap: 10px; }
/* /Components/Pages/Auth/SignIn.razor.rz.scp.css */
.signin[b-7hmmyn2jlm] { display: flex; width: 100%; min-height: 100vh; }

/* Brand panel */
.signin-brand[b-7hmmyn2jlm] {
    flex: 1 1 0;
    background: linear-gradient(160deg, color-mix(in oklab, var(--accent), var(--bg) 55%), var(--bg));
    padding: 56px;
    display: flex; flex-direction: column; justify-content: space-between;
    position: relative; overflow: hidden;
}
.signin-glow[b-7hmmyn2jlm] {
    position: absolute; right: -80px; top: -80px; width: 320px; height: 320px;
    border-radius: 50%; background: var(--accent); opacity: .12; filter: blur(40px);
}
.signin-logo[b-7hmmyn2jlm] {
    width: 40px; height: 40px; border-radius: 11px;
    background: var(--accent); color: var(--accent-ink);
    display: flex; align-items: center; justify-content: center;
}
.signin-headline[b-7hmmyn2jlm] { font-size: 38px; line-height: 1.1; max-width: 420px; color: var(--ink); }
.signin-sub[b-7hmmyn2jlm] { font-size: 15px; margin-top: 16px; max-width: 380px; }
.signin-pills[b-7hmmyn2jlm] { gap: 10px; margin-top: 28px; flex-wrap: wrap; }

/* Auth card */
.signin-card[b-7hmmyn2jlm] {
    flex: 0 0 480px;
    display: flex; align-items: center; justify-content: center;
    padding: 40px; background: var(--surface);
}
.signin-card-inner[b-7hmmyn2jlm] { width: 100%; max-width: 340px; }

.signin-ms[b-7hmmyn2jlm] {
    width: 100%; justify-content: center;
    background: #fff; color: #1b1b1b; border-color: transparent;
}
.signin-ms:hover[b-7hmmyn2jlm] { background: #f0f0f0; }

.signin-handshake[b-7hmmyn2jlm] { gap: 8px; justify-content: center; margin-bottom: 14px; color: var(--muted); font-size: 12.5px; }
.spin[b-7hmmyn2jlm] {
    width: 14px; height: 14px; border: 2px solid var(--line);
    border-top-color: var(--accent); border-radius: 8px; display: inline-block;
    animation: spin-b-7hmmyn2jlm .8s linear infinite;
}
@keyframes spin-b-7hmmyn2jlm { to { transform: rotate(360deg); } }

.signin-devnote[b-7hmmyn2jlm] {
    font-size: 11.5px; margin-top: 14px; padding: 10px 12px;
    background: var(--accent-bg); border-radius: var(--r-ctrl); line-height: 1.5;
}

.signin-or[b-7hmmyn2jlm] { gap: 12px; margin: 24px 0; }
.signin-form[b-7hmmyn2jlm] { display: flex; flex-direction: column; gap: 12px; }
.signin-create[b-7hmmyn2jlm] { font-size: 11.5px; text-align: center; margin-top: 20px; }

/* Responsive: stack on mobile, hide the brand panel. */
@media (max-width: 760px) {
    .signin[b-7hmmyn2jlm] { flex-direction: column; }
    .signin-brand[b-7hmmyn2jlm] { display: none; }
    .signin-card[b-7hmmyn2jlm] { flex: 1; }
}
/* /Components/Pages/Employee/Dashboard.razor.rz.scp.css */
.dash-head[b-y5ogt2bpms] { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; flex-wrap: wrap; gap: 12px; }
.dash-clock[b-y5ogt2bpms] { font-size: 22px; color: var(--muted); }

/* Status hero */
.hero[b-y5ogt2bpms] { display: flex; align-items: center; gap: 20px; position: relative; overflow: hidden; padding-left: calc(var(--pad) + 6px); }
.hero-bar[b-y5ogt2bpms] { position: absolute; left: 0; top: 0; bottom: 0; width: 6px; }
.hero-main[b-y5ogt2bpms] { flex: 1; }
.hero-label[b-y5ogt2bpms] { font-size: 30px; margin: 6px 0 2px; }
.hero-detail[b-y5ogt2bpms] { font-size: 13px; }
.hero-actions[b-y5ogt2bpms] { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.break-picker[b-y5ogt2bpms] { display: flex; gap: 6px; flex-wrap: wrap; }

/* Day-at-a-glance stat strip */
.statstrip[b-y5ogt2bpms] {
    margin-top: var(--gap);
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: var(--r-card);
    overflow: hidden;
}
.stat[b-y5ogt2bpms] {
    background: var(--surface);
    padding: 13px 14px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}
.stat-k[b-y5ogt2bpms] {
    display: inline-flex; align-items: center; gap: 5px;
    font-size: 10.5px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
    color: var(--faint); white-space: nowrap;
}
.stat-k svg[b-y5ogt2bpms] { opacity: .8; }
.stat-v[b-y5ogt2bpms] { font-size: 15px; font-weight: 600; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.stat-v.mono[b-y5ogt2bpms] { font-size: 16px; letter-spacing: -0.01em; }
.stat-sub[b-y5ogt2bpms] { font-size: 10.5px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.stat-ontime[b-y5ogt2bpms] { color: var(--in); }
.stat-late[b-y5ogt2bpms] { color: var(--danger); }
.stat-accent[b-y5ogt2bpms] { background: var(--accent-bg); }
.stat-accent .stat-v[b-y5ogt2bpms] { color: var(--accent); }

@media (max-width: 1100px) { .statstrip[b-y5ogt2bpms] { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 620px)  { .statstrip[b-y5ogt2bpms] { grid-template-columns: repeat(2, 1fr); } }

/* Activity (tabbed) | Tasks — side by side, equal height */
.dash-grid[b-y5ogt2bpms] {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: var(--gap);
    align-items: stretch;
}
.dash-panel[b-y5ogt2bpms] { display: flex; flex-direction: column; }
@media (max-width: 900px) { .dash-grid[b-y5ogt2bpms] { grid-template-columns: 1fr; } }

/* Sign-in gate: the button plus the reason it's locked. */
.signin-gate[b-y5ogt2bpms] { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.gate-reason[b-y5ogt2bpms] { font-size: 11.5px; text-align: right; }

/* Tab bar lives in app.css — shared with the Team Dashboard. */
.panel-body[b-y5ogt2bpms] { padding: var(--pad); }

/* Today's activity table */
.activity-head[b-y5ogt2bpms] { justify-content: space-between; padding: var(--pad) var(--pad) 12px; }
.activity-table[b-y5ogt2bpms] { font-size: 13px; }
.activity-table .ta-r[b-y5ogt2bpms] { text-align: right; }
.seg-dot[b-y5ogt2bpms] { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 8px; vertical-align: middle; }
.seg-now[b-y5ogt2bpms] { height: 17px; font-size: 10px; margin-left: 8px; }
.activity-table tfoot td[b-y5ogt2bpms] { border-top: 1px solid var(--line); border-bottom: 0; color: var(--muted); font-size: 12.5px; padding-top: 12px; }
.seg-live td[b-y5ogt2bpms] { background: color-mix(in oklab, var(--accent-bg), transparent 55%); }
.seg-punch td:first-child[b-y5ogt2bpms] { font-weight: 600; }

/* Tasks */
.dash-tasks[b-y5ogt2bpms] { display: flex; flex-direction: column; gap: 8px; }
.dash-task[b-y5ogt2bpms] { gap: 10px; padding: 10px; background: var(--surface-2); border-radius: var(--r-ctrl); }
.dash-task-title[b-y5ogt2bpms] { flex: 1; font-size: 13px; font-weight: 500; }

/* Activity */
.dash-activity[b-y5ogt2bpms] { display: flex; flex-direction: column; gap: 12px; }
.dash-activity-item[b-y5ogt2bpms] { gap: 10px; }
.dash-activity-title[b-y5ogt2bpms] { font-size: 13px; font-weight: 500; }
.activity-icon[b-y5ogt2bpms] { width: 30px; height: 30px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.tone-in[b-y5ogt2bpms] { color: var(--in); background: var(--in-bg); }
.tone-break[b-y5ogt2bpms] { color: var(--break); background: var(--break-bg); }
.tone-leave[b-y5ogt2bpms] { color: var(--leave); background: var(--leave-bg); }
.tone-danger[b-y5ogt2bpms] { color: var(--danger); background: var(--danger-bg); }
.tone-accent[b-y5ogt2bpms] { color: var(--accent); background: var(--accent-bg); }

@media (max-width: 700px) {
    .hero[b-y5ogt2bpms] { flex-direction: column; align-items: stretch; }
}
/* /Components/Pages/Employee/Profile.razor.rz.scp.css */
.profile-field[b-flzmxvpfiq] { display: flex; flex-direction: column; gap: 2px; margin-bottom: 10px; }
.prefs[b-flzmxvpfiq] { width: 100%; border-collapse: collapse; }
.prefs th[b-flzmxvpfiq] { text-align: center; font: 600 11px var(--font-body); text-transform: uppercase; letter-spacing: .05em; color: var(--faint); padding: 6px; }
.prefs th:first-child[b-flzmxvpfiq] { text-align: left; }
.prefs td[b-flzmxvpfiq] { padding: 8px 6px; font-size: 13px; text-align: center; }
.prefs td:first-child[b-flzmxvpfiq] { text-align: left; color: var(--ink); }
/* /Components/Pages/Employee/Tasks.razor.rz.scp.css */
.tasklist[b-f772zdy8gw] { display: flex; flex-direction: column; gap: 6px; }
.taskrow[b-f772zdy8gw] { gap: 10px; padding: 10px; border-radius: var(--r-ctrl); cursor: pointer; transition: background .12s; }
.taskrow:hover[b-f772zdy8gw] { background: var(--surface-2); }
.taskrow.sel[b-f772zdy8gw] { background: var(--accent-bg); }
.taskrow-title[b-f772zdy8gw] { flex: 1; font-size: 13px; font-weight: 500; }
.taskrow.done .taskrow-title[b-f772zdy8gw] { text-decoration: line-through; color: var(--faint); }

.check[b-f772zdy8gw] { width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--line); background: transparent; cursor: pointer; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; color: #04130c; }
.check:hover[b-f772zdy8gw] { border-color: var(--in); }
.check.checked[b-f772zdy8gw] { background: var(--in); border-color: var(--in); }

.task-detail[b-f772zdy8gw] { position: sticky; top: 0; }
.comments[b-f772zdy8gw] { display: flex; flex-direction: column; gap: 12px; }
.comment[b-f772zdy8gw] { display: flex; gap: 10px; }
.comment-body[b-f772zdy8gw] { font-size: 13px; }

/* Why this task is waiting, shown under the actions. */
.tradeoff-note[b-f772zdy8gw] { margin-top: 12px; padding: 10px; background: var(--surface-2); border-radius: var(--r-ctrl); display: flex; flex-direction: column; gap: 6px; }

/* Step a task along To do → In progress → Done from the list. Always visible: hover-only controls
   are unreachable on touch. */
.taskrow-move[b-f772zdy8gw] { display: flex; gap: 2px; margin-left: auto; flex: 0 0 auto; }
.state-pill[b-f772zdy8gw] { height: 18px; font-size: 10px; }
/* /Components/Pages/Employee/TimeOff.razor.rz.scp.css */
.balances[b-vg230av708] { display: flex; flex-direction: column; gap: 18px; }
.balance[b-vg230av708] { }
.history[b-vg230av708] { display: flex; flex-direction: column; gap: 8px; }
.history-row[b-vg230av708] { gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--line); }
.history-row:last-child[b-vg230av708] { border-bottom: 0; }
/* /Components/Pages/Employee/Timesheet.razor.rz.scp.css */
.row-flag td[b-44h40nngav] { color: var(--danger); }
.row-flag td:first-child[b-44h40nngav] { font-weight: 600; }

.ts-row[b-44h40nngav] { cursor: pointer; }
.ts-row:hover[b-44h40nngav] { background: color-mix(in oklab, var(--surface), var(--ink) 4%); }
.ts-detail-row td[b-44h40nngav] { background: var(--surface-2); padding: 4px 12px 12px; }
.ts-detail-row:hover[b-44h40nngav] { background: var(--surface-2); }

.heat[b-44h40nngav] { display: flex; flex-direction: column; gap: 6px; }
.heat-row[b-44h40nngav] { display: flex; gap: 6px; }
.heat-cell[b-44h40nngav] { width: 100%; aspect-ratio: 1; border-radius: 5px; border: 1px solid var(--line); }
.heat-legend[b-44h40nngav] { font-size: 11px; margin-top: 10px; }
/* /Components/Pages/Manager/Approvals.razor.rz.scp.css */
.approvals[b-9zvrotjl95] { display: flex; flex-direction: column; gap: 6px; }
.approval-row[b-9zvrotjl95] { gap: 12px; padding: 12px; border-radius: var(--r-ctrl); border: 1px solid var(--line); }
.approval-row:hover[b-9zvrotjl95] { background: var(--surface-2); }
@media (max-width: 760px) {
    .approval-row[b-9zvrotjl95] { flex-wrap: wrap; }
}
/* /Components/Pages/Manager/Attendance.razor.rz.scp.css */
.attend-grid th[b-8a4vcgxj55] { text-align: center; white-space: nowrap; }
.attend-grid th:first-child[b-8a4vcgxj55] { text-align: left; }
.attend-cell[b-8a4vcgxj55] { text-align: center; font-size: 12px; min-width: 46px; }
.status-cell[b-8a4vcgxj55] { text-align: center; font-size: 11px; font-weight: 600; min-width: 50px; }
.attend-legend[b-8a4vcgxj55] { gap: 18px; font-size: 12px; margin: 12px var(--pad) var(--pad); flex-wrap: wrap; }
.lg[b-8a4vcgxj55] { display: inline-block; width: 12px; height: 12px; border-radius: 3px; vertical-align: middle; margin-right: 4px; border: 1px solid var(--line); }

/* Detail: activity log filters + table */
.log-filters[b-8a4vcgxj55] { gap: 12px; padding: var(--pad) var(--pad) 0; flex-wrap: wrap; align-items: flex-end; }
.log-filter[b-8a4vcgxj55] { display: flex; flex-direction: column; gap: 5px; }
.log-filter .field[b-8a4vcgxj55] { width: auto; min-width: 150px; }
.log-table[b-8a4vcgxj55] { font-size: 13px; margin-top: 8px; }
.log-table .seg-dot[b-8a4vcgxj55] { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 8px; vertical-align: middle; }
.log-table .ta-r[b-8a4vcgxj55] { text-align: right; }
.log-table .seg-punch td:nth-child(3)[b-8a4vcgxj55] { font-weight: 600; }
.log-group-end td[b-8a4vcgxj55] { padding: 0; border-bottom: 2px solid var(--line); }
.log-table tbody tr:hover[b-8a4vcgxj55] { background: transparent; }
/* /Components/Pages/Manager/TeamDashboard.razor.rz.scp.css */
.roster[b-cv9n6xr6cb] { display: flex; flex-direction: column; gap: 4px; }
.roster-row[b-cv9n6xr6cb] { gap: 10px; padding: 8px; border-radius: var(--r-ctrl); }
.roster-row:hover[b-cv9n6xr6cb] { background: var(--surface-2); }
.presence[b-cv9n6xr6cb] { position: absolute; right: -1px; bottom: -1px; width: 11px; height: 11px; border-radius: 6px; border: 2px solid var(--surface); }

/* Insights feed — reads like a channel, so messages get room to breathe. */
.feed[b-cv9n6xr6cb] { display: flex; flex-direction: column; }
.feed-item[b-cv9n6xr6cb] { gap: 12px; padding: 14px 4px; align-items: flex-start; border-bottom: 1px solid var(--line); }
.feed-item:last-child[b-cv9n6xr6cb] { border-bottom: 0; }
.feed-body[b-cv9n6xr6cb] { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.feed-name[b-cv9n6xr6cb] { font-weight: 600; font-size: 13px; }
.feed-time[b-cv9n6xr6cb] { font-size: 11px; white-space: nowrap; }
.feed-msg[b-cv9n6xr6cb] { font-size: 13px; color: var(--ink); }
.feed-tasks[b-cv9n6xr6cb] { margin: 4px 0 0; padding-left: 18px; display: flex; flex-direction: column; gap: 2px; }
.feed-tasks li[b-cv9n6xr6cb] { font-size: 12px; color: var(--muted); }
/* /Components/Pages/Manager/TeamTasks.razor.rz.scp.css */
.board-col[b-qhig6gnztp] { background: var(--surface-2); border-radius: var(--r-card); padding: 12px; }
.board-col-head[b-qhig6gnztp] { gap: 8px; margin-bottom: 12px; font-size: 13px; }
.board-cards[b-qhig6gnztp] { display: flex; flex-direction: column; gap: 8px; }
.board-card[b-qhig6gnztp] { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-ctrl); padding: 12px; cursor: grab; }
.board-card-title[b-qhig6gnztp] { font-size: 13px; font-weight: 500; margin-top: 8px; }
.board-card-actions[b-qhig6gnztp] { display: flex; align-items: center; margin-top: 8px; }
.done-check[b-qhig6gnztp] { color: var(--in); }

/* Task type badge + the trade-off history that explains a late task. */
.kind-pill[b-qhig6gnztp] { height: 18px; font-size: 10px; }
.tradeoff-list[b-qhig6gnztp] { display: flex; flex-direction: column; gap: 10px; }
.tradeoff[b-qhig6gnztp] { padding: 10px; background: var(--surface-2); border-radius: var(--r-ctrl); display: flex; flex-direction: column; gap: 3px; }
/* /Components/Pages/Shared/Notifications.razor.rz.scp.css */
.notif-list[b-ypga3ngc3f] { display: flex; flex-direction: column; gap: 4px; }
.notif-row[b-ypga3ngc3f] { gap: 12px; padding: 12px; border-radius: var(--r-ctrl); cursor: pointer; transition: background .12s; }
.notif-row:hover[b-ypga3ngc3f] { background: var(--surface-2); }
.notif-row.unread[b-ypga3ngc3f] { background: var(--accent-bg); }
.notif-title[b-ypga3ngc3f] { font-size: 13px; font-weight: 600; }
.unread-dot[b-ypga3ngc3f] { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); flex: 0 0 auto; }
/* /Components/Pages/Shared/Reports.razor.rz.scp.css */
.chart[b-gnpkkgqjk8] { display: flex; align-items: flex-end; gap: 16px; height: 200px; padding: 10px 0; }
.chart-col[b-gnpkkgqjk8] { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 6px; justify-content: flex-end; height: 100%; }
.chart-stack[b-gnpkkgqjk8] { display: flex; flex-direction: column-reverse; width: 70%; border-radius: 6px 6px 0 0; overflow: hidden; }
.chart-present[b-gnpkkgqjk8] { background: var(--in); display: block; }
.chart-late[b-gnpkkgqjk8] { background: var(--break); display: block; }
.chart-legend[b-gnpkkgqjk8] { gap: 16px; font-size: 12px; margin-top: 8px; }
.lg[b-gnpkkgqjk8] { display: inline-block; width: 12px; height: 12px; border-radius: 3px; vertical-align: middle; margin-right: 4px; }
/* /Components/Shared/ActivityTimeline.razor.rz.scp.css */
.timeline[b-kaku4bljsx] { display: flex; flex-direction: column; gap: 8px; }
.timeline-row[b-kaku4bljsx] { gap: 10px; }
.timeline-dot[b-kaku4bljsx] { width: 8px; height: 8px; border-radius: 50%; flex: 0 0 auto; }
.timeline-label[b-kaku4bljsx] { font-size: 13px; font-weight: 500; flex: 1; }
.timeline-time[b-kaku4bljsx] { font-size: 12.5px; color: var(--muted); }
.timeline-dur[b-kaku4bljsx] { height: 18px; font-size: 10.5px; }
/* /Components/Shared/DayEndSummaryDialog.razor.rz.scp.css */
.dayend-tasks[b-g9ot2ygchd] { display: flex; flex-direction: column; gap: 8px; max-height: 220px; overflow-y: auto; }
.dayend-task[b-g9ot2ygchd] { gap: 10px; padding: 10px; background: var(--surface-2); border-radius: var(--r-ctrl); cursor: pointer; }
.dayend-task:hover[b-g9ot2ygchd] { background: color-mix(in oklab, var(--surface-2), var(--ink) 5%); }
.dayend-task-title[b-g9ot2ygchd] { flex: 1; font-size: 13px; font-weight: 500; }
/* /Components/Shared/Modal.razor.rz.scp.css */
.modal-backdrop[b-snniqjvq15] { position: fixed; inset: 0; background: rgba(0,0,0,.5); display: flex; align-items: center; justify-content: center; z-index: 100; padding: 24px; }
.modal[b-snniqjvq15] { width: 100%; max-width: 440px; box-shadow: var(--shadow-pop); }
.modal-head[b-snniqjvq15] { justify-content: space-between; margin-bottom: 14px; }
.modal-body[b-snniqjvq15] { display: flex; flex-direction: column; gap: 12px; }
.modal-foot[b-snniqjvq15] { display: flex; justify-content: flex-end; gap: 10px; margin-top: 18px; }
/* /Components/Shared/SettingRow.razor.rz.scp.css */
.setting-row[b-43ojdqzg2m] { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.setting-row:last-child[b-43ojdqzg2m] { border-bottom: 0; }
.setting-label[b-43ojdqzg2m] { font-size: 13px; font-weight: 500; }
.setting-desc[b-43ojdqzg2m] { font-size: 11.5px; margin-top: 2px; }
.setting-control[b-43ojdqzg2m] { flex: 0 0 auto; }
/* /Components/Shared/SignInTaskDialog.razor.rz.scp.css */
.signin-tasks[b-ti8iw2cn5u] { display: flex; flex-direction: column; gap: 8px; max-height: 220px; overflow-y: auto; }
.signin-task[b-ti8iw2cn5u] { gap: 10px; padding: 10px; background: var(--surface-2); border-radius: var(--r-ctrl); cursor: pointer; }
.signin-task:hover[b-ti8iw2cn5u] { background: color-mix(in oklab, var(--surface-2), var(--ink) 5%); }
.signin-task-title[b-ti8iw2cn5u] { flex: 1; font-size: 13px; font-weight: 500; }
