:root{
  --bg:#0b0f17;
  --panel:#0f1624;
  --text:#e8edf6;
  --muted:#9aa7bd;
  --line:rgba(255,255,255,0.12);
  --accent:#cc5500;
  --radius:14px;
  --max:1100px;
  --font: ui-monospace, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family:var(--font);
  background:var(--bg);
  color:var(--text);
  line-height:1.45;
}
a{ color:inherit; text-decoration:none; }
a:hover{ text-decoration:underline; }
img{ max-width:100%; display:block; }
