body[data-av-shell="app"] .dv2-page{display:grid;gap:14px;max-width:1420px;margin:0 auto;color:#172033}
body[data-av-shell="app"] .dv2-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:2px 0 4px}
body[data-av-shell="app"] .dv2-eyebrow{display:block;color:#2f6fcb;font-size:10px;font-weight:800}
body[data-av-shell="app"] .dv2-toolbar h3{margin-top:4px;color:#101828;font-size:24px;line-height:1.25}
body[data-av-shell="app"] .dv2-toolbar p{margin-top:5px;color:#667085;font-size:12px;line-height:1.55}
body[data-av-shell="app"] .dv2-toolbar-actions{display:flex;align-items:center;gap:9px;color:#7a8495;font-size:10px;white-space:nowrap}
body[data-av-shell="app"] .dv2-range{display:flex;padding:3px;border:1px solid #d8dee8;border-radius:6px;background:#fff}
body[data-av-shell="app"] .dv2-range button{height:28px;padding:0 12px;border:0;border-radius:4px;background:transparent;color:#667085;font-size:11px;font-weight:750;cursor:pointer}
body[data-av-shell="app"] .dv2-range button.active{background:#edf4ff;color:#245ea9}
body[data-av-shell="app"] .dv2-icon-btn{display:grid;place-items:center;width:34px;height:34px;border:1px solid #d8dee8;border-radius:6px;background:#fff;color:#475467;font-size:18px;line-height:1;cursor:pointer}
body[data-av-shell="app"] .dv2-icon-btn:hover{border-color:#a8c3e8;color:#245ea9;background:#f7faff}
body[data-av-shell="app"] .dv2-icon-btn.loading{animation:dv2-spin .8s linear infinite}
@keyframes dv2-spin{to{transform:rotate(360deg)}}
body[data-av-shell="app"] .dv2-status{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:13px;min-height:78px;padding:14px 16px;border:1px solid #c9dcf8;border-left:4px solid #2f6fcb;border-radius:8px;background:#f7faff}
body[data-av-shell="app"] .dv2-status.risk{border-color:#efc1bd;border-left-color:#c9362b;background:#fff8f7}
body[data-av-shell="app"] .dv2-status.attention{border-color:#ead69c;border-left-color:#b7791f;background:#fffdf6}
body[data-av-shell="app"] .dv2-status-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#e6f0ff;color:#245ea9;font-size:14px;font-weight:900}
body[data-av-shell="app"] .dv2-status.risk .dv2-status-mark{background:#fff0ee;color:#c9362b}
body[data-av-shell="app"] .dv2-status.attention .dv2-status-mark{background:#fff5dc;color:#9a6700}
body[data-av-shell="app"] .dv2-status span{color:#667085;font-size:10px;font-weight:750}
body[data-av-shell="app"] .dv2-status h4{margin-top:3px;color:#101828;font-size:15px}
body[data-av-shell="app"] .dv2-status p{margin-top:3px;color:#667085;font-size:11px;line-height:1.45}
body[data-av-shell="app"] .dv2-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:1px solid #d8dee8;border-radius:8px;background:#fff;overflow:hidden;box-shadow:0 1px 2px rgba(16,24,40,.03)}
body[data-av-shell="app"] .dv2-metric{position:relative;min-width:0;min-height:112px;padding:15px 16px;border-right:1px solid #e7ebf0;background:#fff}
body[data-av-shell="app"] .dv2-metric:last-child{border-right:0}
body[data-av-shell="app"] .dv2-metric::before{content:"";position:absolute;top:0;right:16px;left:16px;height:2px;background:#d9e7fa}
body[data-av-shell="app"] .dv2-metric.risk::before{background:#eab8b4}
body[data-av-shell="app"] .dv2-metric.quota::before{background:#d6c17d}
body[data-av-shell="app"] .dv2-metric>span{display:block;color:#667085;font-size:11px;font-weight:700}
body[data-av-shell="app"] .dv2-metric strong{display:block;margin-top:9px;overflow:hidden;color:#101828;font-size:23px;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}
body[data-av-shell="app"] .dv2-metric small{display:block;margin-top:8px;color:#667085;font-size:10px}
body[data-av-shell="app"] .dv2-metric small.up{color:#245ea9}.dv2-metric small.down{color:#7a8495}.dv2-metric small.warn{color:#9a6700}.dv2-metric small.stable{color:#245ea9}
body[data-av-shell="app"] .dv2-metric em{display:block;margin-top:4px;overflow:hidden;color:#98a2b3;font-size:9px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}
body[data-av-shell="app"] .dv2-primary-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.75fr);gap:14px;align-items:start}
body[data-av-shell="app"] .dv2-secondary-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:14px;align-items:start}
body[data-av-shell="app"] .dv2-panel{min-width:0;border:1px solid #d8dee8;border-radius:8px;background:#fff;box-shadow:0 1px 2px rgba(16,24,40,.03);overflow:hidden}
body[data-av-shell="app"] .dv2-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;min-height:69px;padding:14px 16px;border-bottom:1px solid #e7ebf0;background:#fff}
body[data-av-shell="app"] .dv2-panel>header h3{margin-top:4px;color:#101828;font-size:15px;line-height:1.35}
body[data-av-shell="app"] .dv2-panel>header p{margin-top:4px;color:#667085;font-size:10px;line-height:1.45}
body[data-av-shell="app"] .dv2-panel-body{padding:15px 16px}
body[data-av-shell="app"] .dv2-count{display:grid;place-items:center;min-width:28px;height:28px;padding:0 7px;border-radius:14px;background:#eef2f6;color:#475467;font-size:11px;font-weight:850}
body[data-av-shell="app"] .dv2-trend-panel .dv2-panel-body{padding-bottom:12px}
body[data-av-shell="app"] .dv2-trend-legend{display:flex;align-items:center;gap:16px;color:#667085;font-size:10px}
body[data-av-shell="app"] .dv2-trend-legend span{display:flex;align-items:center;gap:6px}
body[data-av-shell="app"] .dv2-trend-legend i,.dv2-trend-legend em{width:9px;height:9px;border-radius:2px;background:#b9d2f2}.dv2-trend-legend em{background:#477fc9}.dv2-trend-legend b{display:block;width:8px;height:8px;border:2px solid #d04a40;border-radius:50%;background:#fff}
body[data-av-shell="app"] .dv2-chart{display:grid;grid-template-columns:repeat(var(--dv2-columns),minmax(9px,1fr));gap:4px;height:238px;margin-top:13px;padding:12px 8px 0;border-bottom:1px solid #dfe4eb;background:repeating-linear-gradient(to bottom,#fff 0,#fff 55px,#f0f2f5 56px)}
body[data-av-shell="app"] .dv2-chart-column{display:grid;grid-template-rows:minmax(0,1fr) 25px;min-width:0;color:#7a8495;text-decoration:none}
body[data-av-shell="app"] .dv2-bars{position:relative;display:flex;align-items:flex-end;justify-content:center;gap:2px;min-height:0}
body[data-av-shell="app"] .dv2-bars i,.dv2-bars em{display:block;width:min(9px,38%);min-height:3px;border-radius:2px 2px 0 0;background:#b9d2f2;transition:filter .15s}
body[data-av-shell="app"] .dv2-bars em{background:#477fc9}
body[data-av-shell="app"] .dv2-bars b{position:absolute;left:50%;width:6px;height:6px;border:2px solid #d04a40;border-radius:50%;background:#fff;transform:translate(-50%,50%)}
body[data-av-shell="app"] .dv2-chart-column:hover .dv2-bars i,.dv2-chart-column:hover .dv2-bars em{filter:saturate(1.45) brightness(.92)}
body[data-av-shell="app"] .dv2-chart-column>span{padding-top:7px;overflow:hidden;color:#7a8495;font-size:9px;text-align:center;white-space:nowrap}
body[data-av-shell="app"] .dv2-chart-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:10px;color:#7a8495;font-size:9px}
body[data-av-shell="app"] .dv2-chart-foot strong{color:#475467;font-size:10px}
body[data-av-shell="app"] .dv2-task-list{display:grid}
body[data-av-shell="app"] .dv2-task{display:grid;grid-template-columns:7px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:64px;padding:10px 0;border-bottom:1px solid #edf0f4;color:inherit;text-decoration:none}
body[data-av-shell="app"] .dv2-task:last-child{border-bottom:0}
body[data-av-shell="app"] .dv2-task>span{width:6px;height:28px;border-radius:3px;background:#d99015}
body[data-av-shell="app"] .dv2-task.high>span{background:#cf453b}
body[data-av-shell="app"] .dv2-task b{display:block;overflow:hidden;color:#344054;font-size:11px;text-overflow:ellipsis;white-space:nowrap}
body[data-av-shell="app"] .dv2-task p{display:-webkit-box;margin-top:3px;overflow:hidden;color:#667085;font-size:10px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}
body[data-av-shell="app"] .dv2-task strong{color:#245ea9;font-size:10px;white-space:nowrap}
body[data-av-shell="app"] .dv2-task-more{margin-top:9px;padding:9px;border-radius:6px;background:#f7f8fa;color:#667085;font-size:10px;text-align:center}
body[data-av-shell="app"] .dv2-clear{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:92px}
body[data-av-shell="app"] .dv2-clear>span{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#edf4ff;color:#245ea9;font-weight:900}
body[data-av-shell="app"] .dv2-clear b{color:#344054;font-size:12px}.dv2-clear p{margin-top:3px;color:#667085;font-size:10px}.dv2-clear a{color:#245ea9;font-size:10px;font-weight:750;text-decoration:none}
body[data-av-shell="app"] .dv2-app-table{overflow-x:auto}
body[data-av-shell="app"] .dv2-app-head,.dv2-app-row{display:grid;grid-template-columns:minmax(210px,1.4fr) minmax(90px,.65fr) minmax(100px,.75fr) minmax(95px,.7fr) minmax(90px,.7fr) minmax(100px,.75fr) 42px;align-items:center;gap:10px;min-width:850px;padding:0 16px}
body[data-av-shell="app"] .dv2-app-head{min-height:38px;border-bottom:1px solid #e7ebf0;background:#f9fafb;color:#7a8495;font-size:9px;font-weight:750}
body[data-av-shell="app"] .dv2-app-row{min-height:68px;border-bottom:1px solid #edf0f4;color:#475467;font-size:10px}
body[data-av-shell="app"] .dv2-app-row:last-child{border-bottom:0}
body[data-av-shell="app"] .dv2-app-row:hover{background:#fbfcfe}
body[data-av-shell="app"] .dv2-app-name{display:flex;align-items:center;gap:10px;min-width:0}
body[data-av-shell="app"] .dv2-app-name>span{display:grid;place-items:center;width:30px;height:30px;flex:0 0 30px;border:1px solid #c9dcf8;border-radius:6px;background:#edf4ff;color:#245ea9;font-size:11px;font-weight:850}
body[data-av-shell="app"] .dv2-app-name b,.dv2-app-name code{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
body[data-av-shell="app"] .dv2-app-name b{color:#344054;font-size:11px}.dv2-app-name code{max-width:170px;margin-top:3px;color:#7a8495;font-size:9px}
body[data-av-shell="app"] .dv2-state-dot{display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:#2f6fcb}.dv2-state-dot.muted{background:#98a2b3}
body[data-av-shell="app"] .dv2-app-row .needs{color:#9a6700;font-weight:720}
body[data-av-shell="app"] .dv2-status-pill{display:inline-flex;padding:4px 7px;border:1px solid #c9dcf8;border-radius:10px;background:#edf4ff;color:#245ea9;font-size:9px;font-weight:800}.dv2-status-pill.attention{border-color:#ead69c;background:#fff8e6;color:#9a6700}.dv2-status-pill.risk{border-color:#efc1bd;background:#fff0ee;color:#b83228}.dv2-status-pill.muted{border-color:#d8dee8;background:#f1f3f6;color:#667085}
body[data-av-shell="app"] .dv2-app-row>a{color:#245ea9;font-size:10px;font-weight:750;text-align:right;text-decoration:none}
body[data-av-shell="app"] .dv2-activity-list{display:grid}
body[data-av-shell="app"] .dv2-activity{display:grid;grid-template-columns:8px minmax(0,1fr) auto;align-items:start;gap:10px;min-height:54px;padding:9px 0;border-bottom:1px solid #edf0f4}
body[data-av-shell="app"] .dv2-activity:last-child{border-bottom:0}
body[data-av-shell="app"] .dv2-activity>i{width:7px;height:7px;margin-top:4px;border-radius:50%;background:#8793a5}.dv2-activity>i.verified{background:#2f6fcb}.dv2-activity>i.risk{background:#cf453b}
body[data-av-shell="app"] .dv2-activity b{display:block;color:#344054;font-size:11px}.dv2-activity p{margin-top:3px;color:#667085;font-size:10px}.dv2-activity time{color:#7a8495;font-size:9px;white-space:nowrap}
body[data-av-shell="app"] .dv2-plan{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid #e0e5ec;border-radius:7px;overflow:hidden}
body[data-av-shell="app"] .dv2-plan>div{padding:12px;border-right:1px solid #e0e5ec;background:#fafbfc}.dv2-plan>div:last-child{border-right:0}
body[data-av-shell="app"] .dv2-plan span,.dv2-plan small{display:block;color:#7a8495;font-size:9px}.dv2-plan b{display:block;margin:5px 0;color:#101828;font-size:15px}
body[data-av-shell="app"] .dv2-quota{margin-top:15px}.dv2-quota>div:first-child{display:flex;align-items:center;justify-content:space-between;color:#667085;font-size:10px}.dv2-quota>div:first-child b{color:#344054;font-size:11px}
body[data-av-shell="app"] .dv2-progress{height:7px;margin-top:8px;border-radius:4px;background:#e8edf3;overflow:hidden}.dv2-progress i{display:block;height:100%;border-radius:inherit;background:#477fc9}
body[data-av-shell="app"] .dv2-quota p{margin-top:7px;color:#7a8495;font-size:9px;line-height:1.45}.dv2-quota-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:14px}
body[data-av-shell="app"] .dv2-empty{display:grid;place-items:center;min-height:110px;padding:20px;text-align:center}.dv2-empty b{color:#475467;font-size:12px}.dv2-empty p{margin-top:5px;color:#7a8495;font-size:10px;line-height:1.5}.dv2-empty-action{padding:0 16px 16px;text-align:center}.dv2-loading{display:grid;place-items:center;min-height:110px;color:#7a8495;font-size:11px}
@media(max-width:1180px){body[data-av-shell="app"] .dv2-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.dv2-metric:nth-child(3){border-right:0}.dv2-metric:nth-child(n+4){border-top:1px solid #e7ebf0}.dv2-primary-grid,.dv2-secondary-grid{grid-template-columns:1fr}.dv2-tasks-panel .dv2-panel-body{padding-top:6px}.dv2-task-list{grid-template-columns:1fr 1fr;column-gap:18px}.dv2-task:nth-last-child(2):nth-child(odd){border-bottom:0}}
@media(max-width:760px){body[data-av-shell="app"] .dv2-toolbar{align-items:flex-start}.dv2-toolbar-actions{flex-wrap:wrap;justify-content:flex-end}.dv2-status{grid-template-columns:34px minmax(0,1fr)}.dv2-status .btn{grid-column:2;width:100%}.dv2-metrics{grid-template-columns:1fr 1fr}.dv2-metric,.dv2-metric:nth-child(3){border-right:1px solid #e7ebf0;border-top:1px solid #e7ebf0}.dv2-metric:nth-child(-n+2){border-top:0}.dv2-metric:nth-child(2n){border-right:0}.dv2-metric:last-child{grid-column:1/-1;border-right:0}.dv2-task-list{grid-template-columns:1fr}.dv2-chart{height:210px}.dv2-apps-panel>header{align-items:center}}
@media(max-width:520px){body[data-av-shell="app"] .dv2-page{gap:11px}.dv2-toolbar{display:grid;gap:11px}.dv2-toolbar h3{font-size:21px}.dv2-toolbar-actions{justify-content:space-between}.dv2-toolbar-actions>#dv2Updated{display:none}.dv2-status{padding:13px}.dv2-status h4{font-size:14px}.dv2-metrics{grid-template-columns:1fr}.dv2-metric,.dv2-metric:nth-child(3),.dv2-metric:last-child{grid-column:auto;min-height:88px;border-top:1px solid #e7ebf0;border-right:0}.dv2-metric:first-child{border-top:0}.dv2-metric strong{font-size:20px}.dv2-panel>header{padding:13px 14px}.dv2-panel-body{padding:13px 14px}.dv2-chart{gap:2px;height:190px;padding-inline:2px}.dv2-chart-foot{display:grid;gap:3px}.dv2-plan{grid-template-columns:1fr}.dv2-plan>div{border-right:0;border-bottom:1px solid #e0e5ec}.dv2-plan>div:last-child{border-bottom:0}.dv2-clear{grid-template-columns:28px minmax(0,1fr)}.dv2-clear a{grid-column:2}.dv2-toolbar-actions .dv2-range{flex:1}.dv2-range button{width:50%}}
@media(prefers-reduced-motion:reduce){body[data-av-shell="app"] .dv2-icon-btn.loading{animation:none}.dv2-bars i,.dv2-bars em{transition:none}}
