@tailwind base;@tailwind components;@tailwind utilities;.chat-window{position:fixed;bottom:20px;left:20px;z-index:1000;width:300px;height:400px;background:#222;border:1px solid #444;border-radius:8px;overflow:hidden}.music-player-window{position:fixed;bottom:20px;right:20px;z-index:1000;width:300px;height:120px;background:#222;border:1px solid #444;border-radius:8px;overflow:hidden}
