/* Fonte externa SmartOLT: pagina propria, sem os filtros de O.S. */
#operacionalShell .op-smartolt { display: grid; gap: 18px; min-width: 0; color: var(--opv2-ink, #172238); }
#operacionalShell .op-smartolt-head { display: flex; justify-content: space-between; align-items: start; gap: 24px; }
#operacionalShell .op-smartolt-head h2 { margin: 3px 0 8px; font-size: 1.55rem; }
#operacionalShell .op-smartolt-head p { margin: 0; max-width: 760px; color: var(--opv2-muted, #58657a); }
#operacionalShell .op-smartolt-head .eyebrow { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
#operacionalShell .op-smartolt-head button { flex: none; min-height: 42px; }
#operacionalShell .op-smartolt-alert { margin: 0; padding: 12px 14px; border: 1px solid #e7c783; border-radius: 10px; background: #fff8e9; color: #6b4b11; }
#operacionalShell .op-smartolt-updated,
#operacionalShell .op-smartolt-note { margin: 0; color: var(--opv2-muted, #58657a); font-size: .86rem; }
#operacionalShell .op-smartolt-empty { padding: 36px 20px; border: 1px dashed #b7c5d8; border-radius: 12px; text-align: center; }
#operacionalShell .op-smartolt-kpis { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
#operacionalShell .op-smartolt-kpi { display: grid; gap: 6px; padding: 16px; min-width: 0; border: 1px solid var(--opv2-line-2, #dce3ec); border-radius: 12px; background: var(--opv2-surface-1, #fff); }
#operacionalShell .op-smartolt-kpi span { color: var(--opv2-muted, #58657a); font-size: .86rem; }
#operacionalShell .op-smartolt-kpi strong { font-size: 1.55rem; line-height: 1.15; font-variant-numeric: tabular-nums; }
#operacionalShell .op-smartolt-kpi small { color: var(--opv2-muted, #58657a); }
#operacionalShell .op-smartolt-table-wrap { overflow-x: auto; border: 1px solid var(--opv2-line-2, #dce3ec); border-radius: 12px; background: var(--opv2-surface-1, #fff); }
#operacionalShell .op-smartolt-table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
#operacionalShell .op-smartolt-table caption { padding: 16px; text-align: left; font-weight: 700; }
#operacionalShell .op-smartolt-table :is(th, td) { padding: 12px 14px; border-top: 1px solid var(--opv2-line-2, #dce3ec); text-align: left; }
#operacionalShell .op-smartolt-table thead { background: var(--opv2-surface-3, #f3f6fa); color: var(--opv2-muted, #58657a); font-size: .78rem; }
#operacionalShell .op-smartolt-table tbody th { min-width: 160px; }
#operacionalShell .op-smartolt-table tbody th small { display: block; margin-top: 3px; color: var(--opv2-muted, #58657a); font-weight: 400; }

@media (max-width: 900px) {
  #operacionalShell .op-smartolt-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #operacionalShell .op-smartolt-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
  #operacionalShell .op-smartolt-table tbody { display: grid; gap: 10px; padding: 10px; }
  #operacionalShell .op-smartolt-table tr { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--opv2-line-2, #dce3ec); border-radius: 10px; }
  #operacionalShell .op-smartolt-table :is(th, td) { min-width: 0; border: 0; }
  #operacionalShell .op-smartolt-table tbody th { grid-column: 1 / -1; border-bottom: 1px solid var(--opv2-line-2, #dce3ec); }
  #operacionalShell .op-smartolt-table td::before { content: attr(data-label); display: block; margin-bottom: 3px; color: var(--opv2-muted, #58657a); font-size: .75rem; }
}

@media (max-width: 560px) {
  #operacionalShell .op-smartolt-head { display: grid; }
  #operacionalShell .op-smartolt-head button { width: 100%; }
  #operacionalShell .op-smartolt-kpis { gap: 8px; }
  #operacionalShell .op-smartolt-kpi { padding: 12px; }
  #operacionalShell .op-smartolt-kpi strong { font-size: 1.3rem; }
}
