@tailwind base;@tailwind components;@tailwind utilities;@keyframes pulse-slow{0%{transform:scale(1);opacity:.4}to{transform:scale(1.1);opacity:.7}}.animate-pulse-slow{animation:pulse-slow 6s ease-in-out infinite alternate}.ember{position:absolute;bottom:-20px;width:6px;height:6px;background:linear-gradient(135deg,#fb923c,#ea580c);opacity:0;border-radius:2px;animation:rise 12s infinite ease-in}@keyframes rise{0%{transform:translateY(0) translate(0);opacity:0}20%{opacity:.6}to{transform:translateY(-110vh) translate(30px);opacity:0}}.ember-layer .ember:nth-child(odd){width:4px;height:4px;animation-duration:18s}.ember-layer .ember:nth-child(2n){width:8px;height:8px;animation-duration:14s}
