@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,sans-serif;color-scheme:dark}body{background-color:#020617;color:#f8fafc;margin:0;min-height:100vh;background-image:radial-gradient(circle at 50% 0%,rgba(99,102,241,.15) 0%,transparent 50%);background-attachment:fixed}.gemma-panel-enter{animation:gemma-slide-in .35s cubic-bezier(.16,1,.3,1) forwards}@keyframes gemma-slide-in{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.gemma-spinner{animation:gemma-spin .7s linear infinite}@keyframes gemma-spin{to{transform:rotate(360deg)}}.analysis-modal-backdrop{animation:modal-backdrop-in .25s ease-out forwards}@keyframes modal-backdrop-in{0%{opacity:0}to{opacity:1}}.analysis-modal-enter{animation:modal-panel-in .35s cubic-bezier(.16,1,.3,1) forwards}@keyframes modal-panel-in{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}
