@tailwind base;@tailwind components;@tailwind utilities;:root{--background:222 47% 11%;--foreground:213 27% 96%}body{background:#020617;color:#f8fafc;overflow-x:hidden;font-feature-settings:"overline" 0,"salt" 1}.bg-glow-blue{background:radial-gradient(circle at 50% 50%,rgba(59,130,246,.15) 0,transparent 70%)}.bg-glow-emerald{background:radial-gradient(circle at 50% 50%,rgba(16,185,129,.15) 0,transparent 70%)}.bg-glow-rose{background:radial-gradient(circle at 50% 50%,rgba(244,63,94,.15) 0,transparent 70%)}.glass{background:hsla(0,0%,100%,.03);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.1);box-shadow:0 25px 50px -12px rgba(0,0,0,.5)}.text-gradient-blue,.text-gradient-emerald,.text-gradient-rose{@apply bg-clip-text text-transparent bg-gradient-to-r from-rose-400 to-orange-400}@keyframes pulse-soft{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse-soft{animation:pulse-soft 3s infinite}