:root{--tk-z-sticky:100;--tk-z-dropdown:500;--tk-z-bulk:800;--tk-z-modal:1000;--tk-radius-sm:5px;--tk-radius-md:8px;--tk-radius-lg:10px;--tk-row-height:42px;--tk-ease-out-expo:cubic-bezier(.16,1,.3,1);--tk-ease-spring:cubic-bezier(.22,1,.36,1);--tk-transition:all .2s cubic-bezier(.16,1,.3,1)}@keyframes tk-fadeSlideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes tk-fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes tk-statPop{0%{opacity:0;transform:scale(.97)translateY(4px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes tk-rowReveal{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes tk-checkPop{0%{transform:scale(.8)}50%{transform:scale(1.15)}to{transform:scale(1)}}@keyframes tk-skeletonWave{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes tk-pulseRed{0%{box-shadow:0 0 #ef444466}70%{box-shadow:0 0 0 6px #ef444400}to{box-shadow:0 0 #ef444400}}@keyframes tk-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes tk-slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.tk-root{background:var(--wh-bg);color:var(--wh-text);flex-direction:column;flex:1;display:flex;position:relative}.tk-header-island{background:var(--wh-surface);border:1px solid var(--wh-border-light,#ebebeb);border-radius:var(--tk-radius-lg);margin:10px 14px 0;overflow:hidden;box-shadow:0 1px 3px #00000008}.tk-content-island{background:var(--wh-surface);border:1px solid var(--wh-border-light,#ebebeb);border-radius:var(--tk-radius-lg);flex-direction:column;flex:1;margin:8px 14px 14px;display:flex;overflow:hidden;box-shadow:0 1px 3px #00000008}.tk-page-header{padding:10px 14px 8px}.tk-page-header-inner{justify-content:space-between;align-items:center;display:flex}.tk-page-header-left{align-items:center;gap:10px;display:flex}.tk-page-title-group{align-items:baseline;gap:8px;display:flex}.tk-page-title{color:var(--wh-heading,#09090b);letter-spacing:-.02em;font-size:17px;font-weight:600;font-family:var(--wh-font);margin:0;display:block}.tk-page-subtitle{color:var(--wh-text-muted);letter-spacing:.1px;font-size:11px;font-weight:400;font-family:var(--wh-font);display:block}.tk-page-header-right{align-items:center;gap:5px;display:flex}.tk-team-label{color:var(--wh-text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:600;font-family:var(--wh-font)}.tk-team-avatars{align-items:center;gap:5px;margin-right:3px;display:flex}.tk-team-avatar{border:2px solid var(--wh-surface);border-radius:12px;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.tk-team-avatar--overlap{margin-left:-6px}.tk-team-avatar-text{color:#fff;font-size:10px;font-weight:600;font-family:var(--wh-font)}.tk-team-dropdown{position:relative}.tk-team-trigger{cursor:pointer;align-items:center;gap:8px;display:flex}.tk-team-trigger-label{color:var(--wh-text-muted);font-size:13px;font-weight:500}.tk-team-dropdown-panel{-webkit-backdrop-filter:blur(16px);z-index:var(--tk-z-dropdown);animation:tk-slideDown .15s var(--tk-ease-out-expo);background:#ffffffd9;border:1px solid #00000014;border-radius:12px;width:260px;max-height:360px;padding:8px;position:absolute;top:calc(100% + 8px);left:0;overflow-y:auto;box-shadow:0 10px 25px -5px #00000014}.tk-team-dropdown-title{color:var(--wh-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:700;font-family:var(--wh-font);padding:6px 10px 10px}.tk-team-member-row{cursor:default;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;transition:background .15s;display:flex}.tk-team-member-row:hover{background:var(--wh-surface-hover,#f4f4f5)}.tk-team-member-avatar{border-radius:17px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.tk-team-member-avatar img{object-fit:cover;border-radius:15px;width:30px;height:30px}.tk-team-member-avatar-text{color:#fff;font-size:13px;font-weight:600}.tk-team-member-name{color:var(--wh-text);font-size:13px;font-weight:500}.tk-header-divider{background:var(--wh-border,#e4e4e7);width:1px;height:17px;margin:0 6px}.tk-scope-tabs{background:var(--wh-surface);border-bottom:1px solid var(--wh-border-light,#f4f4f5);align-items:center;gap:22px;padding:0 24px;display:flex}.tk-scope-tabs-right{align-items:center;gap:8px;margin-left:auto;display:flex}.tk-scope-tab{cursor:pointer;font-family:var(--wh-font);color:#000;letter-spacing:-.01em;background:0 0;border:none;align-items:center;gap:7px;padding:11px 0;font-size:13px;font-weight:500;transition:color .15s;display:flex;position:relative}.tk-scope-tab:hover{color:var(--wh-heading,#111827)}.tk-scope-tab--active{color:var(--wh-heading,#111827);font-weight:600}.tk-scope-tab--active:after{content:"";border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:-1px;left:0;right:0}.tk-scope-badge{color:#000;font-variant-numeric:tabular-nums;letter-spacing:0;background:#f3f4f6;border-radius:99px;padding:1px 7px;font-size:11px;font-weight:500;transition:background .15s,color .15s}.tk-scope-tab--active .tk-scope-badge{color:#111827;background:#e5e7eb}[data-theme=dark] .tk-scope-tab{color:var(--wh-text-muted)}[data-theme=dark] .tk-scope-tab--active,[data-theme=dark] .tk-scope-tab:hover{color:var(--wh-text)}[data-theme=dark] .tk-scope-badge{color:var(--wh-text-muted);background:#ffffff0f}[data-theme=dark] .tk-scope-tab--active .tk-scope-badge{color:var(--wh-text);background:#ffffff1a}.tk-toolbar{border-bottom:1px solid var(--wh-border-light,#f4f4f5);justify-content:space-between;align-items:center;padding:7px 14px;display:flex}.tk-toolbar-left{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.tk-toolbar-right{align-items:center;gap:5px;display:flex}.tk-toolbar-divider{background:var(--wh-border,#e4e4e7);width:1px;height:17px;margin:0 3px}.tk-view-tabs{align-items:center;gap:0;display:flex}.tk-view-tab{color:#000;cursor:pointer;font-size:13px;font-weight:500;font-family:var(--wh-font);letter-spacing:-.005em;background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;padding:7px 12px;transition:color .15s,background .15s;display:flex;position:relative}.tk-view-tab:hover{color:#111827;background:#f3f4f6}.tk-view-tab--active{color:#111827;background:0 0;font-weight:600}[data-theme=dark] .tk-view-tab{color:var(--wh-text-muted)}[data-theme=dark] .tk-view-tab:hover{color:var(--wh-text);background:#ffffff0f}[data-theme=dark] .tk-view-tab--active{color:var(--wh-text)}.tk-view-tab--active:after{content:"";border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:-8px;left:4px;right:4px}.tk-segment-control{background:var(--wh-canvas-subtle,#f4f4f5);border-radius:var(--tk-radius-md);gap:2px;padding:3px;display:flex}.tk-segment-btn{border-radius:var(--tk-radius-sm);color:var(--wh-text-muted);cursor:pointer;transition:var(--tk-transition);font-size:11px;font-weight:500;font-family:var(--wh-font);background:0 0;border:none;align-items:center;gap:5px;padding:5px 8px;display:flex}.tk-segment-btn.active{background:var(--wh-surface);color:var(--wh-text);box-shadow:0 1px 3px #0000000a}.tk-group-by-label{color:var(--wh-text-secondary)}.tk-group-by-value{color:var(--wh-text);font-weight:500}.tk-filter-btn--active{position:relative}.tk-filter-dot{border-radius:3px;width:6px;height:6px;position:absolute;top:5px;right:5px}.tk-search{background:#f3f4f6;border:1px solid #0000;border-radius:6px;align-items:center;gap:6px;min-width:220px;height:32px;padding:0 10px;transition:border-color .15s,box-shadow .15s,background .15s;display:flex}.tk-search:focus-within{border-color:var(--wh-indigo);background:var(--wh-surface);box-shadow:0 0 0 3px #4f46e51f}.tk-search-input{color:var(--wh-text);font-size:13px;font-family:var(--wh-font);letter-spacing:-.005em;background:0 0;border:none;outline:none;flex:1}.tk-search-input::placeholder{color:#9ca3af}[data-theme=dark] .tk-search{background:#ffffff0f}[data-theme=dark] .tk-search:focus-within{background:var(--wh-surface)}.tk-search-clear{cursor:pointer;background:0 0;border:none;padding:0;line-height:0}.tk-kpi-strip{background:var(--wh-surface);border:1px solid var(--wh-border);border-radius:8px;align-items:stretch;gap:0;margin:6px 14px 2px;animation:.3s both tk-fadeIn;display:flex;overflow:hidden}.tk-kpi-chip{cursor:pointer;border:none;border-right:1px solid var(--wh-border);font-family:var(--wh-font);background:0 0;flex:1;align-items:center;gap:8px;padding:6px 12px;transition:background .15s;display:flex;position:relative}.tk-kpi-chip:last-child{border-right:none}.tk-kpi-chip:hover{background:var(--wh-bg)}.tk-kpi-chip--active{background:color-mix(in srgb,var(--tk-kpi-accent,var(--wh-indigo))5%,var(--wh-surface))}.tk-kpi-chip--active:before{content:"";background:var(--tk-kpi-accent,var(--wh-indigo));border-radius:0 2px 2px 0;width:3px;position:absolute;top:0;bottom:0;left:0}.tk-kpi-chip--zero .tk-kpi-value{color:#94a3b8;font-weight:500}.tk-kpi-chip--zero .tk-kpi-icon{opacity:.55}.tk-kpi-chip--active.tk-kpi-chip--zero .tk-kpi-value{color:var(--tk-kpi-accent,var(--wh-indigo));opacity:.85}.tk-kpi-active-tag{background:color-mix(in srgb,var(--tk-kpi-accent,var(--wh-indigo))14%,var(--wh-surface));border:1px solid color-mix(in srgb,var(--tk-kpi-accent,var(--wh-indigo))30%,transparent);border-radius:50%;justify-content:center;align-items:center;width:13px;height:13px;display:inline-flex;position:absolute;top:5px;right:6px}[data-theme=dark] .tk-kpi-chip--zero .tk-kpi-value{color:var(--wh-text-muted)}[data-theme=dark] .tk-kpi-active-tag{background:color-mix(in srgb,var(--tk-kpi-accent,var(--wh-indigo))22%,var(--wh-surface))}.tk-kpi-total{cursor:default;background:var(--wh-bg,#f8fafc)}[data-theme=dark] .tk-kpi-total{background:#ffffff05}.tk-kpi-overdue-rail{border:none;border-left:1px solid var(--wh-border);cursor:pointer;font-family:var(--wh-font);background:0 0;align-items:center;gap:8px;padding:6px 12px;transition:background .15s;display:flex;position:relative}.tk-kpi-overdue-rail:hover:not(:disabled){background:#ef44440a}.tk-kpi-overdue-rail:disabled{cursor:default;opacity:.6}.tk-kpi-overdue-rail--active:before{content:"";background:#ef4444;border-radius:0 2px 2px 0;width:3px;position:absolute;top:0;bottom:0;left:0}.tk-kpi-overdue-rail--active .tk-kpi-value{color:#dc2626}.tk-kpi-overdue-rail-icon{background:#fef2f2;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.tk-kpi-overdue-rail:disabled .tk-kpi-overdue-rail-icon{background:#f4f4f5}[data-theme=dark] .tk-kpi-overdue-rail-icon{background:#ef44441f}[data-theme=dark] .tk-kpi-overdue-rail:disabled .tk-kpi-overdue-rail-icon{background:#ffffff0a}[data-theme=dark] .tk-kpi-overdue-rail--active .tk-kpi-value{color:#f87171}.tk-kpi-clear{border:1px dashed var(--wh-border);background:var(--wh-surface);color:var(--wh-text-muted);font-size:10px;font-weight:600;font-family:var(--wh-font);cursor:pointer;white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;gap:3px;height:24px;padding:0 8px;transition:color .15s,border-color .15s,background .15s;display:inline-flex}.tk-kpi-clear:hover{color:var(--wh-text);border-color:var(--wh-border-strong,#a1a1aa);background:var(--wh-surface-hover,#f4f4f5)}[data-theme=dark] .tk-kpi-clear{background:var(--wh-surface);color:var(--wh-text-muted)}.tk-kpi-icon{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.tk-kpi-content{flex-direction:column;min-width:0;line-height:1.1;display:flex}.tk-kpi-value{font-size:13px;font-family:var(--wh-font);color:var(--wh-text);letter-spacing:-.3px;font-variant-numeric:tabular-nums;font-weight:700;line-height:1.15}.tk-kpi-label{font-size:10px;font-family:var(--wh-font);color:var(--wh-text-muted);white-space:nowrap;margin-top:1px;font-weight:500;line-height:1.15}[data-theme=dark] .tk-kpi-value{color:var(--wh-text)}[data-theme=dark] .tk-kpi-label{color:var(--wh-text-muted)}.tk-kpi-right{flex-shrink:0;align-items:center;gap:8px;margin-left:auto;padding-left:12px;display:flex}.tk-kpi-overdue{color:#ef4444;cursor:pointer;font-size:13px;font-weight:600;font-family:var(--wh-font);white-space:nowrap;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;align-items:center;gap:8px;padding:6px 12px;transition:background .2s,border-color .2s;display:flex}.tk-kpi-overdue:hover{background:#fee2e2;border-color:#fca5a5}.tk-overdue-dot{background:#ef4444;border-radius:50%;width:8px;height:8px;animation:2s infinite tk-pulseRed;box-shadow:0 0 0 2px #fef2f2}.tk-btn-primary{color:#fff;cursor:pointer;font-size:14px;font-weight:600;font-family:var(--wh-font);letter-spacing:-.01em;border:none;border-radius:8px;align-items:center;gap:8px;height:36px;padding:0 16px;transition:filter .12s,transform .1s;display:inline-flex}.tk-btn-primary:hover{filter:brightness(1.06)}.tk-btn-primary:active{transform:translateY(1px)}.tk-btn-primary-divider{background:#ffffff73;width:1px;height:16px;margin:0 4px 0 6px}.tk-btn-primary--split{border-radius:7px;gap:6px;height:28px;padding:0 8px 0 11px;font-size:13px;font-weight:600}.tk-btn-primary--split .tk-btn-primary-divider{height:13px;margin:0 2px 0 4px}.tk-btn-primary--split[aria-expanded=true]{filter:brightness(.95)}.tk-btn-primary--split[aria-expanded=true] .tk-btn-primary-divider{background:#fff9}.tk-btn-ghost{color:var(--wh-text-muted);border-radius:var(--tk-radius-sm);cursor:pointer;font-size:11px;font-family:var(--wh-font);transition:var(--tk-transition);background:0 0;border:none;padding:6px 8px}.tk-btn-ghost:hover{background:var(--wh-surface-hover,#f4f4f5);color:var(--wh-text)}.tk-dropdown-overlay{z-index:var(--tk-z-dropdown);position:fixed;inset:0}.tk-dropdown-glass{background:var(--wh-surface,#fff);border:1px solid var(--wh-border-light,#e5e7eb);animation:tk-slideDown .12s var(--tk-ease-out-expo);border-radius:8px;flex-direction:column;min-width:180px;padding:4px;display:flex;position:absolute;box-shadow:0 1px 3px #0000000f,0 10px 25px -8px #0000001f}.tk-dropdown-item-modern{cursor:pointer;text-align:left;color:var(--wh-text);font-size:13px;font-family:var(--wh-font);background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;width:100%;padding:7px 10px;transition:background .12s;display:flex}.tk-dropdown-item-modern:hover{background:var(--wh-canvas-subtle,#f5f5f7)}.tk-dropdown-item-modern--rich{border-radius:10px;align-items:flex-start;gap:12px;padding:10px 12px}.tk-dropdown-item-title{color:var(--wh-heading,#0f172a);font-size:14px;font-weight:600}.tk-dropdown-item-desc{color:var(--wh-text-secondary,#64748b);margin-top:2px;font-size:12px}.tk-table-wrap{flex:1;padding:0 0 60px;overflow:auto}.tk-table-inner{min-width:max-content}.tk-group-header{background:#f5f5f7;flex-direction:column;gap:0;display:flex}.tk-group-header--sticky{z-index:var(--tk-z-sticky);background:#f5f5f7;position:sticky;top:0}.tk-group-collapse-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.tk-group-toggle{cursor:pointer;font-family:var(--wh-font);text-align:left;background:0 0;border:none;flex:1;align-items:center;gap:8px;min-width:0;padding:0;display:flex}.tk-group-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.tk-group-label{color:var(--wh-heading,#09090b);letter-spacing:-.2px;text-transform:none;font-size:15px;font-weight:700}.tk-group-count{color:var(--wh-text-muted);background:var(--wh-canvas-subtle,#f4f4f5);text-transform:none;letter-spacing:normal;border-radius:99px;padding:1px 8px;font-size:12px;font-weight:500}.tk-group-progress-bar{background:var(--wh-border-light,#f0f0f0);border-radius:2px;height:2px;margin:0 16px 2px;overflow:hidden}.tk-group-progress-fill{border-radius:2px;height:100%;transition:width .3s}.tk-table-header{grid-template-columns:var(--tk-table-grid);border-bottom:1px solid var(--wh-border-light,#f0f0f0);background:#f5f5f7;gap:0;padding:0 4px;display:grid}.tk-th{color:var(--wh-heading,#09090b);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:600;font-family:var(--wh-font);user-select:none;-webkit-appearance:none;appearance:none;background:0 0;border:none;outline:none;align-items:center;gap:3px;min-height:32px;margin:0;padding:8px 10px;display:flex}.tk-th--sortable{cursor:pointer;transition:color .15s}.tk-th--sortable:hover{color:var(--wh-heading,#09090b);background:#00000005}.tk-th--active{color:var(--wh-heading,#09090b)}.tk-th--center{justify-content:center}.tk-th--right{justify-content:flex-end}.tk-table-body{background:var(--wh-surface);overflow:hidden}.tk-row{grid-template-columns:var(--tk-table-grid);background:var(--wh-surface);border-bottom:1px solid var(--wh-border-light,#f4f4f5);cursor:pointer;animation:tk-rowReveal .3s var(--tk-ease-out-expo)both;animation-delay:var(--tk-row-delay,0s);min-height:var(--tk-row-height);gap:0;padding:0 4px;transition:background .15s;display:grid;position:relative}.tk-row:last-child{border-bottom:none}.tk-row:hover{background:var(--wh-surface-hover,#fafafa)}.tk-row.is-selected{background:var(--wh-accent-soft,#4f46e50a)}.tk-row.is-done{opacity:.55}.tk-row.is-blocked{opacity:.5}.tk-row.priority-urgent{background:#ef444408}.tk-row.priority-urgent:hover{background:#ef44440f}.tk-row.priority-high{background:#f9731608}.tk-row.priority-high:hover{background:#f973160f}.tk-row-accent-bar{opacity:1;border-radius:0 2px 2px 0;width:3px;position:absolute;top:0;bottom:0;left:0}.tk-cell{min-height:var(--tk-row-height);align-items:center;min-width:0;padding:8px 10px;display:flex;overflow:hidden}.tk-cell--center{justify-content:center}.tk-cell--right{justify-content:flex-end}.tk-cell-text{font-size:12px;font-family:var(--wh-font);color:var(--wh-heading,#09090b);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tk-cell-text--mono{font-variant-numeric:tabular-nums;font-size:12px}.tk-cell-text--muted{color:var(--wh-text-muted)}.tk-cell-text--bold{color:var(--wh-text);font-weight:600}.tk-cell-text--overdue{font-weight:600;color:#ef4444!important}.tk-checkbox-wrap{cursor:pointer;justify-content:center;align-items:center;width:36px;display:flex}.tk-checkbox{background:0 0;border:1.5px solid #d1d5db;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:border-color .15s,background .15s;display:flex}.tk-row:hover .tk-checkbox{border-color:#6b7280}.tk-checkbox.checked{animation:popIn .2s var(--tk-ease-out-expo);background:#22c55e;border-color:#22c55e}[data-theme=dark] .tk-checkbox{border-color:#fff3}[data-theme=dark] .tk-row:hover .tk-checkbox{border-color:#fff6}.tk-task-name{flex:1;align-items:center;gap:6px;min-width:0;display:flex}.tk-task-title{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;font-family:var(--wh-font);color:#111827;letter-spacing:-.005em;flex:1;min-width:0;line-height:1.4;overflow:hidden}[data-theme=dark] .tk-task-title{color:var(--wh-heading,#f4f4f5)}.tk-task-title--done{color:var(--wh-text-muted);font-weight:400;text-decoration:line-through}.tk-comment-badge{color:var(--wh-text-muted);font-size:10px;font-family:var(--wh-font);flex-shrink:0;align-items:center;gap:2px;font-weight:500;display:flex}.tk-tag-chip{text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;font-size:9px;font-weight:600;font-family:var(--wh-font);border-radius:4px;flex-shrink:0;align-items:center;padding:1px 6px;display:inline-flex}.tk-tag-overflow{color:var(--wh-text-muted);font-size:10px;font-weight:600;font-family:var(--wh-font);flex-shrink:0}.tk-status-pill{font-size:11px;font-weight:500;font-family:var(--wh-font);cursor:pointer;white-space:nowrap;letter-spacing:0;border-radius:6px;align-items:center;gap:5px;padding:3px 8px;transition:filter .12s;display:inline-flex;position:relative}.tk-status-pill:hover{filter:brightness(.96)}.tk-status-pill.todo{background:var(--wh-canvas-subtle,#f4f4f5);color:var(--wh-text-secondary,#52525b)}.tk-status-pill.in_progress{color:#1d4ed8;background:#eff6ff}.tk-status-pill.review{color:#b45309;background:#fffbeb}.tk-status-pill.done{color:#15803d;background:#f0fdf4}.tk-status-pill.overdue{color:#b91c1c;background:#fef2f2}.tk-status-pill.open{background:var(--wh-canvas-subtle,#f4f4f5);color:var(--wh-text-secondary,#52525b)}.tk-status-pill--loading:after{content:"";border:2px solid;border-right-color:#0000;border-radius:50%;flex-shrink:0;width:12px;height:12px;animation:.6s linear infinite tk-spin}.tk-status-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.tk-status-dropdown{z-index:var(--tk-z-dropdown);background:var(--wh-surface,#fff);border:1px solid var(--wh-border-light,#e5e7eb);animation:tk-slideDown .12s var(--tk-ease-out-expo);border-radius:8px;min-width:140px;padding:4px;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 1px 3px #0000000f,0 10px 25px -8px #0000001f}.tk-status-option{cursor:pointer;font-family:var(--wh-font);color:var(--wh-text);text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;width:100%;padding:7px 10px;font-size:13px;font-weight:500;transition:background .15s;display:flex}.tk-status-option:hover{background:#0000000a}.tk-status-option--active{font-weight:600}.tk-dep-badge{font-size:10px;font-weight:600;font-family:var(--wh-font);border-radius:4px;flex-shrink:0;align-items:center;gap:3px;padding:1px 5px;display:inline-flex}.tk-dep-badge--blocked{color:#dc2626;background:#fef2f2}.tk-dep-badge--blocking{color:#b45309;background:#fffbeb}.tk-seen-icon{cursor:default;flex-shrink:0;align-items:center;display:flex}.tk-seen-tooltip{background:var(--wh-heading,#09090b);color:#fff;white-space:nowrap;pointer-events:none;opacity:0;font-size:11px;font-weight:500;font-family:var(--wh-font);border-radius:6px;padding:4px 8px;transition:opacity .15s;position:absolute;bottom:calc(100% + 4px);left:50%;transform:translate(-50%)}.tk-seen-icon:hover .tk-seen-tooltip{opacity:1}.tk-assignee{align-items:center;gap:5px;min-width:0;display:flex}.tk-assignee-avatar{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.tk-assignee-avatar-text{color:#fff;font-size:10px;font-weight:600;font-family:var(--wh-font)}.tk-assignee-name{color:var(--wh-text-secondary,#52525b);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:500;font-family:var(--wh-font);min-width:0;overflow:hidden}.tk-empty-text{color:var(--wh-text-muted);font-size:11px;font-family:var(--wh-font)}.tk-row-actions{opacity:0;flex-shrink:0;gap:2px;padding-right:4px;transition:opacity .15s,transform .15s;display:flex;transform:translate(6px)}.tk-row:hover .tk-row-actions,.tk-row:focus-within .tk-row-actions{opacity:1;transform:translate(0)}.tk-row-actions button{color:#000;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;line-height:0;transition:background .12s,color .12s;display:inline-flex}.tk-row-actions button:hover{color:#111827;background:#f3f4f6}.tk-row-actions button.danger:hover{color:#ef4444;background:#fef2f2}.tk-row-actions button.success:hover{color:#22c55e;background:#f0fdf4}[data-theme=dark] .tk-row-actions button{color:var(--wh-text-muted)}[data-theme=dark] .tk-row-actions button:hover{color:var(--wh-text);background:#ffffff0f}.tk-footer-add{color:var(--wh-text-muted);cursor:pointer;text-align:left;font-size:13px;font-weight:500;font-family:var(--wh-font);background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:10px 14px;transition:color .15s,background .15s;display:flex}.tk-footer-add:hover{color:var(--wh-text);background:var(--wh-surface-hover,#fafafa)}.tk-inline-form{background:var(--wh-surface);border-bottom:1px solid var(--wh-border-light,#f4f4f5);flex-direction:column;gap:8px;padding:8px 12px;display:flex}.tk-inline-input{color:var(--wh-heading,#09090b);font-size:12px;font-family:var(--wh-font);background:0 0;border:none;outline:none;flex:1}.tk-inline-input::placeholder{color:var(--wh-text-muted)}.tk-inline-actions-row{justify-content:space-between;align-items:center;padding-left:14px;display:flex}.tk-priority-options{gap:5px;display:flex}.tk-priority-pill{cursor:pointer;font-size:11px;font-weight:500;font-family:var(--wh-font);border:1px solid #0000;border-radius:6px;align-items:center;gap:4px;height:22px;padding:0 8px;transition:background .15s,border-color .15s;display:inline-flex}.tk-priority-pill:hover:not(.active){border-color:var(--wh-border-light,#e5e7eb);background:var(--wh-canvas-subtle,#f4f4f5)!important}.tk-bulk-bar{-webkit-backdrop-filter:blur(20px)saturate(180%);z-index:var(--tk-z-bulk);animation:tk-fadeSlideUp .2s var(--tk-ease-out-expo);background:#ffffffeb;border:1px solid #0000000f;border-radius:9999px;justify-content:space-between;align-items:center;gap:14px;min-width:320px;height:44px;padding:0 8px 0 16px;display:flex;position:absolute;bottom:52px;left:50%;transform:translate(-50%);box-shadow:0 1px 3px #0000000f,0 12px 40px -8px #0000002e}.tk-bulk-left{align-items:center;gap:8px;display:flex}.tk-bulk-toggle{cursor:pointer;font-family:var(--wh-font);background:0 0;border:none;align-items:center;gap:5px;display:flex}.tk-bulk-toggle-text{font-size:13px;font-weight:600}.tk-bulk-count{color:var(--wh-text-muted);font-size:11px;font-weight:500;font-family:var(--wh-font)}.tk-bulk-right{align-items:center;gap:6px;display:flex}.tk-bulk-action{cursor:pointer;transition:var(--tk-transition);border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.tk-bulk-action:disabled{cursor:default;opacity:.5}.tk-bulk-action--complete{background:#f0fdf4}.tk-bulk-action--complete:hover:not(:disabled){background:#dcfce7}.tk-bulk-action--delete{background:#fef2f2}.tk-bulk-action--delete:hover:not(:disabled){background:#fee2e2}.tk-bulk-action--status{background:#eff6ff}.tk-bulk-action--status:hover:not(:disabled){background:#dbeafe}.tk-skeleton-row{grid-template-columns:var(--tk-table-grid);min-height:var(--tk-row-height);border-bottom:1px solid #00000008;align-items:center;gap:0;padding:0 4px;display:grid}.tk-skel-cell{align-items:center;padding:6px 8px;display:flex}.tk-skel-cell--center{justify-content:center}.tk-skel-checkbox{background:linear-gradient(90deg,var(--wh-surface-hover,#f4f4f5)25%,#e8e8eb 50%,var(--wh-surface-hover,#f4f4f5)75%);background-size:200% 100%;border-radius:5px;width:16px;height:16px;animation:1.5s infinite tk-skeletonWave}.tk-skel-title{background:linear-gradient(90deg,var(--wh-surface-hover,#f4f4f5)25%,#e8e8eb 50%,var(--wh-surface-hover,#f4f4f5)75%);background-size:200% 100%;border-radius:4px;height:12px;animation:1.5s infinite tk-skeletonWave}.tk-skel-pill{background:linear-gradient(90deg,var(--wh-surface-hover,#f4f4f5)25%,#e8e8eb 50%,var(--wh-surface-hover,#f4f4f5)75%);background-size:200% 100%;border-radius:10px;width:52px;height:20px;animation:1.5s infinite tk-skeletonWave}.tk-skel-date{background:linear-gradient(90deg,var(--wh-surface-hover,#f4f4f5)25%,#e8e8eb 50%,var(--wh-surface-hover,#f4f4f5)75%);background-size:200% 100%;border-radius:4px;width:60px;height:10px;animation:1.5s infinite tk-skeletonWave}.tk-skel-avatar{background:linear-gradient(90deg,var(--wh-surface-hover,#f4f4f5)25%,#e8e8eb 50%,var(--wh-surface-hover,#f4f4f5)75%);background-size:200% 100%;border-radius:6px;width:20px;height:20px;animation:1.5s infinite tk-skeletonWave}.tk-skel-line{background:linear-gradient(90deg,var(--wh-surface-hover,#f4f4f5)25%,#e8e8eb 50%,var(--wh-surface-hover,#f4f4f5)75%);background-size:200% 100%;border-radius:4px;height:10px;animation:1.5s infinite tk-skeletonWave}.tk-empty-center{flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:48px 0;display:flex}.tk-empty-title{color:var(--wh-heading,#09090b);font-size:15px;font-weight:600;font-family:var(--wh-font);letter-spacing:-.3px}.tk-empty-desc{color:var(--wh-text-muted);font-size:12px;font-family:var(--wh-font);text-align:center;max-width:320px}.tk-empty-btn{cursor:pointer;color:#fff;font-size:12px;font-weight:500;font-family:var(--wh-font);border:none;border-radius:99px;margin-top:12px;padding:7px 14px;transition:opacity .15s}.tk-empty-btn:hover{opacity:.9}.tk-empty-filter{flex-direction:column;align-items:center;gap:12px;padding:60px 0;display:flex}.tk-empty-filter-icon{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.tk-empty-filter-icon--success{background:#f0fdf4}.tk-empty-filter-icon--neutral{background:var(--wh-canvas-subtle,#f4f4f5)}.tk-empty-filter-title{color:var(--wh-heading,#09090b);font-size:15px;font-weight:600;font-family:var(--wh-font)}.tk-empty-filter-desc{color:var(--wh-text-muted);font-size:13px;font-family:var(--wh-font);text-align:center;max-width:300px}.tk-req-icon{border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.tk-req-icon--camera{color:#0284c7;background:#f0f9ff}.tk-req-icon--location{color:#059669;background:#ecfdf5}[data-theme=dark] .tk-kpi-strip{background:var(--wh-surface);border-color:var(--wh-border)}[data-theme=dark] .tk-kpi-chip{border-right-color:var(--wh-border)}[data-theme=dark] .tk-kpi-chip:hover{background:var(--wh-surface-hover)}[data-theme=dark] .tk-kpi-chip--active{background:color-mix(in srgb,var(--wh-indigo)8%,var(--wh-surface))}[data-theme=dark] .tk-kpi-overdue{background:#ef44441a;border-color:#ef444433}[data-theme=dark] .tk-status-pill.todo{color:#94a3b8;background:#64748b26}[data-theme=dark] .tk-status-pill.in_progress{color:#60a5fa;background:#3b82f61f}[data-theme=dark] .tk-status-pill.review{color:#fbbf24;background:#f59e0b1f}[data-theme=dark] .tk-status-pill.done{color:#4ade80;background:#22c55e1f}[data-theme=dark] .tk-status-pill.overdue{color:#f87171;background:#ef44441f}[data-theme=dark] .tk-bulk-bar{background:#1e293bd9;border:1px solid #ffffff1a;box-shadow:0 10px 40px #0006}[data-theme=dark] .tk-row:hover{background:var(--wh-surface-hover)}[data-theme=dark] .tk-row.priority-urgent{background:#ef44440f}[data-theme=dark] .tk-row.priority-urgent:hover{background:#ef44441a}[data-theme=dark] .tk-row.priority-high{background:#f973160f}[data-theme=dark] .tk-row.priority-high:hover{background:#f973161a}[data-theme=dark] .tk-dropdown-glass{background:var(--wh-surface);border-color:#ffffff14}[data-theme=dark] .tk-dropdown-item-modern:hover{background:#ffffff0f}[data-theme=dark] .tk-status-dropdown{background:#1e293beb;border-color:#ffffff14}[data-theme=dark] .tk-status-option:hover{background:#ffffff0f}[data-theme=dark] .tk-team-dropdown-panel{background:#1e293beb;border-color:#ffffff14}[data-theme=dark] .tk-dep-badge--blocked{background:#dc26261f}[data-theme=dark] .tk-dep-badge--blocking{background:#b453091f}[data-theme=dark] .tk-skel-checkbox,[data-theme=dark] .tk-skel-title,[data-theme=dark] .tk-skel-pill,[data-theme=dark] .tk-skel-date,[data-theme=dark] .tk-skel-avatar,[data-theme=dark] .tk-skel-line{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff14 50%,#ffffff0a 75%) 0 0/200% 100%}[data-theme=dark] .tk-header-island,[data-theme=dark] .tk-content-island,[data-theme=dark] .tk-table-body{border-color:var(--wh-border)}[data-theme=dark] .tk-empty-filter-icon--success{background:#22c55e1a}[data-theme=dark] .tk-req-icon--camera{background:#0284c71a}[data-theme=dark] .tk-req-icon--location{background:#0596691a}@media (prefers-reduced-motion:reduce){.tk-row,.tk-kpi-strip,.tk-kpi-chip,.tk-segment-btn,.tk-dropdown-glass,.tk-status-dropdown,.tk-row-actions,.tk-row-accent-bar,.tk-checkbox,.tk-bulk-bar,.tk-skel-checkbox,.tk-skel-title,.tk-skel-pill,.tk-skel-date,.tk-skel-avatar,.tk-skel-line{transition-duration:.01ms!important;animation:none!important}}@media (width<=1200px){.tk-col-hide-lg{display:none!important}}@media (width<=900px){.tk-col-hide-md{display:none!important}.tk-scope-tabs{gap:16px;padding:0 14px}.tk-kpi-chip{padding:8px 12px}.tk-kpi-value{font-size:14px}}.tk-admin-page{background:var(--wh-bg,#f5f5f7)}.tk-admin-page>.wh-page-bar{background:var(--wh-surface);border-radius:12px;margin:12px 16px 0;padding:0;display:block;overflow:hidden;box-shadow:0 1px 2px #0000000a,0 1px 3px #0000000f}.tk-admin-page>.wh-page-bar .aw-header{box-shadow:none!important;box-sizing:border-box!important;border-bottom-width:0!important;border-radius:0!important;width:100%!important}.tk-admin-page>.wh-panel{border-radius:12px;margin:16px;box-shadow:0 1px 2px #0000000a,0 1px 3px #0000000f}.tk-admin-page>.wh-panel:last-of-type{margin-bottom:16px}[data-theme=dark] .tk-admin-page>.wh-page-bar,[data-theme=dark] .tk-admin-page>.wh-panel{box-shadow:0 1px 2px #00000059,0 1px 3px #00000073}.tk-admin-page .tk-data-panel{overflow:hidden}.tk-admin-page .tk-table-inner .tk-row,.tk-admin-page .tk-table-inner .tk-row:last-child{border-bottom:1px solid var(--wh-border-light,#f4f4f5)}.tk-admin-page .tk-data-panel .tk-table-inner>div>div[data-index]{box-sizing:border-box;border-left:10px solid #0000;border-right:10px solid #0000}.tk-admin-page .tk-data-panel .tk-table-inner>div>div[data-index]:has(.tk-group-header){background:linear-gradient(to bottom,transparent 0,transparent 16px,var(--wh-bg,#f5f5f7)16px)padding-box;padding-top:28px;padding-left:7px;padding-right:7px}.tk-admin-page .tk-data-panel .tk-table-inner>div>div[data-index]:has(.tk-row),.tk-admin-page .tk-data-panel .tk-table-inner>div>div[data-index]:has(.tk-footer-add),.tk-admin-page .tk-data-panel .tk-table-inner>div>div[data-index]:has(.tk-inline-form){background:var(--wh-bg,#f5f5f7)padding-box;padding-bottom:1px;padding-left:7px;padding-right:7px}.tk-admin-page .tk-data-panel .tk-table-inner>div>div[data-index]:has(.tk-footer-add),.tk-admin-page .tk-data-panel .tk-table-inner>div>div[data-index]:has(.tk-inline-form){border-bottom-right-radius:30px;border-bottom-left-radius:30px;padding-bottom:16px}.tk-admin-page .tk-data-panel .tk-table-inner .tk-group,.tk-admin-page .tk-data-panel .tk-table-inner .tk-group-header{background:var(--wh-bg,#f5f5f7)!important}.tk-admin-page .tk-data-panel .tk-table-inner .tk-row,.tk-admin-page .tk-data-panel .tk-table-inner .tk-footer-add,.tk-admin-page .tk-data-panel .tk-table-inner .tk-inline-form{background:var(--wh-surface,#fff)!important}.tk-admin-page .tk-data-panel .tk-table-inner .tk-group{overflow:hidden}.tk-admin-page .tk-data-panel .tk-table-inner .tk-footer-add,.tk-admin-page .tk-data-panel .tk-table-inner .tk-inline-form{border-bottom-right-radius:16px;border-bottom-left-radius:16px}.tk-admin-page .tk-data-panel .tk-table-inner .tk-row:hover{background:var(--wh-surface-hover,#fafafa)!important}.tk-admin-page .tk-data-panel .tk-table-wrap{border-top:none}.tk-saved-views-bar{border-bottom:1px solid var(--wh-border-light,#f4f4f5);background:var(--wh-surface);flex-wrap:wrap;align-items:center;gap:8px;min-height:38px;padding:8px 14px;display:flex}.tk-saved-view-chip{color:#4b5563;font-size:12px;font-weight:500;font-family:var(--wh-font);background:#f2f4f6;border:1px solid #0000;border-radius:6px;align-items:center;gap:2px;height:24px;padding:0 2px 0 8px;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.tk-saved-view-chip:hover{color:var(--wh-text);background:#e9ecef}.tk-saved-view-chip.is-active{background:color-mix(in srgb,var(--wh-indigo)8%,var(--wh-surface));border-color:color-mix(in srgb,var(--wh-indigo)18%,transparent);color:var(--wh-text)}.tk-saved-view-apply{cursor:pointer;color:inherit;font:inherit;background:0 0;border:none;align-items:center;gap:6px;padding:2px;display:inline-flex}.tk-saved-view-delete{color:#000;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;transition:background .15s,color .15s;display:inline-flex}.tk-saved-view-delete:hover{color:var(--wh-text);background:#00000014}.tk-saved-view-add{border:1px dashed var(--wh-border,#d4d4d8);color:var(--wh-text-muted);cursor:pointer;font-size:12px;font-weight:500;font-family:var(--wh-font);background:0 0;border-radius:6px;align-items:center;gap:4px;height:24px;padding:0 10px;transition:color .15s,border-color .15s,background .15s;display:inline-flex}.tk-saved-view-add:hover{color:var(--wh-text);border-color:var(--wh-border-strong,#a1a1aa);background:#00000005}.tk-saved-view-input{color:var(--wh-text);font-size:12px;font-weight:500;font-family:var(--wh-font);background:0 0;border:none;outline:none;width:120px;height:24px;padding:0 6px}[data-theme=dark] .tk-saved-views-bar{background:var(--wh-surface)}[data-theme=dark] .tk-saved-view-chip{color:#a1a1aa;background:#ffffff0d}[data-theme=dark] .tk-saved-view-chip:hover{background:#ffffff14}[data-theme=dark] .tk-saved-view-delete{color:#6b7280}[data-theme=dark] .tk-saved-view-delete:hover{color:#e4e4e7;background:#ffffff14}.tk-shortcut-hint-bar{border-top:1px solid var(--wh-border-light,#f4f4f5);background:var(--wh-surface);color:var(--wh-text-muted);font-size:11px;font-family:var(--wh-font);align-items:center;gap:12px;min-height:30px;padding:6px 14px;display:flex}.tk-shortcut-hint{color:inherit;font:inherit;cursor:default;background:0 0;border:none;border-radius:5px;align-items:center;gap:4px;padding:2px 6px;display:inline-flex}.tk-shortcut-hint--cmdk{cursor:pointer;transition:background .15s,color .15s}.tk-shortcut-hint--cmdk:hover{background:var(--wh-canvas-subtle,#f4f4f5);color:var(--wh-text)}.tk-shortcut-hint kbd,.tk-cmdk-kbd{font-family:var(--wh-font);border:1px solid var(--wh-border-light,#e4e4e7);border-bottom:1px solid var(--wh-border,#d4d4d8);background:var(--wh-surface);color:var(--wh-text-secondary,#52525b);letter-spacing:.02em;border-radius:4px;justify-content:center;align-items:center;min-width:16px;height:18px;padding:0 6px;font-size:10px;font-weight:500;line-height:1;display:inline-flex}.tk-shortcut-hint-spacer{flex:1}.tk-density-toggle{border:1px solid var(--wh-border-light,#ebebeb);color:var(--wh-text-muted);font-size:11px;font-weight:500;font-family:var(--wh-font);cursor:pointer;text-transform:capitalize;background:0 0;border-radius:6px;align-items:center;gap:5px;padding:3px 8px;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.tk-density-toggle:hover{color:var(--wh-text);background:var(--wh-canvas-subtle,#f4f4f5);border-color:var(--wh-border,#d4d4d8)}@media (width<=900px){.tk-shortcut-hint--lg{display:none}}[data-theme=dark] .tk-shortcut-hint kbd,[data-theme=dark] .tk-cmdk-kbd{background:#ffffff0a;border-color:#ffffff1f}[data-theme=dark] .tk-density-toggle{border-color:#ffffff14}.tk-cmdk-overlay{z-index:var(--tk-z-modal);-webkit-backdrop-filter:blur(4px);animation:tk-fadeIn .15s var(--tk-ease-out-expo);background:#0f0f1459;justify-content:center;align-items:flex-start;padding:12vh 20px 20px;display:flex;position:fixed;inset:0}.tk-cmdk-panel{background:var(--wh-surface);border:1px solid var(--wh-border,#e4e4e7);animation:tk-slideDown .15s var(--tk-ease-out-expo);font-family:var(--wh-font);border-radius:12px;flex-direction:column;width:100%;max-width:480px;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000000f,0 12px 40px -12px #0000002e}.tk-cmdk-searchbar{border-bottom:1px solid var(--wh-border-light,#f0f0f0);align-items:center;gap:10px;padding:13px 16px;display:flex}.tk-cmdk-input{color:var(--wh-text);font-size:14px;font-family:var(--wh-font);letter-spacing:-.01em;background:0 0;border:none;outline:none;flex:1}.tk-cmdk-input::placeholder{color:var(--wh-text-muted);font-weight:400}.tk-cmdk-searchbar .tk-cmdk-kbd{letter-spacing:.04em;height:18px;padding:0 6px;font-size:9px}.tk-cmdk-list{flex:1;max-height:360px;padding:4px;overflow-y:auto}.tk-cmdk-group{color:var(--wh-text-muted);letter-spacing:0;text-transform:none;padding:10px 12px 4px;font-size:11px;font-weight:500}.tk-cmdk-item{cursor:pointer;text-align:left;color:var(--wh-text);font-family:var(--wh-font);background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;width:100%;padding:7px 10px;font-size:13px;font-weight:400;transition:background .1s;display:flex}.tk-cmdk-item.is-active{background:var(--wh-canvas-subtle,#f5f5f7)}.tk-cmdk-label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.tk-cmdk-hint{color:var(--wh-text-muted);letter-spacing:.02em;background:0 0;border:none;padding:0;font-size:11px;font-weight:500}.tk-cmdk-empty{text-align:center;color:var(--wh-text-muted);padding:32px 16px;font-size:13px}[data-theme=dark] .tk-cmdk-panel{background:var(--wh-surface);border-color:#ffffff14}[data-theme=dark] .tk-cmdk-item.is-active{background:#ffffff0f}.tk-bulk-status-menu{background:var(--wh-surface,#fff);z-index:calc(var(--tk-z-bulk) + 10);animation:tk-slideDown .12s var(--tk-ease-out-expo);font-family:var(--wh-font);border:1px solid #00000014;border-radius:10px;min-width:160px;padding:4px;position:absolute;bottom:calc(100% + 8px);right:0;box-shadow:0 10px 25px -5px #0000001f}.tk-bulk-status-menu-title{text-transform:uppercase;letter-spacing:.05em;color:var(--wh-text-muted);padding:6px 10px 4px;font-size:10px;font-weight:700}.tk-bulk-status-option{cursor:pointer;text-align:left;color:var(--wh-text);font-size:13px;font-weight:500;font-family:var(--wh-font);background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;width:100%;padding:7px 10px;display:flex}.tk-bulk-status-option:hover{background:#0000000a}.tk-bulk-status-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}[data-theme=dark] .tk-bulk-status-menu{background:var(--wh-surface);border-color:#ffffff14}[data-theme=dark] .tk-bulk-status-option:hover{background:#ffffff0f}.tk-shortcuts-panel{background:var(--wh-surface);border:1px solid var(--wh-border,#e4e4e7);animation:tk-slideDown .15s var(--tk-ease-out-expo);font-family:var(--wh-font);border-radius:14px;flex-direction:column;width:100%;max-width:640px;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000000f,0 12px 40px -12px #0000002e}.tk-shortcuts-header{color:var(--wh-heading,#09090b);letter-spacing:-.02em;justify-content:space-between;align-items:center;padding:22px 28px 16px;font-size:19px;font-weight:700;display:flex}.tk-shortcuts-close{color:var(--wh-text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s,color .15s;display:inline-flex}.tk-shortcuts-close:hover{background:var(--wh-canvas-subtle,#f4f4f5);color:var(--wh-text)}.tk-shortcuts-body{padding:0 28px 28px;overflow-y:auto}.tk-shortcuts-body section+section{margin-top:24px}.tk-shortcuts-group-title{color:var(--wh-heading,#09090b);letter-spacing:-.01em;margin:0 0 10px;font-size:13px;font-weight:700}.tk-shortcuts-row{color:var(--wh-text);justify-content:space-between;align-items:center;padding:9px 0;font-size:13px;display:flex}.tk-shortcuts-label{color:var(--wh-text)}.tk-shortcuts-keys{align-items:center;gap:3px;display:inline-flex}.tk-shortcuts-keys kbd{font-family:var(--wh-font);border:1px solid var(--wh-border-light,#e4e4e7);border-bottom:1px solid var(--wh-border,#d4d4d8);background:var(--wh-surface);color:var(--wh-text-secondary,#52525b);letter-spacing:.02em;border-radius:5px;justify-content:center;align-items:center;min-width:24px;height:22px;padding:0 8px;font-size:11px;font-weight:500;line-height:1;display:inline-flex}[data-theme=dark] .tk-shortcuts-panel{background:var(--wh-surface);border-color:#ffffff14}[data-theme=dark] .tk-shortcuts-close:hover{background:#ffffff0f}[data-theme=dark] .tk-shortcuts-keys kbd{background:#ffffff0a;border-color:#ffffff1f}