/* upme-kpi — estilos KPI y resumen 6GW */
.up6gw-wrap{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Arial}
.up6gw-topwrap{display:flex;justify-content:center;margin-bottom:12px}
.up6gw-top{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px 14px;box-shadow:0 2px 6px rgba(0,0,0,.04)}
.up6gw-top-ico{color:#111827;display:flex;align-items:center}
.up6gw-top-num{font-size:22px;font-weight:700;color:#111827}
.up6gw-top-num span{font-size:12px;font-weight:600;color:#64748b;margin-left:6px}
.up6gw-top-sub{font-size:13px;color:#475569}
.up6gw-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}
.up6gw-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px;box-shadow:0 2px 6px rgba(0,0,0,.04)}
.up6gw-card-head{display:flex;align-items:center;gap:10px;margin-bottom:8px}
.up6gw-ico{color:#0f172a}
.up6gw-kpi-big{font-size:20px;font-weight:700;color:#0f172a}
.up6gw-kpi-sub{font-size:12px;color:#64748b}
.up6gw-card-body{display:flex;flex-direction:column;gap:6px}
.up6gw-line{display:flex;align-items:center;justify-content:space-between;gap:10px}
.up6gw-chip{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;background:#f3f4f6;color:#111827}
.up6gw-note{color:#475569}
.up6gw-debug{margin-top:10px}
.up6gw-val{display:inline-block;font-weight:normal;font-size:1.16em;line-height:1;color:#575756}
