/* Shared reporting surfaces: dashboard, DDS and production, in both application themes. */
@layer werger-workspace {
@media screen {
body.werger-ui:not([class*="printing-"]) .insights-page {display:grid!important;gap:20px!important;min-width:0!important;max-width:1600px!important;margin:0 auto!important;padding:0!important;color:var(--ws-ink)!important}
body.werger-ui:not([class*="printing-"]) .insights-page * {box-sizing:border-box}
body.werger-ui:not([class*="printing-"]) .insights-page :is(h1,h2,h3,p){margin:0!important}
body.werger-ui:not([class*="printing-"]) .ins-heading {display:flex;align-items:center;justify-content:space-between;gap:24px;padding:4px 0 2px}
body.werger-ui:not([class*="printing-"]) .ins-heading h1{font-size:28px!important;line-height:1.3!important;font-weight:700!important;letter-spacing:-.045em!important;margin:5px 0 8px!important}
.ins-eyebrow{color:var(--ws-muted);font-size:10px;letter-spacing:.1em;text-transform:uppercase;font-weight:600}
body.werger-ui:not([class*="printing-"]) .ins-heading p{font-size:12px!important;line-height:1.6!important;color:var(--ws-muted)!important}
.ins-heading-note{display:flex;align-items:center;gap:12px;font-size:12px;color:var(--ws-ink);border-left:1px solid var(--ws-line);padding-left:24px;min-width:160px}
.ins-heading-note>.material-icons-round{color:var(--ws-muted);font-size:23px}
.ins-heading-note small{display:block;font-size:11px;color:var(--ws-muted);margin-top:5px}
.ins-heading-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}
body.werger-ui:not([class*="printing-"]) .ins-filter-panel{margin:0!important;padding:0!important;background:var(--ws-paper)!important;border:1px solid var(--ws-line)!important;border-radius:12px!important;box-shadow:none!important;min-width:0}
.ins-filter-panel>summary{display:flex;align-items:center;gap:8px;padding:12px 16px;cursor:pointer;font-size:12px;font-weight:600;list-style:none}
.ins-filter-panel>summary::-webkit-details-marker{display:none}
.ins-filter-panel>summary>.material-icons-round{font-size:17px;color:var(--ws-muted)}
.ins-filter-panel>summary>span:not(.material-icons-round){margin-left:auto;color:var(--ws-muted);font-size:11px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:60%}
.ins-filter-panel[open]>summary>.material-icons-round:last-child{transform:rotate(180deg)}
body.werger-ui:not([class*="printing-"]) .ins-filter-grid{display:grid!important;align-items:end!important;gap:12px!important;padding:0 16px 16px!important;min-width:0!important}
.dash-filter-grid{grid-template-columns:minmax(140px,1fr) minmax(160px,1.25fr) 135px minmax(160px,1fr) auto}
body.werger-ui:not([class*="printing-"]) .ins-field{display:grid!important;grid-template-rows:18px 38px!important;align-content:start!important;gap:5px!important;min-width:0!important;margin:0!important;line-height:1.4!important;font-weight:400!important}
.ins-field>span{font-size:11px;color:var(--ws-muted)}
body.werger-ui:not([class*="printing-"]) .ins-field :is(input,select),body.werger-ui:not([class*="printing-"]) .ins-matrix-toolbar input,body.werger-ui:not([class*="printing-"]) #dds-structure-kind{height:38px!important;min-height:38px!important;width:100%!important;min-width:0!important;max-width:100%!important;font-size:12px!important;line-height:1.4!important;margin:0!important;padding:8px 11px!important;border:1px solid var(--ws-line)!important;border-radius:7px!important;background:var(--ws-paper)!important;color:var(--ws-ink)!important;box-shadow:none!important}
body.werger-ui:not([class*="printing-"]) .ins-field select{padding-right:27px!important}
body.werger-ui:not([class*="printing-"]) .ins-field .lookup-control{display:flex!important;gap:6px!important;min-width:0!important}
body.werger-ui:not([class*="printing-"]) .ins-field .lookup-control>.btn{flex:0 0 36px!important;width:36px!important;min-width:36px!important;height:38px!important;padding:0!important}
body.werger-ui:not([class*="printing-"]) .insights-page .btn{height:36px!important;min-height:36px!important;padding:0 12px!important;margin:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;white-space:nowrap!important;font-size:11px!important;line-height:1.35!important;font-weight:600!important;border-radius:7px!important;box-shadow:none!important}
body.werger-ui:not([class*="printing-"]) .insights-page .btn .material-icons-round{font-size:17px!important}
body.werger-ui:not([class*="printing-"]) .ins-filter-grid>.btn{height:38px!important}
body.werger-ui:not([class*="printing-"]) .ins-kpis{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;min-width:0!important}
body.werger-ui:not([class*="printing-"]) .ins-kpi{display:flex!important;flex-direction:column!important;gap:12px!important;min-width:0!important;padding:19px 20px 16px!important;border:1px solid var(--ws-line)!important;background:var(--ws-paper)!important;border-radius:12px!important;box-shadow:none!important;position:relative!important}
.ins-kpi>span{font-size:12px;font-weight:500;color:var(--ws-muted)}
body.werger-ui:not([class*="printing-"]) .ins-kpi strong{font-size:clamp(18px,1.75vw,27px)!important;line-height:1.35!important;font-weight:700!important;letter-spacing:-.025em!important;font-variant-numeric:tabular-nums!important;white-space:nowrap!important;color:var(--ws-ink)!important}
.ins-kpi small{font-size:10px;line-height:1.6;color:var(--ws-muted);margin-top:auto}
body.werger-ui:not([class*="printing-"]) .ins-kpi.positive strong{color:var(--success)!important}
body.werger-ui:not([class*="printing-"]) .ins-kpi.negative strong{color:var(--danger)!important}
.ins-scope-note{font-size:10px;color:var(--ws-muted);line-height:1.65;margin-top:-9px;min-width:0;overflow-wrap:break-word}
body.werger-ui:not([class*="printing-"]) .ins-chart-grid-layout{display:grid!important;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr)!important;gap:20px!important;align-items:stretch!important;min-width:0!important}
body.werger-ui:not([class*="printing-"]) .ins-panel{background:var(--ws-paper)!important;border:1px solid var(--ws-line)!important;border-radius:12px!important;padding:0!important;margin:0!important;min-width:0!important;box-shadow:none!important;overflow:hidden!important}
body.werger-ui:not([class*="printing-"]) .ins-panel-head{padding:20px 20px 14px!important;display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important;min-width:0!important}
body.werger-ui:not([class*="printing-"]) .ins-panel-head h2{font-size:14px!important;font-weight:650!important;line-height:1.5!important;letter-spacing:-.015em!important}
body.werger-ui:not([class*="printing-"]) .ins-panel-head p{font-size:10px!important;line-height:1.6!important;color:var(--ws-muted)!important;margin-top:5px!important}
.ins-segmented{display:inline-flex;flex:0 0 auto;gap:2px;padding:3px;background:var(--ws-soft);border:1px solid var(--ws-line);border-radius:8px}
body.werger-ui:not([class*="printing-"]) .ins-segmented button{font:inherit;font-size:10px!important;font-weight:600!important;min-height:28px!important;height:28px!important;white-space:nowrap;padding:0 9px!important;border:1px solid transparent!important;border-radius:5px!important;background:transparent!important;color:var(--ws-muted)!important;cursor:pointer;box-shadow:none!important}
body.werger-ui:not([class*="printing-"]) .ins-segmented button[aria-pressed=true]{background:var(--ws-paper)!important;color:var(--ws-ink)!important;border-color:var(--ws-line)!important}
.ins-chart{padding:0 16px 12px;min-width:0}
.ins-chart-legend{display:flex;flex-wrap:wrap;align-items:center;gap:6px 16px;min-height:32px;margin:0 0 8px}
body.werger-ui:not([class*="printing-"]) .ins-chart-legend button{background:none!important;border:0!important;padding:5px 0!important;display:inline-flex;align-items:center;gap:6px;font-size:10px!important;font-family:inherit;cursor:pointer;color:var(--ws-ink)!important;min-height:28px}
.ins-chart-legend i,.ins-donut-legend i{display:block;width:7px;height:7px;min-width:7px;flex:0 0 7px;border-radius:2px;background:var(--series)}
.ins-chart-legend button[aria-pressed=false]{opacity:.4;text-decoration:line-through}
.ins-chart-legend small{margin-left:auto;color:var(--ws-muted);font-size:10px}
.ins-chart-stage{position:relative;min-width:0}
.ins-chart-scroll{max-width:100%;overflow:auto;scrollbar-width:thin;overscroll-behavior-x:contain}
body.werger-ui:not([class*="printing-"]) .ins-chart-scroll svg{display:block;width:100%!important;height:auto!important;max-height:285px!important;overflow:visible;font-family:inherit}
.ins-chart-grid line{stroke:var(--ws-line);stroke-width:.8;stroke-dasharray:3 4}
.ins-chart-grid text,.ins-chart-hit text{fill:var(--ws-muted);font-size:10px;pointer-events:none}
.ins-chart-zero{stroke:var(--ws-line);stroke-width:1.25}
.ins-chart-line{fill:none;stroke-width:2.3;stroke-linejoin:round;stroke-linecap:round}
.ins-chart-point{stroke:var(--ws-paper);stroke-width:1.5}
.ins-chart-bar{opacity:.85}
.ins-chart-hit{cursor:pointer;outline:none}
.ins-chart-hit rect{fill:var(--ws-ink);fill-opacity:0;transition:fill-opacity .15s}
.ins-chart-hit line{stroke:var(--ws-muted);stroke-dasharray:3 4;opacity:0;pointer-events:none}
.ins-chart-hit:is(:hover,:focus-visible,.hovered,[aria-pressed=true]) rect{fill-opacity:.035}
.ins-chart-hit:is(:hover,:focus-visible,.hovered,[aria-pressed=true]) line{opacity:.65}
.ins-chart-hit:focus-visible rect{stroke:var(--primary);stroke-width:1;stroke-dasharray:3 3}
body.werger-ui:not([class*="printing-"]) .ins-tooltip{position:absolute;z-index:5;background:var(--ws-paper);border:1px solid var(--ws-line);border-radius:8px;box-shadow:0 5px 20px #0002;pointer-events:none;padding:12px 14px;min-width:220px;max-width:calc(100% - 8px);font-size:10px;color:var(--ws-ink)}
.ins-tooltip>b{display:block;margin-bottom:9px;font-size:11px}
.ins-tooltip>div{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:6px 0}
.ins-tooltip>div span{display:flex;align-items:center;gap:6px}
.ins-tooltip i{width:6px;height:6px;border-radius:50%}
.ins-tooltip strong{white-space:nowrap;font-variant-numeric:tabular-nums;font-weight:650}
.ins-chart-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:32px;padding:8px 0 0;color:var(--ws-muted);font-size:9px;line-height:1.7}
.ins-chart-pages{display:flex;align-items:center;gap:6px;white-space:nowrap}
.ins-chart-pages button{display:grid;place-items:center;border:1px solid var(--ws-line);border-radius:6px;background:var(--ws-paper);color:var(--ws-ink);width:28px;height:28px;cursor:pointer}
.ins-chart-pages button:disabled{opacity:.35;cursor:default}
.ins-chart-pages .material-icons-round{font-size:17px}
.ins-panel-foot{border-top:1px solid var(--ws-line);padding:11px 20px;color:var(--ws-muted);font-size:10px;line-height:1.65}
.ins-donut{padding:0 18px 16px;min-width:0}
.ins-donut-body{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}
.ins-donut-figure{width:176px;flex:0 0 176px}
.ins-donut-figure svg{display:block;width:100%;height:auto;overflow:visible}
.ins-donut-segment{cursor:pointer;transition:opacity .16s,stroke-width .16s;outline:none}
.ins-donut-segment:is(:hover,:focus-visible,.hovered,[aria-pressed=true]){stroke-width:30}
.ins-donut-segment:focus-visible{filter:drop-shadow(0 0 2px var(--ws-ink))}
.ins-donut-value{fill:var(--ws-ink);font-size:25px;font-weight:650;letter-spacing:-.03em;pointer-events:none}
.ins-donut-caption{fill:var(--ws-muted);font-size:10px;pointer-events:none}
.ins-donut-legend{flex:1 1 170px;min-width:0;display:grid;gap:2px;max-height:264px;overflow-y:auto;scrollbar-width:thin}
body.werger-ui:not([class*="printing-"]) .ins-donut-legend button{display:grid!important;grid-template-columns:7px minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;padding:8px 4px!important;border:0!important;border-radius:5px!important;background:transparent!important;color:var(--ws-ink)!important;font-size:10px!important;font-family:inherit;cursor:pointer;text-align:left!important;line-height:1.45!important;min-width:0!important;transition:opacity .16s}
.ins-donut-legend button>span{grid-column:2/-1;grid-row:1;overflow-wrap:break-word}
.ins-donut-legend button>i{grid-column:1;grid-row:1}
.ins-donut-legend button>b{grid-column:2;grid-row:2;font-weight:600}
.ins-donut-legend button>small{grid-column:3;grid-row:2}
.ins-donut-legend button>small{color:var(--ws-muted);font-size:9px;text-align:right;font-variant-numeric:tabular-nums}
body.werger-ui:not([class*="printing-"]) .ins-donut-legend button:is(:hover,.hovered,[aria-pressed=true]){background:var(--ws-soft)!important}
.ins-donut .dimmed{opacity:.3}
.ins-donut-detail{min-height:31px;padding:10px 0 0;color:var(--ws-muted);font-size:10px;line-height:1.6;text-align:center;overflow-wrap:break-word}
.ins-secondary-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px}
.ins-progress-pair{display:grid;gap:21px;padding:8px 20px 22px}
.ins-progress-metric>div:first-child{display:flex;justify-content:space-between;gap:16px;font-size:11px;margin-bottom:9px}
.ins-progress-metric b{font-variant-numeric:tabular-nums;font-size:12px;font-weight:600}
.ins-track{height:5px;border-radius:4px;overflow:hidden;background:var(--ws-soft)}
.ins-track i{display:block;height:100%;border-radius:4px}
.ins-progress-metric small{display:block;margin-top:7px;color:var(--ws-muted);font-size:10px}
.ins-operational-counts{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;padding:14px 20px;border-top:1px solid var(--ws-line);color:var(--ws-muted);font-size:10px;line-height:1.6}
.ins-operational-counts b{color:var(--ws-ink);font-size:14px;font-weight:650;margin-right:4px}
.ins-attention{padding:0 20px 10px}
body.werger-ui:not([class*="printing-"]) .ins-attention-row{display:flex!important;align-items:center!important;gap:12px!important;width:100%!important;min-width:0!important;padding:13px 0!important;font:inherit;text-align:left!important;border:0!important;border-bottom:1px solid var(--ws-line)!important;background:transparent!important;color:var(--ws-ink)!important;cursor:pointer!important;box-shadow:none!important}
.ins-attention-row>span:not(.material-icons-round){flex:1;min-width:0;display:grid;gap:4px}
.ins-attention-row b{font-size:11px;font-weight:600;line-height:1.5}
.ins-attention-row small{font-size:10px;color:var(--ws-muted);line-height:1.6}
.ins-attention-row .material-icons-round{font-size:18px;color:var(--ws-muted)}
.ins-attention-row:hover b{color:var(--primary)}
.ins-attention-more>summary{font-size:11px;cursor:pointer;color:var(--ws-muted);padding:12px 0 4px}
.ins-detail-tabs{display:flex;padding:0 20px;gap:24px;border-bottom:1px solid var(--ws-line);min-width:0}
body.werger-ui:not([class*="printing-"]) .ins-detail-tabs button{display:flex!important;align-items:center!important;gap:8px!important;padding:18px 0 15px!important;border:0!important;border-bottom:2px solid transparent!important;border-radius:0!important;background:transparent!important;color:var(--ws-muted)!important;font:inherit;font-size:12px!important;cursor:pointer;box-shadow:none!important}
body.werger-ui:not([class*="printing-"]) .ins-detail-tabs button[aria-selected=true]{border-bottom-color:var(--primary)!important;color:var(--ws-ink)!important;font-weight:650!important}
.ins-detail-tabs button>span{font-size:10px;color:var(--ws-muted);padding:2px 5px;border-radius:5px;background:var(--ws-soft)}
.ins-detail-caption{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px;color:var(--ws-muted);font-size:11px;line-height:1.6}
body.werger-ui:not([class*="printing-"]) .ins-details .table-wrap{border:0!important;border-radius:0!important;margin:0!important;box-shadow:none!important;padding:0!important}
body.werger-ui:not([class*="printing-"]) .ins-details .dashboard-project-list{width:100%!important}
body.werger-ui:not([class*="printing-"]) .ins-details .dashboard-project-list tbody tr{box-shadow:none!important}
.ins-load-more{display:flex;justify-content:center;align-items:center;gap:16px;padding:16px;border-top:1px solid var(--ws-line)}
.ins-load-more small{font-size:10px;color:var(--ws-muted)}
.ins-account-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px;padding:0 20px 20px}
.ins-account-list>div{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 0;border-bottom:1px solid var(--ws-line);font-size:12px;min-width:0}
.ins-account-list>div>span{display:grid;gap:7px;min-width:0}
.ins-account-list b{font-size:12px;font-weight:500;overflow-wrap:break-word}
.ins-account-list strong{font-size:14px;font-weight:600;white-space:nowrap;font-variant-numeric:tabular-nums}
.ins-debt-list{padding:0 20px 16px}
.ins-debt-list>article{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1fr) minmax(0,1fr);gap:20px;padding:16px 0;border-bottom:1px solid var(--ws-line)}
.ins-debt-list>article>div{display:grid;align-content:center;gap:5px;min-width:0}
.ins-debt-list>article>div:not(:first-child){text-align:right}
.ins-debt-list b{font-size:12px;font-weight:600;overflow-wrap:break-word}
.ins-debt-list small{font-size:10px;color:var(--ws-muted);line-height:1.6}
.ins-empty{display:grid;place-content:center;text-align:center;gap:10px;min-height:150px;color:var(--ws-muted);padding:24px;font-size:12px;line-height:1.7}
.ins-empty>.material-icons-round{font-size:28px;color:var(--ws-muted);opacity:.55}
.ins-range-shortcuts{display:flex;gap:6px;flex-wrap:wrap;padding:0 16px 14px}
body.werger-ui:not([class*="printing-"]) .ins-range-shortcuts button{height:29px!important;min-height:29px!important;padding:0 12px!important;background:var(--ws-paper)!important;border:1px solid var(--ws-line)!important;border-radius:6px!important;color:var(--ws-muted)!important;font:inherit;font-size:10px!important;cursor:pointer}
body.werger-ui:not([class*="printing-"]) .ins-range-shortcuts button[aria-pressed=true]{color:var(--primary)!important;background:color-mix(in srgb,var(--primary) 5%,var(--ws-paper))!important;border-color:color-mix(in srgb,var(--primary) 25%,var(--ws-line))!important}
.dds-filter-grid{grid-template-columns:repeat(12,minmax(0,1fr))}
.dds-filter-grid>.ins-field{grid-column:span 2}
.dds-filter-grid>.ins-check{grid-column:span 4}
.dds-filter-grid>.btn{grid-column:span 2}
body.werger-ui:not([class*="printing-"]) .dds-filter-grid .ins-field:nth-of-type(6){grid-column:span 4}
body.werger-ui:not([class*="printing-"]) .dds-filter-grid .ins-field:nth-of-type(8){grid-column:span 3}
body.werger-ui:not([class*="printing-"]) .dds-filter-grid .ins-field:nth-of-type(7){grid-column:span 3}
.ins-check{display:flex;align-items:center;gap:9px;padding:0 0 2px;min-height:38px;cursor:pointer;font-size:11px;font-weight:500}
.ins-check small{display:block;font-size:9px;color:var(--ws-muted);line-height:1.5;margin-top:3px;font-weight:400}
body.werger-ui:not([class*="printing-"]) .ins-check input{margin:0!important;flex:0 0 16px!important}
.ins-report-status{font-size:12px;color:var(--ws-muted);line-height:1.6}
.ins-report-status:empty{display:none}
.ins-report-status.error{color:var(--danger)}
#dds-report{display:grid;gap:20px;min-width:0}
#dds-report.ins-report-stale{opacity:.45;pointer-events:none}
body.werger-ui:not([class*="printing-"]) #dds-structure-kind{width:124px!important;flex:0 0 124px!important;height:32px!important;min-height:32px!important;font-size:10px!important;padding:5px 24px 5px 9px!important}
.ins-detail-tools{display:flex;gap:6px}
.ins-matrix-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 20px 16px}
body.werger-ui:not([class*="printing-"]) .ins-matrix-toolbar input{width:260px!important;flex:0 1 260px!important}
#dds-matrix-selection{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:11px}
.ins-filter-chip{display:inline-flex;align-items:center;padding:5px 8px;background:var(--ws-soft);border:1px solid var(--ws-line);border-radius:5px;color:var(--ws-muted);overflow-wrap:break-word}
body.werger-ui:not([class*="printing-"]) .ins-dds-details .dds-matrix-wrap{max-height:none!important;max-width:100%!important;min-width:0!important;border:0!important;border-top:1px solid var(--ws-line)!important;border-radius:0!important;overflow:auto!important;margin:0!important;scrollbar-width:thin}
body.werger-ui:not([class*="printing-"]) .ins-dds-details .dds-matrix{border-collapse:separate!important;border-spacing:0!important;width:100%!important;min-width:580px!important;margin:0!important;font-size:11px!important;background:var(--ws-paper)!important}
body.werger-ui:not([class*="printing-"]) .ins-dds-details .dds-matrix :is(td,th){padding:12px 16px!important;border:0!important;border-bottom:1px solid var(--ws-line)!important;box-shadow:none!important;background:var(--ws-paper)!important;color:var(--ws-ink);height:auto!important;font-size:11px!important;line-height:1.5!important}
body.werger-ui:not([class*="printing-"]) .ins-dds-details .dds-matrix th{font-size:10px!important;color:var(--ws-muted)!important;font-weight:500!important;background:var(--ws-soft)!important;text-transform:none!important}
body.werger-ui:not([class*="printing-"]) .ins-dds-details .name-col{position:sticky!important;left:0!important;min-width:230px!important;width:260px!important;max-width:300px!important;z-index:2!important;border-right:1px solid var(--ws-line)!important;white-space:normal!important}
body.werger-ui:not([class*="printing-"]) .ins-dds-details .dds-number{text-align:right!important;white-space:nowrap!important;min-width:135px!important;font-variant-numeric:tabular-nums!important}
body.werger-ui:not([class*="printing-"]) .ins-dds-details :is(.type-row,tfoot tr)>td{background:var(--ws-soft)!important;font-weight:600!important}
body.werger-ui:not([class*="printing-"]) .ins-dds-details .category-row>.name-col{font-weight:550!important}
body.werger-ui:not([class*="printing-"]) .ins-dds-details .dds-indent-0,body.werger-ui:not([class*="printing-"]) .ins-dds-details .dds-indent-1,body.werger-ui:not([class*="printing-"]) .ins-dds-details .dds-indent-2{display:flex!important;align-items:center!important;gap:6px!important}
body.werger-ui:not([class*="printing-"]) .ins-dds-details .dds-indent-1{padding-left:12px!important}
body.werger-ui:not([class*="printing-"]) .ins-dds-details .dds-indent-2{padding-left:25px!important;color:var(--ws-muted)!important}
body.werger-ui:not([class*="printing-"]) .ins-dds-details .dds-toggle{display:grid!important;place-items:center!important;width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important;padding:0!important;margin:0!important;flex:0 0 24px!important;background:transparent!important;border:1px solid var(--ws-line)!important;border-radius:5px!important;color:var(--ws-muted)!important;cursor:pointer}
body.werger-ui:not([class*="printing-"]) .ins-dds-details .ins-selected-period{background:color-mix(in srgb,var(--primary) 6%,var(--ws-paper))!important}
body.werger-ui:not([class*="printing-"]) .ins-dds-details .dds-hidden{display:none!important}
.ins-payable-note{display:flex;align-items:center;gap:20px;padding:16px 20px;border:1px solid var(--ws-line);border-radius:10px;background:var(--ws-paper);min-width:0}
.ins-payable-note>div{display:flex;align-items:center;gap:12px;flex:1;min-width:0}
.ins-payable-note>.btn{flex-shrink:0}
.ins-payable-note b{font-size:12px;font-weight:600}
.ins-payable-note strong{font-size:17px;font-weight:650;white-space:nowrap}
.ins-payable-note small{display:block;font-size:10px;line-height:1.6;color:var(--ws-muted);margin-top:4px}
.ins-payable-note .material-icons-round{color:var(--ws-muted);font-size:21px}
.catalog-purge-field{display:grid;gap:8px;font-size:12px;color:var(--ws-muted)}
.catalog-purge-field>input{width:100%;min-width:0}
@media (min-width:1500px){.ins-donut-body{flex-wrap:nowrap}.ins-chart-grid-layout .ins-panel-head{min-height:83px}}
@media (max-width:1250px){
 .dash-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr)) auto}
 .dash-filter-grid>.ins-field:nth-child(3){grid-column:1}.dash-filter-grid>.ins-field:nth-child(2){grid-column:2/4}
 .dds-filter-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
 body.werger-ui:not([class*="printing-"]) .dds-filter-grid>.ins-field{grid-column:auto!important}
 .dds-filter-grid>.btn{grid-column:auto}
 .dds-filter-grid>.ins-check{grid-column:1/-1;order:10}
 body.werger-ui:not([class*="printing-"]) .ins-kpi{padding:16px!important}
 body.werger-ui:not([class*="printing-"]) .ins-kpi strong{font-size:20px!important}
 .ins-donut-figure{width:160px;flex-basis:160px}
}
@media (max-width:1050px){
 body.werger-ui:not([class*="printing-"]) .ins-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 body.werger-ui:not([class*="printing-"]) .ins-kpi strong{font-size:25px!important}
 body.werger-ui:not([class*="printing-"]) .ins-chart-grid-layout{grid-template-columns:minmax(0,1fr)!important}
 .ins-donut-body{flex-wrap:nowrap;justify-content:flex-start;gap:24px}
 .ins-donut-figure{width:200px;flex-basis:200px}
 .ins-donut-legend{max-width:450px}
 .ins-secondary-grid{grid-template-columns:minmax(0,1fr)}
 .ins-heading-note{display:none}.ins-heading-actions{align-self:flex-end}
 .dds-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 body.werger-ui:not([class*="printing-"]) .dds-filter-grid .ins-field:nth-of-type(8){grid-column:auto}
 .dds-filter-grid>.ins-check{grid-row:auto;grid-column:1/-1}
 .ins-account-list{grid-template-columns:minmax(0,1fr)}
 .ins-heading{flex-wrap:wrap}
}
@media (max-width:680px){
 body.werger-ui:not([class*="printing-"]) .insights-page{gap:16px!important}
 body.werger-ui:not([class*="printing-"]) .ins-heading{gap:16px!important}
 body.werger-ui:not([class*="printing-"]) .ins-heading h1{font-size:25px!important}
 body.werger-ui:not([class*="printing-"]) .ins-heading p{font-size:11px!important}
 .ins-heading-actions{width:100%}.ins-heading-actions>.btn{flex:1;min-width:0}
 .dash-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .dash-filter-grid>.ins-field:nth-child(3){grid-column:auto}.dash-filter-grid>.ins-field:nth-child(2){grid-column:auto}
 .dash-filter-grid>.btn{grid-column:1/-1;justify-self:start}
 body.werger-ui:not([class*="printing-"]) .ins-panel-head{padding:16px 16px 12px!important;flex-wrap:wrap!important;gap:10px!important}
 .ins-chart{padding:0 10px 10px}.ins-chart-legend{padding:0 6px;gap:4px 12px}.ins-chart-scroll{padding-bottom:5px}
 .ins-chart-bottom{padding-inline:6px}
 .ins-donut{padding:0 12px 12px}.ins-donut-body{gap:8px;flex-wrap:wrap}
 .ins-donut-figure{width:168px;flex-basis:168px}.ins-donut-legend{flex-basis:160px}
 .ins-panel-foot{padding:12px 16px}
 .ins-detail-tabs{gap:16px;padding:0 16px;justify-content:space-between}
 body.werger-ui:not([class*="printing-"]) .ins-detail-tabs button{font-size:11px!important;gap:5px!important}
 .ins-detail-tabs button>span{font-size:9px;padding:1px 4px}
 .ins-detail-caption{padding:13px 16px;flex-wrap:wrap}
 body.werger-ui:not([class*="printing-"]) .ins-details .project-mobile-list{padding:0 12px 12px!important;margin:0!important}
 .ins-debt-list{padding:0 16px 12px}.ins-debt-list>article{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
 .ins-debt-list>article>div:first-child{grid-column:1/-1}.ins-debt-list>article>div:nth-child(2){text-align:left}
 .ins-progress-pair{padding:4px 16px 20px}.ins-operational-counts{padding:14px 16px;justify-content:flex-start;gap:14px}
 .ins-attention{padding:0 16px 8px}
 .ins-matrix-toolbar{flex-direction:column;align-items:stretch;padding:0 16px 14px;gap:10px}
 body.werger-ui:not([class*="printing-"]) .ins-matrix-toolbar input{width:100%!important;flex-basis:auto!important}
 body.werger-ui:not([class*="printing-"]) .ins-dds-details .name-col{min-width:180px!important;width:180px!important;max-width:200px!important}
 body.werger-ui:not([class*="printing-"]) .ins-dds-details .dds-matrix :is(td,th){padding:10px 12px!important}
 .ins-payable-note{flex-wrap:wrap;padding:16px;gap:14px}.ins-payable-note>div{flex-basis:100%}.ins-payable-note strong{margin-right:auto}
 .ins-payable-note .btn{font-size:10px!important}
 .ins-load-more{flex-wrap:wrap}
}
@media (max-width:460px){
 body.werger-ui:not([class*="printing-"]) .ins-kpis{grid-template-columns:minmax(0,1fr)!important;gap:10px!important}
 body.werger-ui:not([class*="printing-"]) .ins-kpi{padding:14px 16px!important;gap:7px!important}
 body.werger-ui:not([class*="printing-"]) .ins-kpi strong{font-size:25px!important}
 .ins-kpi small{font-size:10px}.ins-kpi>span{font-size:11px}
 .dash-filter-grid,.dds-filter-grid{grid-template-columns:minmax(0,1fr)}
 body.werger-ui:not([class*="printing-"]) .dds-filter-grid .ins-field,.dash-filter-grid>.ins-field{grid-column:auto!important}
 .ins-account-list>div{flex-wrap:wrap}.ins-account-list>div>span{flex-basis:100%}
 .ins-donut-body{flex-wrap:wrap;gap:0}.ins-donut-legend{flex-basis:100%}
 .ins-donut-figure{width:186px;flex-basis:186px}
 body.werger-ui:not([class*="printing-"]) .ins-donut-legend button{font-size:11px!important;min-height:37px!important}
 .ins-tooltip{min-width:200px!important}
 body.werger-ui:not([class*="printing-"]) .ins-detail-tabs button{font-size:10px!important;gap:4px!important}
 .ins-detail-tabs{gap:10px;padding:0 12px}
}
/* Production uses the same charts; selections change only the visualization. */
.production-insights{min-width:0;color:var(--ws-ink)}
.production-insights *{box-sizing:border-box}
.prod-ins-scope{font-size:10px;line-height:1.7;color:var(--ws-muted);padding:12px 2px}
body.werger-ui:not([class*="printing-"]) .production-insights .production-analytics-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;margin:0 0 18px!important;align-items:stretch!important}
body.werger-ui:not([class*="printing-"]) .production-insights .production-analytics-wide{grid-column:auto!important}
body.werger-ui:not([class*="printing-"]) .production-insights .ins-panel-head{flex-wrap:wrap!important;align-items:flex-start!important}
body.werger-ui:not([class*="printing-"]) .production-insights .ins-panel-head :is(h2,p){margin:0!important}
body.werger-ui:not([class*="printing-"]) .production-insights .ins-panel-head p{margin-top:5px!important}
.production-insights .ins-donut-figure{width:166px;flex-basis:166px}
.production-insights .ins-donut-legend{flex-basis:190px;max-height:none;overflow:visible}
body.werger-ui:not([class*="printing-"]) .ins-donut-toggle-legend button{grid-template-columns:7px minmax(0,1fr) auto auto!important;min-height:38px!important;background:transparent!important;padding:8px!important;gap:8px!important}
.ins-donut-toggle-legend button>span{grid-column:2;grid-row:1}
.ins-donut-toggle-legend button>b{grid-column:3;grid-row:1;font-variant-numeric:tabular-nums}
.ins-donut-toggle-legend button>small{grid-column:4;grid-row:1;min-width:36px}
body.werger-ui:not([class*="printing-"]) .ins-donut-toggle-legend button:is(:hover,:focus-visible,.hovered){background:var(--ws-soft)!important}
.ins-donut-toggle-legend button.is-hidden{opacity:.5}
.ins-donut-toggle-legend button.is-hidden>span{text-decoration:line-through}
.ins-donut-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;border-top:1px solid var(--ws-line);padding:10px 0 0;margin-top:10px;font-size:10px;line-height:1.5;color:var(--ws-muted)}
body.werger-ui:not([class*="printing-"]) :is(.ins-donut-controls button,.ins-chart-legend [data-chart-reset]){font:inherit;font-size:10px!important;font-weight:600!important;line-height:1.4!important;color:var(--ws-ink)!important;background:var(--ws-soft)!important;border:1px solid var(--ws-line)!important;border-radius:6px!important;padding:6px 9px!important;min-height:30px!important;white-space:nowrap;cursor:pointer}
body.werger-ui:not([class*="printing-"]) .production-insights :is(.ins-chart-legend button,.ins-donut-legend button,.ins-donut-controls button,.ins-segmented button):focus-visible{outline:2px solid var(--primary)!important;outline-offset:2px}
.production-insights .ins-chart-legend{gap:4px 12px}
body.werger-ui:not([class*="printing-"]) .production-insights .ins-tooltip{min-width:0!important;width:270px;max-width:calc(100% - 8px)}
.production-insights .ins-tooltip>div{gap:10px}
.production-insights .ins-tooltip>div span{min-width:0;overflow-wrap:break-word}
.production-insights .ins-tooltip i{flex-shrink:0}
.prod-ins-ranking{padding:0 20px 16px;display:grid;gap:3px;min-width:0}
.prod-ins-rank{display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:start;gap:10px;padding:12px 0;border-bottom:1px solid var(--ws-line);min-width:0;transition:background .15s}
.prod-ins-rank:last-child{border-bottom:0}
.prod-ins-rank-number{font-size:10px;color:var(--ws-muted);padding-top:3px;font-variant-numeric:tabular-nums}
.prod-ins-rank-copy{min-width:0}
.prod-ins-rank-copy b{display:block;font-size:11px;line-height:1.6;font-weight:600;overflow-wrap:anywhere}
.prod-ins-rank-copy small{display:block;font-size:9px;line-height:1.6;color:var(--ws-muted);margin-top:7px}
.prod-ins-rank>strong{font-size:11px;line-height:1.6;font-weight:650;font-variant-numeric:tabular-nums;white-space:nowrap;padding-top:1px}
.prod-ins-rank-track{height:5px;background:var(--ws-soft);border-radius:4px;overflow:hidden;margin-top:8px}
.prod-ins-rank-track i{display:block;height:100%;background:var(--success);border-radius:4px;opacity:.7;transition:opacity .15s}
.prod-ins-rank:is(:hover,:focus-visible) .prod-ins-rank-track i{opacity:1}
.prod-ins-rank:focus-visible{outline:2px solid var(--primary);outline-offset:3px;border-radius:3px}
@media(max-width:900px){
 body.werger-ui:not([class*="printing-"]) .production-insights .production-analytics-grid{grid-template-columns:minmax(0,1fr)!important}
}
@media(max-width:480px){
 body.werger-ui:not([class*="printing-"]) .production-insights .ins-panel-head{padding:16px 14px 12px!important}
 .production-insights .ins-chart{padding:0 12px 12px}
 .production-insights .ins-donut{padding:0 12px 14px}
 .production-insights .ins-panel-foot{padding:11px 14px}
 .prod-ins-ranking{padding:0 14px 12px}
 .prod-ins-rank{grid-template-columns:16px minmax(0,1fr);gap:7px 10px}
 .prod-ins-rank>strong{grid-column:2}
}
@media (prefers-reduced-motion:reduce){:is(.insights-page,.production-insights) *{transition:none!important;animation:none!important}}
}
}
