
.static-demo-banner{font:500 13px/1.5 system-ui,-apple-system,Segoe UI,sans-serif;
  padding:10px 16px;background:rgba(125,211,252,.10);border-bottom:1px solid rgba(125,211,252,.28);
  color:inherit;text-align:center}
.static-demo-banner a{color:#38bdf8;text-decoration:underline;text-underline-offset:2px}
.static-demo-banner__warn{opacity:.8}


      :root {
        --wa-primary: #0d6efd;
        --bs-primary: #0d6efd;
      }
    

.kpi-shell {
  border: 1px solid var(--wa-hairline);
  border-radius: 0.65rem;
  background: var(--wa-surface);
  padding: 0.75rem 0.9rem;
  height: 100%;
}
.kpi-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  color: var(--wa-text-dim);
  letter-spacing: 0.04em;
}
.kpi-value {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--wa-text);
}
.kpi-delta {
  font-size: 0.82rem;
}
.customer-table thead th { z-index: 5; }
.customer-table tbody tr:nth-child(even) { background-color: var(--wa-surface); }
.table-row-click:focus { outline: 2px solid var(--wa-info); outline-offset: -2px; }
