/* ===== Ionex site — legal pages ===== */
:root{ --bg:#000; --line:rgba(255,255,255,0.09); --ink:#f4f5f6; --muted:#9a9ea6; --muted-2:#5f636b; --cyan:#49E1FF; }
  *{box-sizing:border-box; margin:0; padding:0;}
  html,body{ background:var(--bg) !important; }
  body{ color:var(--ink); font-family:'Space Grotesk',sans-serif; -webkit-font-smoothing:antialiased; line-height:1.65; }
  .mono{font-family:'IBM Plex Mono',monospace;}
  a{color:var(--cyan); text-decoration:none;}
  .wrap{max-width:760px; margin:0 auto; padding:0 28px;}
  header{ border-bottom:1px solid var(--line); padding:16px 0; }
  .logo svg{ height:22px; display:block; visibility:hidden; }
  .logo svg.ready{ visibility:visible; }
  main{ padding:64px 0 100px; }
  h1{ font-size:34px; font-weight:700; letter-spacing:-0.01em; margin-bottom:8px; }
  .updated{ font-family:'IBM Plex Mono',monospace; font-size:12px; color:var(--muted-2); margin-bottom:44px; }
  h2{ font-size:18px; font-weight:600; margin:36px 0 10px; }
  p, li{ color:var(--muted); font-size:15px; }
  ul{ padding-left:20px; margin-top:8px; }
  li{ margin-bottom:6px; }
  .note{ margin-top:64px; padding:16px 18px; border:1px dashed rgba(255,255,255,0.16); border-radius:10px; font-family:'IBM Plex Mono',monospace; font-size:12px; color:var(--muted-2); }

  /* Header row: logo + language switcher */
  .legal-top{ display:flex; align-items:center; justify-content:space-between; gap:16px; }
  .lang-switch{ display:inline-flex; align-items:center; gap:2px; padding:2px; border:1px solid rgba(255,255,255,0.16); border-radius:999px; }
  .lang-switch button{ font-family:'Space Grotesk',sans-serif; font-size:12px; font-weight:600; letter-spacing:0.03em; color:var(--muted); background:none; border:0; padding:5px 9px; border-radius:999px; cursor:pointer; transition:color .15s, background .15s; }
  .lang-switch button:hover{ color:var(--ink); }
  .lang-switch button.active{ color:var(--ink); background:rgba(255,255,255,0.12); }
  .lang-select{ font-family:'Space Grotesk',sans-serif; font-size:13px; color:var(--ink); background-color:#0c0e0f; border:1px solid rgba(255,255,255,0.16); border-radius:999px; padding:7px 30px 7px 14px; cursor:pointer; appearance:none; -webkit-appearance:none; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239a9ea6' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 11px center; }
  .lang-select:hover{ border-color:#fff; }
  .lang-select:focus{ outline:none; border-color:var(--cyan); }
  /* "English is the binding version" notice shown at the top of every non-English block */
  .binding-note{ margin-bottom:32px; padding:12px 16px; border:1px solid rgba(255,255,255,0.14); border-radius:10px; font-size:12.5px; line-height:1.55; color:var(--muted); }