
/* VELYRA v10.6 — Runtime diagnostics */
.rp-runtime-note{display:flex;flex-wrap:wrap;gap:7px;margin:10px 0 14px}
.rp-runtime-note span{display:inline-flex;padding:7px 9px;border:1px solid rgba(255,255,255,.08);border-radius:9px;background:rgba(255,255,255,.03);font-size:10px;color:#938d99}
.rp-runtime-note b{color:#f3ede4}
.rp-batch-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}
@media(max-width:600px){.rp-batch-form{grid-template-columns:1fr}.rp-batch-form button{width:100%}}
