* { box-sizing: border-box; }
html { color-scheme: light; background: var(--rv-bg); }
body {
  margin: 0;
  min-width: 320px;
  background: var(--rv-bg);
  color: var(--rv-text);
  font: 15px/1.55 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .55; }
:focus-visible {
  outline: 3px solid rgba(98, 91, 246, .28) !important;
  outline-offset: 2px;
}
input, select, textarea {
  min-height: 40px;
  color: var(--rv-text);
  background: var(--rv-surface);
  border: 1px solid var(--rv-border-strong);
  border-radius: var(--rv-radius-sm);
}
label { color: var(--rv-text-secondary); font-size: 12.5px; font-weight: 650; }
table { border-collapse: separate; border-spacing: 0; width: 100%; font-size: 14px; }
th { font-size: 12.5px; }
td, .au-kpi-val, .kpi-value, .rak-v { font-variant-numeric: tabular-nums; }
svg { display: block; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
