*{margin:0;padding:0;box-sizing:border-box}:root{--primary-h: 173;--primary-s: 80%;--primary-l: 40%;--secondary-h: 315;--secondary-s: 70%;--secondary-l: 50%}body{background-color:#f8fafc;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}@keyframes flyPath{0%{offset-distance:0%;opacity:0}5%{opacity:.6}50%{opacity:.6}95%{opacity:0}to{offset-distance:100%;opacity:0}}@keyframes dashDraw{0%{stroke-dashoffset:1000;opacity:0}50%{opacity:.3}to{stroke-dashoffset:0;opacity:0}}.animate-dash{stroke-dasharray:15;stroke-dashoffset:1000;animation:dashDraw 12s linear infinite}.animate-fly{offset-path:path("M -100,200 Q 300,50 600,300 T 1200,100");opacity:0;animation:flyPath 12s linear infinite}
