- static/style.css: CSS variable-based theming with: - Typography (system fonts, monospace for code) - Layout (centered content, nav/main/footer structure) - Dark mode via prefers-color-scheme - Component styles (posts, cards, tags, hero) - src/main.rs: Add copy_static_assets() to copy static/ directory to public/ during build Phase 1 complete. Ready for syntax highlighting.