:root{--background:#ffffff;--foreground:#171717;--muted:#6b7280;--accent:#2563eb}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--muted:#9ca3af;--accent:#60a5fa}}*{box-sizing:border-box}body,html{padding:0;margin:0;background:var(--background);color:var(--foreground);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}