@tailwind base;@tailwind components;@tailwind utilities;body{font-family:Inter,sans-serif;background-color:#12160e;margin:0;overflow-x:hidden}@keyframes blob{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}.animate-blob{animation:blob 10s infinite}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}.bg-circuit{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cpath d='M10 10 L90 10 M90 10 L90 90 M10 90 L10 10 M50 10 L50 90 M10 50 L90 50' fill='none' stroke='%232d3a24' stroke-width='0.5'/%3E%3Ccircle cx='10' cy='10' r='1' fill='%232d3a24'/%3E%3Ccircle cx='90' cy='10' r='1' fill='%232d3a24'/%3E%3Ccircle cx='90' cy='90' r='1' fill='%232d3a24'/%3E%3Ccircle cx='10' cy='90' r='1' fill='%232d3a24'/%3E%3C/svg%3E");background-size:200px 200px}
