/* ==========================================================================
   LOS ICONOS DE TRAZO
   Catorce dibujos a mano alzada con curvas de Bézier. Todos comparten lienzo
   (64×64), grosor (1.6) y remates redondeados, para que la página entera
   parezca dibujada con el mismo lápiz que las reglas y los filetes.

   Van como `mask-image`, no como etiqueta <svg>, por una razón concreta: así
   el contenido de una página no tiene ni una línea de HTML a mano y cada
   pieza de la rejilla es un grupo con su título y su nota, editable en el
   editor nativo como cualquier otro bloque. El icono lo pone la clase.

   Para añadir uno nuevo: se copia una de estas reglas, se cambia el nombre y
   se pega el dibujo. Heredan el color del texto, así que no hay que tocarlos
   al cambiar el tema.
   ========================================================================== */

.fragua-elemento--circulo::before {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><circle cx="32" cy="10.6" r="2.5"/><circle cx="42.25" cy="14.25" r="2.5"/><circle cx="50.45" cy="21.35" r="2.5"/><circle cx="52.8" cy="32" r="2.5"/><circle cx="50.62" cy="42.75" r="2.5"/><circle cx="42.3" cy="49.84" r="2.5"/><circle cx="32" cy="53.2" r="2.5"/><circle cx="21.65" cy="49.93" r="2.5"/><circle cx="13.42" cy="42.73" r="2.5"/><circle cx="11.45" cy="32" r="2.5"/><circle cx="13.6" cy="21.38" r="2.5"/><circle cx="21.68" cy="14.12" r="2.5"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><circle cx="32" cy="10.6" r="2.5"/><circle cx="42.25" cy="14.25" r="2.5"/><circle cx="50.45" cy="21.35" r="2.5"/><circle cx="52.8" cy="32" r="2.5"/><circle cx="50.62" cy="42.75" r="2.5"/><circle cx="42.3" cy="49.84" r="2.5"/><circle cx="32" cy="53.2" r="2.5"/><circle cx="21.65" cy="49.93" r="2.5"/><circle cx="13.42" cy="42.73" r="2.5"/><circle cx="11.45" cy="32" r="2.5"/><circle cx="13.6" cy="21.38" r="2.5"/><circle cx="21.68" cy="14.12" r="2.5"/></svg>');
}

.fragua-elemento--palabra::before {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M9 22c8-6 16 6 23 0s15-6 23 0"/><path d="M9 32c8-6 16 6 23 0s15-6 23 0"/><path d="M9 42c8-6 16 6 23 0s15-6 23 0"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M9 22c8-6 16 6 23 0s15-6 23 0"/><path d="M9 32c8-6 16 6 23 0s15-6 23 0"/><path d="M9 42c8-6 16 6 23 0s15-6 23 0"/></svg>');
}

.fragua-elemento--escucha::before {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><circle cx="17" cy="32" r="3"/><path d="M26 22c6 4 6 16 0 20"/><path d="M35 16c10 6 10 26 0 32"/><path d="M44 11c14 8 14 34 0 42"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><circle cx="17" cy="32" r="3"/><path d="M26 22c6 4 6 16 0 20"/><path d="M35 16c10 6 10 26 0 32"/><path d="M44 11c14 8 14 34 0 42"/></svg>');
}

.fragua-elemento--silencio::before {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M7 32c5-12 10 12 15 0s10 12 15 0h20"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M7 32c5-12 10 12 15 0s10 12 15 0h20"/></svg>');
}

.fragua-elemento--cuenta::before {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M9 50c15-1 31 1 46 0"/><path d="M15 44V34"/><path d="M27 44V25"/><path d="M39 44v-13"/><path d="M51 44V17"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M9 50c15-1 31 1 46 0"/><path d="M15 44V34"/><path d="M27 44V25"/><path d="M39 44v-13"/><path d="M51 44V17"/></svg>');
}

.fragua-elemento--yunque::before {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M10 26c0-3 2-4 5-4h31c5 0 8 2 8 4s-3 4-8 4H15c-3 0-5-1-5-4Z"/><path d="M24 30l-2 12"/><path d="M40 30l2 12"/><path d="M22 42h20"/><path d="M22 42l-6 6h32l-6-6"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M10 26c0-3 2-4 5-4h31c5 0 8 2 8 4s-3 4-8 4H15c-3 0-5-1-5-4Z"/><path d="M24 30l-2 12"/><path d="M40 30l2 12"/><path d="M22 42h20"/><path d="M22 42l-6 6h32l-6-6"/></svg>');
}

.fragua-elemento--cuerpo::before {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><circle cx="32" cy="14" r="4.5"/><path d="M32 19v20"/><path d="M32 25c-6-2-10-8-12-13"/><path d="M32 25c6-2 10-8 12-13"/><path d="M32 39c-3 6-7 10-12 13"/><path d="M32 39c3 6 7 10 12 13"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><circle cx="32" cy="14" r="4.5"/><path d="M32 19v20"/><path d="M32 25c-6-2-10-8-12-13"/><path d="M32 25c6-2 10-8 12-13"/><path d="M32 39c-3 6-7 10-12 13"/><path d="M32 39c3 6 7 10 12 13"/></svg>');
}

.fragua-elemento--respiracion::before {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M32 9c13 0 22 10 22 21 0 12-10 22-22 22-11 0-21-8-21-19 0-9 7-17 17-17 8 0 14 6 14 14 0 6-5 12-11 12-5 0-9-4-9-9"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M32 9c13 0 22 10 22 21 0 12-10 22-22 22-11 0-21-8-21-19 0-9 7-17 17-17 8 0 14 6 14 14 0 6-5 12-11 12-5 0-9-4-9-9"/></svg>');
}

.fragua-elemento--cuaderno::before {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M12 52c4-7 11-18 21-28l10-10c2-2 5-2 7 0s2 5 0 7l-10 10c-10 10-21 17-28 21Z"/><path d="M40 18l7 7"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M12 52c4-7 11-18 21-28l10-10c2-2 5-2 7 0s2 5 0 7l-10 10c-10 10-21 17-28 21Z"/><path d="M40 18l7 7"/></svg>');
}

.fragua-elemento--mesa::before {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M11 34c2 8 10 14 21 14s19-6 21-14"/><path d="M8 34c11-2 37-2 48 0"/><path d="M26 26c-2-3 2-5 0-8"/><path d="M37 26c-2-3 2-5 0-8"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M11 34c2 8 10 14 21 14s19-6 21-14"/><path d="M8 34c11-2 37-2 48 0"/><path d="M26 26c-2-3 2-5 0-8"/><path d="M37 26c-2-3 2-5 0-8"/></svg>');
}

.fragua-elemento--montana::before {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M6 49c6-8 15-22 20-31 3 6 6 11 9 16 2-4 5-8 8-12 5 8 11 19 15 27"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M6 49c6-8 15-22 20-31 3 6 6 11 9 16 2-4 5-8 8-12 5 8 11 19 15 27"/></svg>');
}

.fragua-elemento--llave::before {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><circle cx="21" cy="25" r="9"/><path d="M27 32l22 22"/><path d="M39 44l5-5"/><path d="M33 38l5-5"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><circle cx="21" cy="25" r="9"/><path d="M27 32l22 22"/><path d="M39 44l5-5"/><path d="M33 38l5-5"/></svg>');
}

.fragua-elemento--fuego::before {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M32 10c3 11 12 15 12 25 0 9-5 15-12 15s-12-6-12-15c0-9 9-14 12-25Z"/><path d="M32 32c3 4 5 7 3 11-2 3-6 2-7-1-1-3 1-7 4-10Z"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M32 10c3 11 12 15 12 25 0 9-5 15-12 15s-12-6-12-15c0-9 9-14 12-25Z"/><path d="M32 32c3 4 5 7 3 11-2 3-6 2-7-1-1-3 1-7 4-10Z"/></svg>');
}

.fragua-elemento--reloj::before {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><circle cx="32" cy="32" r="21"/><path d="M32 18v14l10 6"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><circle cx="32" cy="32" r="21"/><path d="M32 18v14l10 6"/></svg>');
}
