.iconspackage .icons {
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.iconspackage .icons .icon {
  width: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 3rem;
  border: 1px solid #aaa;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 1rem;
  padding: 5px;
}
.iconspackage .icons .icon .name {
  font-size: 0.8rem;
}
/* DataOps Overview — index.css */

/* ===== Dashboard grid containment ===== */
.dataops-overview.lcdashboard .lcdashboard-cards-panel-body {
    grid-template-rows: repeat(12, minmax(0, 1fr));
    min-height: 0;
}

/* ===== KPI strip =====
 * Os KPIs ocupam duas das 12 linhas do dashboard. O IconValue é compartilhado
 * por outras telas e usa fontes baseadas no viewport; aqui os limites precisam
 * ser locais para que o valor e a descrição não escapem para o card seguinte.
 */
.dataops-overview .dataops-overview-kpi-card {
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    padding: 0.5rem 0.65rem;
}

.dataops-overview .dataops-overview-kpi-card .card-frame-header-content {
    flex: 0 0 auto;
    flex-wrap: nowrap;
    gap: 4px;
    min-height: 0;
    max-height: 1.35rem;
}

.dataops-overview .dataops-overview-kpi-card .card-frame-header-content .card-title,
.dataops-overview .dataops-overview-kpi-card .card-frame-header-content .title {
    min-width: 0;
    height: 1.2rem;
    font-size: 12px;
    line-height: 1.2;
    align-items: center;
}

.dataops-overview .dataops-tour-executions-kpi .card-frame-header-content {
    align-items: flex-start;
    min-height: 1.35rem;
    max-height: none;
}

.dataops-overview .dataops-tour-executions-kpi .card-frame-header-content .card-title {
    display: flex;
    height: auto;
    min-height: 1.35rem;
}

.do-execution-header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

.do-execution-title {
    color: #2E1956;
    color: var(--text-default, #2E1956);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}

.do-execution-subtitle {
    color: #8B90A3;
    color: var(--text-light, #8B90A3);
    font-size: 9px;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
}

.dataops-overview .dataops-overview-kpi-card .card-content-body {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    overflow: hidden;
    align-items: stretch;
}

.dataops-overview .dataops-overview-kpi-card .card-content-body-content {
    display: block;
    height: 100%;
    min-height: 0;
    max-height: 100%;
    overflow: hidden;
}

.dataops-overview .dataops-kpi-card .card-content-body-content > * {
    height: 100%;
    min-height: 0;
}

/* Execuções recentes: tabela compacta, inspirada no padrão de lista do produto. */
.dataops-overview .dataops-tour-executions {
    min-width: 0;
    overflow: hidden;
}

.dataops-overview .dataops-tour-executions .card-content-body,
.dataops-overview .dataops-tour-executions .card-content-body-content,
.dataops-overview .dataops-tour-executions .pvt-with-panel,
.dataops-overview .dataops-tour-executions .pvt-with-panel__grid,
.dataops-overview .dataops-tour-executions .pivot-revogrid-container {
    min-width: 0;
    overflow-x: hidden;
}

.dataops-overview .dataops-tour-executions .pivot-revogrid-container {
    font-size: 10px;
}

.dataops-overview .dataops-tour-executions revo-grid {
    --rgCellPadding: 6px 9px;
    --rgHeaderHeight: 30px;
}

.dataops-overview .dataops-tour-executions .revo-execution-cell {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    max-width: 100%;
    vertical-align: middle;
}

.dataops-overview .dataops-tour-executions .revo-execution-cell > span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dataops-overview .dataops-tour-executions .revo-execution-status {
    display: inline-block;
    max-width: 100%;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dataops-overview .dataops-tour-executions .revo-execution-status--success {
    color: #247a4b;
    background: #e7f6ed;
}

.dataops-overview .dataops-tour-executions .revo-execution-status--failure {
    color: #b42318;
    background: #fdeceb;
}

.dataops-overview .dataops-tour-executions .revo-execution-status--pending {
    color: #9a6700;
    background: #fff4d6;
}

.dataops-overview .dataops-tour-executions .revo-grid-row {
    min-height: 34px;
}

/* KPI local (substitui IconValue nesta página) */
.do-kpi {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    font-family: "Ubuntu", sans-serif;
}

.do-kpi-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    line-height: 0;
}

.do-kpi-text {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}

.do-kpi-value {
    max-width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.do-kpi-desc {
    max-width: 100%;
    margin-top: 2px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.15;
    color: #8B90A3;
    color: var(--text-light, #8B90A3);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Topo do overview: resumo de ambientes e saúde operacional em blocos compactos. */
.dataops-overview .dataops-overview-kpi-card.dataops-tour-environments-kpi .card-content-body-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

.dataops-tour-environments-kpi .do-environment-summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: 0 8px;
}

.dataops-tour-environments-kpi .do-environment-icon-value-wrap {
    flex: 0 0 42px;
    width: 100%;
    height: 42px;
}

.dataops-tour-environments-kpi .do-environment-icon-value {
    width: max-content;
    height: 100%;
    min-height: 0;
    gap: 8px;
}

.dataops-tour-environments-kpi .do-environment-icon-value .truncate-container {
    width: auto;
    max-width: none;
    align-items: flex-start;
}

.dataops-tour-environments-kpi .do-environment-icon-value .truncate-container {
    align-items: flex-start;
}

.dataops-tour-environments-kpi .do-environment-icon-value .data {
    justify-content: flex-start;
    text-align: left;
    text-align-last: left;
}

.dataops-tour-environments-kpi .do-environment-icon-value .description {
    text-align: left;
    text-align-last: left;
}

.dataops-tour-environments-kpi .do-kpi {
    flex: 0 0 auto;
    height: auto;
    min-height: 44px;
}

.dataops-tour-environments-kpi .do-environment-overview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.dataops-tour-environments-kpi .do-kpi-text {
    align-items: flex-start;
}

.dataops-tour-environments-kpi .do-kpi-value {
    font-size: 20px;
}

.do-environment-resources {
    max-width: 120px;
    color: #8B90A3;
    color: var(--text-light, #8B90A3);
    font-size: 10px;
    line-height: 1.2;
    text-align: right;
}

.do-environment-status-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    height: auto;
    padding: 6px 0;
    border-top: 1px solid #EBEBEB;
    border-top: 1px solid var(--line-light, #EBEBEB);
    color: #8B90A3;
    color: var(--text-light, #8B90A3);
    font-size: 12px;
}

.do-environment-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 0;
    white-space: nowrap;
}

.do-environment-status > span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.do-environment-status-dot {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-radius: 50%;
    background: #8B90A3;
}

.do-environment-status--healthy .do-environment-status-dot {
    background: #3EBB3F;
    background: var(--status-green, #3EBB3F);
}

.do-environment-status--attention .do-environment-status-dot {
    background: #FF9800;
}

.do-environment-status--failed .do-environment-status-dot {
    background: #DC291E;
    background: var(--status-red, #DC291E);
}

.do-operational-health {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 2px 5px;
    width: 100%;
    height: 100%;
    min-width: 0;
}

.do-operational-row {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    align-items: center;
    grid-gap: 8px;
    gap: 8px;
    min-height: 22px;
    padding: 1px 5px;
    border-bottom: 1px solid #EBEBEB;
    border-bottom: 1px solid var(--line-light, #EBEBEB);
    font-size: 10px;
}

.do-operational-row:last-child {
    border-bottom: 0;
}

.do-operational-row span {
    min-width: 0;
    overflow: hidden;
    color: #2E1956;
    color: var(--text-default, #2E1956);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.do-operational-row strong {
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.do-operational-row--success {
    color: #3EBB3F;
    color: var(--status-green, #3EBB3F);
}

.do-operational-row--failure {
    color: #DC291E;
    color: var(--status-red, #DC291E);
}

.do-operational-row--completed {
    color: #5140E5;
}

.do-operational-row--running {
    color: #0078D4;
}

.do-execution-kpi {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: "Ubuntu", sans-serif;
}

.do-execution-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.do-execution-empty .fullspace {
    width: 100%;
}

.do-execution-chart {
    display: flex;
    align-items: center;
    justify-content: center;
    height: min(112px, 100%);
    min-height: 0;
    overflow: hidden;
}

.do-execution-chart .doughnut-chart {
    padding: 0;
}

.do-execution-chart .doughnut-chart > .title {
    display: none;
}

.do-execution-chart .doughnut-chart > .chart > .canvas {
    flex: 0 0 205px;
    min-width: 0;
}

.do-execution-panel {
    display: flex;
    align-items: stretch;
    min-width: 0;
    height: 100%;
    padding: 4px 8px;
    border: 1px solid #EEF0F7;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(58, 79, 135, 0.04);
}

.do-execution-chart .doughnut-chart > .chart > .legend {
    display: none;
}

.do-execution-summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    min-width: 0;
    height: 100%;
}

.do-execution-total {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 75px;
    gap: 3px;
    padding: 0 8px 13px;
    color: #8C40E3;
    color: var(--color-primary-purple, #8C40E3);
}

.do-execution-total > svg {
    flex: 0 0 auto;
    margin-bottom: 1px;
}

.do-execution-total strong {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.1;
    white-space: nowrap;
}

.do-execution-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    min-width: 0;
    flex: 1 1 auto;
    min-height: 0;
}

.do-execution-stats--with-progress {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.do-execution-total span,
.do-execution-metric span {
    color: #8B90A3;
    color: var(--text-light, #8B90A3);
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
}

.do-execution-metric small {
    color: #8B90A3;
    color: var(--text-light, #8B90A3);
    font-size: 9px;
    line-height: 1.1;
}

.do-execution-breakdown {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    flex: 1 1 auto;
    min-width: 0;
    border-left: 1px solid #EBEBEB;
    border-left: 1px solid var(--line-light, #EBEBEB);
}

.do-execution-metric {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 75px;
    gap: 3px;
    padding: 0 6px;
    border-left: 1px solid #EBEBEB;
    border-left: 1px solid var(--line-light, #EBEBEB);
}

.do-execution-metric:first-child {
    border-left: 0;
}

.do-execution-metric strong {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.1;
    white-space: nowrap;
}

.do-execution-metric > svg {
    flex: 0 0 auto;
    margin-bottom: 1px;
}

.do-execution-metric--progress span {
    white-space: nowrap;
}

.do-execution-metric--success {
    color: #3EBB3F;
    color: var(--status-green, #3EBB3F);
}

.do-execution-metric--failure {
    color: #DC291E;
    color: var(--status-red, #DC291E);
}

.do-execution-metric--running {
    color: #0078D4;
}

.do-execution-metric--progress {
    color: #0078D4;
}

.do-execution-stats > .do-execution-metric {
    border-left: 1px solid #EBEBEB;
    border-left: 1px solid var(--line-light, #EBEBEB);
}

.do-execution-progress {
    display: flex;
    width: 100%;
    height: 5px;
    overflow: hidden;
    border-radius: 4px;
    background: #DC291E;
    background: var(--status-red, #DC291E);
}

.do-execution-progress-success,
.do-execution-progress-failure {
    height: 100%;
}

.do-execution-progress-success {
    background: #3EBB3F;
    background: var(--status-green, #3EBB3F);
}

.do-execution-progress-failure {
    background: #DC291E;
    background: var(--status-red, #DC291E);
}

.do-execution-progress-running {
    background: #0078D4;
}

@media (max-width: 1100px) {
    .do-execution-stats--with-progress {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .do-execution-metric {
        padding-inline: 3px;
    }

    .do-execution-total span,
    .do-execution-metric span {
        font-size: 9px;
    }
}

/* ===== Section cards ===== */
.do-section {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 16px;
    font-family: "Ubuntu", sans-serif;
    overflow: hidden;
}

.do-section-title {
    font-size: 13px;
    font-weight: 500;
    color: #2E1956;
    color: var(--text-default, #2E1956);
    margin: 0 0 12px 0;
}

.do-subtitle {
    font-size: 11px;
    font-weight: 400;
    color: #8B90A3;
    color: var(--text-light, #8B90A3);
}

/* ===== Environment health carousel ===== */
.do-env-carousel {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    height: 100%;
}

.do-env-track {
    flex: 1 1;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 8px 2px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
}

.do-env-track::-webkit-scrollbar {
    display: none;
}

.do-env-nav {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid #EBEBEB;
    border: 1px solid var(--line-light, #EBEBEB);
    border-radius: 50%;
    background: #FFFFFF;
    background: var(--background-white, #FFFFFF);
    color: #2E1956;
    color: var(--text-default, #2E1956);
    cursor: pointer;
    transition: background 0.15s, box-shadow 0.15s, opacity 0.15s;
}

.do-env-nav:hover:not(:disabled) {
    background: #F4F4F7;
    background: var(--background-light, #F4F4F7);
    box-shadow: 0 2px 8px rgba(46, 25, 86, 0.08);
}

.do-env-nav:disabled {
    opacity: 0.3;
    cursor: default;
}

.do-env-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 10px 6px;
    border-radius: 8px;
    background: #FFFFFF;
    background: var(--background-white, #FFFFFF);
    border: 1px solid #EBEBEB;
    border: 1px solid var(--line-light, #EBEBEB);
    transition: box-shadow 0.15s;
    min-width: 100px;
    flex-shrink: 0;
}

.do-env-card:hover {
    box-shadow: 0 2px 8px rgba(46, 25, 86, 0.08);
}

.do-env-name {
    font-size: 11px;
    font-weight: 500;
    color: #2E1956;
    color: var(--text-default, #2E1956);
    margin-top: 2px;
    max-width: 90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.do-env-status {
    font-size: 9px;
    color: #3EBB3F;
    color: var(--status-green, #3EBB3F);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.do-env-label {
    font-size: 9px;
    color: #8B90A3;
    color: var(--text-light, #8B90A3);
    margin-top: 2px;
}

.do-env-health {
    font-size: 14px;
    font-weight: 600;
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
}

/* ===== Donut chart with center label ===== */
.do-donut-container {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
    flex: 1 1;
}

.do-donut-chart {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.do-donut-center {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
}

.do-donut-value {
    font-size: 20px;
    font-weight: 700;
    color: #2E1956;
    color: var(--text-default, #2E1956);
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
}

.do-donut-label {
    font-size: 10px;
    color: #8B90A3;
    color: var(--text-light, #8B90A3);
}

/* ===== Legend ===== */
.do-donut-legend {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.do-legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: #2E1956;
    color: var(--text-default, #2E1956);
}

.do-legend-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.do-legend-label {
    flex: 1 1;
    min-width: 80px;
}

.do-legend-value {
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
    color: #6B6F7D;
    color: var(--text-dark, #6B6F7D);
}

/* ===== Executions list ===== */
.do-executions-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1 1;
    overflow-y: auto;
}

.do-execution-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #EBEBEB;
    border-bottom: 1px solid var(--line-light, #EBEBEB);
}

.do-execution-item:last-of-type {
    border-bottom: none;
}

.do-execution-icon {
    flex-shrink: 0;
}

.do-execution-info {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    min-width: 0;
}

.do-execution-name {
    font-size: 12px;
    font-weight: 500;
    color: #2E1956;
    color: var(--text-default, #2E1956);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.do-execution-detail {
    font-size: 11px;
    color: #8B90A3;
    color: var(--text-light, #8B90A3);
}

.do-execution-time {
    font-size: 11px;
    color: #6B6F7D;
    color: var(--text-dark, #6B6F7D);
    white-space: nowrap;
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
}

.do-execution-status-icon {
    flex-shrink: 0;
}

/* ===== Capacity ===== */
.do-capacity-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    flex: 1 1;
    justify-content: space-around;
}

.do-capacity-gauge {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.do-capacity-details {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.do-capacity-detail-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.do-capacity-detail-label {
    font-size: 10px;
    color: #8B90A3;
    color: var(--text-light, #8B90A3);
}

.do-capacity-detail-value {
    font-size: 16px;
    font-weight: 600;
    color: #2E1956;
    color: var(--text-default, #2E1956);
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
}

/* ===== Capacity cards (por capacity) ===== */
.do-cap-card-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    height: 100%;
    overflow-y: auto;
    padding: 6px 2px;
}

/* Scrollbar no padrão do projeto (mesmo estilo das tabelas RevoGrid vizinhas
 * neste dashboard): trilho discreto e thumb fina arredondada. */
.do-cap-card-grid::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.do-cap-card-grid::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.do-cap-card-grid::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.do-cap-card-grid::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.do-cap-card-grid--focus {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    grid-gap: 16px;
    gap: 16px;
    height: auto;
    overflow: visible;
}

/* No modo foco há espaço sobrando: cards maiores, mais legíveis. */
.do-cap-card-grid--focus .do-cap-card {
    padding: 14px 16px;
    gap: 10px;
}

.do-cap-card-grid--focus .do-cap-card-title {
    font-size: 14px;
}

.do-cap-card-grid--focus .do-cap-card-sku {
    font-size: 11px;
    padding: 2px 8px;
}

.do-cap-card-grid--focus .do-cap-badge {
    font-size: 11px;
    line-height: 18px;
    padding: 2px 10px;
}

.do-cap-card-grid--focus .do-cap-card-metrics {
    gap: 8px 20px;
}

.do-cap-card-grid--focus .do-cap-metric-label {
    font-size: 12px;
}

.do-cap-card-grid--focus .do-cap-metric-value {
    font-size: 13px;
}

.do-cap-card {
    border: 1px solid #E8E8EF;
    border: 1px solid var(--border-light, #E8E8EF);
    border-radius: 8px;
    padding: 8px 10px;
    background: #fff;
    background: var(--surface, #fff);
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.do-cap-card--compact {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(74px, auto) minmax(110px, 1fr);
    align-items: center;
    grid-gap: 16px;
    gap: 16px;
    min-height: 40px;
    padding: 7px 10px;
    border-width: 0 0 1px;
    border-radius: 0;
}

.do-cap-card--compact:last-child {
    border-bottom: 0;
}

.do-cap-card--compact .do-cap-card-header {
    min-width: 0;
}

.do-cap-card--compact .do-cap-card-title {
    font-size: 11px;
    font-weight: 500;
}

.do-cap-card--compact .do-cap-card-sku {
    display: none;
}

.do-cap-card--compact .do-cap-badge {
    justify-self: start;
    font-size: 10px;
    line-height: 14px;
    padding: 2px 9px;
}

.do-cap-card--compact .do-cap-badge--active {
    color: #2f8f4e !important;
    border-color: #d8efd9 !important;
    background: #e8f6e9;
}

.do-cap-card--compact .do-cap-badge--unavailable {
    color: #d92d20 !important;
    border-color: #fde0dc !important;
    background: #fdeceb;
}

.do-cap-card--compact .do-cap-badge--not-applicable {
    color: #667085 !important;
    border-color: #d0d5dd !important;
    background: #f2f4f7;
}

.do-cap-compact-summary {
    overflow: hidden;
    color: #8B90A3;
    color: var(--text-light, #8B90A3);
    font-size: 10px;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.do-cap-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}

.do-cap-card-title {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #2E1956;
    color: var(--text-default, #2E1956);
    min-width: 0;
}

.do-cap-card-sku {
    flex-shrink: 0;
    font-size: 10px;
    font-weight: 600;
    color: #8B90A3;
    color: var(--text-light, #8B90A3);
    background: #F4F4F8;
    background: var(--surface-alt, #F4F4F8);
    border-radius: 4px;
    padding: 1px 6px;
}

.do-cap-card-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.do-cap-card-details {
    display: flex;
    flex-wrap: wrap;
    gap: 3px 10px;
    color: #8B90A3;
    color: var(--text-light, #8B90A3);
    font-size: 10px;
    line-height: 15px;
}

.do-cap-card-details span:not(:last-child)::after {
    content: '·';
    margin-left: 10px;
    color: #E8E8EF;
    color: var(--border-light, #E8E8EF);
}

.do-cap-badge {
    font-size: 10px;
    font-weight: 600;
    border: 1px solid;
    border-radius: 10px;
    padding: 1px 8px;
    line-height: 16px;
    white-space: nowrap;
}

.do-cap-card-metrics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4px 12px;
    gap: 4px 12px;
}

.do-cap-metric {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 6px;
    min-width: 0;
}

.do-cap-metric-label {
    font-size: 10px;
    color: #8B90A3;
    color: var(--text-light, #8B90A3);
    white-space: nowrap;
}

.do-cap-metric-value {
    font-size: 11px;
    font-weight: 600;
    color: #2E1956;
    color: var(--text-default, #2E1956);
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.do-cap-focus {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    overflow-y: auto;
}

.do-cap-focus-chart-title {
    font-size: 12px;
    font-weight: 600;
    color: #2B304F;
    color: var(--text-default, #2B304F);
    margin: 0 0 4px 0;
}

/* ===== Alerts ===== */
.do-alerts-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1 1;
}

.do-alert-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 0;
    border-bottom: 1px solid #EBEBEB;
    border-bottom: 1px solid var(--line-light, #EBEBEB);
}

.do-alert-item:last-of-type {
    border-bottom: none;
}

.do-alert-name {
    flex: 1 1;
    font-size: 12px;
    color: #2E1956;
    color: var(--text-default, #2E1956);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.do-alert-time {
    font-size: 11px;
    color: #6B6F7D;
    color: var(--text-dark, #6B6F7D);
    white-space: nowrap;
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
}

/* ===== Connections ===== */
.do-connections-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 100%;
    padding: 12px;
}

.do-block-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: 12px;
    box-sizing: border-box;
}

.do-block-access-warning {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    max-width: 100%;
    color: #8a5a00;
    font-size: 11px;
    line-height: 1.35;
    text-align: center;
}

.do-block-access-warning svg {
    flex: 0 0 auto;
    margin-top: 1px;
    font-size: 15px;
}

.do-connections-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1 1;
}

.do-connection-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #EBEBEB;
    border-bottom: 1px solid var(--line-light, #EBEBEB);
}

.do-connection-item:last-of-type {
    border-bottom: none;
}

.do-connection-name {
    font-size: 12px;
    color: #2E1956;
    color: var(--text-default, #2E1956);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1 1;
}

.do-connection-status {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
}

.do-connection-dot {
    width: 8px;
    border-radius: 50%;
    display: inline-block;
}

/* Endpoint/caminho da conexão no side modal: pode ser longo, quebra e usa monospace. */
.do-conn-path {
    font-family: 'Ubuntu Mono', monospace;
    font-size: 12px;
    word-break: break-all;
}

/* ===== Costs chart ===== */
.do-costs-chart {
    flex: 1 1;
}

/* ===== View all link ===== */
.do-view-all-link {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: #00DBFF;
    color: var(--text-link, #00DBFF);
    text-decoration: none;
    margin-top: auto;
    padding-top: 8px;
    cursor: pointer;
    transition: color 0.15s;
}

.do-view-all-link:hover {
    color: #471FCC;
    color: var(--text-link-hover, #471FCC);
}

/* ===== Alert details side modal ===== */
.do-alert-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 4px 2px;
    font-family: "Ubuntu", sans-serif;
}

.do-environment-tabs {
    display: flex;
    gap: 22px;
    border-bottom: 1px solid #E8EAF1;
    margin: -4px -2px 2px;
}

.do-environment-tabs button {
    position: relative;
    border: 0;
    background: transparent;
    color: #8B90A3;
    color: var(--text-light, #8B90A3);
    cursor: pointer;
    font-family: inherit;
    font-size: 12px;
    padding: 9px 2px 10px;
}

.do-environment-tabs button.is-active {
    color: #471FCC;
    color: var(--color-primary, #471FCC);
    font-weight: 600;
}

.do-environment-tabs button.is-active::after {
    position: absolute;
    content: '';
    height: 2px;
    left: 0;
    right: 0;
    bottom: -1px;
    background: #471FCC;
    background: var(--color-primary, #471FCC);
}

.do-environment-heading {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.do-environment-identity {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.do-environment-name-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.do-environment-brand-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
}

.do-environment-status-badge {
    margin-left: auto;
    padding: 3px 9px;
    border-radius: 999px;
    background: rgba(62, 187, 63, 0.12);
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
}

.do-environment-health {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.do-environment-overview-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
    gap: 8px;
    padding: 10px 0 4px;
    border-top: 1px solid #E8EAF1;
    border-bottom: 1px solid #E8EAF1;
}

.do-environment-overview-summary div {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 0 10px;
    border-right: 1px solid #E8EAF1;
}

.do-environment-overview-summary div:last-child {
    border-right: 0;
}

.do-environment-overview-summary span {
    color: #8B90A3;
    color: var(--text-light, #8B90A3);
    font-size: 9px;
    text-transform: uppercase;
}

.do-environment-overview-summary strong {
    color: #2E1956;
    color: var(--text-default, #2E1956);
    font-size: 12px;
    font-weight: 600;
}

.do-environment-overview-panel {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-height: calc(100vh - 285px);
    overflow: auto;
    padding: 12px 2px;
}

.do-environment-resource-overview {
    padding: 10px;
    border: 1px solid #E8EAF1;
    border-radius: 6px;
    background: #FFFFFF;
}

.do-environment-resource-overview-heading {
    display: flex;
    align-items: center;
    gap: 8px;
}

.do-environment-resource-overview-heading strong {
    min-width: 0;
    flex: 1 1;
    overflow: hidden;
    color: #2E1956;
    color: var(--text-default, #2E1956);
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.do-environment-resource-overview-details {
    display: grid;
    grid-template-columns: 105px minmax(0, 1fr);
    grid-gap: 5px 10px;
    gap: 5px 10px;
    margin: 9px 0 0 32px;
}

.do-environment-resource-overview-details dt {
    color: #8B90A3;
    color: var(--text-light, #8B90A3);
    font-size: 10px;
}

.do-environment-resource-overview-details dd {
    min-width: 0;
    margin: 0;
    color: #2E1956;
    color: var(--text-default, #2E1956);
    font-size: 10px;
    overflow-wrap: anywhere;
}

.do-environment-overview-note {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 12px;
    border: 1px solid #E8EAF1;
    border-left: 3px solid #471FCC;
    border-left: 3px solid var(--color-primary, #471FCC);
    color: #8B90A3;
    color: var(--text-light, #8B90A3);
    font-size: 11px;
    line-height: 1.4;
}

.do-alert-details-title {
    font-size: 15px;
    font-weight: 600;
    color: #2E1956;
    color: var(--text-default, #2E1956);
    margin: 0;
    line-height: 1.3;
}

.do-alert-details-desc {
    font-size: 12px;
    color: #6B6F7D;
    color: var(--text-dark, #6B6F7D);
    margin: 0;
    line-height: 1.5;
}

.do-alert-details-severity {
    display: inline-block;
    align-self: flex-start;
    font-size: 11px;
    font-weight: 600;
    color: #6B6F7D;
    color: var(--text-dark, #6B6F7D);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* Bloco de recomendação acionável (destaque). */
.do-alert-reco {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 12px 14px;
    border-radius: 8px;
    background: #F4F4F7;
    background: var(--background-light, #F4F4F7);
    border-left: 3px solid #471FCC;
    border-left: 3px solid var(--color-primary, #471FCC);
}

.do-alert-reco-label {
    font-size: 10px;
    font-weight: 700;
    color: #471FCC;
    color: var(--color-primary, #471FCC);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.do-alert-reco-summary {
    font-size: 12px;
    font-weight: 500;
    color: #2E1956;
    color: var(--text-default, #2E1956);
    margin: 0;
    line-height: 1.5;
}

.do-alert-reco-actions {
    margin: 0;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.do-alert-reco-actions li {
    font-size: 12px;
    color: #6B6F7D;
    color: var(--text-dark, #6B6F7D);
    line-height: 1.4;
}

.do-alert-portal-link {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 4px;
    margin-top: 4px;
    padding: 7px 14px;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    color: var(--background-white, #FFFFFF);
    background: #471FCC;
    background: var(--color-primary, #471FCC);
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.15s;
}

.do-alert-portal-link:hover {
    background: #2E1956;
    background: var(--color-primary-dark, #2E1956);
}

/* Bloco de motivo de falha de execução (destaque vermelho). */
.do-exec-failure {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 12px 14px;
    border-radius: 8px;
    background: rgba(220, 41, 30, 0.06);
    border-left: 3px solid #DC291E;
    border-left: 3px solid var(--status-red, #DC291E);
}

.do-exec-failure-label {
    font-size: 10px;
    font-weight: 700;
    color: #DC291E;
    color: var(--status-red, #DC291E);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.do-exec-failure-text {
    margin: 0;
    font-size: 12px;
    color: #2E1956;
    color: var(--text-default, #2E1956);
    line-height: 1.5;
    white-space: pre-wrap;
    word-break: break-word;
    font-family: 'Ubuntu Mono', monospace;
    max-height: 220px;
    overflow: auto;
}

.do-alert-details-list {
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-gap: 8px 12px;
    gap: 8px 12px;
    margin: 0;
}

.do-alert-details-list dt {
    font-size: 11px;
    font-weight: 500;
    color: #8B90A3;
    color: var(--text-light, #8B90A3);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.do-alert-details-list dd {
    font-size: 12px;
    color: #2E1956;
    color: var(--text-default, #2E1956);
    margin: 0;
    word-break: break-word;
}

.do-alert-details-abs {
    color: #8B90A3;
    color: var(--text-light, #8B90A3);
    font-size: 11px;
}

/* ===== Environment card (clickable) + resource hint ===== */
.do-env-card--clickable {
    cursor: pointer;
}

.do-env-card--clickable:hover {
    box-shadow: 0 2px 8px rgba(46, 25, 86, 0.14);
    border-color: #2E1956;
    border-color: var(--color-primary, #2E1956);
}

.do-env-card--clickable:focus-visible {
    outline: 2px solid #2E1956;
    outline: 2px solid var(--color-primary, #2E1956);
    outline-offset: 1px;
}

.do-env-resources-hint {
    font-size: 9px;
    color: #8B90A3;
    color: var(--text-light, #8B90A3);
    margin-top: 2px;
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
}

/* ===== Environment detail sidemodal — resource list ===== */
.do-env-resource-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 4px;
}

.do-fabric-tree-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 0;
    margin: 14px 0;
}

.do-fabric-tree-list {
    max-height: calc(100vh - 245px);
    min-height: 320px;
    overflow: auto;
    padding: 8px 12px 18px 4px;
    border-top: 1px solid rgba(46, 25, 86, 0.1);
    border-bottom: 1px solid rgba(46, 25, 86, 0.1);
}

.do-fabric-tree-node {
    position: relative;
    padding-left: calc(0 * 28px);
    padding-left: calc(var(--tree-depth, 0) * 28px);
    border-bottom: 1px solid rgba(46, 25, 86, 0.07);
    padding-bottom: 2px;
}

.do-fabric-tree-node::before {
    content: '';
    position: absolute;
    left: calc((0 * 28px) - 14px);
    left: calc((var(--tree-depth, 0) * 28px) - 14px);
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(46, 25, 86, 0.14);
}

.do-fabric-tree-node::after {
    content: '';
    position: absolute;
    left: calc((0 * 28px) - 14px);
    left: calc((var(--tree-depth, 0) * 28px) - 14px);
    top: 21px;
    width: 14px;
    height: 1px;
    background: rgba(46, 25, 86, 0.14);
}

.do-fabric-tree-node[style*="--tree-depth: 0"]::before,
.do-fabric-tree-node[style*="--tree-depth: 0"]::after {
    display: none;
}

.do-fabric-tree-resource-details {
    margin: 0 8px 8px 45px;
    padding: 8px 10px;
    border-left: 2px solid rgba(46, 25, 86, 0.12);
    color: #8B90A3;
    color: var(--text-light, #8B90A3);
    font-size: 11px;
    line-height: 1.45;
    overflow-wrap: anywhere;
    font-family: "Ubuntu", sans-serif;
}

.do-fabric-tree-resource-details p {
    margin: 5px 0;
    color: #2E1956;
    color: var(--text-default, #2E1956);
}

.do-fabric-tree-resource-details strong {
    color: #2E1956;
    color: var(--text-default, #2E1956);
    font-weight: 600;
}

.do-resource-tree-dot {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
}

.do-fabric-tree-row {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 46px;
    padding: 4px 8px 4px 4px;
    border: 1px solid #E8EAF1;
    border-radius: 6px;
    background: #FFFFFF;
    box-shadow: 0 1px 3px rgba(46, 25, 86, 0.03);
    color: #2E1956;
    color: var(--text-default, #2E1956);
    font-size: 12px;
}

.do-fabric-tree-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 5px;
    background: #F1EEFF;
    color: #471FCC;
    color: var(--color-primary, #471FCC);
}

.do-fabric-tree-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 22px;
    flex: 0 0 20px;
    border: 0;
    background: transparent;
    color: #8B90A3;
    color: var(--text-light, #8B90A3);
    cursor: pointer;
}

.do-fabric-tree-toggle:hover {
    color: #2E1956;
    color: var(--text-default, #2E1956);
}

.do-fabric-tree-spacer {
    width: 20px;
    flex: 0 0 20px;
}

.do-fabric-tree-status-dot {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
}

.do-fabric-tree-name {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.do-fabric-tree-type,
.do-fabric-tree-status {
    flex: 0 0 auto;
    font-size: 10px;
    white-space: nowrap;
}

.do-fabric-tree-type {
    color: #8B90A3;
    color: var(--text-light, #8B90A3);
}

@media (max-width: 520px) {
    .do-environment-tabs {
        gap: 12px;
    }

    .do-environment-tabs button {
        font-size: 11px;
    }

    .do-fabric-tree-type {
        display: none;
    }

    .do-environment-overview-summary div {
        padding: 0 6px;
    }

    .do-environment-resource-overview-details {
        grid-template-columns: 82px minmax(0, 1fr);
        margin-left: 0;
    }
}

.do-fabric-tree-status {
    min-width: 72px;
    text-align: right;
}

.do-env-resource-list-title {
    font-size: 11px;
    font-weight: 600;
    color: #8B90A3;
    color: var(--text-light, #8B90A3);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.do-env-resource-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px 10px;
    border-radius: 8px;
    background: #F8F8FA;
    background: var(--background-light, #F8F8FA);
    border: 1px solid #EBEBEB;
    border: 1px solid var(--line-light, #EBEBEB);
}

.do-env-resource-head {
    display: flex;
    align-items: center;
    gap: 6px;
}

.do-env-resource-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.do-env-resource-name {
    font-size: 12px;
    font-weight: 600;
    color: #2E1956;
    color: var(--text-default, #2E1956);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1 1;
}

.do-env-resource-state {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    flex-shrink: 0;
}

.do-env-resource-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    font-size: 11px;
    color: #8B90A3;
    color: var(--text-light, #8B90A3);
}

.do-env-resource-summary {
    font-size: 12px;
    color: #2E1956;
    color: var(--text-default, #2E1956);
    margin: 2px 0 0;
    word-break: break-word;
}

.do-env-resource-time {
    font-size: 11px;
    color: #8B90A3;
    color: var(--text-light, #8B90A3);
}

.do-env-resource-actions {
    margin: 4px 0 0;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.do-env-resource-actions li {
    font-size: 11px;
    color: #2E1956;
    color: var(--text-default, #2E1956);
}

.do-env-resource-empty {
    font-size: 12px;
    color: #8B90A3;
    color: var(--text-light, #8B90A3);
    margin: 8px 0 0;
}


.dataops-help-modal__overlay {
    position: fixed;
    inset: 0;
    z-index: 12000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(24, 30, 55, 0.48);
}

.dataops-help-modal {
    width: min(680px, 100%);
    max-height: min(760px, calc(100vh - 40px));
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(25, 31, 65, 0.26);
    font-family: "Ubuntu", sans-serif;
    color: #2b304f;
}

.dataops-help-modal__header,
.dataops-help-modal__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    padding: 18px 20px;
    border-bottom: 1px solid #e5e8f0;
}

.dataops-help-modal__footer {
    justify-content: flex-end;
    gap: 10px;
    border-top: 1px solid #e5e8f0;
    border-bottom: 0;
}

.dataops-help-modal__heading {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #173192;
}

.dataops-help-modal__heading h3 {
    margin: 0;
    font-size: 17px;
    color: #2b304f;
}

.dataops-help-modal__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    color: #7c849b;
    cursor: pointer;
}

.dataops-help-modal__close:hover {
    color: #173192;
}

.dataops-help-modal__body {
    overflow-y: auto;
    padding: 20px;
}

.dataops-help-modal__intro,
.dataops-help-step p {
    margin: 0;
    color: #59617a;
    font-size: 13px;
    line-height: 1.5;
}

.dataops-help-modal__intro {
    margin-bottom: 20px;
}

.dataops-help-step {
    display: grid;
    grid-template-columns: 28px 1fr;
    grid-gap: 12px;
    gap: 12px;
    margin-bottom: 20px;
}

.dataops-help-step:last-child {
    margin-bottom: 0;
}

.dataops-help-step__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #273b85;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.dataops-help-step h4 {
    margin: 0 0 4px;
    color: #2b304f;
    font-size: 14px;
}

.dataops-help-illustration {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
    padding: 12px;
    border: 1px solid #e0e5f1;
    border-radius: 8px;
    background: #f7f8fc;
}

.dataops-help-chip,
.dataops-help-card-label {
    padding: 6px 10px;
    border-radius: 6px;
    background: #e5eafb;
    color: #273b85;
    font-size: 11px;
    font-weight: 600;
}

.dataops-help-chip--warning {
    background: #fff0ed;
    color: #c34232;
}

.dataops-help-chip--azure {
    background: #e3f3ec;
    color: #16724d;
}

.dataops-help-illustration--grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dataops-help-card-label {
    background: #fff;
    border: 1px solid #dce2ef;
    color: #59617a;
}

.dataops-help-list {
    display: grid;
    grid-gap: 7px;
    gap: 7px;
    margin: 8px 0 0;
    padding-left: 18px;
    color: #59617a;
    font-size: 12px;
    line-height: 1.45;
}

.dataops-help-permission-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 12px;
    padding: 10px;
    border-radius: 7px;
    background: #eef5ff;
    color: #26528f;
    font-size: 12px;
    line-height: 1.4;
}

.dataops-help-modal__btn {
    min-height: 34px;
    padding: 0 14px;
    border: 0;
    border-radius: 6px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.dataops-help-modal__btn--ghost {
    background: #f4f5f9;
    color: #59617a;
}

.dataops-help-modal__btn--primary {
    background: #273b85;
    color: #fff;
}

.dataops-help-modal__btn--primary:hover {
    background: #1e2d68;
}

.dataops-tour-content {
    min-width: 260px;
    max-width: 360px;
}

.dataops-tour-content p {
    margin: 0 0 7px;
    line-height: 1.4;
}

.dataops-tour-content p:last-child {
    margin-bottom: 0;
}

.dataops-tour-content strong {
    display: inline-block;
    min-width: 78px;
    color: #273b85;
}

@media (max-width: 560px) {
    .dataops-help-modal__overlay {
        padding: 10px;
    }

    .dataops-help-modal {
        max-height: calc(100vh - 20px);
    }

    .dataops-help-modal__header,
    .dataops-help-modal__body,
    .dataops-help-modal__footer {
        padding: 14px;
    }
}

.dataops-dashboard {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 10px;
    height: calc(100% - 60px);
}

.dataops-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.dataops-card {
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
}

.dataops-card.full-width {
    width: 100%;
}

.dataops-card.half-width {
    flex: 1 1;
    min-width: 300px;
}

.dataops-card.quarter-width {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(25% - 12px);
    min-width: 200px;
}

.dataops-card.third-width {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(33.33% - 11px);
    min-width: 250px;
}

.dataops-card-title {
    font-size: 14px;
    font-weight: 600;
    color: #2B304F;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dataops-card-title i {
    color: #8C40E3;
}

.dataops-card-content {
    flex: 1 1;
    display: flex;
    flex-direction: column;
}

.dataops-mini-card {
    background: linear-gradient(135deg, #f8f9ff 0%, #fff 100%);
    border: 1px solid #e8eaf6;
    border-radius: 8px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.dataops-mini-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}

.dataops-mini-card-icon.success { background: #34C38F; }
.dataops-mini-card-icon.warning { background: #F3C944; }
.dataops-mini-card-icon.danger { background: #E64646; }
.dataops-mini-card-icon.info { background: #471FCC; }
.dataops-mini-card-icon.purple { background: #8C40E3; }

.dataops-mini-card-content {
    flex: 1 1;
}

.dataops-mini-card-value {
    font-size: 24px;
    font-weight: 700;
    color: #2B304F;
}

.dataops-mini-card-label {
    font-size: 11px;
    color: #8b90a3;
    text-transform: uppercase;
}

.dataops-progress-bar {
    height: 8px;
    background: #e8eaf6;
    border-radius: 4px;
    overflow: hidden;
    margin: 4px 0;
}

.dataops-progress-fill {
    height: 100%;
    border-radius: 4px;
    transition: width 0.3s ease;
}

.dataops-legend {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.dataops-legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: #8b90a3;
}

.dataops-legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.dataops-table {
    width: 100%;
    font-size: 12px;
}

.dataops-table th {
    text-align: left;
    padding: 8px 12px;
    background: #f8f9ff;
    color: #8b90a3;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
}

.dataops-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #f0f0f0;
    color: #2B304F;
}

.dataops-table tr:hover td {
    background: #fafbff;
}

.dataops-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 500;
}

.dataops-badge.success { background: #e8f5e9; color: #2e7d32; }
.dataops-badge.warning { background: #fff8e1; color: #f57c00; }
.dataops-badge.danger { background: #ffebee; color: #c62828; }
.dataops-badge.info { background: #e3f2fd; color: #1565c0; }

/* Side Cards - Cards laterais */
.dataops-side-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
}

.dataops-side-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: #f8f9ff;
    border-radius: 8px;
    border: 1px solid #e8eaf6;
}

.dataops-side-card-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
}

.dataops-side-card-icon.success { background: #34C38F; }
.dataops-side-card-icon.warning { background: #F3C944; }
.dataops-side-card-icon.danger { background: #E64646; }
.dataops-side-card-icon.info { background: #471FCC; }
.dataops-side-card-icon.purple { background: #8C40E3; }

.dataops-side-card-content {
    flex: 1 1;
}

.dataops-side-card-label {
    font-size: 11px;
    color: #8b90a3;
    margin-bottom: 2px;
}

.dataops-side-card-value {
    font-size: 22px;
    font-weight: 700;
    color: #2B304F;
}

/* Heatmap Table */
.dataops-heatmap-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 4px;
    font-size: 12px;
}

.dataops-heatmap-table th {
    padding: 8px 12px;
    text-align: center;
    font-weight: 500;
    color: #2B304F;
}

.dataops-heatmap-table td {
    padding: 12px 16px;
    text-align: center;
    border-radius: 4px;
}


