@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box;margin:0;padding:0}body{font-family:Montserrat,sans-serif;line-height:1.6}.resilience-bar{height:6px;border-radius:9999px;background:linear-gradient(90deg,#1e3a8a,#2563eb,#38bdf8,#facc15,#f59e0b,#38bdf8,#2563eb,#1e3a8a);background-size:300% 100%;animation:resilience-slide 6s linear infinite}@keyframes resilience-slide{0%{background-position:0% 50%}to{background-position:300% 50%}}@media (prefers-reduced-motion: reduce){.resilience-bar{animation:none}}
