/* Minimal sample CSS to verify static files */
:root { --rovodev-sample: 1; }
body { background: #0b1e2d; color: #e6edf3; }
header, footer { background: rgba(255,255,255,0.06); }
.sample-banner { padding: 8px 12px; margin: 10px 0; border-radius: 6px; background: #1f6feb; color: #fff; font: 14px/1.4 system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
