.dsr-screen{--dsr-brand:#5fa3d9;--dsr-brand-hover:#4a8fc7;--dsr-brand-soft:#d9eaf7;--dsr-brand-tint:#f1f7fc;--dsr-surface:#fff;--dsr-surface-muted:#f4f7fa;--dsr-surface-sunken:#f8fafc;--dsr-border:#e3e8ef;--dsr-border-strong:#cbd3dd;--dsr-divider:#eef1f5;--dsr-text:#1b2432;--dsr-text-sub:#4a5666;--dsr-text-muted:#7a8594;--dsr-text-faint:#a1abb8;--dsr-text-on-brand:#fff;--dsr-success:#3db273;--dsr-success-soft:#e3f5eb;--dsr-warning:#e6a23c;--dsr-warning-soft:#fcefd8;--dsr-r-sm:6px;--dsr-r-md:8px;--dsr-r-lg:12px;--dsr-r-pill:999px;--dsr-shadow-sm:0 1px 2px #101e360a,0 1px 3px #101e360a;--dsr-shadow-md:0 2px 6px #101e360d,0 4px 12px #101e360d;--dsr-ease:cubic-bezier(.2,.8,.2,1);--dsr-fast:.12s;--dsr-dur:.2s;--dsr-track:.06em;background:var(--dsr-surface-sunken);height:calc(100vh - 81px);color:var(--dsr-text);-webkit-font-smoothing:antialiased;flex-direction:column;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.45;display:flex}.dsr-screen *,.dsr-screen :before,.dsr-screen :after{box-sizing:border-box}.dsr-toolbar{background:var(--dsr-surface);border-bottom:1px solid var(--dsr-divider);flex-wrap:wrap;flex-shrink:0;align-items:center;gap:8px;min-height:56px;padding:8px 16px;display:flex}.dsr-toolbar__group{flex-shrink:0;align-items:center;gap:6px;display:flex}.dsr-toolbar__divider{background:var(--dsr-divider);flex-shrink:0;align-self:stretch;width:1px;margin:0 4px}.dsr-iconbtn{border-radius:var(--dsr-r-md);width:36px;height:36px;color:var(--dsr-brand);cursor:pointer;transition:background var(--dsr-fast)var(--dsr-ease);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.dsr-iconbtn:hover{background:var(--dsr-brand-tint)}.dsr-iconbtn:focus-visible{outline:2px solid var(--dsr-brand);outline-offset:1px}.dsr-iconbtn svg{display:block}.dsr-main{flex:1;gap:12px;min-height:0;padding:12px;display:flex;overflow:hidden}.dsr-emp-panel{background:var(--dsr-surface);border:1px solid var(--dsr-border);border-radius:var(--dsr-r-lg);width:260px;box-shadow:var(--dsr-shadow-sm);flex-direction:column;flex-shrink:0;display:flex;overflow:hidden}.dsr-emp-panel--collapsed{width:48px}.dsr-emp-panel__hdr{background:var(--dsr-surface-muted);border-bottom:1px solid var(--dsr-divider);flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 16px;display:flex}.dsr-emp-panel__title{color:var(--dsr-text);font-size:15px;font-weight:600}.dsr-emp-section{flex-direction:column;min-height:0;display:flex}.dsr-emp-section--list{flex:1}.dsr-emp-section--off{border-top:1px solid var(--dsr-divider);max-height:50%}.dsr-emp-section__hdr{background:var(--dsr-brand);color:var(--dsr-text-on-brand);text-transform:uppercase;letter-spacing:var(--dsr-track);flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:6px 12px;font-size:11px;font-weight:600;display:flex}.dsr-emp-section__hdr--off{background:var(--dsr-brand)}.dsr-emp-section__hdr-left{align-items:center;gap:6px;display:inline-flex}.dsr-emp-section__count{border-radius:var(--dsr-r-pill);background:#ffffff40;justify-content:center;align-items:center;min-width:20px;height:18px;padding:0 6px;font-size:10px;font-weight:700;display:inline-flex}.dsr-emp-section__controls{border-bottom:1px solid var(--dsr-divider);flex-direction:column;flex-shrink:0;gap:8px;padding:10px;display:flex}.dsr-switch{color:var(--dsr-text);cursor:pointer;user-select:none;align-items:center;gap:8px;font-size:13px;display:inline-flex}.dsr-switch input{opacity:0;clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.dsr-switch input:focus-visible+.dsr-switch__track{outline:2px solid var(--dsr-brand);outline-offset:2px}.dsr-switch__track{background:var(--dsr-border-strong);border-radius:var(--dsr-r-pill);width:32px;height:18px;transition:background var(--dsr-fast)var(--dsr-ease);flex-shrink:0;position:relative}.dsr-switch__track:after{content:"";width:14px;height:14px;transition:transform var(--dsr-fast)var(--dsr-ease);background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #0003}.dsr-switch input:checked+.dsr-switch__track{background:var(--dsr-brand)}.dsr-switch input:checked+.dsr-switch__track:after{transform:translate(14px)}.dsr-emp-list{flex:1;min-height:60px;padding:6px;overflow-y:auto}.dsr-emp-list--can-drop{border-radius:var(--dsr-r-md);transition:outline var(--dsr-fast)var(--dsr-ease),background var(--dsr-fast)var(--dsr-ease);background:#f1f7fc80;outline:1px dashed #5fa3d973}.dsr-emp-list--dropping{background:var(--dsr-brand-tint);border-radius:var(--dsr-r-md);outline:2px dashed var(--dsr-brand)}.dsr-emp-row{border-radius:var(--dsr-r-md);background:var(--dsr-surface);cursor:grab;user-select:none;transition:background var(--dsr-fast)var(--dsr-ease);align-items:center;gap:10px;padding:6px 8px;display:flex;position:relative}.dsr-emp-row:hover{background:#0000000d}.dsr-emp-row:active{cursor:grabbing}.dsr-emp-row--dragging{opacity:.4;background:#5fa3d914}.dsr-emp-row--compact{border-radius:0;margin:0 -6px;padding:6px 14px}.dsr-avatar{color:#fff;letter-spacing:-.02em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;font-weight:700;display:inline-flex}.dsr-emp-row--compact .dsr-avatar{width:26px;height:26px;font-size:9px}.dsr-emp-row__body{flex:1;min-width:0}.dsr-emp-row__name{color:var(--dsr-text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.dsr-emp-row__role{color:var(--dsr-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.dsr-emp-row__menu-btn{width:24px;height:24px;color:var(--dsr-text-faint);border-radius:var(--dsr-r-sm);cursor:pointer;opacity:0;transition:opacity var(--dsr-fast)var(--dsr-ease);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.dsr-emp-row:hover .dsr-emp-row__menu-btn{opacity:1}.dsr-emp-row__menu-btn:hover{background:var(--dsr-surface-muted);color:var(--dsr-text-sub)}.dsr-jobs-side{flex-direction:column;flex:1;gap:10px;min-width:0;min-height:0;display:flex}.dsr-status-bar{background:var(--dsr-surface);border:1px solid var(--dsr-border);border-radius:var(--dsr-r-lg);box-shadow:var(--dsr-shadow-sm);flex-shrink:0;align-items:center;gap:16px;padding:8px 16px;display:flex}.dsr-status-bar__metrics{align-items:center;gap:20px;display:flex}.dsr-metric{align-items:baseline;gap:6px;display:inline-flex}.dsr-metric__label{color:var(--dsr-text-sub);font-size:12px;font-weight:500}.dsr-metric__value{color:var(--dsr-text);font-variant-numeric:tabular-nums;font-size:22px;font-weight:700;line-height:1}.dsr-metric__value--warning{color:var(--dsr-warning)}.dsr-status-bar__progress{background:var(--dsr-divider);border-radius:var(--dsr-r-pill);flex:1;height:6px;overflow:hidden}.dsr-status-bar__progress-fill{background:var(--dsr-brand);border-radius:var(--dsr-r-pill);height:100%;transition:width var(--dsr-dur)var(--dsr-ease)}.dsr-jobs-cols{scrollbar-gutter:stable;flex:1;align-items:flex-start;gap:12px;padding-bottom:12px;display:flex;overflow-y:auto}.dsr-jobs-col{flex-direction:column;flex:1 1 0;gap:12px;min-width:0;display:flex}.dsr-job-card{background:var(--dsr-surface);border:1px solid var(--dsr-border);border-radius:var(--dsr-r-lg);transition:border-color var(--dsr-fast)var(--dsr-ease),box-shadow var(--dsr-fast)var(--dsr-ease),background var(--dsr-fast)var(--dsr-ease);box-shadow:var(--dsr-shadow-sm);flex-direction:column;display:flex;overflow:hidden}.dsr-job-card:hover{border-color:var(--dsr-brand);box-shadow:var(--dsr-shadow-md)}.dsr-job-card--full{border-color:#3db27380}.dsr-job-card--can-drop{box-shadow:0 0 0 2px #5fa3d926,var(--dsr-shadow-sm);border-color:#5fa3d973}.dsr-job-card--dropping{border:2px dashed var(--dsr-brand)!important;background:var(--dsr-brand-tint)!important;box-shadow:0 0 0 3px var(--dsr-brand-soft)!important}.dsr-job-card__hdr{background:var(--dsr-surface);border-bottom:1px solid var(--dsr-divider);flex-shrink:0;padding:10px 14px}.dsr-job-card__title-row{justify-content:space-between;align-items:flex-start;gap:6px;display:flex}.dsr-job-card__title{color:var(--dsr-text);font-size:14px;font-weight:600;line-height:1.2}.dsr-job-card__title-num{color:var(--dsr-text-sub);font-weight:500}.dsr-job-card__chevron{width:28px;height:28px;color:var(--dsr-text-muted);border-radius:var(--dsr-r-md);cursor:pointer;transition:background var(--dsr-fast)var(--dsr-ease);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.dsr-job-card__chevron:hover{background:var(--dsr-brand-tint);color:var(--dsr-brand)}.dsr-job-card__pm{color:var(--dsr-text-sub);margin-top:3px;font-size:12px}.dsr-job-card__pm-label{color:var(--dsr-text-muted);font-weight:600}.dsr-job-card__body{flex-direction:column;flex:1;gap:2px;min-height:60px;padding:6px;display:flex}.dsr-job-card__drop-area{border-radius:var(--dsr-r-md);min-height:60px;transition:background var(--dsr-fast)var(--dsr-ease);flex-direction:column;flex:1;display:flex}.dsr-job-card__footer{border-top:1px solid var(--dsr-divider);background:var(--dsr-surface);flex-shrink:0;justify-content:flex-end;align-items:center;gap:2px;padding:6px 10px;display:flex}.dsr-job-card__action{width:30px;height:30px;color:var(--dsr-text-sub);border-radius:var(--dsr-r-md);cursor:pointer;transition:all var(--dsr-fast)var(--dsr-ease);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.dsr-job-card__action:hover{background:var(--dsr-brand-tint);color:var(--dsr-brand)}.dsr-job-card__action svg{display:block}.dsr-vacancy{border:1px dashed var(--dsr-warning);border-radius:var(--dsr-r-md);background:var(--dsr-warning-soft);color:var(--dsr-warning);text-transform:uppercase;letter-spacing:var(--dsr-track);align-items:center;gap:8px;margin-top:2px;padding:6px 10px;font-size:11px;font-weight:600;display:flex}.dsr-vacancy__icon{background:var(--dsr-warning);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;font-weight:700;display:inline-flex}.dsr-sr-only{clip:rect(0,0,0,0);white-space:nowrap;width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.dsr-drag-overlay{background:var(--dsr-surface);border-radius:var(--dsr-r-md);opacity:.95;cursor:grabbing;border:2px solid #5fa3d966;align-items:center;gap:10px;min-width:200px;padding:6px 8px;display:flex;transform:rotate(3deg)scale(1.04);box-shadow:0 8px 24px #00000026,0 4px 12px #5fa3d926}