/* FASE 30.3 — INDICADORES POR EQUIPO */
.eq303-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));gap:18px;padding:4px}.eq303-card{background:#fff;border:1px solid #dfe8df;border-radius:18px;padding:18px;box-shadow:0 8px 24px rgba(32,75,42,.07)}.eq303-card header{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;border-bottom:1px solid #edf2ed;padding-bottom:14px}.eq303-card h4{margin:4px 0;font-size:1.15rem}.eq303-card p{margin:0;color:#66736a}.eq303-type{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#477b50}.eq303-status{background:#edf7ef;border:1px solid #cfe4d3;border-radius:999px;padding:7px 10px;font-size:.76rem;font-weight:800;white-space:nowrap}.eq303-indicators{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:15px 0}.eq303-indicator{display:flex;gap:10px;align-items:flex-start;background:#f7faf7;border:1px solid #e6eee7;border-radius:13px;padding:11px;min-height:72px}.eq303-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#e5f3e8;font-weight:900}.eq303-indicator small,.eq303-indicator strong,.eq303-indicator em{display:block}.eq303-indicator small{color:#68746b;font-size:.72rem}.eq303-indicator strong{font-size:.94rem;margin-top:2px;word-break:break-word}.eq303-indicator em{font-style:normal;color:#79837c;font-size:.68rem;margin-top:2px}.eq303-card footer{display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap;border-top:1px solid #edf2ed;padding-top:14px}@media(max-width:720px){.eq303-grid{grid-template-columns:1fr}.eq303-card{padding:14px}.eq303-indicators{grid-template-columns:1fr}.eq303-card header{flex-direction:column}.eq303-card footer .btn{width:100%;justify-content:center}}
