@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Manrope:wght@400;500;600;700;800&display=swap";:root{--bg:#eef2fb;--bg-2:#d9e2f5;--ink:#0b1633;--muted:#51607a;--accent:#1e5bff;--accent-2:#0a2f9e;--panel:#ffffffc7;--line:#0b16331f;--shadow:0 18px 40px #0b163314;--surface:#fff;--surface-soft:#ffffffe0;--surface-muted:#ffffff8c;--input-bg:#fff;--sidebar-w:224px;--sidebar-w-collapsed:76px;--header-h:64px;color:var(--ink);background:radial-gradient(circle at top left, #1e5bff24, transparent 34%), linear-gradient(160deg, #f7f9fd 0%, var(--bg) 45%, var(--bg-2) 100%);font-family:DM Sans,sans-serif}html[data-theme=dark]{--bg:#0b1220;--bg-2:#111827;--ink:#e8edf5;--muted:#94a3b8;--accent:#5b8cff;--accent-2:#93b4ff;--panel:#111827e0;--line:#ffffff1a;--shadow:0 18px 40px #00000059;--surface:#1e293b;--surface-soft:#1e293beb;--surface-muted:#1e293be0;--input-bg:#1e293b;--calendar-picker-filter:invert(.85);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html[data-theme=dark] body{background:radial-gradient(circle at top left, #1e5bff1f, transparent 34%), linear-gradient(160deg, #0f172a 0%, var(--bg) 45%, var(--bg-2) 100%)}*,:before,:after{box-sizing:border-box}html,body,#root{max-width:100%;height:100%;margin:0;overflow:hidden}body{min-height:100dvh}button,input,select{font:inherit}a{color:inherit;text-decoration:none}.shell{grid-template-columns:var(--sidebar-w) minmax(0, 1fr);grid-template-rows:minmax(0,1fr);width:100%;max-width:100%;height:100dvh;transition:grid-template-columns .22s;display:grid;overflow:hidden}.shell.sidebar-collapsed{grid-template-columns:var(--sidebar-w-collapsed) minmax(0, 1fr)}.main-column{grid-template-rows:auto minmax(0,1fr);min-width:0;height:100%;min-height:0;display:grid;overflow:hidden}.app-header{min-height:var(--header-h);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:20;background:#ffffffd1;justify-content:space-between;align-items:center;gap:1rem;padding:.65rem 1.25rem;display:flex;position:sticky;top:0}html[data-theme=dark] .app-header{background:#0f172aeb}.app-header-brand{align-items:center;gap:.75rem;min-width:0;display:flex}.app-header-logo{object-fit:contain;border-radius:10px;flex-shrink:0;width:42px;height:42px}.app-header-titles{gap:.1rem;min-width:0;display:grid}.app-header-title{background:linear-gradient(90deg,#1e5bff 0%,#7c3aed 100%);color:#0000;white-space:nowrap;text-overflow:ellipsis;-webkit-background-clip:text;background-clip:text;font-family:Manrope,DM Sans,sans-serif;font-size:1.05rem;font-weight:800;overflow:hidden}.app-header-subtitle{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;overflow:hidden}.app-header-actions{flex-shrink:0;align-items:center;gap:.55rem;display:flex}.app-header-act-as{color:#b45309;background:#f59e0b1f;border:1px solid #f59e0b40;border-radius:999px;padding:.25rem .55rem;font-size:.72rem;font-weight:700}.app-header-role{color:#fff;white-space:nowrap;text-overflow:ellipsis;background:linear-gradient(90deg,#7c3aed 0%,#db2777 100%);border-radius:999px;align-items:center;gap:.35rem;max-width:12rem;padding:.38rem .75rem;font-size:.78rem;font-weight:700;display:inline-flex;overflow:hidden}.app-header-role svg{flex-shrink:0}.app-header-theme,.app-header-bell{border:1px solid var(--line);background:var(--panel);color:var(--ink);cursor:pointer;border-radius:999px;align-items:center;gap:.35rem;padding:.38rem .7rem;font-size:.78rem;font-weight:600;display:inline-flex}.app-header-theme:hover,.app-header-bell:hover:not(:disabled){border-color:color-mix(in srgb, var(--accent) 35%, var(--line));color:var(--accent)}.app-header-bell{padding:.45rem .55rem;position:relative}.app-header-bell:disabled{opacity:.45;cursor:not-allowed}.app-header-bell-badge{color:#fff;background:#dc2626;border-radius:999px;place-items:center;min-width:1.1rem;height:1.1rem;padding:0 .25rem;font-size:.62rem;font-weight:800;display:grid;position:absolute;top:-4px;right:-4px}.app-header-user{position:relative}.app-header-user-btn{cursor:pointer;background:0 0;border:0;border-radius:999px;align-items:center;gap:.65rem;padding:.15rem .15rem .15rem .5rem;display:flex}.app-header-user-btn:hover{background:#1e5bff0f}.app-header-user-text{text-align:right;gap:.05rem;max-width:11rem;display:grid}.app-header-user-text strong{white-space:nowrap;text-overflow:ellipsis;font-size:.86rem;overflow:hidden}.app-header-user-text .muted{white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.app-header-avatar{color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:2.35rem;height:2.35rem;font-size:.82rem;font-weight:800;display:grid;position:relative}.app-header-online{background:#16a34a;border:2px solid #fff;border-radius:50%;width:.62rem;height:.62rem;position:absolute;bottom:1px;right:1px}html[data-theme=dark] .app-header-online{border-color:#111827}.app-header-menu{border:1px solid var(--line);background:var(--panel);min-width:14rem;box-shadow:var(--shadow);z-index:30;border-radius:14px;padding:.55rem;position:absolute;top:calc(100% + .35rem);right:0}.app-header-menu-head{border-bottom:1px solid var(--line);gap:.15rem;margin-bottom:.35rem;padding:.45rem .55rem .65rem;display:grid}.app-header-menu-head strong{font-size:.92rem}.app-header-menu-role{color:var(--accent);font-size:.72rem;font-weight:700}.app-header-menu button{text-align:left;cursor:pointer;width:100%;color:var(--ink);font:inherit;background:0 0;border:0;border-radius:10px;padding:.55rem .65rem}.app-header-menu button:hover{color:#dc2626;background:#dc262614}.sidebar{color:#eef2ff;background:linear-gradient(#05070f 0%,#0a1638 55%,#07102a 100%);border-right:1px solid #ffffff0f;flex-direction:column;gap:1rem;width:100%;max-width:100%;height:100%;min-height:0;padding:1.1rem .7rem;display:flex;overflow:hidden}.brand{flex-shrink:0;align-items:center;gap:.7rem;min-width:0;display:flex}.brand-logo{object-fit:contain;flex-shrink:0;width:44px;height:44px}.brand-text{min-width:0;overflow:hidden}.brand strong{letter-spacing:-.02em;white-space:nowrap;font-family:Fraunces,serif;font-size:1.2rem;display:block}.brand small{color:#8fa0c8;white-space:nowrap}.brand-tenant{letter-spacing:-.02em;color:#eef2ff;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-family:Fraunces,serif;font-size:1.05rem;line-height:1.25;display:block;overflow:hidden}.sidebar-toggle{color:#dbe4ff;cursor:pointer;background:#1e5bff2e;border:1px solid #ffffff1f;border-radius:8px;flex-shrink:0;align-self:flex-end;place-items:center;width:2rem;height:2rem;padding:0;font-size:1.15rem;line-height:1;display:grid}.sidebar-toggle .nav-icon{width:1rem;height:1rem}.sidebar nav{scrollbar-width:thin;scrollbar-color:#ffffff47 transparent;flex-direction:column;flex:auto;place-content:flex-start;gap:.15rem;min-height:0;display:flex;overflow:hidden auto}.sidebar nav::-webkit-scrollbar{width:6px}.sidebar nav::-webkit-scrollbar-track{background:0 0}.sidebar nav::-webkit-scrollbar-thumb{background:#ffffff47;border-radius:8px}.sidebar nav a{color:#b7c4e4;white-space:nowrap;border-radius:10px;flex:none;justify-content:flex-start;align-items:center;gap:.5rem;min-width:0;padding:.48rem .65rem;display:flex;overflow:hidden}.sidebar nav a.active,.sidebar nav a:hover{color:#fff;background:#1e5bff38}.nav-item{align-items:center;gap:.5rem;min-width:0;display:inline-flex}.nav-icon{opacity:.88;flex:0 0 1.1rem;width:1.1rem;height:1.1rem}.sidebar nav a.active .nav-icon,.sidebar nav a:hover .nav-icon,.sidebar-foot button:hover .nav-icon{opacity:1}.nav-label{text-overflow:ellipsis;overflow:hidden}.sidebar-foot{flex-shrink:0;gap:.5rem;min-width:0;margin-top:auto;font-size:.9rem;display:grid}.sidebar-email{text-overflow:ellipsis;white-space:nowrap;color:#9aabcf;padding:0 .25rem;display:block;overflow:hidden}.sidebar-foot button{color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff14;border:0;border-radius:10px;justify-content:flex-start;align-items:center;min-width:0;padding:.65rem .75rem;display:flex;overflow:hidden}.sidebar-foot button:hover{background:#1e5bff47}.sidebar.collapsed{align-items:stretch;padding:1rem .55rem}.sidebar.collapsed .brand{justify-content:center}.sidebar.collapsed .brand-text,.sidebar.collapsed .sidebar-email,.sidebar.collapsed .nav-label{display:none}.sidebar.collapsed .brand-logo{width:40px;height:40px}.sidebar.collapsed .sidebar-toggle{align-self:center}.sidebar.collapsed nav a,.sidebar.collapsed .sidebar-foot button{justify-content:center;padding:.7rem .35rem}.sidebar.collapsed .nav-item{justify-content:center}.content{overscroll-behavior:contain;min-width:0;max-width:100%;height:100%;min-height:0;padding:1.35rem 1.25rem 2rem;overflow:hidden auto}.page-title{margin:0 0 .35rem;font-family:Fraunces,serif;font-size:2rem}.page-sub{color:var(--muted);margin:0 0 1.5rem}.panel{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:18px;padding:1.25rem}.stats{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.stat{border:1px solid var(--line);background:#fffc;border-radius:16px;padding:1rem}.stat strong{font-family:Fraunces,serif;font-size:1.6rem;display:block}.stat span{color:var(--muted);font-size:.9rem}.dashboard-page{gap:1.25rem;display:grid}.dashboard-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.dashboard-filters{margin-bottom:.25rem}.dashboard-filters.toolbar{align-items:flex-end;gap:.75rem 1rem}.dashboard-filters .toolbar-select{min-width:11rem}.dashboard-date{color:var(--ink);gap:.3rem;font-size:.85rem;font-weight:600;display:grid}.dashboard-date input{border:1px solid var(--line);font:inherit;background:var(--input-bg);color:var(--ink);border-radius:12px;min-width:11rem;min-height:2.85rem;padding:.55rem .75rem}.dashboard-date input::-webkit-calendar-picker-indicator{filter:var(--calendar-picker-filter,none)}.dashboard-skeleton{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;display:grid}.dashboard-skeleton-card{background:linear-gradient(90deg,#eef2f7 25%,#f8fafc 50%,#eef2f7 75%) 0 0/200% 100%;border-radius:16px;height:5.5rem;animation:1.2s infinite dashboard-shimmer}@keyframes dashboard-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.dashboard-hero{border:1px solid color-mix(in srgb, var(--accent) 12%, var(--line));background:radial-gradient(at 100% 0,#1e5bff1a,#0000 55%),linear-gradient(135deg,#fffffff5 0%,#f8faffeb 100%);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem 1.25rem;padding:1.15rem 1.35rem;display:flex;box-shadow:0 12px 32px #0b16330f}html[data-theme=dark] .dashboard-hero{background:radial-gradient(at 100% 0,#1e5bff26,#0000 55%),linear-gradient(135deg,#111827f5 0%,#0f172aeb 100%)}.dashboard-hero-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.85rem;font-weight:600;display:block}.dashboard-hero-value{margin:.15rem 0 .35rem;font-family:Fraunces,serif;font-size:clamp(2.2rem,4vw,3rem);line-height:1.05;display:block}.dashboard-hero-side{flex-wrap:wrap;gap:.45rem;display:flex}.dashboard-pill{border:1px solid #0000;border-radius:999px;padding:.35rem .75rem;font-size:.82rem;font-weight:700}.dashboard-pill.good{color:#166534;background:#dcfce7;border-color:#bbf7d0}.dashboard-pill.bad{color:#991b1b;background:#fee2e2;border-color:#fecaca}.dashboard-pill.warn{color:#92400e;background:#fef3c7;border-color:#fde68a}.dashboard-pill.info{color:#075985;background:#e0f2fe;border-color:#bae6fd}button.dashboard-pill{cursor:pointer;font:inherit;transition:transform .12s,box-shadow .12s}button.dashboard-pill:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 2px 8px #0f172a14}button.dashboard-pill.selected,.dashboard-stat-clickable.selected{outline-offset:2px;outline:2px solid #1e5bff}button.dashboard-pill.disabled,button.dashboard-pill:disabled{opacity:.55;cursor:default}button.dashboard-stat-clickable{cursor:pointer;border:1px solid var(--line);font:inherit;text-align:left;width:100%}button.dashboard-stat-clickable:hover{filter:brightness(.98)}.device-sync-details{display:inline-block;position:relative}.device-sync-summary{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.4rem;list-style:none;display:inline-flex}.device-sync-summary::-webkit-details-marker{display:none}.device-sync-count-pill{white-space:nowrap;border-radius:999px;padding:.12rem .45rem;font-size:.72rem;font-weight:700;line-height:1.3;display:inline-block}.device-sync-dots{flex-wrap:wrap;align-items:center;gap:3px;max-width:4.5rem;display:inline-flex}.device-sync-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.device-sync-dot.synced{background:#22c55e}.device-sync-dot.pending{background:#f59e0b}.device-sync-dot.failed{background:#ef4444}.device-sync-dot.needs{background:#38bdf8}.device-sync-popover{z-index:30;background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:13rem;max-width:18rem;margin:0;padding:.35rem 0;list-style:none;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 8px 24px #0f172a1f}.device-sync-popover-row{grid-template-columns:auto 1fr auto;align-items:center;gap:.4rem .5rem;padding:.3rem .65rem;font-size:.78rem;display:grid}.device-sync-popover-row+.device-sync-popover-row{border-top:1px solid #f1f5f9}.device-sync-popover-name{text-overflow:ellipsis;white-space:nowrap;color:#334155;overflow:hidden}.device-sync-popover-status{white-space:nowrap;border-radius:999px;padding:.08rem .35rem;font-size:.68rem;font-weight:600}.dashboard-alerts{gap:.65rem;display:grid}.dashboard-alert{color:#92400e;background:#b4530914;border:1px solid #b4530938;flex-wrap:wrap;align-items:center;gap:.35rem .75rem;display:flex}.dashboard-alert-link{color:var(--accent);margin-left:auto;font-weight:700;text-decoration:none}.dashboard-alert-link:hover{text-decoration:underline}.dashboard-section{gap:.85rem;display:grid}.dashboard-section-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;display:flex}.dashboard-section-title{margin:0;font-family:Fraunces,serif;font-size:1.05rem}.dashboard-stats{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.85rem;display:grid}.dashboard-metrics-panel{padding:1.15rem 1.25rem 1.25rem}.dashboard-metrics-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.dashboard-stats--primary{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-stats--secondary{border-top:1px dashed var(--line);grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-top:.75rem;padding-top:.85rem}.dashboard-stat.compact{padding:.75rem .85rem}.dashboard-stat.compact strong{font-size:1.25rem}.dashboard-stat.compact span{font-size:.8rem}.dashboard-trend--summary{padding:1.25rem 1.35rem 1.35rem}.dash-summary-trend{gap:1rem;display:grid}.dash-summary-trend-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.dash-summary-trend-title{margin:0;font-family:Fraunces,serif;font-size:1.15rem}.dash-summary-trend-sub{margin:.2rem 0 0;font-size:.86rem}.dash-summary-trend-actions{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;display:flex}.dash-summary-trend-actions .dash-chart-legend{margin-bottom:0}.dash-summary-open{white-space:nowrap}.dash-status-view{gap:1rem;display:grid}.dash-status-donut-wrap{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.dash-status-donut{aspect-ratio:1;border-radius:50%;place-items:center;width:min(100%,11rem);display:grid;position:relative}.dash-status-donut-center{aspect-ratio:1;background:var(--panel);text-align:center;width:62%;box-shadow:inset 0 0 0 1px var(--line);border-radius:50%;place-content:center;gap:.1rem;display:grid}.dash-status-donut-center strong{font-family:Fraunces,serif;font-size:1.35rem}.dash-status-chips{flex-wrap:wrap;flex:1;gap:.45rem;display:flex}.dash-status-chip{border:1px solid var(--line);background:var(--panel);cursor:pointer;font:inherit;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .65rem;display:inline-flex}.dash-status-chip i{border-radius:50%;width:.55rem;height:.55rem;display:inline-block}.dash-status-chip strong{color:var(--chip-color,var(--text))}.dash-status-chip.active{outline:2px solid var(--chip-color,#1e5bff);outline-offset:1px}.dash-status-chip.empty{opacity:.55;cursor:default}.dash-status-bar-head{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.dash-status-bar-rate{color:#16a34a;font-weight:700}.dash-status-bar-track{background:#94a3b826;border-radius:999px;height:1.35rem;display:flex;overflow:hidden}.dash-status-bar-seg{cursor:pointer;border:none;min-height:100%;padding:0}.dash-status-bar-seg.active{filter:brightness(1.08);box-shadow:inset 0 0 0 2px #ffffffa6}.dash-status-panel-head{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;display:flex}.dash-status-panel-search{align-items:center;gap:.5rem;max-width:22rem;margin-bottom:.75rem;display:flex}.dash-status-panel-search input{border:1px solid var(--line);font:inherit;border-radius:8px;flex:1;padding:.45rem .6rem}.dash-status-employee-list{gap:.45rem;max-height:24rem;display:grid;overflow:auto}.dash-status-employee-row{border:1px solid var(--line);background:var(--panel-soft,#f8fafc80);border-radius:8px;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.55rem .65rem;display:flex}.dash-status-employee-meta{margin-top:.15rem;font-size:.82rem}.dash-status-employee-times{white-space:nowrap;font-size:.82rem}.dashboard-stat{background:var(--surface-soft);border:1px solid var(--line);color:inherit;border-radius:16px;padding:1rem 1.05rem;text-decoration:none;transition:border-color .15s,box-shadow .15s,transform .15s}.dashboard-stat:hover{border-color:color-mix(in srgb, var(--accent) 35%, var(--line));transform:translateY(-1px);box-shadow:0 8px 24px #0b16330f}.dashboard-stat strong{font-family:Fraunces,serif;font-size:1.55rem;line-height:1.1;display:block}.dashboard-stat span{color:var(--muted);margin-top:.25rem;font-size:.88rem;display:block}.dashboard-stat.tone-good strong{color:#16a34a}.dashboard-stat.tone-bad strong{color:#dc2626}.dashboard-stat.tone-warn strong{color:#d97706}.dashboard-stat.tone-info strong{color:#0284c7}.dashboard-stat.tone-muted strong{color:#64748b}.dashboard-trend{padding:1.15rem 1.25rem 1.25rem}.dashboard-trend-chart{grid-template-columns:repeat(7,minmax(0,1fr));align-items:end;gap:.65rem;min-height:9rem;display:grid}.dashboard-trend-col{justify-items:center;gap:.45rem;display:grid}.dashboard-trend-col.selected .dashboard-trend-label{color:var(--accent);font-weight:700}.dashboard-trend-bars{background:#0b16330a;border-radius:10px 10px 4px 4px;justify-content:center;align-items:flex-end;gap:3px;width:100%;max-width:3.5rem;height:7rem;padding:.35rem .4rem 0;display:flex}.dashboard-trend-bars .bar{border-radius:4px 4px 0 0;width:42%;min-height:2px}.dashboard-trend-bars .bar.present{background:#16a34a}.dashboard-trend-bars .bar.absent{background:#dc2626}.dashboard-trend-label{color:var(--muted);text-align:center;font-size:.78rem}.dashboard-quick-links{flex-wrap:wrap;gap:.55rem;display:flex}.dashboard-quick-link{color:var(--ink);border:1px solid var(--line);background:var(--surface-soft);border-radius:999px;padding:.55rem .9rem;font-size:.88rem;font-weight:600;text-decoration:none}.dashboard-quick-link:hover{border-color:color-mix(in srgb, var(--accent) 35%, var(--line));color:var(--accent)}.dashboard-view-tabs{margin-bottom:1rem}.dash-range-select{color:var(--ink);gap:.2rem;font-size:.82rem;display:grid}.dash-range-select select{border:1px solid var(--line);font:inherit;background:var(--input-bg);color:var(--ink);border-radius:10px;min-height:2.35rem;padding:.45rem .65rem}.dash-chart-legend{color:var(--muted);flex-wrap:wrap;gap:.45rem .85rem;margin-bottom:.85rem;font-size:.8rem;display:flex}.dash-chart-legend span{align-items:center;gap:.35rem;display:inline-flex}.dash-chart-legend i{border-radius:3px;width:10px;height:10px;font-style:normal;display:inline-block}.dash-date-chart{overflow-x:auto}.dash-date-cols{grid-auto-columns:minmax(3.2rem,1fr);grid-auto-flow:column;align-items:end;gap:.45rem;min-width:min(100%,720px);min-height:10rem;display:grid}.dash-date-col{cursor:pointer;font:inherit;background:0 0;border:0;border-radius:10px;justify-items:center;gap:.35rem;padding:.15rem;display:grid}.dash-date-col:hover,.dash-date-col.selected{background:#1e5bff0f}.dash-date-label{color:var(--muted);text-align:center;font-size:.72rem;line-height:1.25}html[data-theme=dark] .dash-date-label{color:#cbd5e1}.dash-date-col.selected .dash-date-label{color:var(--accent);font-weight:700}.dash-date-chart--summary .dash-date-cols{border:1px solid var(--line);background-color:#0000;background-image:linear-gradient(0deg,#0b16330a 1px,#0000 1px),linear-gradient(0deg,#0b16330a 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:100% 25%;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-radius:14px;gap:.65rem;min-height:12.5rem;padding:.75rem .35rem .25rem}html[data-theme=dark] .dash-date-chart--summary .dash-date-cols{background-color:#0000;background-image:linear-gradient(0deg,#ffffff0f 1px,#0000 1px),linear-gradient(0deg,#ffffff0f 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:100% 25%;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.dash-date-chart--summary .dash-date-col{border-radius:12px;padding:.35rem .25rem .5rem;transition:background .15s,box-shadow .15s}.dash-date-chart--summary .dash-date-col.selected{background:#1e5bff14;box-shadow:inset 0 0 0 1px #1e5bff33}.dash-date-chart--summary .dash-date-stack{background:#0b16330a;border-radius:10px 10px 6px 6px;gap:2px;max-width:3.25rem;height:9.5rem;padding:.35rem .3rem 0}html[data-theme=dark] .dash-date-chart--summary .dash-date-stack{background:#ffffff0f}html[data-theme=dark] .dash-date-col:hover,html[data-theme=dark] .dash-date-col.selected{background:#5b8cff1f}html[data-theme=dark] .dash-line-grid{stroke:#ffffff14}html[data-theme=dark] .dash-line-label.selected,html[data-theme=dark] .dash-line-label:hover{background:#5b8cff24}.dash-date-rate{color:#64748b;background:#f1f5f9;border-radius:999px;padding:.12rem .4rem;font-size:.72rem;font-weight:800}html[data-theme=dark] .dash-date-rate{color:#e2e8f0;background:#94a3b82e}.dash-date-rate.good{color:#166534;background:#dcfce7}.dash-date-rate.mid{color:#92400e;background:#fef3c7}.dash-date-rate.low{color:#991b1b;background:#fee2e2}html[data-theme=dark] .dash-date-rate.good{color:#86efac;background:#16a34a38}html[data-theme=dark] .dash-date-rate.mid{color:#fcd34d;background:#d9770638}html[data-theme=dark] .dash-date-rate.low{color:#fca5a5;background:#dc262638}.dash-date-seg.remainder{background:#94a3b838;border-radius:2px}.dash-date-meta{align-items:baseline;gap:.1rem;font-size:.72rem;display:inline-flex}.dash-date-meta strong{color:var(--ink);font-weight:700}.dash-date-stack{background:#0b16330d;border-radius:8px 8px 4px 4px;flex-direction:column-reverse;justify-content:flex-start;gap:1px;width:100%;max-width:2.75rem;height:7.5rem;padding:.3rem .25rem 0;display:flex;overflow:hidden}.dash-date-seg{border-radius:3px 3px 0 0;width:100%;min-height:2px}.dash-date-seg.empty{background:#cbd5e1;height:2px}html[data-theme=dark] .dash-date-seg.empty{background:#94a3b873}.dash-date-meta{font-size:.68rem}.dash-dept-chart{gap:.75rem;display:grid}.dash-dept-rows{gap:.85rem;display:grid}.dash-dept-row{border:1px solid var(--line);background:var(--surface-soft);border-radius:12px;padding:.75rem .85rem}.dash-dept-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.35rem .75rem;margin-bottom:.55rem;display:flex}.dash-dept-head strong{font-size:.95rem}.dash-dept-bar-wrap{grid-template-columns:1fr auto;align-items:center;gap:.65rem;display:grid}.dash-dept-bar{background:#0b163314;border-radius:999px;height:14px;display:flex;overflow:hidden}.dash-dept-rate{color:#16a34a;text-align:right;min-width:2.5rem;font-size:.78rem;font-weight:700}.dash-dept-chips{flex-wrap:wrap;gap:.35rem;margin-top:.45rem;display:flex}.dash-dept-chip{background:var(--surface-soft);border:1px solid;border-radius:999px;padding:.1rem .45rem;font-size:.72rem;font-weight:600}.dash-dept-foot{margin:0;font-size:.8rem}.dash-chart-controls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.65rem;display:flex}.dash-chart-style{border:1px solid var(--line);background:var(--input-bg);border-radius:10px;display:inline-flex;overflow:hidden}.dash-chart-style-btn{font:inherit;color:var(--muted);cursor:pointer;background:0 0;border:0;padding:.45rem .75rem;font-size:.78rem}.dash-chart-style-btn.active{color:var(--accent);background:#1e5bff24;font-weight:700}html[data-theme=dark] .dash-chart-style-btn.active{color:#dbeafe;background:#5b8cff38}.dash-chart-style-btn+.dash-chart-style-btn{border-left:1px solid var(--line)}.dash-line-chart{gap:.65rem;display:grid}.dash-line-wrap{overflow-x:auto}.dash-line-svg{width:100%;min-width:320px;height:auto;display:block}.dash-line-grid{stroke:#0b163314;stroke-width:1px}.dash-line-dot{cursor:pointer}.dash-line-labels{gap:.25rem;min-width:min(100%,720px);display:grid}.dash-line-label{font:inherit;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;padding:.15rem;font-size:.72rem}.dash-line-label.selected,.dash-line-label:hover{color:var(--accent);background:#1e5bff0f;font-weight:700}.dash-line-series{color:var(--muted);flex-wrap:wrap;gap:.45rem .85rem;font-size:.78rem;display:flex}.dash-line-series span{align-items:center;gap:.35rem;display:inline-flex}.dash-line-series i{border-radius:999px;width:10px;height:10px;font-style:normal;display:inline-block}.dash-pie-chart{gap:.75rem;display:grid}.dash-pie-grid{grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));gap:.85rem;display:grid}.dash-pie-card{border:1px solid var(--line);background:var(--surface-soft);text-align:center;border-radius:12px;justify-items:center;gap:.35rem;padding:.85rem;display:grid}.dash-pie-card strong{font-size:.92rem}.dash-pie-ring{border-radius:50%;place-items:center;width:5.5rem;height:5.5rem;display:grid;position:relative}.dash-pie-ring:after{content:"";background:#fff;border-radius:50%;width:3.2rem;height:3.2rem;position:absolute}.dash-pie-ring span{z-index:1;color:#16a34a;font-size:.82rem;font-weight:700;position:relative}.dash-pie-card .dash-dept-chips{justify-content:center}.dash-emp-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.65rem;margin-bottom:.75rem;display:flex}.emp-graph{gap:.85rem;padding:.25rem 0;display:grid}.emp-graph-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:.75rem 1rem;display:flex}.emp-graph-title{font-family:Fraunces,serif;font-size:1rem}.emp-graph-sub{margin-top:.15rem;font-size:.82rem}.emp-graph-find{align-items:center;gap:.45rem;margin-left:auto;font-size:.86rem;display:flex}.emp-graph-find input{border:1px solid var(--line);min-width:12rem;font:inherit;background:var(--panel);color:var(--ink);border-radius:8px;padding:.4rem .65rem}.emp-graph-legend{flex-wrap:wrap;gap:.55rem .9rem;display:flex}.emp-graph-legend span{color:var(--muted);align-items:center;gap:.35rem;font-size:.8rem;display:inline-flex}.emp-graph-legend i{border-radius:3px;width:10px;height:10px;font-style:normal;display:inline-block}.emp-graph-rows{gap:.55rem;display:grid}.emp-graph-row{background:var(--panel);border:1px solid var(--line);border-radius:10px;grid-template-columns:minmax(11rem,15rem) minmax(8rem,1fr) auto;align-items:center;gap:.65rem .85rem;padding:.55rem .65rem;display:grid}.emp-graph-row-name{flex-wrap:wrap;align-items:baseline;gap:.45rem;min-width:0;display:flex}.emp-graph-row-name code{color:var(--accent-2);font-size:.82rem;font-weight:700}.emp-graph-row-name span{text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:600;overflow:hidden}.emp-graph-row-meta{color:var(--muted);margin-top:.1rem;font-size:.75rem}.emp-graph-bar{background:#0b163314;border-radius:999px;height:12px;display:flex;overflow:hidden}html[data-theme=dark] .emp-graph-bar{background:#ffffff14}.emp-graph-bar>div{height:100%}.emp-graph-chips{flex-wrap:wrap;justify-content:flex-end;gap:.3rem;display:flex}.emp-graph-chip{border:1px solid;border-radius:6px;padding:.12rem .35rem;font-size:.72rem;font-weight:700}.emp-graph-chip-empty{color:#cbd5e1;border-color:#e2e8f0;font-weight:600}html[data-theme=dark] .emp-graph-chip-empty{color:#94a3b8;background:#ffffff0a;border-color:#ffffff29}html[data-theme=dark] .emp-graph-row{background:#1e293bb8}html[data-theme=dark] .dashboard-stat:hover{box-shadow:0 8px 24px #00000047}html[data-theme=dark] .dashboard-stat span{color:#cbd5e1}html[data-theme=dark] .dash-status-chip{background:#1e293be6}html[data-theme=dark] .dash-status-employee-row{background:#1e293bb8}html[data-theme=dark] .dash-org-institute-block,html[data-theme=dark] .dash-org-dept-block,html[data-theme=dark] .dash-org-employee-rows .dash-org-node{background:#1e293b8c}html[data-theme=dark] .dash-org-node-department .dash-org-node-head{background:#94a3b81a}html[data-theme=dark] .stat{background:var(--surface-soft)}.emp-graph-notes{gap:.25rem;display:grid}.emp-graph-warn-noout{color:#b45309;margin:0;font-size:.88rem;font-weight:600}.emp-graph-warn-late{color:#d97706;margin:0;font-size:.88rem;font-weight:600}@media (width<=760px){.emp-graph-row{grid-template-columns:1fr}.emp-graph-chips{justify-content:flex-start}}.dash-emp-toolbar input{border:1px solid var(--line);min-width:min(100%,18rem);font:inherit;border-radius:10px;flex:1;padding:.55rem .75rem}.dash-org-tree{gap:1rem;display:grid}.dash-org-toolbar{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;display:flex}.dash-org-period{font-size:.88rem}.dash-org-summary{border:1px solid var(--line);background:var(--panel-soft,#f8fafc99);border-radius:12px;gap:.75rem;padding:1rem 1.1rem;display:grid}html[data-theme=dark] .dash-org-summary{background:#ffffff08}.dash-org-summary-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.dash-org-summary-title{font-family:Fraunces,serif;font-size:1rem}.dash-org-legend{margin-top:.15rem}.dash-org-tree-body{gap:.65rem;display:grid}.dash-org-institute-block,.dash-org-dept-block{border:1px solid var(--line);background:var(--panel);border-radius:12px;overflow:hidden}.dash-org-node-head{grid-template-columns:minmax(12rem,1.2fr) minmax(8rem,1fr) auto;align-items:center;gap:.75rem;padding:.65rem .85rem;display:grid}.dash-org-node-institute .dash-org-node-head{background:linear-gradient(90deg,#0284c714,#0000)}.dash-org-node-department .dash-org-node-head{background:#94a3b814}.dash-org-node-employee .dash-org-node-head{grid-template-columns:minmax(12rem,1.4fr) minmax(8rem,1fr) auto;padding:.45rem .65rem .45rem 2rem}.dash-org-node-id{align-items:flex-start;gap:.35rem;min-width:0;display:flex}.dash-org-node-label{font-size:.92rem;line-height:1.35}.dash-org-node-label code{margin-right:.35rem;font-size:.82rem}.dash-org-node-meta{margin-top:.1rem;font-size:.78rem}.dash-org-toggle{color:var(--text);cursor:pointer;background:0 0;border:none;flex-shrink:0;width:1.25rem;height:1.25rem;padding:0;font-size:.85rem;line-height:1}.dash-org-toggle-spacer{cursor:default;display:inline-block}.dash-org-bar{border-radius:999px;min-height:.55rem}.dash-org-bar-empty{background:#94a3b826}.dash-org-chips{justify-content:flex-end}.dash-org-children{border-top:1px solid var(--line);gap:.45rem;padding:.45rem .55rem .55rem 1.25rem;display:grid}.dash-org-children-employees{padding-left:1.75rem}.dash-org-employees{gap:.45rem;display:grid}.dash-org-find{align-items:center;gap:.5rem;max-width:20rem;display:flex}.dash-org-find input{border:1px solid var(--line);font:inherit;border-radius:8px;flex:1;padding:.4rem .55rem}.dash-org-employee-rows{gap:.35rem;display:grid}.dash-org-employee-rows .dash-org-node{border:1px solid var(--line);border-radius:8px;overflow:hidden}.dash-org-empty{margin:.35rem 0;font-size:.88rem}@media (width<=900px){.dash-org-node-head{grid-template-columns:1fr}.dash-org-chips{justify-content:flex-start}}.dash-emp-groups{gap:1rem;display:grid}.dash-emp-group-title{margin:0 0 .45rem;font-family:Fraunces,serif;font-size:.92rem}.dash-emp-list{gap:.45rem;display:grid}.dash-emp-row{border:1px solid var(--line);background:#fff;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.45rem .85rem;padding:.55rem .65rem;display:flex}.dash-emp-id{flex-wrap:wrap;align-items:baseline;gap:.4rem .55rem;min-width:0;display:flex}.dash-emp-id code{font-size:.78rem;font-weight:700}.dash-emp-id span{font-size:.88rem;font-weight:600}.dash-emp-status{flex-wrap:wrap;align-items:center;gap:.35rem .55rem;font-size:.78rem;display:flex}.dash-emp-badge{border:1px solid;border-radius:999px;padding:.12rem .45rem;font-size:.72rem;font-weight:700}.dash-emp-late{color:#d97706;font-weight:600}.no-access-page{max-width:36rem}.auth-loading{max-width:24rem;color:var(--muted);margin:2rem auto}.auth-shell{letter-spacing:-.01em;color:#0f172a;background:#eef2f7;grid-template-columns:1fr;font-family:Manrope,DM Sans,system-ui,sans-serif;display:grid;position:fixed;inset:0;overflow:hidden}.auth-hero{color:#071033;background:radial-gradient(at 28% 42%,#0047ff2e,#0000 58%),linear-gradient(165deg,#fff 0%,#eef3fb 52%,#d7e3f6 100%);flex-direction:column;justify-content:space-between;min-height:0;padding:2rem 2.5rem;display:none;overflow:hidden}.auth-hero-top{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.auth-hero-mid{min-height:0;padding:1rem 0}.auth-hero-mid h2{letter-spacing:-.03em;color:#071033;max-width:22rem;margin:0;font-size:clamp(1.6rem,2.4vw,1.95rem);font-weight:800;line-height:1.2}.auth-hero-mid p{color:#64748b;max-width:26rem;margin:.65rem 0 0;font-size:.92rem;line-height:1.55}.auth-hero-foot{color:#64748b;flex-shrink:0;font-size:.875rem}.auth-logo-sm{object-fit:contain;flex-shrink:0;width:40px;height:40px}.auth-logo-lg{object-fit:contain;filter:drop-shadow(0 16px 28px #002d9c33);width:96px;height:96px;margin-bottom:1rem}.auth-app-name{letter-spacing:-.02em;color:#071033;font-size:1.125rem;font-weight:800;line-height:1}.auth-app-sub{color:#0047ff;margin-top:.25rem;font-size:.75rem;font-weight:600}.auth-pill{color:#002d9c;background:#0047ff1f;border-radius:999px;align-items:center;margin-top:.85rem;padding:.3rem .75rem;font-size:.85rem;font-weight:800;display:inline-flex}.auth-panel{justify-content:center;align-items:center;height:100%;min-height:0;padding:1rem;display:flex;overflow:hidden}.auth-panel-scroll{overscroll-behavior:contain;align-items:stretch;overflow-y:auto}.auth-card{background:#fff;border:1px solid #e2e8f0;border-radius:1.1rem;width:100%;max-width:28rem;padding:1.25rem;position:relative;overflow:hidden;box-shadow:0 8px 24px #0f172a0a}.auth-card-wide{max-width:32rem}.auth-panel-scroll .auth-card{margin:auto 0}.auth-mobile-brand{align-items:center;gap:.75rem;margin-bottom:.85rem;display:flex}.auth-title{letter-spacing:-.02em;color:#071033;margin:0 0 .75rem;font-size:1.25rem;font-weight:800}.auth-lead{color:#64748b;margin:-.25rem 0 .85rem;font-size:.9rem}.auth-form{gap:.65rem;display:grid}.auth-form-grid{grid-template-columns:1fr}.auth-form .span-2{grid-column:1/-1}.auth-footer-block{border-top:1px solid #f1f5f9;margin-top:1rem;padding-top:.85rem}.auth-footer-block .muted{margin:0 0 .5rem;font-size:.875rem}.auth-switch{margin:.85rem 0 0;font-size:.875rem}.auth-switch a{color:#2563eb;font-weight:700}.auth-busy{z-index:20;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);text-align:center;background:#ffffffd9;place-items:center;gap:.75rem;padding:1.5rem;display:grid;position:absolute;inset:0}.auth-busy p{color:#334155;margin:0;font-size:.875rem;font-weight:700}.busy-spin{border:2.5px solid #0047ff33;border-top-color:#0047ff;border-radius:999px;width:2rem;height:2rem;margin:0 auto;animation:.7s linear infinite busy-spin}@keyframes busy-spin{to{transform:rotate(360deg)}}.input{color:#0f172a;width:100%;font:inherit;background:#fff;border:1px solid #dbe3ee;border-radius:.8rem;outline:none;padding:.7rem .85rem}.input:focus{border-color:#0047ff;box-shadow:0 0 0 4px #0047ff26}.input::placeholder{color:#64748b}.btn-primary{color:#fff;width:100%;font:inherit;cursor:pointer;background:#0047ff;border:0;border-radius:.8rem;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1rem;font-weight:700;text-decoration:none;transition:background .15s;display:inline-flex}.btn-primary:hover{background:#0036cc}.btn-primary:disabled{opacity:.45;cursor:not-allowed}.form{gap:.75rem;display:grid}.form.form-wide{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-items:end}.form.form-wide .form-actions{flex-wrap:wrap;grid-column:1/-1;gap:.6rem;display:flex}.form textarea{border:1px solid var(--line);font:inherit;resize:vertical;background:#fff;border-radius:12px;min-height:5rem;padding:.75rem .9rem}.form-subtabs{margin-bottom:1rem}.employee-form{gap:1rem;display:grid}.employee-form .form-wide{margin:0}.employee-form-actions{border-top:1px solid var(--line);flex-wrap:wrap;gap:.6rem;padding-top:.35rem;display:flex}.employee-photo-block{border:1px dashed var(--line);background:#ffffff8c;border-radius:14px;flex-wrap:wrap;align-items:flex-start;gap:1rem;margin-bottom:.75rem;padding:1rem;display:flex}.employee-photo-preview{border:1px solid var(--line);background:#f4f6fb;border-radius:12px;flex-shrink:0;place-items:center;width:112px;height:112px;display:grid;overflow:hidden}.employee-photo-preview img{object-fit:cover;width:100%;height:100%}.employee-photo-actions{gap:.45rem;min-width:min(100%,220px);display:grid}.employee-photo-actions input[type=file]{font-size:.88rem}.secondary-btn{cursor:pointer;border-radius:10px;width:fit-content;padding:.55rem .85rem;font-weight:500;border:1px solid var(--line)!important;color:var(--ink)!important;background:#fff!important}.address-section{gap:.85rem;display:grid}.address-section label{grid-column:1/-1}.search-select{width:100%;position:relative}.toolbar .search-select,.toolbar-select{width:auto;min-width:12rem}.toolbar-select-sm{width:auto;min-width:6.5rem}.page-size-select{width:5.75rem;min-width:5.75rem}.page-size-select .search-select-trigger{border-radius:8px;min-height:2.2rem;padding:.35rem .55rem}.search-select.disabled{opacity:.55;pointer-events:none}.search-select-trigger{border:1px solid var(--line);background:var(--input-bg);width:100%;color:var(--ink);cursor:pointer;text-align:left;border-radius:12px;justify-content:space-between;align-items:center;gap:.5rem;min-height:2.85rem;padding:.65rem .9rem;font-weight:400;display:flex}.form .search-select-trigger,.bulk-bar .search-select-trigger{background:var(--input-bg);color:var(--ink);font-weight:400}.search-select-value{flex:1;gap:.12rem;min-width:0;display:grid}.search-select-label{text-overflow:ellipsis;white-space:nowrap;color:var(--ink);font-size:.94rem;font-weight:500;line-height:1.25;overflow:hidden}.search-select-meta{color:var(--muted);letter-spacing:.01em;text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;line-height:1.3;overflow:hidden}.search-select-placeholder{color:var(--muted);font-size:.94rem}.search-select-caret{color:var(--muted);flex-shrink:0;font-size:.75rem}.search-select-required{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.search-select-panel{z-index:100;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:12px;position:fixed;overflow:hidden}.search-select-query{border:0;border-bottom:1px solid var(--line);background:var(--surface-soft);width:100%;color:var(--ink);border-radius:0;outline:none;padding:.7rem .85rem}.search-select-list{max-height:240px;margin:0;padding:.35rem;list-style:none;overflow:auto}.search-select-empty{padding:.75rem .65rem;font-size:.88rem}.search-select-option{text-align:left;width:100%;color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:8px;gap:.15rem;padding:.55rem .65rem;font-weight:400;display:grid}.form .search-select-option{color:var(--ink);background:0 0;font-weight:400}.search-select-option.highlight,.search-select-option:hover{background:#1e5bff14}html[data-theme=dark] .search-select-option.highlight,html[data-theme=dark] .search-select-option:hover{background:#5b8cff29}.search-select-option.selected{background:#1e5bff1f}html[data-theme=dark] .search-select-option.selected{background:#5b8cff38}.search-select-option.clear-option .search-select-label{color:var(--muted);font-size:.88rem;font-weight:400}.bulk-bar .search-select{min-width:180px}.directory-filters .search-select{min-width:160px}.payroll-preview{border:1px solid var(--line);background:#ffffff8c;border-radius:12px;flex-wrap:wrap;gap:1.25rem;margin-top:1rem;padding:.9rem 1rem;display:flex}.payroll-preview>div{gap:.2rem;min-width:120px;display:grid}.section-title{margin:1rem 0 .5rem;font-size:.95rem;font-weight:600}.salary-slip{padding:1.25rem .5rem .5rem}.slip-header{border-bottom:2px solid var(--ink);justify-content:space-between;gap:1rem;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.slip-header h2{margin:0;font-family:Fraunces,serif}.slip-header p{margin:.25rem 0 0}.slip-employee{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;margin-bottom:1rem;display:grid}.slip-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.slip-grid h4{margin:0 0 .5rem}.slip-grid table{width:100%}.slip-grid td.num,.slip-grid .num{text-align:right;font-variant-numeric:tabular-nums}.slip-grid .total-row td{border-top:1px solid var(--line);padding-top:.55rem;font-weight:700}.slip-net{background:#f1f5f9;border-radius:10px;justify-content:space-between;align-items:center;margin-top:1.25rem;padding:.85rem 1rem;font-size:1.1rem;display:flex}.slip-bank,.slip-footer{margin-top:1rem;font-size:.85rem}@media print{.no-print,.sidebar,.tabs,.page-title,.page-sub{display:none!important}.shell,.content{height:auto!important;display:block!important;overflow:visible!important}.salary-slip-panel{box-shadow:none!important;border:0!important}}@media (width<=720px){.slip-grid{grid-template-columns:1fr}}.checkbox-row{align-items:center;gap:.65rem;grid-template-columns:none!important;display:flex!important}.checkbox-row input[type=checkbox]{width:1.05rem;height:1.05rem;accent-color:var(--accent)}.shift-form input[type=time]{min-height:2.85rem}.form label{gap:.35rem;font-size:.92rem;display:grid}.form input,.form select,.toolbar input,.toolbar select{border:1px solid var(--line);background:#fff;border-radius:12px;padding:.75rem .9rem}.form button,.primary{background:linear-gradient(135deg, var(--accent), var(--accent-2));color:#fff;cursor:pointer;border:0;border-radius:12px;padding:.8rem 1rem;font-weight:600}.form .search-select-trigger,.bulk-bar .search-select-trigger{border:1px solid var(--line);color:var(--ink);background:#fff;padding:.65rem .9rem;font-weight:400}.form .search-select-option,.bulk-bar .search-select-option{color:var(--ink);background:0 0;border-radius:8px;padding:.55rem .65rem;font-weight:400}.form .search-select-option.highlight,.form .search-select-option:hover,.bulk-bar .search-select-option.highlight,.bulk-bar .search-select-option:hover{color:var(--ink);background:#1e5bff14}.form .search-select-option.selected,.bulk-bar .search-select-option.selected{color:var(--ink);background:#1e5bff1f}@media (width>=768px){.auth-shell{grid-template-columns:1fr 1fr}.auth-hero{display:flex}.auth-mobile-brand{display:none}}@media (width>=640px){.auth-form-grid{grid-template-columns:1fr 1fr}}.error{color:#9b1c1c;font-size:.9rem}.muted{color:var(--muted)}.toolbar{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.toolbar-export-group{flex-wrap:wrap;align-items:center;gap:.5rem;display:inline-flex}.sheet-export-toolbar .export-divider{background:var(--line);align-self:stretch;width:1px;min-height:1.75rem;margin:0 .15rem}.export-print-menu{position:relative}.export-print-trigger{cursor:pointer;list-style:none}.export-print-trigger::-webkit-details-marker{display:none}.export-print-menu-panel{z-index:40;background:var(--surface);border:1px solid var(--line);min-width:12rem;box-shadow:var(--shadow);border-radius:10px;gap:.2rem;padding:.35rem;display:grid;position:absolute;top:calc(100% + 4px);right:0}.export-print-menu-panel button{text-align:left;width:100%;color:var(--ink);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:.5rem .65rem}.export-print-menu-panel button:hover:not(:disabled){background:#1e5bff14}.export-print-menu-panel button:disabled{opacity:.55;cursor:default}.export-busy-overlay{z-index:1200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0b163359;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.export-busy-card{text-align:center;background:#fff;border-radius:16px;justify-items:center;gap:.45rem;max-width:22rem;padding:1.35rem 1.5rem;display:grid;box-shadow:0 18px 48px #0b16332e}.export-busy-card strong{font-size:1rem}.export-busy-card p{margin:0;font-size:.88rem}.toolbar .btn-secondary{cursor:pointer;white-space:nowrap;border-radius:12px;min-height:2.85rem;padding:.65rem 1rem;font-size:.9rem;font-weight:600}.toolbar .btn-secondary:disabled{opacity:.6;cursor:not-allowed}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid var(--line);padding:.75rem .5rem;font-size:.95rem}th{color:var(--muted);font-weight:500}@media (width<=900px){.shell,.shell.sidebar-collapsed{grid-template-rows:auto minmax(0,1fr);grid-template-columns:1fr}.sidebar,.sidebar.collapsed{z-index:2;width:100%;height:auto;max-height:none;padding:.85rem 1rem;overflow:visible}.sidebar.collapsed .brand-text,.sidebar.collapsed .sidebar-email,.sidebar.collapsed .nav-label{display:block}.sidebar nav{flex-wrap:wrap;flex:none;gap:.35rem;display:flex;overflow:visible}.sidebar nav a{padding:.55rem .75rem}.sidebar-toggle{display:none}.content{min-height:0;padding:1.25rem;overflow-y:auto}.app-header{flex-wrap:wrap;padding:.55rem .85rem}.app-header-subtitle,.app-header-user-text .muted{display:none}.app-header-role span{max-width:6rem}.app-header-theme span{display:none}.dashboard-stats--primary{grid-template-columns:repeat(2,minmax(0,1fr))}}.tabs{background:var(--surface-muted);border:1px solid var(--line);border-radius:14px;flex-wrap:wrap;gap:.4rem;margin:0 0 1.25rem;padding:.35rem;display:flex}.tab{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:10px;padding:.65rem 1rem;font-weight:500}.tab.active{background:var(--accent);color:#fff}.tab:hover:not(.active){color:var(--ink);background:#1e5bff14}html[data-theme=dark] .tab:not(.active){color:#cbd5e1}html[data-theme=dark] .tab:hover:not(.active){color:#f1f5f9;background:#5b8cff24}.panel-head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.panel-head h3,.panel h3{margin:0 0 .75rem;font-family:Fraunces,serif}.panel-head h3{margin:0}.panel.narrow{max-width:520px}.transfer-layout{grid-template-columns:minmax(260px,340px) minmax(0,1fr);align-items:start;gap:1rem;display:grid}@media (width<=980px){.transfer-layout{grid-template-columns:1fr}}.transfer-history-panel{min-width:0}.transfer-history-head{flex-wrap:wrap;align-items:flex-start;gap:.75rem 1rem}.transfer-history-head-text{flex:12rem;min-width:0}.transfer-history-subtitle{margin:.35rem 0 0;font-size:.88rem;line-height:1.35}.transfer-history-table-wrap{-webkit-overflow-scrolling:touch;margin:0 -.15rem;overflow-x:auto}.transfer-history-table{table-layout:fixed;border-collapse:collapse;width:100%;min-width:36rem}.transfer-history-table th,.transfer-history-table td{vertical-align:top;overflow-wrap:anywhere;word-break:break-word;padding:.65rem .55rem;line-height:1.4}.transfer-history-table th{white-space:nowrap;font-size:.78rem}.transfer-history-table .col-employee{width:22%}.transfer-history-table .col-move{width:30%}.transfer-history-table .col-when{width:14%}.transfer-history-table .col-by{width:12%}.transfer-history-table .col-notes{width:22%}.transfer-employee-link{text-align:left;white-space:normal;max-width:100%;display:inline-block}.transfer-move-cell{flex-direction:column;gap:.15rem;display:flex}.transfer-move-arrow{align-items:center;line-height:1;display:flex}.transfer-move-arrow-icon{color:var(--muted);padding-left:.1rem;font-size:.85rem}.transfer-when-cell{white-space:nowrap;flex-direction:column;gap:.1rem;display:flex}.transfer-when-cell .tiny{font-size:.78rem}.transfer-history-table .col-by{font-size:.88rem}.transfer-notes{-webkit-line-clamp:2;color:var(--muted);-webkit-box-orient:vertical;font-size:.88rem;display:-webkit-box;overflow:hidden}.transfer-place{font-size:.88rem;line-height:1.35}.transfer-place.from{color:var(--muted)}.transfer-place.to{color:var(--ink);font-weight:600}.transfer-history-tabs{flex-shrink:0;margin:0}.transfer-timeline{flex-direction:column;gap:0;padding:.25rem 0 .5rem;display:flex}.transfer-timeline-step{flex-direction:column;display:flex}.transfer-timeline-node{border:1px solid var(--line);background:var(--surface);border-radius:.75rem;padding:.75rem .9rem;position:relative}.transfer-timeline-node.start{border-style:dashed}.transfer-timeline-node.current{background:#eff6ff;border-color:#93c5fd}.transfer-timeline-marker{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin-bottom:.25rem;font-size:.72rem;font-weight:700}.transfer-timeline-node.current .transfer-timeline-marker{color:#1d4ed8}.transfer-timeline-label{font-weight:600;line-height:1.35}.transfer-timeline-meta,.transfer-timeline-reason{color:var(--muted);margin-top:.25rem;font-size:.82rem}.transfer-timeline-reason{font-style:italic}.transfer-timeline-connector{justify-content:center;padding:.35rem 0;display:flex}.transfer-timeline-connector span{background:linear-gradient(var(--line), #93c5fd);border-radius:999px;width:2px;height:1.25rem}.optional{color:var(--muted);font-size:.85em;font-weight:400}.muted.tiny{margin-top:.15rem;font-size:.75rem}.employee-list-profile{min-width:11rem}.employee-list-name{font-weight:600;line-height:1.35}.employee-list-meta{color:var(--muted);margin-top:.2rem;font-size:.78rem;line-height:1.35}.recycle-type-filters{flex-wrap:wrap;gap:.75rem 1.25rem;margin:0 0 1rem;display:flex}.recycle-type-check{cursor:pointer;align-items:center;gap:.4rem;font-size:.9rem;display:inline-flex}.chip.subtle{background:color-mix(in srgb, var(--accent) 12%, #fff);color:var(--ink);border:1px solid color-mix(in srgb, var(--accent) 20%, var(--line));border-radius:999px;margin-top:.25rem;padding:.1rem .4rem;font-size:.68rem;display:inline-block}.chip.subtle.warn{color:#9a3412;background:#fff7ed;border-color:#fdba74}.chip.subtle.ok{color:#166534;background:#ecfdf3;border-color:#86efac;margin-left:.35rem}.chip.device-status{white-space:nowrap;align-items:center;gap:.35rem;margin-top:0;font-size:.72rem;font-weight:600;display:inline-flex}.device-status-dot{border-radius:50%;flex-shrink:0;width:.42rem;height:.42rem}.chip.device-status.online,.chip.device-status.active{color:#166534;background:#ecfdf3;border-color:#86efac}.chip.device-status.online .device-status-dot,.chip.device-status.active .device-status-dot{background:#22c55e}.chip.device-status.idle{color:#1d4ed8;background:#eff6ff;border-color:#93c5fd}.chip.device-status.idle .device-status-dot{background:#3b82f6}.chip.device-status.offline{color:#475569;background:#f8fafc;border-color:#cbd5e1}.chip.device-status.offline .device-status-dot{background:#94a3b8}.chip.device-status.pending{color:#92400e;background:#fffbeb;border-color:#fcd34d}.chip.device-status.pending .device-status-dot{background:#f59e0b}.chip.device-status.unmapped{color:#991b1b;background:#fef2f2;border-color:#fecaca}.chip.device-status.unmapped .device-status-dot{background:#ef4444}.agent-device-list .chip.device-status{vertical-align:middle;margin-left:.25rem}.agent-device-links{flex-wrap:wrap;gap:.35rem;display:flex}.agent-device-links .chip.subtle{margin-top:0}.gateway-status-table .gateway-linked-devices{min-width:12rem;max-width:22rem}.agent-device-list{gap:.35rem;margin:0;padding:0;list-style:none;display:grid}.agent-device-list li{font-size:.88rem;line-height:1.35}.gateway-device-warn{margin:.35rem 0 0}.gateway-status-hint{flex-wrap:wrap;gap:.4rem;margin:0;display:flex}.gateway-status-hint .chip.subtle{margin-top:0}.gateway-row-active{background:#22c55e0f}.gateway-page .gateway-setup-bar{padding:.85rem 1.1rem}.gateway-setup-steps{flex-wrap:wrap;gap:.5rem 1rem;margin:0;padding:0;list-style:none;display:flex}.gateway-setup-steps li{color:var(--muted);align-items:center;gap:.4rem;font-size:.88rem;display:flex}.gateway-setup-steps li.done{color:var(--accent);font-weight:600}.gateway-step-marker{text-align:center;flex-shrink:0;width:1rem;font-size:.82rem}.gateway-panel-head{align-items:flex-start}.gateway-panel-actions{flex-wrap:wrap;flex-shrink:0;gap:.5rem;display:flex}.gateway-panel-actions button:not(.primary){border:1px solid var(--line);color:var(--ink);cursor:pointer;background:#fff;border-radius:12px;padding:.65rem .95rem;font-weight:600}.gateway-panel-sub{max-width:42rem;margin:.35rem 0 0;font-size:.88rem;line-height:1.4}.gateway-alerts{gap:.5rem;margin-bottom:1rem;display:grid}.gateway-alert{background:#0b16330a;border-radius:8px;padding:.65rem .85rem;font-size:.88rem;line-height:1.4}.gateway-alert.warn{background:#f59e0b1f;border:1px solid #f59e0b40}.gateway-create-inline{background:#1e5bff0a;border:1px solid #1e5bff1f;border-radius:10px;margin-bottom:1rem;padding:1rem}.gateway-create-inline h4{margin:0 0 .35rem;font-family:Fraunces,serif;font-size:1rem}.gateway-create-warn{color:#b45309;margin:.5rem 0 0}.gateway-create-form{margin-top:.75rem}.gateway-link-toolbar{border-top:1px solid #0b163314;margin-top:1.25rem;padding-top:1.25rem}.gateway-link-toolbar h4{margin:0 0 .35rem;font-family:Fraunces,serif;font-size:1rem}.gateway-link-form{margin-top:.75rem}.gateway-link-hint{margin:.5rem 0 0;font-size:.85rem}.gateway-link-hint.warn-text{color:#b45309}.gateway-sync-stats{margin-top:.75rem}.stack{gap:1rem;display:grid}.download-row{flex-wrap:wrap;gap:.75rem;margin:1rem 0 .5rem;display:flex}a.download-btn{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:10px;justify-content:center;align-items:center;padding:.7rem 1.1rem;font-weight:600;text-decoration:none;display:inline-flex}a.download-btn.primary,a.primary.download-btn{background:var(--accent);border-color:var(--accent);color:#fff}a.download-btn:hover{filter:brightness(.97)}.setup-note{word-break:break-all;font-size:.85rem}.setup-note a{color:var(--accent)}.setup-bullets{color:var(--muted);gap:.35rem;margin:.75rem 0 0;padding-left:1.2rem;display:grid}.code-block{border:1px solid var(--line);white-space:pre-wrap;color:var(--ink);background:#0b16330d;border-radius:10px;margin:.5rem 0 1rem;padding:.85rem 1rem;font-family:ui-monospace,Consolas,monospace;font-size:.8rem;overflow-x:auto}.setup-table{border-collapse:collapse;width:100%;font-size:.92rem}.setup-table th,.setup-table td{text-align:left;vertical-align:top;border-bottom:1px solid var(--line);padding:.55rem .65rem}.setup-table th{color:var(--muted);font-weight:600}.setup-steps a{color:var(--accent)}.org-layout{grid-template-columns:minmax(240px,320px) 1fr;align-items:start;gap:1rem;display:grid}.org-lookup-grid{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.25rem;display:flex}.org-lookup-name{font-family:Fraunces,serif;font-size:1.35rem}.org-stats{flex-wrap:wrap;gap:1rem;display:flex}.org-stat{border:1px solid var(--line);text-align:center;background:#ffffffbf;border-radius:12px;min-width:88px;padding:.65rem .85rem}.org-stat strong{font-family:Fraunces,serif;font-size:1.35rem;display:block}.org-stat span{color:var(--muted);font-size:.82rem}.org-node-list{gap:.45rem;margin:0;padding:0;list-style:none;display:grid}.org-node{text-align:left;border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:12px;width:100%;padding:.75rem .85rem}.org-node.active{border-color:var(--accent);background:#1e5bff14}.org-node-title{font-weight:600;display:block}.org-node-meta{color:var(--muted);margin-top:.15rem;font-size:.85rem;display:block}.org-institute-summary p{margin:.35rem 0}.tag-list{flex-wrap:wrap;gap:.45rem;display:flex}.breadcrumb{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.35rem;margin:-.75rem 0 1.25rem;font-size:.95rem;display:flex}.breadcrumb-sep{opacity:.5}@media (width<=900px){.org-layout{grid-template-columns:1fr}}.actions a{color:var(--accent);font-size:.85rem;text-decoration:underline}.pager-bar{flex-wrap:wrap;align-items:end;gap:.75rem;margin-bottom:1rem;display:flex}.pager-bar .grow{flex:220px}.pager-bar>button{white-space:nowrap;flex:none;min-height:2.85rem}.pager-bar .download-btn{align-self:end;align-items:center;min-height:2.85rem;display:inline-flex}.form .btn-secondary,.btn-secondary{background:var(--input-bg);color:var(--ink);border:1px solid var(--line);font-weight:600}.form .btn-secondary:hover,.btn-secondary:hover{background:var(--surface-soft);border-color:color-mix(in srgb, var(--accent) 35%, var(--line))}.directory-filters{grid-template-columns:minmax(10rem,1fr) minmax(10rem,1fr) minmax(12rem,2.2fr) 6.25rem 8.25rem;align-items:end;gap:.75rem .85rem;margin-bottom:1rem;display:grid}.action-menu{justify-self:stretch;position:relative}.form .action-menu-toggle,.action-menu-toggle{white-space:nowrap;justify-content:center;align-items:center;gap:.4rem;width:100%;min-height:2.85rem;display:inline-flex}.action-caret{opacity:.9;font-size:.75rem;line-height:1}.action-menu-list{z-index:20;border:1px solid var(--line);background:#fff;border-radius:12px;min-width:12.5rem;padding:.35rem;position:absolute;top:calc(100% + .35rem);right:0;box-shadow:0 12px 28px #0b163324}.form .action-menu-list button,.action-menu-list button{text-align:left;width:100%;color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:8px;padding:.62rem .75rem;font-weight:500;display:block}.form .action-menu-list button:hover,.action-menu-list button:hover{background:color-mix(in srgb, var(--accent) 10%, #fff)}@media (width<=1100px){.directory-filters{grid-template-columns:1fr 1fr}.directory-filters .grow,.action-menu{grid-column:1/-1}}@media (width<=640px){.directory-filters{grid-template-columns:1fr}}.bulk-bar{border:1px solid var(--accent);background:color-mix(in srgb, var(--accent) 8%, transparent);border-radius:12px;flex-wrap:wrap;align-items:end;gap:.75rem;margin-bottom:1rem;padding:.85rem 1rem;display:flex}.bulk-bar-label{align-self:center;min-width:5.5rem}.col-check{text-align:center;vertical-align:middle;width:2.25rem}.col-check input[type=checkbox]{cursor:pointer;width:1rem;height:1rem}tr.row-selected td{background:color-mix(in srgb, var(--accent) 6%, transparent)}.pager{justify-content:flex-end;align-items:center;gap:.75rem;margin-top:1rem;display:flex}.pager button:disabled{opacity:.45;cursor:not-allowed}.table-scroll{overflow-x:auto}.emp-attendance-panel{gap:.5rem;display:grid}.emp-attendance-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.45rem;display:flex}.emp-attendance-segments{border:1px solid var(--line);background:#ffffffb3;border-radius:8px;flex-wrap:wrap;gap:.15rem;padding:.15rem;display:inline-flex}.emp-attendance-segments button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:.32rem .62rem;font-size:.8rem;font-weight:500;line-height:1.2}.emp-attendance-segments button:hover:not(.active){color:var(--ink);background:#1e5bff14}.emp-attendance-segments button.active{background:var(--accent);color:#fff}.emp-attendance-mark{white-space:nowrap;border-radius:8px;font-size:.8rem;line-height:1.2;padding:.38rem .75rem!important}.emp-attendance-range{flex-wrap:wrap;align-items:center;gap:.55rem .85rem;display:flex}.emp-attendance-range label{align-items:center;gap:.35rem;margin:0;font-size:.8rem;display:inline-flex}.emp-attendance-range input[type=date]{border:1px solid var(--line);background:#fff;border-radius:8px;padding:.32rem .45rem;font-size:.8rem}.emp-attendance-summary{margin:0;font-size:.78rem;line-height:1.3}.emp-attendance-mark-panel{margin-bottom:.35rem;padding:.65rem .75rem}.emp-attendance-mark-panel .panel-head{margin-bottom:.5rem}.emp-attendance-mark-panel .panel-head h3{font-size:.95rem}.emp-attendance-table-wrap{overflow-x:visible}.emp-attendance-table{width:100%}.emp-attendance-table th,.emp-attendance-table td{vertical-align:middle;padding:.32rem .35rem;font-size:.8rem;line-height:1.25}.emp-attendance-table th{white-space:nowrap;font-size:.72rem}.emp-attendance-table .emp-att-date{white-space:nowrap}.emp-attendance-table .emp-att-actions{white-space:nowrap;text-align:right;width:1%;padding-left:.25rem;padding-right:0}.employee-form .emp-attendance-panel .emp-att-correct-btn{border:1px solid var(--line);color:var(--ink);cursor:pointer;white-space:nowrap;background:#fff;border-radius:6px;padding:.22rem .5rem;font-size:.72rem;font-weight:600;line-height:1.2}.employee-form .emp-attendance-panel .emp-att-correct-btn:hover{border-color:color-mix(in srgb, var(--accent) 35%, var(--line));color:var(--accent);background:#1e5bff14}.emp-att-status{flex-direction:column;gap:.05rem;min-width:0;display:flex}.emp-att-warn{color:#b45309;font-size:.68rem;font-weight:600;line-height:1.15}.emp-att-note{text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;line-height:1.15;overflow:hidden}.role-fieldset{border:1px solid var(--line);border-radius:12px;margin:0;padding:.75rem 1rem 1rem}.role-fieldset legend{color:var(--muted);padding:0 .35rem;font-size:.9rem}.role-grid{flex-wrap:wrap;gap:.55rem 1rem;display:flex}.role-chip{align-items:center;gap:.4rem;font-size:.9rem;grid-template-columns:none!important;display:inline-flex!important}.role-chip input{width:auto;padding:0}.permission-groups{gap:.75rem;display:grid}.permission-group{border:1px solid var(--line);background:#ffffff8c;border-radius:10px;padding:.55rem .65rem}.permission-group-page{align-items:center;gap:.4rem;margin-bottom:.35rem;font-size:.9rem;font-weight:600;display:inline-flex}.permission-group-actions{flex-wrap:wrap;gap:.35rem .75rem;margin-left:1.35rem;display:flex}.permission-action-chip{color:var(--muted);align-items:center;gap:.35rem;font-size:.82rem;display:inline-flex!important}.permission-action-chip input{width:auto;padding:0}.banner{border:1px solid var(--line);border-radius:14px;margin-bottom:1rem;padding:.9rem 1rem}.app-update-banner{z-index:90;border:1px solid color-mix(in srgb, var(--accent) 35%, var(--line));background:color-mix(in srgb, var(--accent) 8%, var(--surface));border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;width:min(42rem,100vw - 2rem);padding:.85rem 1rem;display:flex;position:fixed;bottom:1rem;left:50%;transform:translate(-50%);box-shadow:0 16px 40px #0b16332e}.app-update-banner-text{gap:.2rem;min-width:0;font-size:.92rem;line-height:1.35;display:grid}.app-update-banner-actions{flex-wrap:wrap;flex-shrink:0;gap:.5rem;display:flex}.toast-stack{z-index:80;pointer-events:none;gap:.55rem;width:min(22rem,100vw - 2rem);display:grid;position:fixed;top:1rem;right:1rem}.toast{pointer-events:auto;border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.85rem .95rem;font-weight:600;line-height:1.35;display:flex;box-shadow:0 12px 28px #0b163329}.toast-success{color:#146c3a;background:#ecf8f0;border-color:#9ad7b0}.toast-error{color:#9b1c1c;background:#fdecec;border-color:#f0b4b4}.toast-info{color:#1e40af;background:#eff6ff;border-color:#93c5fd}.live-punch-banner{color:#166534;cursor:pointer;font-size:.78rem;font-weight:600;font:inherit;background:#ecfdf3;border:1px solid #86efac;border-radius:999px;align-items:center;gap:.45rem;margin:0 0 .75rem;padding:.35rem .65rem;display:inline-flex}.live-punch-banner:hover{background:#dcfce7}.live-punch-unread{color:#fff;text-align:center;background:#166534;border-radius:999px;min-width:1.15rem;padding:.05rem .35rem;font-size:.68rem;line-height:1.2}.live-punch-stack{z-index:85;pointer-events:none;gap:.65rem;width:min(24rem,100vw - 2rem);display:grid;position:fixed;top:1rem;right:1rem}.live-punch-card{pointer-events:auto;color:#1e3a8a;background:#eff6ff;border:1px solid #93c5fd;border-radius:12px;padding:.85rem .95rem;line-height:1.4;box-shadow:0 14px 32px #0b16332e}.live-punch-card.batch{flex-direction:column;max-height:min(22rem,55vh);display:flex}.live-punch-card-head{justify-content:space-between;align-items:flex-start;gap:.65rem;font-size:.88rem;display:flex}.live-punch-card-head strong{font-weight:600}.live-punch-batch-list{gap:.35rem;margin:.65rem 0 0;padding:0;font-size:.82rem;font-weight:500;list-style:none;display:grid;overflow-y:auto}.live-punch-batch-list li{background:#ffffff8c;border-radius:8px;padding:.35rem .45rem}.live-punch-dismiss{color:inherit;cursor:pointer;opacity:.75;background:0 0;border:0;flex-shrink:0;padding:0;font-size:1.2rem;line-height:1}.live-punch-dismiss:hover{opacity:1}.live-punch-paused-hint{color:#1d4ed8;opacity:.85;margin-top:.45rem;font-size:.72rem}.live-punch-feed-panel{z-index:84;border:1px solid var(--line);background:#fff;border-radius:14px;flex-direction:column;width:min(24rem,100vw - 2rem);max-height:min(28rem,60vh);padding:.85rem .95rem;display:flex;position:fixed;top:4.5rem;right:1rem;overflow:hidden;box-shadow:0 18px 40px #0b163329}.live-punch-feed-head{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.65rem;display:flex}.live-punch-feed-head h3{margin:0;font-family:Fraunces,serif;font-size:1.05rem}.live-punch-feed-list{gap:.4rem;margin:0;padding:0;font-size:.84rem;line-height:1.35;list-style:none;display:grid;overflow-y:auto}.live-punch-feed-list li{border:1px solid var(--line);background:#f8fafc;border-radius:8px;padding:.45rem .5rem}.live-punch-dot{background:#22c55e;border-radius:50%;width:.45rem;height:.45rem;box-shadow:0 0 0 2px #22c55e40}.toast-close{color:inherit;cursor:pointer;opacity:.7;background:0 0;border:0;padding:0;font-size:1.15rem;line-height:1}.toast-close:hover{opacity:1}.banner.ok{background:#1e5bff1a}.banner.warn{background:#c9792b26}.banner.error{color:#9b1c1c;background:#dc26261a}.modal-backdrop{z-index:70;background:#0b163373;place-items:center;padding:1rem;display:grid;position:fixed;inset:0;overflow:auto}.modal-card{border:1px solid var(--line);background:#fff;border-radius:16px;width:min(36rem,100%);max-height:min(90vh,56rem);padding:1rem 1.15rem 1.25rem;overflow:auto;box-shadow:0 24px 48px #0b163347}.modal-card-wide{width:min(52rem,100%)}.modal-card .panel-head{margin-bottom:.75rem}.modal-card .form-actions{flex-wrap:wrap;gap:.5rem;display:flex}.modal-card .form-actions button:not(.primary){border:1px solid var(--line);color:var(--ink);cursor:pointer;background:#fff;border-radius:12px;padding:.8rem 1rem;font-weight:600}.modal-card label.field-required:not(.checkbox-row){display:block}.modal-card label.field-required:not(.checkbox-row):before{content:"*";color:#b91c1c;margin-right:.2rem;font-weight:700}.modal-card label.field-required:not(.checkbox-row)>input:not([type=checkbox]):not([type=radio]),.modal-card label.field-required:not(.checkbox-row)>select,.modal-card label.field-required:not(.checkbox-row)>textarea,.modal-card label.field-required:not(.checkbox-row)>.search-select{box-sizing:border-box;width:100%;margin-top:.35rem;display:block}@media print{.modal-backdrop{background:0 0;padding:0;display:block;position:static;inset:auto;overflow:visible}.modal-card{width:100%;max-height:none;box-shadow:none;border:0;padding:0}}.upload-progress-head{justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.4rem;font-size:.9rem;display:flex}.upload-progress-track{background:color-mix(in srgb, var(--line) 80%, #fff);border:1px solid var(--line);border-radius:999px;height:.7rem;overflow:hidden}.upload-progress-fill{border-radius:inherit;background:linear-gradient(90deg,#1e5bff,#38bdf8);height:100%;transition:width .35s}.upload-progress-fill.active{background-size:200% 100%;animation:1.2s linear infinite upload-sheen}.upload-job-rows{gap:.75rem;margin-top:.9rem;display:grid}.upload-job-row{border-top:1px solid var(--line);padding:.55rem .15rem 0}.upload-job-meta{justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.3rem;font-size:.86rem;display:flex}@media (width<=900px){.month-graph-row{grid-template-columns:1fr!important}}.upload-progress-track.slim{height:.42rem}@keyframes upload-sheen{0%{filter:brightness()}50%{filter:brightness(1.12)}to{filter:brightness()}}.mono{word-break:break-all;font-family:ui-monospace,Consolas,monospace;font-size:.9rem}.actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.35rem;display:flex}.actions button:not(.icon-btn):not(.row-action-toggle){border:1px solid var(--line);color:var(--ink);cursor:pointer;background:#fff;border-radius:8px;padding:.35rem .6rem}.actions button.danger:not(.icon-btn){color:#9b1c1c}.actions-cell,th.actions-col{white-space:nowrap;vertical-align:middle;text-align:right;width:1%;padding-left:.35rem;padding-right:.35rem}.action-group{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:.35rem;display:inline-flex}.icon-btn{border:1px solid var(--line);color:#475569;cursor:pointer;background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;transition:background .15s,border-color .15s,color .15s,box-shadow .15s;display:inline-flex}.icon-btn:hover:not(:disabled){color:var(--accent);background:#f8fafc;border-color:#cbd5e1;box-shadow:0 1px 2px #0f172a0f}.icon-btn:focus-visible{outline:2px solid color-mix(in srgb, var(--accent) 55%, white);outline-offset:2px}.icon-btn.primary{color:var(--accent);border-color:color-mix(in srgb, var(--accent) 35%, var(--line));background:color-mix(in srgb, var(--accent) 8%, white)}.icon-btn.primary:hover:not(:disabled){background:color-mix(in srgb, var(--accent) 14%, white);border-color:color-mix(in srgb, var(--accent) 50%, var(--line))}.icon-btn.danger:hover:not(:disabled){color:#b91c1c;background:#fef2f2;border-color:#fecaca}.icon-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}a.icon-link{color:#475569;text-decoration:none}a.icon-link:hover{color:var(--accent)}.link-stat{appearance:none;border:1px solid var(--line);color:var(--ink);font:inherit;cursor:pointer;text-underline-offset:2px;background:#f3f4f6;border-radius:8px;padding:.2rem .55rem;font-weight:600;text-decoration:underline}.link-stat:hover:not(:disabled){border-color:color-mix(in srgb, var(--accent) 40%, var(--line));background:#e5e7eb}.link-stat.warn{color:#dc2626;background:#fef2f2;border-color:#fecaca}.link-stat:disabled{opacity:.55;cursor:wait}.stat-btn{appearance:none;border:1px dashed var(--line);text-align:left;cursor:pointer;background:0 0;border-radius:10px;margin:0;padding:0}.stat-btn:hover:not(:disabled){border-color:color-mix(in srgb, var(--accent) 45%, var(--line));background:color-mix(in srgb, var(--accent) 6%, #fff)}.stat-btn:disabled{opacity:.6;cursor:wait}.preview-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;margin:.75rem 0 .25rem;display:flex}.preview-tabs{flex-wrap:wrap;gap:.35rem;display:flex}.preview-tabs button{border:1px solid var(--line);color:var(--ink);cursor:pointer;font:inherit;background:#fff;border-radius:8px;padding:.35rem .7rem;font-size:.86rem}.preview-tabs button.active{background:color-mix(in srgb, var(--accent) 12%, #fff);border-color:color-mix(in srgb, var(--accent) 45%, var(--line));font-weight:600}.preview-tabs button:disabled{opacity:.55;cursor:wait}.preview-search{align-items:center;gap:.45rem;font-size:.86rem;display:flex}.preview-search input{border:1px solid var(--line);min-width:min(16rem,70vw);font:inherit;border-radius:8px;padding:.4rem .65rem}.preview-loading{color:var(--muted,#64748b);align-items:center;gap:.55rem;margin:.75rem 0;font-size:.9rem;display:flex}.spinner{border:2px solid #cbd5e1;border-top-color:var(--accent,#2563eb);border-radius:50%;flex-shrink:0;width:1rem;height:1rem;animation:.7s linear infinite preview-spin}@keyframes preview-spin{to{transform:rotate(360deg)}}.preview-pre{color:#e8eefc;white-space:pre-wrap;word-break:break-word;background:#0b1633;border-radius:12px;max-height:22rem;margin:0;padding:.85rem 1rem;font-size:.78rem;line-height:1.45;overflow:auto}.row-action-menu{justify-content:flex-end;width:100%;display:inline-flex;position:relative}.row-action-toggle{justify-content:center;align-items:center;gap:0;width:2rem;height:2rem;min-height:2rem;border:1px solid var(--line)!important;color:var(--ink)!important;background:#fff!important;border-radius:8px!important;padding:0!important;font-size:.84rem!important;font-weight:500!important;display:inline-flex!important}.row-action-menu.open .row-action-toggle{border-color:color-mix(in srgb, var(--accent) 45%, var(--line))!important;background:color-mix(in srgb, var(--accent) 8%, #fff)!important}.row-action-label{display:none}.row-action-icon{opacity:.85}.row-action-list{z-index:30;border:1px solid var(--line);background:#fff;border-radius:12px;min-width:13.5rem;padding:.35rem;position:absolute;top:calc(100% + .3rem);right:0;box-shadow:0 14px 32px #0b163329}.row-action-list button{text-align:left;cursor:pointer;align-items:flex-start;gap:.65rem;width:100%;color:var(--ink)!important;background:0 0!important;border:0!important;border-radius:9px!important;padding:.55rem .65rem!important;font-weight:400!important;display:flex!important}.row-action-list button svg{color:var(--accent);flex-shrink:0;margin-top:.12rem}.row-action-list button span{gap:.08rem;min-width:0;display:grid}.row-action-list button strong{font-size:.88rem;font-weight:600;line-height:1.2}.row-action-list button small{color:var(--muted);font-size:.72rem;line-height:1.25}.row-action-list button:hover{background:color-mix(in srgb, var(--accent) 10%, #fff)!important}@media (width<=900px){.row-action-toggle{padding:.4rem .5rem!important}}.linkish{color:var(--accent);cursor:pointer;background:0 0;border:0;padding:0;font-size:.85rem;text-decoration:underline}.pill{background:#e8eee9;border-radius:999px;padding:.2rem .55rem;font-size:.8rem;display:inline-block}.pill.status-1{background:#fff3d6}.pill.status-2{background:#dcecff}.pill.status-3{background:#d8f5e3}.pill.status-4{background:#fde2e2}.checklist{gap:.55rem;margin:0 0 1.25rem;padding:0;list-style:none;display:grid}.checklist li{color:var(--muted);gap:.55rem;display:flex}.checklist li.done{color:var(--accent);font-weight:600}.setup-steps p{color:var(--muted);margin:.4rem 0}.setup-steps code{background:#0b16330f;border-radius:6px;padding:.1rem .35rem;font-size:.85rem}@media print{@page{size:A4 landscape;margin:5mm}.no-print{display:none!important}.print-area{max-height:none!important;overflow:visible!important}.monthly-sheet-print{box-shadow:none!important;border:0!important}.monthly-sheet-table-wrap{max-height:none!important;overflow:visible!important}.monthly-sheet-table th,.monthly-sheet-table td{box-shadow:none!important;position:static!important;left:auto!important}.monthly-sheet-table{font-size:7pt!important}body{background:#fff!important}html.printing-monthly-sheet,body.printing-monthly-sheet,body.printing-monthly-sheet #root{height:auto!important;max-height:none!important;overflow:visible!important}body.printing-monthly-sheet .sidebar,body.printing-monthly-sheet .app-header,body.printing-monthly-sheet .topbar,body.printing-monthly-sheet .toolbar,body.printing-monthly-sheet .tabs,body.printing-monthly-sheet .page-title,body.printing-monthly-sheet .page-sub,body.printing-monthly-sheet.export-pdf-mode-sheet .month-graph,body.printing-monthly-sheet .no-print,body.printing-monthly-sheet.export-pdf-mode-graph .monthly-sheet-table-wrap,body.printing-monthly-sheet.export-pdf-mode-graph .monthly-sheet-print>.banner,body.printing-monthly-sheet.export-pdf-mode-graph .monthly-sheet-print .report-print-footer{display:none!important}body.printing-monthly-sheet.export-pdf-mode-graph .month-graph{background:0 0!important;border:0!important;padding:.15rem 0 0!important;display:block!important}body.printing-monthly-sheet.export-pdf-mode-graph .month-graph-summary-note{display:none!important}body.printing-monthly-sheet.export-pdf-mode-graph .month-graph-row{page-break-inside:avoid;break-inside:avoid-page;background:#fff!important;border:.35pt solid #cbd5e1!important;border-radius:4px!important;grid-template-columns:7.5rem minmax(5rem,1fr) auto!important;align-items:center!important;gap:.25rem .45rem!important;margin-bottom:2px!important;padding:2px 4px!important;display:grid!important}body.printing-monthly-sheet.export-pdf-mode-graph .month-graph-row code,body.printing-monthly-sheet.export-pdf-mode-graph .month-graph-row span{font-size:6.5pt!important}body.printing-monthly-sheet.export-pdf-mode-graph .month-graph-row .muted{color:#64748b!important;font-size:5.5pt!important}body.printing-monthly-sheet.export-pdf-mode-graph .month-graph-legend{gap:.25rem .5rem!important;margin-bottom:.35rem!important}body.printing-monthly-sheet.export-pdf-mode-graph .month-graph-legend span{font-size:6.5pt!important}body.printing-monthly-sheet.export-pdf-mode-graph .month-graph-rows{gap:.2rem!important}body.printing-monthly-sheet.export-pdf-mode-graph .monthly-sheet-print-header{border-bottom:.5pt solid #cbd5e1!important;margin-bottom:.35rem!important;padding:0 0 .35rem!important}body.printing-monthly-sheet.export-pdf-mode-graph .monthly-sheet-print-title{font-size:11pt!important}body.printing-monthly-sheet.export-pdf-mode-graph .monthly-sheet-print-scope{font-size:8pt!important}body.printing-monthly-sheet .shell,body.printing-monthly-sheet .content{width:100%!important;max-width:none!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:0!important;display:block!important;overflow:visible!important}body.printing-monthly-sheet .panel,body.printing-monthly-sheet .monthly-sheet-print{height:auto!important;max-height:none!important;box-shadow:none!important;background:#fff!important;border:0!important;overflow:visible!important}body.printing-monthly-sheet .monthly-sheet-print{width:100%!important;margin:0!important;padding:0!important}body.printing-monthly-sheet .monthly-sheet-print>div:first-child{border:0!important;padding:0 0 4px!important}body.printing-monthly-sheet .monthly-sheet-print .banner{margin:0 0 4px!important;padding:3px 6px!important;font-size:7pt!important}body.printing-monthly-sheet .monthly-sheet-table-wrap{width:100%!important;height:auto!important;max-height:none!important;overflow:visible!important}body.printing-monthly-sheet .monthly-sheet-table{page-break-inside:auto;table-layout:fixed!important;border-collapse:collapse!important;width:100%!important;min-width:0!important;font-size:5.5pt!important}body.printing-monthly-sheet .monthly-sheet-table thead{display:table-header-group}body.printing-monthly-sheet .monthly-sheet-table tbody{display:table-row-group}body.printing-monthly-sheet .monthly-sheet-table tbody tr{page-break-inside:avoid;break-inside:avoid-page}body.printing-monthly-sheet .monthly-sheet-table th,body.printing-monthly-sheet .monthly-sheet-table td{-webkit-print-color-adjust:exact;print-color-adjust:exact;vertical-align:top!important;white-space:normal!important;word-break:break-word!important;text-overflow:clip!important;background:#fff!important;border:.35pt solid #cbd5e1!important;min-width:0!important;max-width:none!important;padding:1px!important;overflow:visible!important}body.printing-monthly-sheet .monthly-sheet-table th:first-child,body.printing-monthly-sheet .monthly-sheet-table td:first-child{width:3%!important}body.printing-monthly-sheet .monthly-sheet-table th:nth-child(2),body.printing-monthly-sheet .monthly-sheet-table td:nth-child(2){width:5.5%!important}body.printing-monthly-sheet .monthly-sheet-table th:nth-child(3),body.printing-monthly-sheet .monthly-sheet-table td:nth-child(3){width:8%!important;font-size:5.5pt!important;line-height:1.15!important}body.printing-monthly-sheet .monthly-sheet-table th:nth-child(4),body.printing-monthly-sheet .monthly-sheet-table td:nth-child(4){width:6%!important;font-size:5pt!important;line-height:1.12!important}body.printing-monthly-sheet .monthly-sheet-table .sheet-col-name,body.printing-monthly-sheet .monthly-sheet-table .sheet-col-designation{white-space:normal!important;text-overflow:clip!important;max-width:none!important;overflow:visible!important}body.printing-monthly-sheet .sheet-summary-col{display:none!important}body.printing-monthly-sheet .monthly-sheet-table td>div{margin:0!important;line-height:1.15!important}body.printing-monthly-sheet .monthly-sheet-table td>div:first-child{font-size:6pt!important}body.printing-monthly-sheet .monthly-sheet-table td>div:not(:first-child){font-size:4.5pt!important}}.leave-scope-field{border:none;margin:0 0 .25rem;padding:0}.leave-scope-field legend{margin-bottom:.45rem;padding:0;font-size:.88rem;font-weight:600}.leave-scope-tabs{margin-bottom:.25rem}.leave-scope-hint{margin:-.35rem 0 .5rem;font-size:.82rem}.monthly-sheet-table-wrap{max-height:70vh;overflow:auto}.monthly-sheet-table .sheet-col-name,.monthly-sheet-table .sheet-col-designation{white-space:normal;word-break:break-word;max-width:8rem;font-size:.72rem;line-height:1.25}.monthly-sheet-table .sheet-col-name{max-width:9.5rem}.monthly-sheet-table .sheet-col-designation{max-width:7rem;color:var(--muted);font-size:.7rem}.monthly-sheet-print-header{border-bottom:1px solid var(--line);padding:1rem 1.25rem .5rem}.monthly-sheet-print-title{font-family:Fraunces,serif;font-size:1.05rem;display:block}.monthly-sheet-print-scope{color:var(--muted);margin-top:.35rem;font-size:.88rem}.monthly-sheet-print-scope strong{color:var(--ink);font-weight:600}body.exporting-monthly-sheet-pdf .monthly-sheet-print .no-print,body.exporting-monthly-sheet-pdf.export-pdf-mode-sheet .month-graph,body.printing-monthly-sheet.export-pdf-mode-sheet .month-graph,body.exporting-monthly-sheet-pdf.export-pdf-mode-graph .monthly-sheet-table-wrap,body.export-pdf-mode-graph .monthly-sheet-print>.banner,body.export-pdf-mode-graph .monthly-sheet-print .report-print-footer,body.exporting-monthly-sheet-pdf.export-pdf-mode-graph .month-graph-summary-note{display:none!important}body.exporting-monthly-sheet-pdf .monthly-sheet-print-header{padding:.35rem .25rem .45rem}body.exporting-monthly-sheet-pdf .monthly-sheet-print-title{font-size:11pt}body.exporting-monthly-sheet-pdf .monthly-sheet-print-scope{margin-top:.2rem;font-size:9pt}body.exporting-monthly-sheet-pdf .month-graph{background:0 0!important;padding:.45rem .25rem!important}body.exporting-monthly-sheet-pdf .month-graph-row{page-break-inside:avoid;border-radius:6px!important;grid-template-columns:minmax(9rem,12rem) minmax(6rem,1fr) auto!important;padding:.35rem .45rem!important}body.exporting-monthly-sheet-pdf .month-graph-legend{gap:.35rem .6rem!important;margin-bottom:.45rem!important}body.exporting-monthly-sheet-pdf .month-graph-legend span{font-size:7pt!important}body.exporting-monthly-sheet-pdf .monthly-sheet-table-wrap{max-height:none!important;overflow:visible!important}body.exporting-monthly-sheet-pdf .monthly-sheet-table th,body.exporting-monthly-sheet-pdf .monthly-sheet-table td{box-shadow:none!important;position:static!important;left:auto!important}body.exporting-monthly-sheet-pdf .monthly-sheet-table{font-size:7pt!important}body.exporting-monthly-sheet-pdf .monthly-sheet-table .sheet-col-name{max-width:none!important;font-size:6.5pt!important}body.exporting-monthly-sheet-pdf .monthly-sheet-table .sheet-col-designation{max-width:none!important;font-size:6pt!important}body.exporting-monthly-sheet-pdf .monthly-sheet-table td>div:first-child{font-size:7pt!important}body.exporting-monthly-sheet-pdf .monthly-sheet-table td>div:not(:first-child){font-size:5.5pt!important}.weekly-off-grid{grid-template-columns:repeat(auto-fill,minmax(8.5rem,1fr));gap:.55rem;margin:.75rem 0 1rem;display:grid}.weekly-off-day{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:8px;flex-direction:column;gap:.15rem;padding:.65rem .75rem;transition:border-color .15s,background .15s;display:flex}.weekly-off-day.selected{background:#1e5bff0a;border-color:#1e5bff59}.weekly-off-day input{margin:0}.weekly-off-day-label{font-size:.88rem;font-weight:600}.weekly-off-day-short{color:var(--muted);font-size:.78rem}.tenant-settings-panel h3{margin:0 0 .35rem}.tenant-settings-form{gap:1.25rem;display:grid}.settings-fieldset{border:1px solid var(--line);border-radius:10px;margin:0;padding:1rem 1.1rem 1.1rem}.settings-fieldset legend{padding:0 .35rem;font-size:.92rem;font-weight:600}.logo-upload-row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.report-logo-preview{object-fit:contain;border:1px solid var(--line);background:#fff;border-radius:6px;max-width:180px;max-height:56px;padding:.25rem}.report-print-header{border-bottom:1px solid var(--line);padding:1rem 1.25rem .65rem}.report-print-head-row{align-items:flex-start;gap:1rem;display:flex}.report-print-logo{object-fit:contain;flex-shrink:0;max-width:120px;max-height:56px}.report-print-org{font-family:Fraunces,serif;font-size:1.1rem;display:block}.report-print-doc-title{margin-top:.65rem;font-size:.95rem;font-weight:600}.report-print-scope{color:var(--muted);flex-wrap:wrap;gap:.35rem 1rem;margin-top:.35rem;font-size:.86rem;display:flex}.report-print-scope strong{color:var(--ink)}.report-print-footer{border-top:1px solid var(--line);padding:.75rem 1.25rem 1rem;font-size:.82rem}.report-print-signatures{justify-content:space-between;gap:1rem;margin-bottom:.5rem;font-size:.84rem;display:flex}.report-print-footer-text{margin:.35rem 0 0}.report-print-generated{margin:.35rem 0 0;font-size:.78rem}.salary-slip .report-print-header{margin-bottom:.75rem}.salary-slip .report-print-footer{margin-top:1rem}@media print{.report-print-header,.report-print-footer{break-inside:avoid}}body.exporting-monthly-sheet-pdf .report-print-header{padding:.35rem .25rem .45rem}body.exporting-monthly-sheet-pdf .report-print-org{font-size:11pt}body.exporting-monthly-sheet-pdf .report-print-doc-title{font-size:10pt}body.exporting-monthly-sheet-pdf .report-print-scope{font-size:9pt}html,body,#root{max-width:100%;height:100%;margin:0}
