@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&family=Space+Grotesk:wght@700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--font-sans: "Inter", sans-serif;--font-display: "Space Grotesk", sans-serif;--color-bg: #0f172a;--color-accent-orange: #F97316;--color-accent-cyan: #0891B2}body{margin:0;font-family:var(--font-sans);background-color:var(--color-bg);color:#fff;scroll-behavior:smooth}.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#1e293b}.custom-scrollbar::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#64748b}.cookie-banner{@apply fixed bottom-0 left-0 right-0 p-4 bg-slate-900/95 border-t border-slate-700 z-50 backdrop-blur-md flex flex-col md:flex-row items-center gap-4 justify-between transition-all duration-300;}.floating-gastrobot{position:fixed;bottom:2rem;right:2rem;width:4rem;height:4rem;z-index:40;cursor:pointer;transition:transform .3s}.floating-gastrobot:hover{transform:scale(1.1)}.floating-chat-bubble{position:absolute;bottom:120%;right:0;background-color:#fff;color:#1f2937;padding:.75rem 1rem;border-radius:1rem;border-bottom-right-radius:0;box-shadow:0 10px 15px -3px #0000001a;white-space:nowrap;opacity:0;transform:translateY(10px) scale(.95);transition:all .3s ease-in-out;pointer-events:none;font-weight:500;z-index:41}.floating-chat-bubble.show{opacity:1;transform:translateY(0) scale(1)}@keyframes pulse-shadow{0%,to{box-shadow:0 0 #f97316b3}50%{box-shadow:0 0 0 10px #f9731600}}.animate-pulse-shadow{animation:pulse-shadow 2s infinite}@keyframes pulse-shadow-white{0%,to{box-shadow:0 0 #ffffffb3}50%{box-shadow:0 0 0 10px #fff0}}.animate-pulse-shadow-white{animation:pulse-shadow-white 2s infinite}.thinking-glow{filter:drop-shadow(0 0 2px #F97316);animation:glow 1.5s ease-in-out infinite alternate}@keyframes glow{0%{filter:drop-shadow(0 0 2px #F97316)}to{filter:drop-shadow(0 0 8px #F97316)}}
