:root{--bg:#050507;--fg:#f5f5f5;--muted:#a0a0a0;--noise:#ff3348;--signal:#00ccff;--panel:#0d0d11;--border:#1f1f24;--radius-md:12px;--radius-sm:6px}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--signal);text-decoration:none}a:hover{text-decoration:underline}