Nine self-contained HTML files. Shared visual vocabulary — Cabinet Grotesk × Instrument Serif, the lime → sky split for seeker → employer, custom SVG logo, Lucide iconography throughout. Each card opens its v3 file in a new tab.
index.htmlemployer.htmljobs.htmllogin.htmlsignup.htmldashboard.htmlevaluate.htmlresumes.htmlagent.htmlEach file is a drop-in replacement. They reference the original auth + service modules — paths preserved.
/src/services/AuthService.js, /src/lib/supabase.js, /src/lib/ui.js and the rest — same paths as the originals, no breakage.assets/. Copy them to /public/assets/ or inline the SVG (it's tiny — already inlined in every page)./api/agent. The evaluator demo path is a placeholder — wire it to your server proxy before shipping.-v3 path and replace the originals on a new branch (design-v3). The zip preserves filenames so it's a one-shot overwrite.