:root{--rd-ease-spring:cubic-bezier(.16,1,.3,1);--rd-shadow-panel:-1px 0 0 #0f172a0a,-24px 0 64px -16px #0f172a2e;--rd-border-subtle:var(--wh-border-subtle,#0f172a0d);--rd-hover-bg:#0f172a0d}[data-theme=dark]{--rd-shadow-panel:-1px 0 0 #00000080,-24px 0 64px -16px #0009;--rd-hover-bg:#ffffff0f}.rd-overlay{z-index:9000;-webkit-backdrop-filter:blur(8px);opacity:0;pointer-events:none;background:#00000052;justify-content:flex-end;align-items:stretch;transition:opacity .25s;display:flex;position:fixed;inset:0}.rd-overlay.rd-overlay--open{opacity:1;pointer-events:auto}.rd-panel{background:var(--wh-surface,#fff);transition:transform .32s var(--rd-ease-spring);box-shadow:var(--rd-shadow-panel);font-family:var(--wh-font,-apple-system,BlinkMacSystemFont,"Segoe UI","Inter",Roboto,sans-serif);border-top-left-radius:14px;border-bottom-left-radius:14px;flex-direction:column;width:620px;max-width:100vw;height:100%;display:flex;overflow:hidden;transform:translate(100%)}.rd-overlay--open .rd-panel{transform:translate(0)}.rd-header{flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px 14px;display:flex}.rd-header-title{flex-direction:column;flex:1;align-items:flex-start;gap:2px;min-width:0;display:flex}.rd-title{letter-spacing:-.2px;color:var(--wh-text,#0f172a);font-size:15px;font-weight:700;line-height:1.2}.rd-subtitle{color:var(--wh-text-muted,#94a3b8);letter-spacing:-.05px;font-size:12px;font-weight:500;line-height:1.3}.rd-header-actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.rd-header-btn{cursor:pointer;color:var(--wh-text-secondary,#64748b);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,transform .1s;display:flex}.rd-header-btn:hover{background:var(--rd-hover-bg)}.rd-header-btn:active{transform:scale(.94)}.rd-toolbar{flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:8px 20px 14px;display:flex}.rd-period{flex-shrink:0;align-items:center;gap:6px;display:flex}.rd-period-label{letter-spacing:-.15px;color:var(--wh-text,#0f172a);font-size:13px;font-weight:600}.rd-now-badge{letter-spacing:.2px;color:var(--wh-indigo,#2563eb);background:#2563eb1a;border-radius:5px;padding:2px 6px;font-size:10px;font-weight:700;display:inline-block}.rd-period-arrow{cursor:pointer;color:var(--wh-text-secondary,#64748b);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;transition:background .15s;display:flex}.rd-period-arrow:hover{background:var(--rd-hover-bg)}.rd-period-arrow:active{transform:scale(.94)}.rd-stats{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.rd-stat-pill{background:var(--wh-bg,#f8fafc);border:1px solid var(--rd-border-subtle);letter-spacing:-.05px;color:var(--wh-text-secondary,#64748b);font-variant-numeric:tabular-nums;border-radius:999px;align-items:center;gap:6px;height:24px;padding:0 9px;font-size:11px;font-weight:600;display:inline-flex}.rd-stat-pill-dot{border-radius:3px;flex-shrink:0;width:6px;height:6px}.rd-stat-pill-dot--total{background:var(--wh-text-muted,#94a3b8)}.rd-stat-pill-num{color:var(--wh-text,#0f172a);font-weight:700}.rd-filter-row{border-bottom:1px solid var(--rd-border-subtle);flex-shrink:0;align-items:stretch;gap:4px;padding:0 20px;display:flex}.rd-filter-tab{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:6px;padding:10px 12px;font-family:inherit;transition:color .15s;display:inline-flex;position:relative}.rd-filter-tab:after{content:"";background:0 0;border-radius:2px 2px 0 0;height:2px;transition:background .15s;position:absolute;bottom:-1px;left:8px;right:8px}.rd-filter-tab:hover .rd-filter-tab-text{color:var(--wh-text,#0f172a)}.rd-filter-tab--active:after{background:var(--wh-indigo,#2563eb)}.rd-filter-tab-text{letter-spacing:-.05px;color:var(--wh-text-muted,#94a3b8);font-size:12px;font-weight:600;transition:color .15s}.rd-filter-tab--active .rd-filter-tab-text{color:var(--wh-text,#0f172a)}.rd-filter-count{letter-spacing:.02px;color:var(--wh-text-muted,#94a3b8);font-variant-numeric:tabular-nums;font-size:11px;font-weight:600;transition:color .15s}.rd-filter-tab--active .rd-filter-count{color:var(--wh-indigo,#2563eb)}.rd-list-container{flex-direction:column;flex:1;min-height:0;display:flex}.rd-scroll{flex:1;padding:12px 20px 20px;overflow:hidden auto}.rd-scroll::-webkit-scrollbar{width:6px}.rd-scroll::-webkit-scrollbar-track{background:0 0}.rd-scroll::-webkit-scrollbar-thumb{background:#0f172a1f;border-radius:3px}.rd-scroll::-webkit-scrollbar-thumb:hover{background:#0f172a33}.rd-loading{flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:56px 0;display:flex}.rd-loading-spinner{border:2.5px solid #2563eb26;border-top-color:var(--wh-indigo,#2563eb);border-radius:50%;width:24px;height:24px;animation:.7s linear infinite rd-spin}@keyframes rd-spin{to{transform:rotate(360deg)}}.rd-loading-text{color:var(--wh-text-muted,#94a3b8);font-size:12px;font-weight:500}.rd-empty{flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:56px 0 32px;display:flex}.rd-empty-icon{background:#2563eb0f;border-radius:14px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:6px;display:flex}.rd-empty-title{letter-spacing:-.2px;color:var(--wh-text,#0f172a);margin:0;font-size:15px;font-weight:700}.rd-empty-subtitle{text-align:center;color:var(--wh-text-muted,#94a3b8);margin:0;padding:0 32px;font-size:13px;font-weight:500;line-height:1.4}.rd-empty-cta{border:1px solid var(--wh-border,#e2e8f0);color:var(--wh-text,#0f172a);cursor:pointer;background:0 0;border-radius:9px;align-items:center;gap:6px;margin-top:12px;padding:8px 14px;font-family:inherit;font-size:12px;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.rd-empty-cta:hover{background:var(--rd-hover-bg);border-color:var(--wh-border-strong,#0f172a26)}.rd-empty-cta:active{transform:scale(.98)}.rd-card{border:1px solid var(--wh-border,#e2e8f0);background:var(--wh-surface,#fff);cursor:pointer;transition:transform .18s var(--rd-ease-spring),border-color .15s ease,box-shadow .15s ease;border-radius:12px;flex-direction:column;margin-bottom:8px;display:flex;overflow:hidden}.rd-card:hover{border-color:var(--wh-border-strong,#0f172a26);transform:translateY(-1px);box-shadow:0 2px 6px -2px #0f172a0f}.rd-card:active{transform:translateY(0)scale(.995)}.rd-card-body{flex-direction:column;flex:1;gap:10px;min-width:0;padding:14px 14px 12px;display:flex}.rd-card-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.rd-card-job{flex:1;align-items:center;gap:7px;min-width:0;display:flex}.rd-job-dot{border-radius:4px;flex-shrink:0;width:7px;height:7px}.rd-job-name{letter-spacing:-.15px;color:var(--wh-text,#0f172a);white-space:nowrap;text-overflow:ellipsis;max-width:50%;font-size:13px;font-weight:600;overflow:hidden}.rd-card-sub-sep{color:var(--wh-text-muted,#94a3b8);font-size:12px;font-weight:500}.rd-card-sub-name{color:var(--wh-text-secondary,#64748b);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:12px;font-weight:500;overflow:hidden}.rd-status-badge{white-space:nowrap;border:1px solid;border-radius:999px;flex-shrink:0;align-items:center;gap:4px;padding:3px 8px;display:inline-flex;background:0 0!important}.rd-status-text{letter-spacing:.2px;text-transform:uppercase;font-size:10px;font-weight:700}.rd-card-meta{justify-content:space-between;align-items:center;gap:8px;display:flex}.rd-card-meta-text{letter-spacing:-.05px;color:var(--wh-text-secondary,#64748b);font-variant-numeric:tabular-nums;flex:1;min-width:0;font-size:12px;font-weight:500}.rd-card-meta-sep{color:var(--wh-text-muted,#94a3b8)}.rd-duration-badge{border:1px solid;border-radius:5px;flex-shrink:0;padding:2px 7px}.rd-duration-text{letter-spacing:.1px;font-variant-numeric:tabular-nums;font-size:10px;font-weight:700}.rd-time-compare{background:var(--wh-bg,#f8fafc);border-radius:8px;align-items:center;gap:8px;padding:8px 10px;display:flex}.rd-time-col{flex-direction:column;flex:1;gap:2px;display:flex}.rd-time-label{color:var(--wh-text-muted,#94a3b8);letter-spacing:.6px;text-transform:uppercase;font-size:9px;font-weight:700}.rd-time-label--req{color:var(--wh-indigo,#2563eb)}.rd-time-value{color:var(--wh-text-secondary,#64748b);font-variant-numeric:tabular-nums;font-size:12px;font-weight:500}.rd-time-value--req{color:var(--wh-text,#0f172a);font-variant-numeric:tabular-nums;font-weight:700}.rd-time-arrow{flex-shrink:0;justify-content:center;align-items:center;width:18px;display:flex}.rd-card-footer{align-items:center;gap:6px;display:flex}.rd-card-footer-text{letter-spacing:.02px;color:var(--wh-text-muted,#94a3b8);font-size:11px;font-weight:500}.rd-card-note-icon{align-items:center;margin-left:2px;display:flex}.rd-footer{border-top:1px solid var(--rd-border-subtle);background:var(--wh-surface,#fff);flex-shrink:0;padding:12px 20px}.rd-add-btn{background:var(--wh-indigo,#2563eb);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:7px;width:100%;padding:11px 16px;font-family:inherit;transition:background .15s,transform .1s;display:flex;box-shadow:0 1px 2px #0f172a0d}.rd-add-btn:hover{background:var(--wh-indigo-hover,#1d4ed8)}.rd-add-btn:active{transform:scale(.98)}.rd-add-btn-text{letter-spacing:-.05px;color:#fff;font-size:13px;font-weight:600}.rd-action-overlay{z-index:100;-webkit-backdrop-filter:blur(8px);background:#00000073;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out rd-fade-in;display:flex;position:absolute;inset:0}@keyframes rd-fade-in{0%{opacity:0}to{opacity:1}}.rd-action-card{background:var(--wh-surface,#fff);animation:rd-slide-up .28s var(--rd-ease-spring);border-radius:16px;width:100%;max-width:420px;padding:20px;box-shadow:0 24px 48px -12px #0f172a40}@keyframes rd-slide-up{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.rd-action-title{letter-spacing:-.2px;color:var(--wh-text,#0f172a);margin:0 0 4px;font-size:15px;font-weight:700}.rd-action-subtitle{color:var(--wh-text-muted,#94a3b8);margin:0 0 16px;font-size:12px;font-weight:500;line-height:1.4}.rd-action-options{flex-direction:column;gap:8px;display:flex}.rd-action-option{border:1px solid var(--wh-border,#e2e8f0);background:var(--wh-surface,#fff);cursor:pointer;text-align:left;border-radius:10px;flex-direction:row;align-items:center;gap:12px;width:100%;min-height:56px;padding:12px;font-family:inherit;transition:border-color .15s,background .15s;display:flex}.rd-action-option:hover{border-color:var(--wh-border-strong,#0f172a26);background:var(--wh-bg,#f8fafc)}.rd-action-option:active{transform:scale(.99)}.rd-action-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.rd-action-option-content{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.rd-action-option-title{color:var(--wh-text,#0f172a);letter-spacing:-.1px;margin:0;font-size:13px;font-weight:600}.rd-action-option-desc{color:var(--wh-text-muted,#94a3b8);font-size:12px;font-weight:500}.rd-action-chevron{color:var(--wh-text-muted,#94a3b8);flex-shrink:0;align-items:center;display:flex}.rd-action-cancel{cursor:pointer;color:var(--wh-text-secondary,#64748b);text-align:center;background:0 0;border:none;border-radius:9px;width:100%;margin-top:12px;padding:10px 0;font-family:inherit;font-size:13px;font-weight:600;transition:background .15s;display:block}.rd-action-cancel:hover{background:var(--rd-hover-bg)}.rd-action-cancel:active{transform:scale(.98)}.rd-detail-overlay{z-index:40;background:#00000040;justify-content:flex-end;align-items:stretch;display:flex;position:absolute;inset:0}.rd-detail-panel{background:var(--wh-surface,#fff);border-top-left-radius:14px;border-bottom-left-radius:14px;flex-direction:column;width:100%;height:100%;transition:transform .24s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;transform:translate(100%);box-shadow:-16px 0 52px -16px #0f172a2e}.rd-detail-panel--open{transform:translate(0)}.rd-detail-header{flex-shrink:0;align-items:center;gap:12px;padding:18px 20px 14px;display:flex}.rd-detail-header .rd-header-title{align-items:flex-start}.rd-detail-header-spacer{flex-shrink:0;width:32px}.rd-detail-scroll{flex:1;padding:4px 20px 20px;overflow:hidden auto}.rd-detail-scroll::-webkit-scrollbar{width:6px}.rd-detail-scroll::-webkit-scrollbar-track{background:0 0}.rd-detail-scroll::-webkit-scrollbar-thumb{background:#0f172a1f;border-radius:3px}.rd-detail-content{flex-direction:column;gap:10px;padding-bottom:8px;display:flex}.rd-status-banner{border:1px solid var(--wh-border,#e2e8f0);background:var(--wh-surface,#fff);border-left-width:3px;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;display:flex}.rd-status-banner-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.rd-status-banner-content{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.rd-status-banner-title{letter-spacing:-.1px;font-size:13px;font-weight:700}.rd-status-banner-sub{color:var(--wh-text-secondary,#64748b);font-size:11px;font-weight:500;line-height:1.3}.rd-detail-card{border:1px solid var(--wh-border,#e2e8f0);background:var(--wh-surface,#fff);border-radius:12px;padding:14px}.rd-detail-card-header{align-items:center;gap:8px;margin-bottom:10px;display:flex}.rd-detail-card-title{letter-spacing:-.1px;color:var(--wh-text,#0f172a);font-size:13px;font-weight:700}.rd-detail-info-row{justify-content:space-between;align-items:center;gap:8px;padding:4px 0;display:flex}.rd-detail-info-label{text-transform:uppercase;letter-spacing:.6px;color:var(--wh-text-muted,#94a3b8);flex-shrink:0;min-width:40px;font-size:9px;font-weight:700}.rd-detail-info-value{letter-spacing:-.05px;color:var(--wh-text,#0f172a);text-align:right;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:12px;font-weight:600;overflow:hidden}.rd-detail-divider{background:var(--rd-border-subtle);height:1px;margin:4px 0}.rd-detail-job-wrap{flex:1;justify-content:flex-end;min-width:0;display:flex}.rd-detail-job-row{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:5px;display:flex}.rd-detail-job-dot{border-radius:4px;flex-shrink:0;width:7px;height:7px}.rd-detail-job-sep{color:var(--wh-text-muted,#94a3b8);font-size:12px;font-weight:500}.rd-detail-sub-value{color:var(--wh-text-secondary,#64748b);font-size:12px;font-weight:500}.rd-detail-approver-row{flex:1;justify-content:flex-end;align-items:center;gap:6px;min-width:0;display:flex}.rd-detail-approver-avatar{background:#2563eb14;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.rd-time-table{border:1px solid var(--wh-border,#e2e8f0);border-radius:8px;overflow:hidden}.rd-time-table-head{background:var(--wh-bg,#f8fafc);align-items:center;padding:6px;display:flex}.rd-time-table-head-spacer{flex-shrink:0;width:32px}.rd-time-table-head-cell{text-align:center;letter-spacing:.6px;text-transform:uppercase;color:var(--wh-text-muted,#94a3b8);flex:1;font-size:9px;font-weight:700}.rd-time-table-head-cell--ask{color:var(--wh-indigo,#2563eb)}.rd-time-table-head-arrow-slot{flex-shrink:0;width:18px}.rd-time-table-row{border-top:1px solid var(--rd-border-subtle);align-items:center;padding:8px 6px;display:flex}.rd-time-table-side{letter-spacing:.3px;text-transform:uppercase;color:var(--wh-text-muted,#94a3b8);flex-shrink:0;width:32px;font-size:10px;font-weight:700}.rd-time-table-orig{text-align:center;color:var(--wh-text,#0f172a);font-variant-numeric:tabular-nums;flex:1;font-size:12px;font-weight:600}.rd-time-table-arrow{flex-shrink:0;justify-content:center;align-items:center;width:18px;display:flex}.rd-time-table-req{text-align:center;color:var(--wh-indigo,#2563eb);font-variant-numeric:tabular-nums;flex:1;font-size:12px;font-weight:700}.rd-shift-entry-row{border-top:1px solid var(--rd-border-subtle);justify-content:space-between;align-items:center;gap:12px;padding:7px 0;display:flex}.rd-shift-entry-row:first-child{border-top:none;padding-top:2px}.rd-shift-entry-row:last-child{padding-bottom:0}.rd-shift-entry-label{letter-spacing:.6px;text-transform:uppercase;color:var(--wh-text-muted,#94a3b8);white-space:nowrap;text-overflow:ellipsis;flex-shrink:0;max-width:42%;font-size:9px;font-weight:700;overflow:hidden}.rd-shift-entry-comparison{flex:1;justify-content:flex-end;align-items:center;gap:5px;min-width:0;display:flex}.rd-shift-entry-comparison--notes{flex-wrap:wrap;align-items:flex-start}.rd-shift-entry-orig{text-align:right;color:var(--wh-text-secondary,#64748b);white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:500;overflow:hidden}.rd-shift-entry-orig--notes{white-space:normal;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;display:-webkit-box}.rd-shift-entry-req{text-align:left;color:var(--wh-indigo,#2563eb);white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:700;overflow:hidden}.rd-shift-entry-req--notes{white-space:normal;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;display:-webkit-box}.rd-detail-note-block{padding:4px 0}.rd-detail-note-body{color:var(--wh-text,#0f172a);margin-top:4px;font-size:12px;font-weight:500;line-height:1.5}.rd-delete-btn{cursor:pointer;background:0 0;border:1px solid #fecaca;border-radius:10px;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:4px;padding:10px 0;font-family:inherit;transition:background .15s,border-color .15s;display:flex}.rd-delete-btn:hover{background:#fef2f2;border-color:#fca5a5}.rd-delete-btn:active{transform:scale(.98)}.rd-delete-btn:disabled{opacity:.6;cursor:not-allowed}.rd-delete-btn-text{color:#ef4444;letter-spacing:-.05px;font-size:12px;font-weight:600}.rd-delete-spinner{border:2px solid #ef444433;border-top-color:#ef4444;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite rd-spin}