:root{--fg:#171717;--bg:#fff;--muted:#6b7280;--accent:#6366f1;--accent-hover:#4f46e5;--border:#e5e7eb;--card-bg:#f9fafb;--radius:12px;--font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);color:var(--fg);background:var(--bg);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}