:root{--bg:#0b0d12;--fg:#e8ecf1;--accent:#6ae3c7;--muted:#8a93a4}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.55}a{color:var(--accent)}