#oa-mapa { height: 600px; }

.oa-panel {
  position: absolute; top: 20px; left: 20px;
  width: 260px; background: #fff; padding: 12px;
  border: 1px solid #e5e7eb; border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0,0,0,.12);
  z-index: 1000; font-size: 14px;
}
.oa-panel h3 { margin: 0 0 6px 0; font-size: 16px; }
.oa-panel p { margin: 4px 0; }
.oa-panel button { margin-top: 8px; width: 100%; padding: 8px; border-radius: 8px; border: 1px solid #e5e7eb; background:#f9fafb; cursor:pointer; }

.oa-glosario {
  position: absolute; top: 20px; right: 20px;
  width: 240px; background: #fff; padding: 12px;
  border: 1px solid #e5e7eb; border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0,0,0,.12);
  z-index: 1000; font-size: 14px;
}
.oa-glosario h3 { margin: 0 0 6px 0; font-size: 16px; }
.oa-glosario ul { list-style: none; margin: 0; padding: 0; }
.oa-glosario li { padding: 6px; cursor: pointer; border-radius: 6px; display:flex; align-items:center; gap:8px;}
.oa-glosario li:hover { background: #f3f4f6; }
.oa-color { width: 12px; height: 12px; border-radius: 3px; border: 1px solid #cbd5e1; }

.oa-popup { font-size: 12px; }
.oa-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.oa-table th, .oa-table td { border: 1px solid #e5e7eb; padding: 4px 6px; text-align: left; }
.oa-table th { background: #f8fafc; }

.badge { display:inline-block; padding:2px 8px; border-radius:999px; font-weight:600; font-size:12px; }
.badge.bueno { background:#ecfdf5; color:#065f46; }
.badge.regular { background:#fff7ed; color:#9a3412; }
.badge.malo { background:#fef2f2; color:#991b1b; }
