.brazil-gradient { background: linear-gradient(135deg, #009c3b 0%, #ffdf00 100%) !important; }
.no-scrollbar::-webkit-scrollbar { display: none !important; }
.no-scrollbar { -ms-overflow-style: none !important; scrollbar-width: none !important; }
.hidden { display: none !important; }
#pt-app { line-height: 1.2; -webkit-font-smoothing: antialiased; box-sizing: border-box; }
#pt-app * { box-sizing: inherit; }
#chat-window { scroll-behavior: smooth; }
.carousel-btn.bg-green-500 { background-color: #22c55e !important; color: white !important; border-color: #16a34a !important; }
@keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.02); } 100% { transform: scale(1); } }
.animate-pulse { animation: pulse 2s infinite; }