@tailwind base;@tailwind components;@tailwind utilities;html{scroll-behavior:smooth}body{background-color:#0a192f;color:#ccd6f6;overflow-x:hidden}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#061121}::-webkit-scrollbar-thumb{background:#003782;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#004ba3}.parallax-bg{background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover}@layer utilities{.text-shadow-glow{text-shadow:0 0 15px rgba(0,150,255,.6),0 0 30px rgba(0,55,130,.4)}.glass-card{background:#061121b3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08)}.animate-pulse-slow{animation:pulse 4s cubic-bezier(.4,0,.6,1) infinite}.animate-bounce-slow{animation:bounce-slow 3s ease-in-out infinite}.animate-spin-slow{animation:spin-slow 20s linear infinite}.animate-float{animation:float 6s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes bounce-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}}
