@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(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1)}.animate-pulse-slow{animation:pulse 4s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}}
