@tailwind base;@tailwind components;@tailwind utilities;:root{--font-size-base: 1.25rem}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:var(--font-size-base);background:#1e1b4b;color:#fff;-webkit-tap-highlight-color:transparent;touch-action:manipulation}body.font-grande{--font-size-base: 1.6rem}.btn-access{@apply min-h-[60px] min-w-[60px] rounded-2xl font-bold flex items-center justify-center gap-3 active:scale-95 transition-transform duration-100 select-none cursor-pointer;}@keyframes listening{0%,to{box-shadow:0 0 #8b5cf6b3}50%{box-shadow:0 0 0 20px #8b5cf600}}.listening{animation:listening 1.2s ease-out infinite}.bubble-estia{@apply bg-estia-700 rounded-3xl rounded-tl-sm px-5 py-3 max-w-[80%] text-white;}.bubble-user{@apply bg-white/20 rounded-3xl rounded-tr-sm px-5 py-3 max-w-[80%] text-white self-end;}.scroll-hidden{scrollbar-width:none}.scroll-hidden::-webkit-scrollbar{display:none}@keyframes sos-pulse{0%,to{box-shadow:0 0 #ef4444cc}50%{box-shadow:0 0 0 25px #ef444400}}.sos-btn{animation:sos-pulse 2s ease-out infinite}
