+/* Shared BQMP winning-performance analytics */
.official-performance-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;align-items:start}.performance-panel{background:#f5f7fa;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow);min-width:0}.performance-panel>header h2{margin:0 0 4px}.performance-panel>header p{margin:0}.performance-panel>header small{display:block;margin-top:6px;color:var(--muted)}.performance-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:16px 0}.performance-kpis article{min-height:88px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px;display:flex;flex-direction:column;justify-content:center}.performance-kpis strong{font-size:clamp(19px,2vw,27px);color:#075dcc}.performance-kpis span{font-size:12px;font-weight:750;color:var(--muted)}.performance-gauge{border-left:5px solid #19a55a!important}.performance-charts{display:grid;grid-template-columns:1fr;gap:12px}.performance-charts>section{background:#fff;border:1px solid var(--line);border-radius:14px;padding:13px;min-width:0}.performance-charts h3{font-size:15px;margin:0 0 10px}.performance-trend{width:100%;height:115px;background:linear-gradient(180deg,#eef7ff,#fff);border-radius:10px}.performance-trend path{stroke:#c9d9e8;stroke-width:1;fill:none}.performance-trend polyline{stroke:#087bd8;stroke-width:3;fill:none;stroke-linejoin:round;stroke-linecap:round}.performance-bars{display:grid;gap:7px}.performance-bars>div{display:grid;grid-template-columns:minmax(110px,1.2fr) 1fr 34px;align-items:center;gap:7px;font-size:11px}.performance-bars i{height:9px;background:#e5edf5;border-radius:999px;overflow:hidden}.performance-bars b{display:block;height:100%;background:linear-gradient(90deg,#087bd8,#19a55a);border-radius:999px}.performance-footer{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:12px}.performance-footer article{background:#fff;border:1px solid var(--line);border-radius:13px;padding:12px}.performance-footer span,.performance-footer strong{display:block}.performance-footer span{font-size:12px;color:var(--muted)}.performance-footer strong{margin-top:4px;font-size:13px}.performance-info{margin:12px 0 0;padding:11px;border-left:4px solid #087bd8;background:#eef7ff;border-radius:9px;font-size:12px}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(max-width:1050px){.official-performance-grid{grid-template-columns:1fr}}@media(max-width:620px){.performance-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.performance-footer{grid-template-columns:1fr}.performance-bars>div{grid-template-columns:minmax(100px,1.2fr) 1fr 30px}}@media(prefers-reduced-motion:no-preference){.performance-panel{animation:performance-in .35s ease-out}.performance-bars b{animation:performance-grow .5s ease-out;transform-origin:left}}@keyframes performance-in{from{opacity:0;transform:translateY(6px)}}@keyframes performance-grow{from{transform:scaleX(0)}}

