@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif}#root{width:100%;min-height:100vh}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fade-in .5s ease-out forwards}@keyframes gradient-xy{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.animate-gradient-xy{background-size:400% 400%;animation:gradient-xy 15s ease infinite}@keyframes breathing-glow{0%{box-shadow:0 0 20px rgba(var(--accent-rgb),.2)}50%{box-shadow:0 0 50px rgba(var(--accent-rgb),.6)}to{box-shadow:0 0 20px rgba(var(--accent-rgb),.2)}}.animate-breathing-glow{animation:breathing-glow 4s ease-in-out infinite}@keyframes soft-pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.02);opacity:.95}to{transform:scale(1);opacity:1}}.animate-soft-pulse{animation:soft-pulse 6s ease-in-out infinite}@keyframes pan-left{0%{background-position:0% 50%}to{background-position:100% 50%}}.animate-pan-left{animation:pan-left 30s linear infinite alternate;background-size:150% auto!important}@keyframes pan-right{0%{background-position:100% 50%}to{background-position:0% 50%}}.animate-pan-right{animation:pan-right 30s linear infinite alternate;background-size:150% auto!important}
