/* extracted from rag/benchmarks.html */
.ug-bm-hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}
    .ug-bm-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.6rem;text-align:center;transition:transform .2s}
    .ug-bm-card:hover{transform:translateY(-3px)}
    .ug-bm-card .num{font-size:2.2rem;font-weight:800;color:#1a56db;line-height:1.15}
    .ug-bm-card .num small{font-size:.85rem;font-weight:600}
    .ug-bm-card .lab{font-size:.85rem;color:#475569;margin-top:.35rem}
    .ug-bm-card .src{font-size:.72rem;color:#94a3b8;margin-top:.5rem}
    .ug-lv{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.2rem}
    .ug-lv-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem;border-top:4px solid #1a56db}
    .ug-lv-card:nth-child(2){border-top-color:#f59e0b}
    .ug-lv-card:nth-child(3){border-top-color:#10b981}
    .ug-lv-card h4{font-size:1.05rem;margin-bottom:.3rem}
    .ug-lv-card .who{font-size:.8rem;color:#1e40af;margin-bottom:.8rem}
    .ug-lv-card ul{margin:.6rem 0 0;padding-left:1.1rem;color:#475569;font-size:.87rem;line-height:1.9}
    .ug-bar{background:#f1f5f9;border-radius:8px;height:26px;overflow:hidden;margin:.5rem 0 1rem;position:relative}
    .ug-bar-fill{height:100%;border-radius:8px;background:linear-gradient(90deg,#1a56db,#3b82f6);display:flex;align-items:center;justify-content:flex-end;padding-right:.6rem;color:#fff;font-size:.75rem;font-weight:700;min-width:52px}
    .ug-bm-block{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.8rem;margin-bottom:1.4rem}
    .ug-bm-block h3{font-size:1.15rem;margin-bottom:.8rem}
    .ug-bm-block p{color:#475569;font-size:.94rem;line-height:1.85}
    .ug-note{background:#fffbeb;border-left:4px solid #f59e0b;border-radius:0 10px 10px 0;padding:1rem 1.2rem;font-size:.88rem;color:#78350f;margin-top:1.4rem}
