@tailwind base;@tailwind components;@tailwind utilities;body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.BuyMeACoffee_container__OODTu{position:fixed;bottom:32px;right:32px;z-index:9999}.BuyMeACoffee_button__SmONh{display:flex;align-items:center;gap:8px;padding:12px;background-color:#255c3b;color:#fff;border-radius:100px;text-decoration:none;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:all .3s ease;overflow:hidden;width:48px;height:48px}.BuyMeACoffee_button__SmONh.BuyMeACoffee_expanded__BbRSC{width:180px;padding:12px 20px}.BuyMeACoffee_icon__ZSSzu{flex-shrink:0;transition:transform .3s ease}.BuyMeACoffee_button__SmONh:hover .BuyMeACoffee_icon__ZSSzu{transform:rotate(12deg)}.BuyMeACoffee_text__MDijs{font-family:Montserrat,sans-serif;font-weight:500;font-size:14px;white-space:nowrap;opacity:0;transform:translateX(-10px);transition:all .3s ease}.BuyMeACoffee_button__SmONh.BuyMeACoffee_expanded__BbRSC .BuyMeACoffee_text__MDijs{opacity:1;transform:translateX(0)}@media (max-width:768px){.BuyMeACoffee_container__OODTu{bottom:16px;right:16px}.BuyMeACoffee_button__SmONh{width:36px;height:36px;padding:8px}.BuyMeACoffee_button__SmONh.BuyMeACoffee_expanded__BbRSC{width:140px;padding:8px 12px}.BuyMeACoffee_icon__ZSSzu{width:18px;height:18px}.BuyMeACoffee_text__MDijs{font-size:12px}}