.dvw-root{font-family:var(--wh-font);flex-direction:column;gap:12px;padding:4px 0 24px;display:flex}.dvw-root,.dvw-root *{font-family:var(--wh-font)}.dvw-stats-panel{padding:14px 18px}.dvw-toolbar-panel{padding:10px 14px}.dvw-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.dvw-toolbar-right{align-items:center;gap:8px;display:flex}.dvw-content-panel{padding:18px}.dvw-list{flex-direction:column;gap:14px;display:flex}.dvw-group{border:1px solid var(--wh-border-light);background:var(--wh-surface);border-radius:10px;transition:border-color .15s;overflow:hidden}.dvw-group:hover{border-color:var(--wh-border)}.dvw-group-header{border-bottom:1px solid var(--wh-border-light);background:var(--wh-surface-subtle,transparent);align-items:center;gap:12px;padding:12px 14px;display:flex}.dvw-group-avatar{flex-shrink:0}.dvw-group-avatar-icon{border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.dvw-group-meta{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.dvw-group-title{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:14px;font-weight:600;overflow:hidden}.dvw-group-sub{align-items:center;gap:10px;font-size:12px;font-weight:500;display:flex}.dvw-progress{background:var(--wh-border-light);border-radius:999px;width:100px;height:4px;display:inline-block;position:relative;overflow:hidden}.dvw-progress-fill{border-radius:999px;height:100%;transition:width .25s;display:block}.dvw-group-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.dvw-group-count{border-radius:999px;justify-content:center;align-items:center;min-width:26px;height:22px;padding:0 8px;font-size:11px;font-weight:700;display:inline-flex}.dvw-group-add{border:1px solid var(--wh-border-light);background:var(--wh-surface);color:var(--wh-text-muted);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:26px;height:26px;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.dvw-group-add:hover{background:var(--wh-surface-hover,#00000008);border-color:var(--wh-border);color:var(--wh-text)}.dvw-chip-row{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:10px;padding:12px 14px 14px;display:grid}.dvw-chip{border:1px solid var(--wh-border-light);background:var(--wh-surface);text-align:left;cursor:pointer;font-family:var(--wh-font);border-left-width:3px;border-radius:10px;flex-direction:column;gap:6px;padding:10px 12px 10px 14px;transition:transform .12s,box-shadow .12s,border-color .15s;display:flex;position:relative}.dvw-chip:hover{border-color:var(--wh-border);transform:translateY(-1px);box-shadow:0 4px 14px #0000000f}.dvw-chip:focus-visible{outline:2px solid var(--wh-primary,#6366f1);outline-offset:2px}.dvw-chip-selected{box-shadow:0 0 0 2px var(--wh-primary,#6366f1)}.dvw-chip-conflict{border-color:#ef444466}.dvw-chip-head{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.dvw-chip-title{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:13px;font-weight:600;overflow:hidden}.dvw-chip-time{font-variant-numeric:tabular-nums;white-space:nowrap;font-size:12px;font-weight:600}.dvw-chip-tz{opacity:.7;margin-left:4px;font-size:10px}.dvw-chip-meta{justify-content:space-between;align-items:center;gap:8px;display:flex}.dvw-chip-job{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:11px;font-weight:500;overflow:hidden}.dvw-chip-badges{flex-shrink:0;align-items:center;gap:4px;display:flex}.dvw-chip-footnote{white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.dvw-chip-check{position:absolute;top:6px;right:6px}.dvw-timeline-wrap{border:1px solid var(--wh-border-light);background:var(--wh-surface);border-radius:10px;margin:0 -4px;overflow-x:auto}.dvw-timeline{align-items:flex-start;min-width:100%;display:flex}.dvw-tl-axis{z-index:5;background:var(--wh-surface);border-right:1px solid var(--wh-border-light);flex-direction:column;flex-shrink:0;display:flex;position:sticky;left:0}.dvw-tl-axis-spacer{border-bottom:1px solid var(--wh-border-light);height:32px}.dvw-tl-axis-label{font-variant-numeric:tabular-nums;border-top:1px dashed var(--wh-border-light);width:56px;padding:4px 8px 0;font-size:10px;font-weight:600}.dvw-tl-axis-label:first-of-type{border-top-color:#0000}.dvw-tl-cols{flex:1;min-width:0;display:grid}.dvw-tl-col{border-right:1px solid var(--wh-border-light);flex-direction:column;display:flex}.dvw-tl-col:last-child{border-right:none}.dvw-tl-col-header{border-bottom:1px solid var(--wh-border-light);background:var(--wh-surface);z-index:4;align-items:center;gap:8px;height:32px;padding:0 10px;display:flex;position:sticky;top:0}.dvw-tl-col-name{white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;overflow:hidden}.dvw-tl-col-grid{background-image:linear-gradient(to bottom,var(--wh-border-light)1px,transparent 1px),linear-gradient(to bottom,#00000005 1px,transparent 1px);background-repeat:repeat;background-size:100% 56px,100% 28px;position:relative}.dvw-tl-slot{cursor:pointer;font-family:var(--wh-font);background:0 0;border:none;width:100%;padding:0;display:block;position:relative}.dvw-tl-slot:hover:not(:disabled){background:#6366f10a}.dvw-tl-slot:disabled{cursor:default}.dvw-tl-now{background:var(--wh-error,#ef4444);z-index:3;pointer-events:none;height:2px;position:absolute;left:0;right:0;box-shadow:0 0 0 1px #ef444426}.dvw-tl-now:before{content:"";background:var(--wh-error,#ef4444);border-radius:999px;width:8px;height:8px;position:absolute;top:-3px;left:-4px}.dvw-tl-shift{cursor:pointer;text-align:left;font-family:var(--wh-font);border:1px solid #0000;border-left-width:3px;border-radius:8px;flex-direction:column;gap:2px;padding:4px 8px;transition:transform .1s,box-shadow .1s;display:flex;position:absolute;left:4px;right:4px;overflow:hidden}.dvw-tl-shift:hover{transform:translateY(-1px);box-shadow:0 3px 10px #00000014}.dvw-tl-shift-selected{outline:2px solid var(--wh-primary,#6366f1);outline-offset:-1px}.dvw-tl-shift-conflict{outline-offset:-2px;outline:1px dashed #ef444499}.dvw-tl-shift-title{white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:600;overflow:hidden}.dvw-tl-shift-time{font-variant-numeric:tabular-nums;white-space:nowrap;font-size:10px;font-weight:500}.dvw-tl-shift-check{position:absolute;top:2px;right:4px}