    .dc-page {
        padding: 8px 14px 40px;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }
    .dc-dashboard-shell,
    .dc-dashboard-content {
        background: #f8fafc;
        max-width: 100%;
        min-width: 0;
    }
    .dc-dashboard-content {
        min-height: calc(100vh - 96px);
        overflow-x: clip;
    }
    .dc-header { margin-bottom: 8px; }
    .dc-header h1 {
        font-size: 18px;
        font-weight: 700;
        color: #0f172a;
        margin: 0 0 2px;
    }
    .dc-header p {
        font-size: 12px;
        color: #64748b;
        margin: 0;
    }
    .da-filter-bar {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
        gap: 6px;
        margin-bottom: 10px;
    }
    .da-filter-presets { display: flex; flex-wrap: wrap; gap: 4px; }
    .da-filter-btn {
        background: #fff;
        border: 1px solid #cbd5e1;
        border-radius: 6px !important;
        color: #334155;
        padding: 4px 10px;
        font-size: 11px;
        cursor: pointer;
        line-height: 1.2;
    }
    .da-filter-btn:hover { border-color: #94a3b8; }
    .da-filter-btn.active {
        background: #2f353b;
        border-color: #2f353b;
        color: #fff;
    }
    .da-filter-date {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: #64748b;
        font-size: 12px;
    }
    .da-period-btn {
        background: #fff;
        border: 1px solid #cbd5e1;
        border-radius: 8px !important;
        color: #334155;
        padding: 4px 10px;
        font-size: 11px;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }
    .dc-kpi-row {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 8px;
        margin-bottom: 8px;
    }
    .dc-kpi {
        background: #fff;
        border: 1px solid #e2e8f0;
        border-radius: 10px !important;
        padding: 8px 10px;
        min-height: 76px;
        cursor: pointer;
        display: flex;
        align-items: flex-start;
        gap: 10px;
        box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    }
    .dc-kpi:hover { border-color: #cbd5e1; box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06); }
    .dc-kpi-icon {
        width: 32px;
        height: 32px;
        border-radius: 8px !important;
        background: #e83535;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        font-size: 13px;
    }
    .dc-kpi-body { flex: 1; min-width: 0; }
    .dc-kpi-label {
        font-size: 9px;
        text-transform: uppercase;
        letter-spacing: .4px;
        color: #64748b;
        font-weight: 700;
        position: relative;
        display: block;
        padding-right: 14px;
        line-height: 1.25;
    }
    .dc-kpi-label-orc {
        font-size: 9px;
        text-transform: uppercase;
        letter-spacing: .4px;
        color: #64748b;
        position: relative;
        display: block;
        padding-right: 14px;
        line-height: 1.25;
    }
    .dc-kpi-label .dc-kpi-info,
    .dc-kpi-label-orc .dc-kpi-info,
    .dp-pipeline-label .dc-kpi-info {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
    }
    .dc-kpi-info {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #94a3b8;
        cursor: help;
        font-size: 11px;
        line-height: 1;
        flex-shrink: 0;
        outline: none;
    }
    .dc-kpi-label .dc-kpi-info-tip,
    .dc-kpi-label-orc .dc-kpi-info-tip,
    .dp-pipeline-label .dc-kpi-info-tip {
        left: auto;
        right: 0;
        bottom: auto;
        top: calc(100% + 6px);
        transform: none;
    }
    .dc-kpi-info:hover,
    .dc-kpi-info:focus {
        color: #475569;
    }
    .dc-kpi-info-tip {
        display: none;
        position: absolute;
        z-index: 1200;
        left: 50%;
        bottom: calc(100% + 6px);
        transform: translateX(-50%);
        width: max-content;
        max-width: 280px;
        padding: 8px 10px;
        border-radius: 6px;
        background: #0f172a;
        color: #f8fafc;
        font-size: 11px;
        font-weight: 500;
        line-height: 1.35;
        text-transform: none;
        letter-spacing: normal;
        white-space: normal;
        box-shadow: 0 4px 14px rgba(15, 23, 42, .28);
        pointer-events: none;
    }
    .dc-kpi-info:hover .dc-kpi-info-tip,
    .dc-kpi-info:focus .dc-kpi-info-tip {
        display: block;
    }
    .dc-kpi-value {
        font-size: 16px;
        font-weight: 800;
        color: #0f172a;
        margin-top: 4px;
        line-height: 1.1;
    }
    .dc-kpi-delta {
        font-size: 10px;
        color: #64748b;
        margin-top: 4px;
        display: flex;
        align-items: center;
        gap: 4px;
        flex-wrap: wrap;
    }
    .dc-kpi-delta .up { color: #059669; font-weight: 700; }
    .dc-kpi-delta .down { color: #dc2626; font-weight: 700; }
    .dc-kpi-meta {
        font-size: 10px;
        color: #64748b;
        margin-top: 4px;
        display: flex;
        flex-direction: column;
        gap: 1px;
        line-height: 1.2;
    }
    .dc-section-head {
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .5px;
        color: #64748b;
        margin: 10px 0 8px;
        padding-bottom: 6px;
        border-bottom: 1px solid #e2e8f0;
    }
    .dc-row {
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        column-gap: 12px;
        row-gap: 8px;
        margin: 0 0 8px;
        align-items: stretch;
    }
    .dc-row > [class*="col-"] {
        padding: 0;
        min-width: 0;
        width: 100%;
        max-width: 100%;
        float: none;
        display: flex;
        flex-direction: column;
        grid-column: span 12;
    }
    .dc-row:last-child { margin-bottom: 0; }
    .dc-row .dc-panel { width: 100%; height: 100%; }
    .dc-row-charts { align-items: stretch; }
    .dc-row-charts .dc-panel { display: flex; flex-direction: column; flex: 1; }
    .dc-row-charts .dc-panel-body { flex: 1; min-width: 0; }
    .dc-panel {
        background: #fff;
        border: 1px solid #e2e8f0;
        border-radius: 10px !important;
        overflow: hidden;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    }
    .dc-panel-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 7px 10px;
        border-bottom: 1px solid #e2e8f0;
        gap: 6px;
        position: relative;
    }
    .dc-panel-head .dc-kpi-info {
        position: absolute;
        top: 7px;
        right: 10px;
        z-index: 2;
    }
    .dc-panel-head .dc-kpi-info-tip {
        left: auto;
        right: 0;
        bottom: auto;
        top: calc(100% + 6px);
        transform: none;
    }
    .dc-panel-title {
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .4px;
        color: #334155;
    }
    .dc-panel-link {
        font-size: 10px;
        color: #64748b;
        cursor: pointer;
        text-decoration: none;
        white-space: nowrap;
    }
    .dc-panel-link:hover { color: #e83535; text-decoration: none; }
    .dc-panel-head-filter {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
    }
    .dc-chart-filter {
        background: #fff;
        border: 1px solid #cbd5e1;
        border-radius: 6px !important;
        color: #334155;
        font-size: 11px;
        padding: 3px 24px 3px 8px;
        cursor: pointer;
        min-width: 96px;
        height: 26px;
        line-height: 1.2;
    }
    .dc-panel-body { padding: 8px 10px 10px; flex: 1; }
    .dc-panel-body.dc-panel-compact { padding: 6px 8px 8px; }
    .dc-row-charts > [class*="col-"] .dc-panel-body { min-height: 200px; }
    .dc-row-charts .dc-chart-evolucao {
        height: 200px !important;
        width: 100% !important;
        max-width: 100%;
        min-width: 0;
        overflow: hidden;
        box-sizing: border-box;
    }
    .dc-row-charts .dc-chart-evolucao > div,
    .dc-row-charts .dc-chart-evolucao svg {
        max-width: 100% !important;
    }
    .dc-chart-ranking-servicos {
        height: 200px !important;
        width: 100%;
    }
    .dc-ranking-servicos-table {
        margin-top: 8px;
        max-height: none;
    }
    .dc-ranking-servicos-table .dc-table {
        font-size: 11px;
    }
    .dc-ranking-servicos-table .dc-table thead th,
    .dc-ranking-servicos-table .dc-table tbody td {
        padding: 6px 8px;
    }
    .dc-ranking-servicos-table .dc-table .td-num {
        color: #e83535;
        font-weight: 700;
    }
    .dc-bar-list { display: flex; flex-direction: column; gap: 3px; }
    .dc-bar-item { display: flex; align-items: center; gap: 6px; min-height: 17px; }
    .dc-bar-name {
        flex: 0 0 36%;
        font-size: 9px;
        color: #334155;
        line-height: 1.25;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dc-bar-track {
        flex: 1 1 auto;
        position: relative;
        height: 10px;
        background: #f1f5f9;
        border-radius: 3px !important;
        overflow: visible;
    }
    .dc-bar-fill {
        height: 100%;
        background: #475569;
        border-radius: 3px !important;
        min-width: 2px;
        transition: width .3s ease;
    }
    .dc-bar-val {
        flex: 0 0 auto;
        font-size: 9px;
        font-weight: 700;
        color: #0f172a !important;
        white-space: nowrap;
        min-width: 64px;
        text-align: right;
    }
    .dc-bar-val-duo {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 6px;
        min-width: 118px;
    }
    .dc-bar-qty {
        font-weight: 700;
        color: #0f172a !important;
        font-size: 9px;
    }
    .dc-bar-amt {
        font-weight: 700;
        color: #475569 !important;
        font-size: 9px;
    }
    .dc-bar-item-qty-in {
        display: grid;
        grid-template-columns: minmax(0, 26%) minmax(0, 1fr) auto;
        gap: 5px 6px;
        align-items: center;
        min-height: 20px;
    }
    .dc-bar-item-qty-in .dc-bar-name {
        flex: unset;
        font-size: 9px;
        min-width: 0;
    }
    .dc-bar-item-qty-in .dc-bar-track {
        flex: unset;
        width: 100%;
        min-width: 0;
        height: 14px;
        border-radius: 4px !important;
        background: #e2e8f0;
    }
    .dc-bar-item-qty-in .dc-bar-fill {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 6px;
        min-width: 24px;
        border-radius: 4px !important;
        box-sizing: border-box;
    }
    .dc-bar-item-qty-in .dc-bar-qty-in {
        color: #fff;
        font-size: 9px;
        font-weight: 800;
        line-height: 1;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    }
    .dc-bar-item-qty-in .dc-bar-val {
        flex: unset;
        min-width: 0;
        max-width: none;
        font-size: 8px;
        text-align: right;
        white-space: nowrap;
    }
    .dc-bar-item-qty-in .dc-bar-amt {
        font-size: 8px;
        font-weight: 700;
        color: #475569 !important;
    }
    .dc-donut-layout {
        display: flex;
        align-items: center;
        gap: 6px;
    }
    .dc-donut-chart-col {
        flex: 0 0 46%;
        min-width: 0;
    }
    .dc-donut-legend-col {
        flex: 1 1 54%;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .dc-donut-center {
        position: relative;
        height: 160px;
        display: grid;
        place-items: center;
    }
    .dc-donut-wrap {
        grid-area: 1 / 1;
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .dc-donut-wrap google-chart,
    .dc-donut-wrap > div[google-chart] {
        height: 160px !important;
        width: 100% !important;
    }
    .dc-donut-total {
        grid-area: 1 / 1;
        position: relative;
        z-index: 1;
        text-align: center;
        pointer-events: none;
        max-width: 72px;
    }
    .dc-donut-total .val {
        font-size: 9px;
        font-weight: 700;
        color: #0f172a;
        line-height: 1.15;
        white-space: nowrap;
    }
    .dc-donut-total .lbl {
        font-size: 8px;
        color: #64748b;
        text-transform: uppercase;
        margin-top: 2px;
    }
    .dc-donut-legend-item {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 9px;
        line-height: 1.2;
    }
    .dc-donut-dot {
        width: 8px;
        height: 8px;
        border-radius: 50% !important;
        flex-shrink: 0;
    }
    .dc-donut-legend-name {
        flex: 1;
        min-width: 0;
        color: #475569;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dc-donut-legend-pct {
        font-weight: 700;
        color: #334155;
        white-space: nowrap;
        font-size: 9px;
    }
    .dc-donut-legend-click {
        cursor: pointer;
    }
    .dc-donut-legend-click:hover .dc-donut-legend-name {
        color: #0f172a;
    }
    .dc-table-wrap { overflow: auto; max-height: 148px; }
    .dc-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 11px;
    }
    .dc-table thead tr { background: #f8fafc; border-bottom: 1px solid #e2e8f0; }
    .dc-table thead th {
        padding: 5px 8px;
        color: #64748b;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 9px;
        text-align: left;
    }
    .dc-table tbody td {
        padding: 5px 8px;
        color: #334155;
        border-bottom: 1px solid #f1f5f9;
    }
    .dc-table .td-right { text-align: right; }
    .dc-table .td-num { font-weight: 700; color: #0f172a; }
    .dc-table tbody tr.dc-row-click { cursor: pointer; }
    .dc-table tbody tr.dc-row-click:hover { background: #f8fafc; }
    .dc-sem-dados {
        color: #94a3b8;
        font-style: italic;
        text-align: center;
        padding: 20px 0;
        font-size: 11px;
    }
    .dc-dashboard-body {
        position: relative;
        min-height: 120px;
    }
    .dc-dashboard-body--loading {
        pointer-events: none;
    }
    .dc-dashboard-body--loading > :not(.dc-dashboard-loading) {
        opacity: 0.45;
    }
    .dc-dashboard-loading {
        position: absolute;
        inset: 0;
        z-index: 20;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding-top: 72px;
        color: #64748b;
        font-size: 13px;
        pointer-events: none;
    }
    .dc-dashboard-loading i {
        color: #475569;
        margin-bottom: 10px;
    }
    .dp-secondary-loading {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        margin: 0 0 10px;
        padding: 6px 10px;
        border-radius: 6px;
        background: #f1f5f9;
        color: #64748b;
        font-size: 11px;
        font-weight: 600;
    }
    .dp-secondary-loading i {
        color: #475569;
    }
    .dc-row-breakdown { align-items: stretch; }
    .dc-row-breakdown .dc-panel { height: 100%; }
    .dc-row-breakdown .dc-panel-body { flex: 0 0 auto; min-height: 0; }
    .dc-estado-split {
        display: flex;
        gap: 4px;
        align-items: flex-start;
    }
    .dc-estado-map-col {
        flex: 0 0 46%;
        min-width: 0;
        max-width: 46%;
    }
    .dc-estado-map {
        width: 100%;
        line-height: 0;
    }
    .dc-estado-map svg,
    .dc-brazil-svg {
        width: 100%;
        height: auto;
        max-height: 220px;
        display: block;
    }
    .dc-estado-map svg path,
    .dc-brazil-svg path {
        stroke: #cbd5e1;
        stroke-width: 1px;
    }
    .dc-estado-legend {
        display: flex;
        align-items: center;
        gap: 6px;
        width: 100%;
        padding-top: 6px;
        font-size: 9px;
        color: #64748b;
    }
    .dc-estado-legend-bar {
        flex: 1;
        height: 6px;
        border-radius: 3px !important;
        background: linear-gradient(to right, #fee2e2, #e83535);
    }
    .dc-estado-list {
        flex: 1 1 54%;
        min-width: 0;
    }
    .dc-estado-list .dc-table-wrap {
        max-height: 220px;
        overflow-y: auto;
        overflow-x: visible;
    }
    .dc-estado-list .dc-table {
        font-size: 10px;
        table-layout: auto;
        width: 100%;
    }
    .dc-estado-list .dc-table thead th,
    .dc-estado-list .dc-table tbody td { padding: 4px 2px; }
    .dc-estado-list .dc-table .col-estado {
        width: 1%;
        white-space: nowrap;
        padding-right: 4px;
        color: #64748b;
        font-weight: 600;
    }
    .dc-estado-list .dc-table .col-receita {
        text-align: right;
        white-space: nowrap;
        font-weight: 700;
        color: #0f172a;
        font-size: 9.5px;
        padding-left: 2px;
    }
    .dc-estado-list .dc-table thead th.col-receita {
        font-size: 9px;
        padding-right: 0;
    }
    .dc-panel-estado .dc-panel-body {
        overflow: visible;
        padding-bottom: 6px;
    }
    .dc-gauge-wrap { text-align: center; padding: 2px 6px 0; }
    .dc-gauge-svg { width: 100%; max-width: 170px; height: auto; display: block; margin: 0 auto; }
    .dc-gauge-bg { fill: none; stroke: #e2e8f0; stroke-width: 8; stroke-linecap: round; }
    .dc-gauge-fill { fill: none; stroke: #e83535; stroke-width: 8; stroke-linecap: round; }
    .dc-gauge-center {
        margin-top: -38px;
        position: relative;
        z-index: 1;
    }
    .dc-gauge-value {
        font-size: 20px;
        font-weight: 800;
        color: #0f172a;
        line-height: 1.1;
    }
    .dc-gauge-scale {
        display: flex;
        justify-content: space-between;
        max-width: 170px;
        margin: -4px auto 0;
        font-size: 9px;
        color: #94a3b8;
        padding: 0 6px;
    }
    .dc-gauge-delta { font-size: 10px; margin-top: 2px; }
    .dc-gauge-delta .up { color: #059669; font-weight: 700; }
    .dc-gauge-delta .down { color: #dc2626; font-weight: 700; }
    .dc-row-summary { align-items: stretch; margin-bottom: 0; }
    .dc-row-summary > [class*="col-"] { display: flex; }
    .dc-row-summary .dc-panel {
        flex: 1;
        min-height: 300px;
    }
    .dc-row-summary .dc-panel-head {
        padding: 10px 14px;
    }
    .dc-row-summary .dc-panel-title {
        font-size: 11px;
    }
    .dc-row-summary .dc-panel-body {
        flex: 1;
        min-height: 252px;
        padding: 12px 14px 14px;
    }
    .dc-row-summary .dc-panel-body.dc-panel-compact {
        padding: 8px 10px 10px;
    }
    .dc-row-summary .dc-bar-list { gap: 4px; }
    .dc-row-summary .dc-bar-item { min-height: 20px; }
    .dc-row-summary .dc-bar-name { font-size: 10px; flex: 0 0 38%; }
    .dc-row-summary .dc-bar-val { font-size: 10px; }
    .dc-row-summary .dc-table-wrap {
        max-height: 240px;
    }
    .dc-row-summary .dc-table {
        font-size: 12px;
    }
    .dc-row-summary .dc-table thead th {
        font-size: 10px;
        padding: 7px 10px;
    }
    .dc-row-summary .dc-table tbody td {
        padding: 7px 10px;
    }
    .dc-row-summary .dc-gauge-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 100%;
        padding: 8px 10px 4px;
    }
    .dc-row-summary .dc-gauge-svg {
        max-width: 220px;
    }
    .dc-row-summary .dc-gauge-center {
        margin-top: -52px;
    }
    .dc-row-summary .dc-gauge-value {
        font-size: 28px;
    }
    .dc-row-summary .dc-gauge-scale {
        max-width: 220px;
        font-size: 10px;
        margin-top: 2px;
    }
    .dc-row-summary .dc-gauge-delta {
        font-size: 11px;
        margin-top: 4px;
    }
    .dc-row-summary .dc-updated {
        font-size: 10px;
        margin-top: 10px;
    }
    .dc-updated {
        font-size: 9px;
        color: #94a3b8;
        text-transform: uppercase;
        margin-top: 6px;
        letter-spacing: .3px;
    }
    .da-modal-descricao {
        margin: 0 0 12px;
        color: #64748b;
        font-size: 13px;
        line-height: 1.45;
    }
    .da-vendedor-detalhe-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
    .da-vendedor-detalhe-item {
        background: #f8fafc;
        border: 1px solid #e2e8f0;
        border-radius: 10px !important;
        padding: 14px 16px;
    }
    .da-vendedor-detalhe-item .lbl {
        font-size: 10px;
        text-transform: uppercase;
        color: #64748b;
        font-weight: 700;
        letter-spacing: .4px;
    }
    .da-vendedor-detalhe-item .val {
        font-size: 20px;
        font-weight: 700;
        color: #0f172a;
        margin-top: 6px;
    }
    .da-vendedor-detalhe-item .val.up { color: #059669; }
    .da-vendedor-detalhe-item .val.down { color: #dc2626; }
    .da-vendedor-detalhe-item .val.link { color: #2563eb; cursor: pointer; }
    @media (min-width: 992px) {
        .dc-row:not(.dc-row-charts) > .col-md-6 { grid-column: span 6; }
        .dc-row:not(.dc-row-charts) > .col-md-12 { grid-column: span 12; }
    }
    @media (min-width: 1200px) {
        .dc-row:not(.dc-row-charts) > .col-lg-6 { grid-column: span 6; }
        .dc-row:not(.dc-row-charts) > .col-lg-3 { grid-column: span 3; }
        .dc-row-charts > .col-lg-6 { grid-column: span 6; }
        .dc-row-charts > .col-lg-3 { grid-column: span 3; }
    }
    @media (min-width: 1200px) and (max-width: 1399px) {
        .dc-row-breakdown > .col-lg-3,
        .dc-row-summary > .col-lg-3 {
            grid-column: span 6;
        }
    }
    @media (max-width: 1199px) {
        .dc-kpi-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    }
    @media (max-width: 991px) {
        .dc-kpi-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
        .dc-estado-split { flex-direction: column; }
        .dc-estado-map-col { flex: 1 1 auto; max-width: 100%; width: 100%; }
        .dc-bar-item-qty-in {
            grid-template-columns: minmax(0, 1fr) auto;
            grid-template-areas:
                "name val"
                "track track";
            row-gap: 3px;
        }
        .dc-bar-item-qty-in .dc-bar-name { grid-area: name; }
        .dc-bar-item-qty-in .dc-bar-val { grid-area: val; max-width: none; }
        .dc-bar-item-qty-in .dc-bar-track { grid-area: track; }
        .dc-donut-layout { flex-direction: column; align-items: stretch; }
        .dc-donut-chart-col,
        .dc-donut-legend-col { flex: 1 1 auto; max-width: 100%; }
    }
    @media (max-width: 575px) {
        .dc-kpi-row { grid-template-columns: 1fr; }
        .da-filter-bar { justify-content: flex-start; }
        .dc-page { padding-left: 10px; padding-right: 10px; }
        .dc-panel-head-filter { flex-wrap: wrap; }
        .dc-chart-filter { width: 100%; min-width: 0; }
    }
    .dc-kpi-label-sub {
        font-size: 9px;
        text-transform: uppercase;
        letter-spacing: .4px;
        color: #64748b;
        font-weight: 700;
        margin-top: 2px;
    }
    .dc-kpi-grid-4 {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
        margin-bottom: 8px;
    }
    .dc-kpi-grid-5 {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 8px;
        margin-bottom: 8px;
    }
    .dc-kpi-grid-segmento {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .dc-kpi-icon--success { background: #059669 !important; }
    .dc-kpi-icon--danger { background: #dc2626 !important; }
    .dc-kpi--success {
        background: #3f8e66;
        border-color: #3f8e66;
    }
    .dc-kpi--success:hover {
        border-color: #357a58;
        box-shadow: 0 2px 8px rgba(63, 142, 102, 0.35);
    }
    .dc-kpi--success .dc-kpi-icon {
        background: #fff !important;
        color: #3f8e66 !important;
    }
    .dc-kpi--success .dc-kpi-label,
    .dc-kpi--success .dc-kpi-value,
    .dc-kpi--success .dc-kpi-value small {
        color: #fff;
    }
    .dc-kpi--success .dc-kpi-delta {
        color: rgba(255, 255, 255, 0.82);
    }
    .dc-kpi--success .dc-kpi-delta .up,
    .dc-kpi--success .dc-kpi-delta .down {
        color: #fff;
    }
    .dc-kpi--danger {
        background: #c83e36;
        border-color: #c83e36;
    }
    .dc-kpi--danger:hover {
        border-color: #b03630;
        box-shadow: 0 2px 8px rgba(200, 62, 54, 0.35);
    }
    .dc-kpi--danger .dc-kpi-icon {
        background: #fff !important;
        color: #c83e36 !important;
    }
    .dc-kpi--danger .dc-kpi-label,
    .dc-kpi--danger .dc-kpi-value,
    .dc-kpi--danger .dc-kpi-value small {
        color: #fff;
    }
    .dc-kpi--danger .dc-kpi-delta {
        color: rgba(255, 255, 255, 0.82);
    }
    .dc-kpi--danger .dc-kpi-delta .up,
    .dc-kpi--danger .dc-kpi-delta .down {
        color: #fff;
    }
    .dc-kpi--success .dc-kpi-info,
    .dc-kpi--danger .dc-kpi-info {
        color: rgba(255, 255, 255, 0.88);
    }
    .dc-kpi--success .dc-kpi-info:hover,
    .dc-kpi--success .dc-kpi-info:focus,
    .dc-kpi--danger .dc-kpi-info:hover,
    .dc-kpi--danger .dc-kpi-info:focus {
        color: #fff;
    }
    .dc-kpi-sub {
        font-size: 10px;
        color: #64748b;
        margin-top: 4px;
        line-height: 1.25;
    }
    .dc-kpi-sub strong { color: #334155; font-weight: 600; }
    .dc-kpi-sub .accent { color: #e83535; font-weight: 700; }
    .dc-pivot-cell {
        font-weight: 700;
        color: #0f172a;
    }
    .dc-modal-content { border-radius: 10px !important; overflow: hidden; }
    .dc-modal-assist.modal.in {
        display: flex !important;
        align-items: center;
        justify-content: center;
        padding: 16px;
        overflow-y: auto;
    }
    .dc-modal-assist.modal.fade .modal-dialog {
        transform: none !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transition: none !important;
    }
    .dc-modal-assist .modal-dialog.dc-modal-dialog-assist {
        width: 78%;
        max-width: 1120px;
        margin-left: auto;
        margin-right: auto;
    }
    .dc-modal-assist .modal-dialog:not(.dc-modal-dialog-assist) {
        margin-left: auto;
        margin-right: auto;
    }
    @media (max-width: 767px) {
        .dc-modal-assist.modal.in {
            padding: 10px;
        }
        .dc-modal-assist .modal-dialog.dc-modal-dialog-assist {
            width: calc(100% - 20px);
            max-width: none;
        }
    }
    .dc-modal-assist .modal-body.dc-modal-body {
        max-height: calc(100vh - 140px);
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }
    .dc-modal-assist .dc-modal-table-wrap {
        max-height: min(520px, calc(100vh - 220px));
    }
    .dc-modal-header {
        display: flex;
        align-items: center;
        gap: 8px;
        background: #f8fafc;
        border-bottom: 1px solid #e2e8f0;
        padding: 12px 16px;
    }
    .dc-modal-header .modal-title {
        flex: 1;
        min-width: 0;
        margin: 0;
        font-size: 15px;
        font-weight: 700;
        color: #0f172a;
    }
    .dc-modal-export-btn {
        flex-shrink: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        padding: 0;
        border: 1px solid #cbd5e1;
        border-radius: 6px;
        background: #fff;
        color: #16a34a;
        font-size: 16px;
        line-height: 1;
        cursor: pointer;
        transition: background 0.15s, border-color 0.15s;
    }
    .dc-modal-export-btn:hover {
        background: #f0fdf4;
        border-color: #86efac;
    }
    .dc-modal-header .close {
        flex-shrink: 0;
        float: none;
        margin: 0;
    }
    .dc-modal-body { padding: 12px 16px 16px; }
    .dc-modal-search {
        width: 100%;
        max-width: 420px;
        margin-bottom: 10px;
        border-radius: 8px !important;
        border-color: #cbd5e1;
        font-size: 13px;
    }
    .dc-modal-table-wrap {
        max-height: 520px;
        overflow: auto;
        border: 1px solid #e2e8f0;
        border-radius: 8px !important;
    }
    .dc-modal-table-wrap .dc-table thead tr { position: sticky; top: 0; z-index: 1; }
    .dp-modal-alerta-info { color: #dc2626; font-weight: 700; }
    .dp-kpis-periodo-section { margin-bottom: 12px; }
    .dp-kpis-periodo-section .dc-kpi-label {
        font-size: 8px;
        line-height: 1.15;
        letter-spacing: 0.02em;
        padding-right: 12px;
    }
    .dp-kpis-periodo-section .dc-kpi-info {
        font-size: 8px;
    }
    @media (max-width: 1199px) {
        .dc-kpi-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
        .dc-kpi-grid-5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    }
    @media (max-width: 991px) {
        .dc-kpi-grid-5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width: 575px) {
        .dc-kpi-grid-4 { grid-template-columns: 1fr; }
        .dc-kpi-grid-5 { grid-template-columns: 1fr; }
    }
    .dc-kpi-row-8 {
        display: grid;
        grid-template-columns: repeat(8, minmax(0, 1fr));
        gap: 8px;
        margin-bottom: 8px;
    }
    .dc-row-mini-5 {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 8px;
        margin-bottom: 8px;
    }
    .dc-row-mini-6 {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 8px;
        margin-bottom: 8px;
    }
    .dc-row-mini-4 {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
        margin-bottom: 10px;
    }
    .dc-row-mini-3 {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        margin-bottom: 10px;
    }
    .dc-row-cidade-estado {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr;
        gap: 10px;
        margin-bottom: 10px;
        align-items: stretch;
    }
    .dc-row-mini-2 {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-bottom: 10px;
    }
    .dc-row-map-rank {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        margin-bottom: 8px;
        align-items: stretch;
    }
    .dc-donut-trio {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        height: 100%;
    }
    .dc-donut-duo {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        height: 100%;
    }
    .dc-donut-duo .dc-panel { height: 100%; }
    .dc-donut-duo .dc-donut-center { height: 150px; }
    .dc-donut-duo .dc-donut-wrap google-chart,
    .dc-donut-duo .dc-donut-wrap > div[google-chart] {
        height: 150px !important;
    }
    .dc-donut-duo .dc-bar-list { gap: 6px; }
    .dc-donut-duo .dc-bar-item:not(.dc-bar-item-qty-in) { min-height: 20px; }
    .dc-donut-duo .dc-bar-item:not(.dc-bar-item-qty-in) .dc-bar-name { font-size: 9px; flex: 0 0 44%; }
    .dc-donut-duo .dc-bar-item:not(.dc-bar-item-qty-in) .dc-bar-val { font-size: 9px; min-width: 118px; }
    .dc-donut-duo .dc-bar-amt { font-size: 9px; }
    .dc-donut-trio .dc-panel { height: 100%; }
    .dc-donut-trio .dc-donut-center { height: 130px; }
    .dc-donut-trio .dc-donut-wrap google-chart,
    .dc-donut-trio .dc-donut-wrap > div[google-chart] {
        height: 130px !important;
    }
    .dc-donut-trio .dc-donut-total .val {
        font-size: 14px;
        line-height: 1.1;
    }
    .dc-donut-trio .dc-donut-total .lbl {
        font-size: 7px;
        margin-top: 1px;
    }
    .dc-donut-trio .dc-donut-chart-col { flex: 0 0 42%; }
    .dc-donut-trio .dc-donut-legend-col { gap: 3px; }
    .dc-donut-trio .dc-donut-legend-item { font-size: 8px; }
    .dc-donut-trio .dc-donut-legend-pct { font-size: 8px; }
    .dc-panel-mini .dc-panel-head { padding: 5px 8px; }
    .dc-panel-mini .dc-panel-title { font-size: 9px; }
    .dc-panel-mini .dc-panel-body { padding: 6px 8px 8px; }
    .dc-panel-mini .dc-bar-item:not(.dc-bar-item-qty-in) .dc-bar-name { flex: 0 0 42%; font-size: 8px; }
    .dc-panel-mini .dc-bar-item:not(.dc-bar-item-qty-in) .dc-bar-val { font-size: 8px; min-width: 52px; }
    .dc-panel-mini .dc-bar-item:not(.dc-bar-item-qty-in) { min-height: 15px; }
    .dc-panel-mini-lg .dc-panel-head { padding: 7px 10px; }
    .dc-panel-mini-lg .dc-panel-title { font-size: 10px; }
    .dc-panel-mini-lg .dc-panel-body { padding: 8px 10px 10px; min-height: 148px; }
    .dc-panel-mini-lg .dc-bar-list { gap: 5px; }
    .dc-panel-mini-lg .dc-bar-item:not(.dc-bar-item-qty-in) .dc-bar-name { flex: 0 0 44%; font-size: 9px; }
    .dc-panel-mini-lg .dc-bar-item:not(.dc-bar-item-qty-in) .dc-bar-val { font-size: 9px; min-width: 58px; }
    .dc-panel-mini-lg .dc-bar-item:not(.dc-bar-item-qty-in) { min-height: 19px; }
    .dc-panel-mini-lg .dc-bar-item:not(.dc-bar-item-qty-in) .dc-bar-track { height: 8px; }
    .dc-row-gauges {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
        margin-bottom: 8px;
    }
    .dc-row-secondary-kpi {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
        margin-bottom: 8px;
    }
    .dc-row-top5-kpi {
        align-items: stretch;
    }
    .dc-col-kpi-stack {
        display: grid;
        grid-template-rows: 1fr 1fr;
        gap: 8px;
        min-height: 0;
    }
    .dc-col-kpi-stack .dc-kpi {
        min-height: 0;
        height: 100%;
        margin: 0;
        align-items: center;
    }
    .dc-col-kpi-stack .dc-kpi-value {
        font-size: 15px;
    }
    .dc-col-kpi-stack .dc-kpi-label {
        font-size: 8px;
        line-height: 1.2;
    }
    .dc-kpi-icon-dark { background: #0f172a !important; }
    @media (max-width: 1399px) {
        .dc-kpi-row-8 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
        .dc-row-mini-5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
        .dc-row-mini-6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
        .dc-row-mini-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
        .dc-row-top5-kpi .dc-col-kpi-stack { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
        .dc-row-mini-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
        .dc-row-mini-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
        .dc-row-cidade-estado { grid-template-columns: 1fr 1fr; }
        .dc-row-cidade-estado .dc-panel-estado { grid-column: 1 / -1; }
        .dc-row-map-rank { grid-template-columns: 1fr 1fr; }
        .dc-row-secondary-kpi { grid-template-columns: repeat(3, minmax(0, 1fr)); }
        .dc-donut-trio { grid-template-columns: 1fr; }
        .dc-donut-duo { grid-template-columns: 1fr; }
    }
    @media (max-width: 991px) {
        .dc-kpi-row-8 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
        .dc-row-mini-5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
        .dc-row-mini-6 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
        .dc-row-mini-4 { grid-template-columns: 1fr; }
        .dc-row-top5-kpi .dc-col-kpi-stack { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: auto auto; }
        .dc-row-mini-3 { grid-template-columns: 1fr; }
        .dc-row-mini-2 { grid-template-columns: 1fr; }
        .dc-row-cidade-estado { grid-template-columns: 1fr; }
        .dc-row-cidade-estado .dc-panel-estado { grid-column: auto; }
        .dc-row-map-rank { grid-template-columns: 1fr; }
        .dc-row-gauges { grid-template-columns: repeat(2, minmax(0, 1fr)); }
        .dc-row-secondary-kpi { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width: 575px) {
        .dc-kpi-row-8,
        .dc-row-mini-5,
        .dc-row-mini-6,
        .dc-row-mini-4,
        .dc-row-mini-3,
        .dc-row-mini-2,
        .dc-row-cidade-estado,
        .dc-row-gauges,
        .dc-row-secondary-kpi { grid-template-columns: 1fr; }
    }

    .dp-filter-toolbar { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; margin-bottom: 10px; padding: 8px 0; }
    .dp-filter-group { display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap; }
    .dp-filter-label { font-size: 12px; font-weight: 600; color: #334155; white-space: nowrap; }
    .dp-filter-period-range { display: inline-flex; align-items: center; gap: 6px; }
    .dp-filter-sep { color: #94a3b8; font-size: 12px; }
    .dp-filter-actions { display: inline-flex; align-items: center; gap: 6px; margin-left: auto; }
    .dp-filter-action-btn { border-radius: 8px !important; font-size: 11px; font-weight: 600; text-transform: uppercase; }
    .dp-nivel-segmented { display: inline-flex; flex-wrap: wrap; gap: 6px; background: transparent; border: none; }
    .dp-nivel-btn { border: 1px solid #cbd5e1; border-radius: 8px !important; background: #fff; color: #334155; font-size: 11px; padding: 5px 12px; cursor: pointer; line-height: 1.2; }
    .dp-nivel-btn.active { background: #e83535; color: #fff; border-color: #e83535; }
    .dp-pipeline-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; margin-bottom: 10px; }
    .dp-pipeline-card { background: #fff; border: 1px solid #e2e8f0 !important; border-radius: 10px !important; padding: 10px 12px; display: flex; align-items: center; gap: 10px; min-height: 76px; box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04); cursor: pointer; width: 100%; text-align: left; transition: border-color 0.15s ease, box-shadow 0.15s ease; }
    .dp-pipeline-card:hover { border-color: #cbd5e1 !important; box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06); }
    .dp-pipeline-icon { width: 32px; height: 32px; border-radius: 8px !important; background: #e83535; color: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 13px; }
    .dp-pipeline-body { flex: 1; min-width: 0; }
    .dp-pipeline-label {
        font-size: 7px;
        font-weight: 700;
        text-transform: uppercase;
        color: #64748b;
        letter-spacing: 0.02em;
        line-height: 1.15;
        position: relative;
        padding-right: 12px;
        min-height: 14px;
    }
    .dp-pipeline-label .dc-kpi-info {
        font-size: 7px;
    }
    .dp-pipeline-label .dc-kpi-info-tip {
        font-size: 10px;
        max-width: 220px;
    }
    .dp-pipeline-value { font-size: 22px; font-weight: 800; color: #0f172a; margin-top: 2px; }
    .dp-pipeline-sub { font-size: 10px; color: #94a3b8; margin-top: 2px; }
    .dp-etapas-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(440px, 44%); gap: 10px; margin-bottom: 10px; align-items: stretch; }
    .dp-section-full { grid-template-columns: minmax(0, 1fr); }
    .dp-monitor-section { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-bottom: 10px; align-items: stretch; }
    .dp-monitor-section .dc-panel { margin-bottom: 0; height: 100%; min-width: 0; }
    .dp-monitor-section .dp-alert-aside-panel .dp-table-wrap { max-height: 240px; }
    .dp-etapas-flow { align-self: stretch; height: 100%; margin-bottom: 0; display: flex; flex-direction: column; }
    .dp-etapas-flow .dc-panel-body { flex: 1; display: flex; flex-direction: column; justify-content: space-between; padding-top: 8px; min-height: 210px; }
    .dp-indicadores-aside { display: grid; grid-template-columns: 1fr; gap: 8px; align-items: stretch; min-width: 0; }
    .dp-donut-panel { height: 100%; margin-bottom: 0; }
    .dp-alert-aside-panel { height: 100%; margin-bottom: 0; min-width: 0; }
    .dp-alert-aside-panel .dp-table-wrap { max-height: 210px; }
    .dp-donut-panel .dc-panel-body { display: block; min-height: 0; padding: 8px 10px 10px; }
    .dp-donut-panel .dc-donut-layout { width: 100%; }
    .dp-donut-panel .dc-donut-center { height: 130px; }
    .dp-donut-panel .dc-donut-wrap google-chart,
    .dp-donut-panel .dc-donut-wrap > div[google-chart] { height: 130px !important; width: 100% !important; }
    .dp-donut-panel .dc-donut-total .val { font-size: 11px; }
    .dp-donut-panel .dc-donut-legend-item { font-size: 9px; }
    .dp-donut-panel .dc-donut-legend-pct { font-size: 9px; }
    .dp-etapas-scroll { display: flex; align-items: stretch; gap: 0; overflow-x: auto; flex: 1; }
    .dp-etapa-wrap { display: flex; align-items: stretch; flex-shrink: 0; }
    .dp-etapa-sep { display: flex; align-items: center; color: #cbd5e1; font-size: 18px; padding: 0 4px; align-self: center; }
    .dp-etapa-card { min-width: 118px; max-width: 118px; min-height: 128px; border: 1px solid #e2e8f0 !important; border-radius: 10px !important; padding: 12px 10px 10px; text-align: center; position: relative; background: #f1f5f9; box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04); display: flex; flex-direction: column; align-items: center; cursor: pointer; transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease; }
    .dp-etapa-card:hover { border-color: #cbd5e1 !important; background: #e2e8f0; box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06); }
    .dp-etapa-sla-stack { display: flex; width: 100%; height: 4px; border-radius: 999px; overflow: hidden; margin-top: 8px; background: #e2e8f0; }
    .dp-etapa-sla-seg { min-width: 2px; height: 100%; }
    .dp-etapa-sla-seg--dentro { background: #16a34a; }
    .dp-etapa-sla-seg--risco { background: #eab308; }
    .dp-etapa-sla-seg--fora { background: #dc2626; }
    .dp-etapa-sla-seg--pausado { background: #94a3b8; }
    .dp-etapa-sla-mini { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px; width: 100%; margin-top: 4px; font-size: 8px; font-weight: 700; line-height: 1; }
    .dp-etapa-sla-mini-item { min-width: 14px; padding: 2px 3px; border-radius: 4px; color: #fff; }
    .dp-etapa-sla-mini-item--dentro { background: #16a34a; }
    .dp-etapa-sla-mini-item--risco { background: #eab308; color: #422006; }
    .dp-etapa-sla-mini-item--fora { background: #dc2626; }
    .dp-etapa-sla-mini-item--pausado { background: #94a3b8; color: #0f172a; }
    .dp-etapa-icon { width: 36px; height: 36px; margin: 0 auto 8px; display: flex; align-items: center; justify-content: center; color: #e83535; font-size: 20px; }
    .dp-etapa-icon-svg { width: 22px; height: 22px; display: block; flex-shrink: 0; }
    .dp-etapa-name { font-size: 9px; font-weight: 700; text-transform: uppercase; color: #64748b; min-height: 28px; line-height: 1.2; width: 100%; }
    .dp-etapa-qty { font-size: 30px; font-weight: 800; color: #0f172a; margin: 4px 0 2px; }
    .dp-etapa-pct { font-size: 11px; color: #94a3b8; margin-top: auto; padding-bottom: 2px; }
    .dp-etapas-legend { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 10px; font-size: 10px; color: #64748b; }
    .dp-etapas-legend i { width: 10px; height: 10px; border-radius: 2px; display: inline-block; margin-right: 4px; }
    .dp-side-kpis { display: flex; flex-direction: column; gap: 6px; justify-content: space-between; height: 100%; }
    .dp-side-kpi { background: #fff; border: 1px solid #e2e8f0 !important; border-radius: 10px !important; padding: 10px 12px; display: flex; align-items: center; gap: 10px; box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04); flex: 1; }
    .dp-side-kpi-icon { width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #fff; }
    .dp-side-kpi-icon--dark { background: #0f172a; }
    .dp-side-kpi-icon--blue { background: #0ea5e9; }
    .dp-side-kpi-icon--red { background: #e83535; }
    .dp-side-kpi-label { font-size: 8px; font-weight: 700; text-transform: uppercase; color: #64748b; }
    .dp-side-kpi-value { font-size: 14px; font-weight: 800; color: #0f172a; margin-top: 2px; }
    .dp-produtividade-flow { align-self: stretch; height: 100%; margin-bottom: 0; display: flex; flex-direction: column; }
    .dp-produtividade-flow .dc-panel-body { flex: 1; min-height: 0; }
    .dp-produtividade-flow .dc-panel-head .dc-kpi-info-tip {
        bottom: auto;
        top: calc(100% + 6px);
    }
    .dp-table-produtividade th {
        position: relative;
        overflow: visible;
    }
    .dp-table-produtividade th .dc-kpi-info {
        position: relative;
        top: auto;
        right: auto;
        margin-left: 3px;
        font-size: 9px;
        vertical-align: middle;
    }
    .dp-table-produtividade th .dc-kpi-info-tip {
        bottom: auto;
        top: calc(100% + 6px);
        min-width: 220px;
        max-width: 280px;
        white-space: normal;
        text-align: left;
        font-weight: 400;
        line-height: 1.35;
    }
    .dp-produtividade-section { grid-template-columns: minmax(0, 1fr); }
    .dp-period-filter-bar { margin-top: 16px; margin-bottom: 12px; justify-content: flex-start; }
    .dp-period-filter-bar .da-period-btn { min-width: 118px; position: relative; z-index: 2; pointer-events: auto; }
    .dp-prazo-cell { font-weight: 700; }
    .dp-prazo-dentro { color: #16a34a; }
    .dp-prazo-fora { color: #dc2626; }
    .dp-prazo-clickable { cursor: pointer; text-decoration: underline; text-underline-offset: 2px; }
    .dp-prazo-clickable:hover { opacity: 0.85; }
    .dp-panel-realtime-tag { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: #64748b; white-space: nowrap; }
    .dp-produtividade-aside { display: grid; grid-template-columns: 1fr; gap: 8px; align-items: stretch; min-width: 0; }
    .dp-produtividade-aside .dc-panel { height: 100%; margin-bottom: 0; }
    .dp-grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-bottom: 10px; }
    .dp-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-bottom: 10px; }
    .dp-table-wrap { overflow-x: auto; overflow-y: auto; max-width: 100%; min-width: 0; -webkit-overflow-scrolling: touch; }
    .dp-table { width: max-content; min-width: 100%; border-collapse: collapse; font-size: 11px; }
    .dp-table-wide th, .dp-table-wide td { white-space: nowrap; }
    .dp-table th, .dp-table td { padding: 6px 8px; border-bottom: 1px solid #e2e8f0; }
    .dp-table th { background: #f8fafc; font-weight: 700; text-transform: uppercase; font-size: 10px; }
    .dp-table .num { text-align: right; }
    .dp-table .sla-ok { color: #16a34a; font-weight: 600; }
    .dp-table .sla-warn { color: #ea580c; font-weight: 600; }
    .dp-table .sla-bad { color: #dc2626; font-weight: 600; }
    .dp-table-produtividade th { text-transform: none; font-size: 11px; font-weight: 600; color: #334155; letter-spacing: normal; padding: 8px 10px; }
    .dp-table-produtividade td { padding: 7px 10px; color: #334155; }
    .dp-table-produtividade td:first-child { font-weight: 500; color: #0f172a; }
    .dp-table-produtividade tbody tr:hover { background: #f8fafc; }
    .dp-table-produtividade .dp-col-optional { display: none; }
    .dp-table-produtividade .dp-etapa-nome-cell { font-weight: 500; color: #0f172a; }
    .dp-table-produtividade .dp-etapa-nome-clickable { cursor: pointer; color: #2563eb; text-decoration: underline; }
    .dp-table-produtividade .dp-etapa-nome-clickable:hover { color: #1d4ed8; }
    .dp-table-colaborador-comissao th:nth-child(n+3),
    .dp-table-colaborador-comissao td:nth-child(n+3) { min-width: 56px; }
    .dp-table-colaborador-comissao th,
    .dp-table-colaborador-comissao .dp-colaborador-nome { text-transform: uppercase; }
    .dp-table-colaborador-comissao th.dp-col-freeze-total { text-transform: none; }
    .dp-table-colaborador-comissao .dp-colaborador-nome { font-weight: 600; color: #0f172a; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .dp-table-colaborador-comissao .dp-comissao-total { font-weight: 700; color: #0f172a; white-space: nowrap; font-size: 10px; font-variant-numeric: tabular-nums; }
    .dp-table-colaborador-comissao tbody tr.dp-alert-row-clickable:hover { background: #f8fafc; }
    .dp-table-colaborador-comissao .dp-colaborador-etapa-click { cursor: pointer; color: #2563eb; font-weight: 600; }
    .dp-table-colaborador-comissao .dp-colaborador-etapa-click:hover { background: #f8fafc; text-decoration: underline; }
    .dp-table-colaborador-comissao td.dp-alert-row-clickable { cursor: pointer; }
    .dp-table-produtividade-dia .dp-etapa-nome-link { color: #2563eb; text-decoration: underline; text-underline-offset: 2px; font-weight: 500; }
    .dp-table-produtividade-dia .dp-produtividade-dia-total { font-weight: 700; color: #0f172a; }
    .dp-table-produtividade-dia .dp-produtividade-dia-click { cursor: pointer; color: #2563eb; font-weight: 600; }
    .dp-table-produtividade-dia .dp-produtividade-dia-click:hover { background: #f8fafc; text-decoration: underline; }
    .dp-table-produtividade-dia th.num, .dp-table-produtividade-dia td.num { white-space: nowrap; }
    .dp-table-scroll-x { overflow-x: auto; max-width: 100%; }
    .dp-table-produtividade-dia, .dp-table-colaborador-comissao { border-collapse: separate; border-spacing: 0; }
    .dp-produtividade-dia-panel { display: flex; flex-direction: column; gap: 12px; }
    .dp-produtividade-dia-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
    }
    .dp-produtividade-dia-chart-inner {
        min-width: 100%;
        min-height: 260px;
    }
    .google-visualization-tooltip {
        font-size: 11px !important;
        line-height: 1.35 !important;
        padding: 6px 8px !important;
        box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12) !important;
    }
    .google-visualization-tooltip-item-list,
    .google-visualization-tooltip-item {
        font-size: 11px !important;
        margin: 0 !important;
        padding: 1px 0 !important;
    }
    .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child {
        font-size: 11px !important;
        font-weight: 600 !important;
    }
    .dp-table-produtividade-dia { --dp-freeze-etapa-width: 140px; --dp-freeze-total-width: 52px; }
    .dp-table-produtividade-dia .dp-col-freeze-etapa { position: sticky; left: 0; z-index: 4; width: var(--dp-freeze-etapa-width); min-width: var(--dp-freeze-etapa-width); max-width: var(--dp-freeze-etapa-width); background: #fff; box-shadow: none; border-right: 1px solid #e2e8f0; }
    .dp-table-produtividade-dia thead .dp-col-freeze-etapa { z-index: 6; background: #f8fafc; }
    .dp-table-produtividade-dia .dp-col-freeze-total { position: sticky; left: var(--dp-freeze-etapa-width); z-index: 5; width: var(--dp-freeze-total-width); min-width: var(--dp-freeze-total-width); max-width: var(--dp-freeze-total-width); background: #fff; box-shadow: 2px 0 6px rgba(15, 23, 42, 0.08); border-right: 1px solid #e2e8f0; }
    .dp-table-produtividade-dia thead .dp-col-freeze-total { z-index: 6; background: #f8fafc; }
    .dp-table-produtividade-dia tbody .dp-col-freeze-etapa, .dp-table-produtividade-dia tbody .dp-col-freeze-total { background: #fff; }
    .dp-table-produtividade-dia tbody tr:hover .dp-col-freeze-etapa, .dp-table-produtividade-dia tbody tr:hover .dp-col-freeze-total { background: #f8fafc; }
    .dp-table-produtividade-dia .dp-col-freeze-etapa { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .dp-table-produtividade-dia .dp-col-dia { vertical-align: bottom; min-width: 72px; }
    .dp-table-produtividade-dia .dp-dia-semana { display: block; font-size: 9px; font-weight: 600; text-transform: lowercase; color: #64748b; line-height: 1.2; }
    .dp-table-produtividade-dia .dp-dia-data { display: block; font-size: 10px; line-height: 1.2; }
    .dp-table-produtividade-dia .dp-col-fim-semana { background: #eef2ff; }
    .dp-table-produtividade-dia thead .dp-col-fim-semana { background: #e0e7ff; }
    .dp-table-produtividade-dia .dp-col-total-semana { background: #f1f5f9; font-weight: 700; min-width: 56px; border-left: 2px solid #cbd5e1; }
    .dp-table-produtividade-dia thead .dp-col-total-semana { background: #e2e8f0; }
    .dp-table-produtividade-dia .dp-dia-semana-total { display: block; font-size: 9px; font-weight: 700; text-transform: lowercase; color: #475569; line-height: 1.2; }
    .dp-table-colaborador-comissao { --dp-freeze-etapa-width: 140px; --dp-freeze-total-width: 76px; }
    .dp-table-colaborador-comissao .dp-col-freeze-colaborador { position: sticky; left: 0; z-index: 4; width: var(--dp-freeze-etapa-width); min-width: var(--dp-freeze-etapa-width); max-width: var(--dp-freeze-etapa-width); background: #fff; box-shadow: none; border-right: 1px solid #e2e8f0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .dp-table-colaborador-comissao thead .dp-col-freeze-colaborador { z-index: 6; background: #f8fafc; }
    .dp-table-colaborador-comissao .dp-col-freeze-total { position: sticky; left: var(--dp-freeze-etapa-width); z-index: 5; width: var(--dp-freeze-total-width); min-width: var(--dp-freeze-total-width); max-width: var(--dp-freeze-total-width); background: #fff; box-shadow: 2px 0 6px rgba(15, 23, 42, 0.08); border-right: 1px solid #e2e8f0; padding-left: 6px; padding-right: 6px; }
    .dp-table-colaborador-comissao thead .dp-col-freeze-total { z-index: 6; background: #f8fafc; }
    .dp-table-colaborador-comissao tbody .dp-col-freeze-colaborador,
    .dp-table-colaborador-comissao tbody .dp-col-freeze-total { background: #fff; }
    .dp-table-colaborador-comissao tbody tr:hover .dp-col-freeze-colaborador,
    .dp-table-colaborador-comissao tbody tr:hover .dp-col-freeze-total { background: #f8fafc; }
    .dp-table-colaborador-comissao th.num,
    .dp-table-colaborador-comissao td.num { white-space: nowrap; }
    .dp-alert-table .danger { color: #dc2626; font-weight: 700; }
    .dp-alert-row-clickable { cursor: pointer; }
    .dp-alert-row-clickable:hover { background: #f8fafc; }
    .dp-alert-table-etapas th:nth-child(3),
    .dp-alert-table-etapas td:nth-child(3) { white-space: nowrap; }
    .dp-etapas-progress-wrap { display: flex; align-items: center; gap: 8px; min-width: 120px; }
    .dp-etapas-progress { display: flex; align-items: stretch; gap: 2px; flex: 1; min-width: 72px; height: 10px; border-radius: 999px; overflow: hidden; background: #e2e8f0; }
    .dp-etapas-progress-seg { flex: 1 1 0; min-width: 4px; border-radius: 2px; }
    .dp-etapas-progress-seg--concluido { background: #0f172a; }
    .dp-etapas-progress-seg--execucao { background: #3b82f6; }
    .dp-etapas-progress-seg--pausado { background: #eab308; }
    .dp-etapas-progress-seg--pendente { background: #cbd5e1; }
    .dp-etapas-progress-empty { color: #94a3b8; }
    .dp-etapas-progress-pct { font-size: 10px; font-weight: 600; color: #64748b; font-variant-numeric: tabular-nums; flex-shrink: 0; min-width: 28px; }
    .dp-footer-ts { font-size: 10px; color: #94a3b8; margin-top: 12px; }
    .dp-bar-simple .dc-bar-amt { display: none; }
    .dp-bar-muted .dc-bar-fill { background: #475569; }
    .dp-motivos-list { display: flex; flex-direction: column; gap: 8px; }
    .dp-motivo-item { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-size: 11px; line-height: 1.35; }
    .dp-motivo-label { flex: 1; min-width: 0; color: #334155; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .dp-motivo-val { flex-shrink: 0; color: #64748b; font-variant-numeric: tabular-nums; }
    .dp-motivo-val strong { color: #0f172a; font-weight: 700; }
    .dp-motivos-footer { margin-top: 12px; }
    .dp-indicador-atraso-panel .dc-panel-body { max-height: none; overflow: visible; }
    .dp-indicador-atraso-stack { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
    .dp-indicador-atraso-col { min-width: 0; }
    .dp-indicador-atraso-col--etapas { border-left: 1px solid #e2e8f0; padding-left: 16px; }
    .dp-indicador-atraso-col-title { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: #64748b; margin-bottom: 10px; }
    .dp-indicador-atraso-donut .dc-donut-layout { width: 100%; }
    .dp-indicador-atraso-donut .dc-donut-center { height: 150px; }
    .dp-indicador-atraso-donut .dc-donut-wrap google-chart,
    .dp-indicador-atraso-donut .dc-donut-wrap > div[google-chart] { height: 150px !important; width: 100% !important; }
    .dp-indicador-atraso-bars { min-width: 0; }
    .dp-panel-link-red { color: #e83535; font-size: 11px; font-weight: 600; background: none; border: none; cursor: pointer; padding: 0; text-decoration: none; display: inline-block; }
    .dp-panel-link-red:hover { color: #c62828; text-decoration: none; }
    .dp-os-link { color: #2563eb; font-weight: 600; text-decoration: none; }
    .dp-os-link:hover { color: #1d4ed8; text-decoration: underline; }
    @media (max-width: 1400px) { .dp-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .dp-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
    @media (max-width: 1200px) { .dp-pipeline-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
    @media (max-width: 1100px) { .dp-etapas-section { grid-template-columns: 1fr; } .dp-indicadores-aside, .dp-produtividade-aside { grid-template-columns: 1fr; } .dp-monitor-section { grid-template-columns: 1fr; } }
    @media (max-width: 768px) { .dp-pipeline-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .dp-grid-4 { grid-template-columns: 1fr; } .dp-grid-3 { grid-template-columns: 1fr; } .dp-indicador-atraso-stack { grid-template-columns: 1fr; } .dp-indicador-atraso-col--etapas { border-left: none; padding-left: 0; border-top: 1px solid #e2e8f0; padding-top: 16px; } .dp-filter-actions { margin-left: 0; width: 100%; } }

    .dc-panel-nc-tipo,
    .dc-panel-nc-tipo .dc-panel-body {
        overflow: visible;
    }

    .dc-panel-nc-tipo:hover {
        z-index: 8;
    }

    .dc-bar-item-qty-in.dc-bar-has-tip {
        position: relative;
        cursor: help;
    }

    .dc-bar-item-qty-in.dc-bar-has-tip::after {
        content: attr(data-tip);
        position: absolute;
        left: 0;
        bottom: calc(100% + 6px);
        z-index: 1200;
        display: none;
        max-width: min(320px, 88vw);
        padding: 6px 10px;
        border-radius: 8px;
        background: #0f172a;
        color: #fff;
        font-size: 11px;
        font-weight: 600;
        line-height: 1.35;
        white-space: normal;
        pointer-events: none;
        box-shadow: 0 8px 24px rgba(15, 23, 42, 0.22);
    }

    .dc-bar-item-qty-in.dc-bar-has-tip:hover::after,
    .dc-bar-item-qty-in.dc-bar-has-tip:focus-visible::after {
        display: block;
    }
