/* IoTix Core v11 - shared design tokens and safe utilities
   Las plataformas usan estilos propios bajo body.iotix-telemetria o body.iotix-insitu. */
:root{
  --iotix-bg:#0b0f14;
  --iotix-bg-2:#111318;
  --iotix-surface:#1a1d24;
  --iotix-surface-2:#242832;
  --iotix-text:#f5f7fb;
  --iotix-muted:#a7afc0;
  --iotix-line:#313746;
  --iotix-green:#36d399;
  --iotix-green-2:#1ea672;
  --iotix-red:#ff6b6b;
  --iotix-yellow:#ffd166;
  --iotix-blue:#67a7ff;
  --iotix-radius:22px;
  --iotix-shadow:0 22px 60px rgba(0,0,0,.32);
  --iotix-font:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}
*{box-sizing:border-box}
html{min-height:100%}
body{min-height:100%;margin:0;font-family:var(--iotix-font)}
a{color:inherit}
.iotix-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.iotix-hidden{display:none!important}
