/* Iconos Tabler (MIT) auto-hospedados — offline real, sin depender del CDN.
   Técnica: máscara SVG teñida con currentColor (hereda el color del texto).
   Reemplaza @tabler/icons-webfont (que además daba 404 en el CDN). */
.ti{display:inline-block;width:1em;height:1em;vertical-align:-0.125em;line-height:1;
  background-color:currentColor;
  -webkit-mask:var(--ti-icon) center/contain no-repeat;
          mask:var(--ti-icon) center/contain no-repeat}
.ti-home{--ti-icon:url("home.svg")}
.ti-bulb{--ti-icon:url("bulb.svg")}
.ti-database{--ti-icon:url("database.svg")}
.ti-layers{--ti-icon:url("layers.svg")}
.ti-message-circle{--ti-icon:url("message-circle.svg")}
.ti-calculator{--ti-icon:url("calculator.svg")}
.ti-route{--ti-icon:url("route.svg")}
.ti-external-link{--ti-icon:url("external-link.svg")}
.ti-help-circle{--ti-icon:url("help-circle.svg")}
.ti-search{--ti-icon:url("search.svg")}
.ti-chevron-up{--ti-icon:url("chevron-up.svg")}
.ti-chevron-down{--ti-icon:url("chevron-down.svg")}
.ti-shopping-cart{--ti-icon:url("shopping-cart.svg")}
.ti-share{--ti-icon:url("share.svg")}
