@import 'https://fonts.googleapis.com/css2?family=Azeret+Mono:wght@400;500;600&family=Barlow:wght@300;400;500;600&display=swap';:root{--bg:#07101c;--surface:#0b1826;--surface2:#0f2035;--border:#152840;--border2:#1e3a55;--text:#b8cfe0;--text-dim:#3d6080;--text-hi:#ffffff;--green:#00e5aa;--blue:#00b4d8;--purple:#9b7ff0;--yellow:#ffc93d;--red:#ff6060;--mono:'Azeret Mono', monospace;--sans:'Barlow', sans-serif;--r:8px;--gap:12px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--sans);font-size:14px;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}