.rw-kpi-paper { background: var(--rw-paper-card); border: 1px solid var(--rw-paper-border); border-radius: var(--rw-paper-radius-xl); padding: 24px; box-shadow: var(--rw-paper-shadow-md); }
.rw-kpi-metric { color: var(--rw-paper-muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; font-weight: 900; }
.rw-kpi-value { margin-top: 12px; color: var(--rw-paper-heading); font-family: var(--rw-paper-mono); font-size: 34px; font-weight: 900; }
.rw-kpi-trend { margin-top: 10px; display: inline-flex; gap: 8px; align-items: center; color: var(--rw-paper-success); font-weight: 850; }
.rw-sparkline-slot { height: 42px; margin-top: 16px; border-radius: 12px; background: linear-gradient(135deg, rgba(0,184,148,.14), rgba(14,165,233,.08)); }
.rw-quick-action-slot { margin-top: 16px; }
