@tailwind base;@tailwind components;@tailwind utilities;:root{--background:240 10% 3.9%;--foreground:0 0% 98%;--card:240 10% 3.9%;--card-foreground:0 0% 98%;--popover:240 10% 3.9%;--popover-foreground:0 0% 98%;--primary:267 75% 60%;--primary-foreground:0 0% 98%;--secondary:240 3.7% 15.9%;--secondary-foreground:0 0% 98%;--muted:240 3.7% 15.9%;--muted-foreground:240 5% 64.9%;--accent:240 3.7% 15.9%;--accent-foreground:0 0% 98%;--destructive:0 62.8% 30.6%;--destructive-foreground:0 0% 98%;--border:240 3.7% 15.9%;--input:240 3.7% 15.9%;--ring:267 75% 60%;--radius:0.5rem}html{scroll-behavior:smooth}body{@apply bg-background text-foreground}@layer base{*{@apply border-border}}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:rgba(31,31,35,.5);border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background:rgba(124,58,237,.5);border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:rgba(139,92,246,.7)}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(124,58,237,.5) rgba(31,31,35,.5)}@keyframes moveBlob{0%{transform:translate(0) scale(1)}50%{transform:translate(10%,15%) scale(1.1)}to{transform:translate(-5%,-10%) scale(.95)}}@keyframes moveHorizontal{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes moveHorizontalWithFade{0%{transform:translateX(-100%);opacity:0}10%{opacity:.3}50%{opacity:.3}90%{opacity:0}to{transform:translateX(100%);opacity:0}}