81c0b26b71
Build produced 308-byte stub CSS (raw @tailwind directives, unprocessed) instead of real 27KB compiled stylesheet. Dockerfile missed copying tailwind.config.js + postcss.config.js into build context. Page rendered as unstyled white text. Added COPY for both configs. Rebuild: CSS now 27146 bytes. App styled.