@import "tailwindcss"; /* DaisyUI v5 — enable the plugin AND bundle the dracula theme (set as default, applied via ). Themes not listed here are NOT bundled, so dracula must be named explicitly, not merely referenced. */ @plugin "daisyui" { themes: dracula --default; } /* App shell fills the viewport and never scrolls/overflows at the page level — the inner regions (tab strip, chat transcript) own their own scrolling. */ html, body, #app { height: 100%; } body { overflow: hidden; }