@import"https://fonts.googleapis.com/css2?family=Rajdhani:wght@500;700;800&family=Inter:wght@300;400;700&display=swap&family=Orbitron:wght@300;400;700;900&family=Saira+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;min-height:100vh;overflow-x:hidden;background:#0f1a2a;color:#e2e8f0}h1,h2,h3,h4,h5,h6{font-family:Rajdhani,sans-serif;font-weight:700}#tsparticles{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0}.section{position:relative;z-index:1}@keyframes pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes orbit{0%{transform:rotate(0) translate(120px) rotate(0)}to{transform:rotate(360deg) translate(120px) rotate(-360deg)}}@keyframes scrollIndicator{0%,to{transform:translate(-50%) translateY(0);opacity:.5}50%{transform:translate(-50%) translateY(10px);opacity:1}}@keyframes pulseGlow{0%{transform:scale(1);opacity:.9}50%{transform:scale(1.03);opacity:1}to{transform:scale(1);opacity:.9}}.animate-pulse{animation:pulse 8s infinite ease-in-out}.animate-float{animation:float 10s infinite ease-in-out alternate}.animate-orbit{animation:orbit 20s linear infinite}.animate-pulse-glow{animation:pulseGlow 2s infinite ease-in-out}
