*{box-sizing:border-box;margin:0;padding:0}html,body{overflow-x:hidden}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:#faf7f2;color:#2d2b28;min-height:100dvh;-webkit-font-smoothing:antialiased}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.pulse-dot{animation:pulse-dot 2s ease-in-out infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.shimmer{background:linear-gradient(90deg,#ede8e0 25%,#faf7f2,#ede8e0 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}@keyframes toast-in{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes toast-out{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}.toast-in{animation:toast-in .3s ease-out}.toast-out{animation:toast-out .3s ease-in forwards}@keyframes pulse-urgency{0%,to{box-shadow:0 0 8px #ef44444d}50%{box-shadow:0 0 20px #ef444499}}.pulse-urgency{animation:pulse-urgency 1.5s ease-in-out infinite}@keyframes flame-glow{0%,to{text-shadow:0 0 4px rgba(212,160,23,.4)}50%{text-shadow:0 0 12px rgba(212,160,23,.8)}}.hot-streak{animation:flame-glow 2s ease-in-out infinite}
