@keyframes ed-fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes ed-slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes ed-spin{to{transform:rotate(360deg)}}@keyframes ed-skeletonWave{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes ed-cardEntrance{0%{opacity:0;transform:scale(.97)translateY(6px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes ed-rowReveal{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.ed-root{--ed-ease-out-expo:cubic-bezier(.16,1,.3,1);--ed-ease-spring:cubic-bezier(.22,1,.36,1);font-family:var(--wh-font,"Open Sans Hebrew","Open Sans","Segoe UI",sans-serif);background:var(--wh-bg,#f8fafc);flex-direction:column;flex:1;min-height:0;display:flex}.ed-root *,.ed-root input,.ed-root textarea{font-family:inherit}.ed-loading{background:var(--wh-bg,#f8fafc);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;animation:.3s both ed-fadeIn;display:flex}.ed-loading-spinner{border:3px solid var(--wh-border,#e2e8f0);border-top-color:var(--wh-indigo,#4f46e5);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite ed-spin}.ed-loading-text{color:var(--wh-text-muted,#94a3b8);font-size:13px;font-weight:500}.ed-overlay-host{flex-direction:column;flex:1;min-height:0;display:flex}.ed-scroll-host{flex-direction:column;flex:1;display:flex;overflow-y:auto}.ed-scroll-host-inner{flex-direction:column;flex:1;padding-bottom:24px;display:flex}.ed-sticky-header{z-index:200;background:var(--wh-surface,#fff);animation:.25s both ed-fadeIn;position:sticky;top:0}.ed-stats-zone{padding:10px 14px 0;animation:.3s 50ms both ed-fadeIn}.ed-stats-mobile{padding:4px 0;animation:.3s 50ms both ed-fadeIn}.ed-stats-mobile-grid{flex-flow:wrap;align-self:center;gap:8px;width:100%;max-width:100%;padding-left:16px;padding-right:16px;display:flex}.ed-root--island .ed-stats-mobile{padding:10px 14px 0}.ed-root--island .ed-stats-mobile-grid{border:1px solid var(--wh-border-light,#ebebeb);background:var(--wh-surface,#fff);border-radius:10px;padding:12px;box-shadow:0 1px 3px #00000008}.ed-table-section{z-index:1;animation:ed-slideUp .35s var(--ed-ease-spring)both;flex:1;align-self:center;width:100%;max-width:100%;animation-delay:.1s}.ed-table-section--overlay{flex-direction:column;flex:1;min-height:0;padding-bottom:12px;display:flex}.ed-table-section--desktop{padding:10px 14px 14px}.ed-table-card{background:var(--wh-surface,#fff);border:1px solid var(--wh-border-light,#ebebeb);border-radius:10px;flex-direction:column;flex:1;transition:box-shadow .2s;display:flex;overflow:visible;box-shadow:0 1px 3px #00000008}.ed-table-card:hover{box-shadow:0 2px 6px #0000000d}.ed-table-card--shell{border-radius:var(--wh-radius-lg,10px);border-color:var(--wh-border,#e2e8f0);overflow:hidden;box-shadow:0 1px 2px #0000000a,0 4px 16px #0000000a}.ed-table-card--shell:hover{box-shadow:0 1px 2px #0000000a,0 4px 16px #0000000a}.ed-root--island .ed-table-section:not(.ed-table-section--desktop){padding:10px 14px 14px}.ed-active-filter-chip{color:var(--wh-indigo,#4f46e5);font-family:var(--wh-font,"Open Sans","Segoe UI",sans-serif);cursor:pointer;background:#4f46e514;border:1px solid #4f46e533;border-radius:999px;align-items:center;gap:6px;height:26px;margin-right:6px;padding:0 10px;font-size:12px;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.ed-active-filter-chip:hover{background:#4f46e524;border-color:#4f46e54d}.ed-table-host{flex-direction:column;flex:1;width:100%;min-width:0;min-height:0;display:flex}.ed-table-host-inner{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.ed-table-header-zone{z-index:128;background:var(--wh-bg,#f5f5f7)}.ed-table-header-scroll{scrollbar-width:none;max-height:52px;overflow:auto hidden}.ed-table-header-scroll::-webkit-scrollbar{display:none}.ed-table-header-row{border-bottom:1.5px solid var(--wh-border,#e5e7eb);background:var(--wh-bg,#f5f5f7);flex-direction:row;align-items:center;height:41px;display:flex}.ed-table-header-row--grid{width:100%;display:grid}.ed-th-checkbox{z-index:132;background:var(--wh-bg,#f5f5f7);border-right:1px solid var(--wh-border,#f0f0f0);flex-direction:row;justify-content:center;align-items:center;gap:2px;padding-left:4px;display:flex;position:sticky;left:0}.ed-checkbox{border:1.5px solid var(--wh-border-strong,#cbd5e1);cursor:pointer;transition:all .15s var(--ed-ease-spring);background:0 0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;padding:0;display:flex}.ed-checkbox:hover{border-color:var(--wh-indigo,#4f46e5)}.ed-checkbox--checked{background:var(--wh-indigo,#4f46e5);border-color:var(--wh-indigo,#4f46e5);box-shadow:0 1px 3px color-mix(in srgb,var(--wh-indigo)20%,transparent)}.ed-checkbox--partial{background:var(--wh-indigo,#4f46e5);border-color:var(--wh-indigo,#4f46e5)}.ed-th-actions{z-index:200;background:var(--wh-bg,#f5f5f7);justify-content:center;align-items:center;padding-right:4px;display:flex;position:sticky;right:0}.ed-col-toggle{cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:6px;align-items:center;gap:2px;padding:4px;transition:all .15s;display:flex}.ed-col-toggle:hover{opacity:1;background:var(--wh-surface-hover,#f1f5f9)}.ed-table-body-slot{flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.ed-hscroll-body{scrollbar-width:none;flex-direction:column;flex:1;min-height:0;max-height:100%;display:flex;overflow:auto hidden}.ed-hscroll-body::-webkit-scrollbar{display:none}.ed-hscroll-body--web{touch-action:pan-x pan-y}.ed-vscroll-host{z-index:1;flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.ed-vscroll-inner{flex:1;min-height:0;overflow-y:scroll}.ed-vscroll-track{z-index:200;pointer-events:none;width:8px;display:none;position:absolute;top:0;right:0}.ed-vscroll-thumb{background:var(--wh-text-muted,#94a3b8);border-radius:3px;width:6px;height:30px;position:absolute;top:0;left:1px}.ed-hscroll-track{border-top:1px solid var(--wh-border,#e2e8f0);background:var(--wh-bg,#f1f5f9);height:16px;max-height:16px;overflow:scroll hidden}.ed-hscroll-track-inner{height:1px}.ed-separator-overlay{z-index:120;pointer-events:none;position:absolute;inset:0}.ed-separator-column{position:absolute;top:0;bottom:0}.ed-separator-line{background:var(--wh-bg,#f1f5f9);border-left:1px solid var(--wh-border,#e2e8f0);border-right:1px solid var(--wh-border,#e2e8f0);width:10px;position:absolute;top:0;bottom:0}.ed-separator-label-wrap{z-index:3;justify-content:center;display:flex;position:absolute;top:62%;left:0;right:0}.ed-separator-label-rotated{text-align:center;width:150px;transform:rotate(-90deg)}.ed-separator-label-text{color:var(--wh-text-secondary,#475569);text-transform:lowercase;letter-spacing:.4px;text-align:center;white-space:nowrap;text-overflow:ellipsis;font-size:10px;font-weight:600;overflow:hidden}.ed-day-row{animation:ed-rowReveal .25s var(--ed-ease-out-expo)both;position:relative}.ed-day-row--even{background:var(--wh-bg,#f8fafc)}.ed-day-row--odd{background:var(--wh-surface,#fff)}.ed-day-plus-overlay{z-index:1003;pointer-events:none;justify-content:center;align-items:center;width:20px;display:flex;position:absolute;top:0;bottom:0;left:22px}.ed-day-plus-btn{cursor:pointer;pointer-events:auto;color:var(--wh-text,#000);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;padding:0;transition:background .12s,color .12s;display:flex}.ed-day-plus-btn:hover{background:var(--wh-surface-hover,#f1f5f9);color:var(--wh-indigo,#2563eb)}.ed-day-date-overlay{pointer-events:none;z-index:1002;justify-content:center;align-items:center;padding-left:8px;padding-right:8px;display:flex;position:absolute;top:0;bottom:0;left:42px}.ed-day-date-inner{flex-direction:row;align-items:center;gap:6px;max-width:100%;display:flex}.ed-day-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ed-day-lock-btn{cursor:pointer;pointer-events:auto;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;padding:0;transition:all .15s;display:flex}.ed-day-lock-btn:hover{background:var(--wh-surface-hover,#f1f5f9)}.ed-entry-row{transition:z-index;position:relative}.ed-entry-row--editing{z-index:9999}.ed-entry-row:not(.ed-entry-row--editing){z-index:1000}.ed-job-indicator{border-top-left-radius:20px;border-bottom-left-radius:20px;width:4px;height:100%;transition:opacity .15s;position:absolute;top:0;left:0}.ed-job-indicator--muted{opacity:.5}.ed-timeoff-row{position:relative}.ed-weekly-total-overlay{pointer-events:none;z-index:1002;background:0 0;justify-content:center;align-items:center;padding-right:8px;display:flex;position:absolute;top:0;bottom:0}.ed-weekly-total-text{color:var(--wh-text,#203040);white-space:nowrap;font-variant-numeric:tabular-nums;font-size:13px;font-weight:700}.ed-week-group{position:relative;overflow:visible}.ed-column-picker-backdrop{z-index:99999;position:fixed}.ed-error-toast{box-shadow:0 4px 16px color-mix(in srgb,var(--wh-error)12%,transparent);z-index:9999;animation:ed-slideUp .3s var(--ed-ease-spring)both;border-radius:14px;flex-direction:row;align-items:center;gap:12px;padding:12px 24px;display:flex;position:absolute;bottom:32px;left:32px}.ed-error-toast-text{font-size:13px;font-weight:500}.ed-error-toast-close{cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:700;transition:opacity .15s}.ed-error-toast-close:hover{opacity:.7}.ed-body-content{flex-direction:column;min-height:0;display:flex}.ed-body-content--fill{flex:1;min-height:0}.ed-root ::-webkit-scrollbar{width:4px;height:4px}.ed-root ::-webkit-scrollbar-track{background:0 0}.ed-root ::-webkit-scrollbar-thumb{background:var(--wh-border,#cbd5e1);border-radius:2px}.ed-root ::-webkit-scrollbar-thumb:hover{background:var(--wh-text-muted,#94a3b8)}@media (prefers-reduced-motion:reduce){.ed-root,.ed-loading,.ed-table-card,.ed-table-section,.ed-stats-zone,.ed-day-row,.ed-error-toast,.ed-week-group{transition-duration:.01ms!important;animation:none!important}.ed-loading-spinner{animation-duration:2s}}