/* ==========================================================================
   MISAGI — Tokens de diseño + base (variables, resets, utilidades)
   Generado al modularizar index.html (separación de responsabilidades).
   ========================================================================== */
  :root{
    --brand:#1f9e57; --brand-d:#178048; --brand-soft:#e7f5ed;
    --navy:#0d3b66; --navy-soft:#eaf0f6;
    --ink:#0a1626; --ink2:#0c2034;
    --bg:#f3f5f4; --card:#fff;
    --text:#10201a; --muted:#697269; --faint:#9aa39c;
    --border:#e6eae6; --border-2:#dde2dd;
    --glass:rgba(10,22,40,.46); --glass-line:rgba(255,255,255,.16); --field-line:rgba(255,255,255,.18);
    --shadow-sm:0 1px 2px rgba(16,32,24,.05);
    --shadow:0 2px 4px rgba(16,32,24,.05), 0 12px 28px rgba(16,32,24,.06);
    --shadow-lg:0 24px 60px rgba(10,22,38,.16);
    --r:18px; --r-sm:12px; --r-xs:10px; --sidebar-w:264px;
    --ease:.24s cubic-bezier(.2,.7,.3,1);
  }
  *,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
  html,body{height:100%}
  body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-size:15px}
  h1,h2,h3,.disp{font-family:'Space Grotesk','Inter',sans-serif;letter-spacing:-.01em}
  button{font-family:inherit}
  .hidden{display:none !important}
  .ico{width:19px;height:19px;flex-shrink:0}
