/* Clean card/table layout */
.osc-wrapper { font-family: system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif; }
.osc-mb-24 { margin-bottom: 24px; }
.osc-card { border: 1px solid #e2e8f0; border-radius: 10px; padding: 12px; margin-bottom: 16px; box-shadow: 0 1px 2px rgba(0,0,0,.03); background:#fff; }
.osc-card-title { font-weight: 600; margin: 8px 0 12px; }
.osc-table { display: grid; grid-template-columns: 1fr; gap: 0; }
.osc-thead, .osc-rowline { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; align-items: center; padding: 10px 12px; border-bottom: 1px solid #edf2f7; }
.osc-thead { background: #f8fafc; font-weight: 600; }
.osc-rowline:last-child { border-bottom: none; }
.osc-right { text-align: right; }
.osc-bold { font-weight: 700; }
.osc-label { display:block; font-weight:600; margin-bottom:6px; }
.osc-flex { display:flex; }
.osc-align-center { align-items:center; }
.osc-gap-12 { gap:12px; }
#osc-agent-range { width: 100%; }
.osc-input-prefix { display: flex; align-items: center; gap: 6px; border: 1px solid #e2e8f0; padding: 6px 8px; border-radius: 8px; background:#fff; }
.osc-input-prefix input { border: none; outline: none; width: 100%; }
.osc-check { display:inline-block; width: 12px; height: 12px; border-radius: 999px; background: #0bb37a; margin-right: 6px; }
