{# Pre-built Tailwind bundle + project custom styles. Replaces the old cdn.tailwindcss.com script so we can drop 'unsafe-inline' from the CSP. Rebuild with `.venv/bin/tailwindcss -i tailwind_src/input.css -o static/css/app.css --minify`. #}

Cookie banner generator

Generates a self-contained cookie-consent snippet. The output is plain HTML/CSS/JS — paste it just before </body> on your site. The user's choice is stored in their own browser localStorage; nothing is sent to us.