:root{
  --bg:#0b0f14;
  --panel:#0f1620;
  --line:#2a394a;
  --text:#d7e6ff;
  --muted:#8fb0d6;
  --hot:#ffd24a;
  --ok:#4dff88;
  --bad:#ff5d6c;
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:var(--mono);
}
a{ color:var(--hot); }
