/* Control Panel shared CSS (keeps existing topbar/sidebar design unchanged) */

.panel-page .card {
  border-radius: 16px;
}

.panel-page .table-wrap {
  overflow-x: auto;
}

.panel-page .muted-hint {
  font-size: 12px;
  opacity: 0.85;
}

/* Use your existing theme as base; keep edits minimal */
.panel-page .pk-badge {
  font-size: 11px;
}

/* highlight changed cells */
.panel-page .changed {
  outline: 2px solid rgba(13,110,253,.35);
  background: rgba(13,110,253,.06);
}

/* sticky header bar inside content */
.panel-page .sticky-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: transparent;
}
