:root{--background:#09090b;--foreground:#fafafa;--accent:#6366f1;--muted:#71717a}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--background);color:var(--foreground);font-family:system-ui,-apple-system,sans-serif;line-height:1.6}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}