@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background:0 0% 100%;--foreground:222.2 84% 4.9%;--card:0 0% 100%;--card-foreground:222.2 84% 4.9%;--popover:0 0% 100%;--popover-foreground:222.2 84% 4.9%;--primary:222.2 47.4% 11.2%;--primary-foreground:210 40% 98%;--secondary:210 40% 96.1%;--secondary-foreground:222.2 47.4% 11.2%;--muted:210 40% 96.1%;--muted-foreground:215.4 16.3% 46.9%;--accent:210 40% 96.1%;--accent-foreground:222.2 47.4% 11.2%;--destructive:0 84.2% 60.2%;--destructive-foreground:210 40% 98%;--border:214.3 31.8% 91.4%;--input:214.3 31.8% 91.4%;--ring:222.2 84% 4.9%;--radius:.5rem}.dark{--background:222.2 84% 4.9%;--foreground:210 40% 98%;--card:222.2 84% 4.9%;--card-foreground:210 40% 98%;--popover:222.2 84% 4.9%;--popover-foreground:210 40% 98%;--primary:210 40% 98%;--primary-foreground:222.2 47.4% 11.2%;--secondary:217.2 32.6% 17.5%;--secondary-foreground:210 40% 98%;--muted:217.2 32.6% 17.5%;--muted-foreground:215 20.2% 65.1%;--accent:217.2 32.6% 17.5%;--accent-foreground:210 40% 98%;--destructive:0 62.8% 30.6%;--destructive-foreground:210 40% 98%;--border:217.2 32.6% 17.5%;--input:217.2 32.6% 17.5%;--ring:212.7 26.8% 83.9%}@apply border-border;@apply bg-background text-foreground;}html,body,#root{width:100%;height:100%;margin:0;padding:0}@layer utilities{.liquid-glass{-webkit-backdrop-filter:blur(25px)saturate(200%);background:#fff6;border:1px solid #fff9;border-radius:3rem;box-shadow:inset 0 1px 1px #fff,0 10px 40px -10px #0000000d}.liquid-glass-dark{-webkit-backdrop-filter:blur(25px)saturate(180%);background:#1414144d;border:1px solid #ffffff1a;box-shadow:0 8px 32px #0000005e}.liquid-nav{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff0d;border-right:1px solid #ffffff1a}.glow-mesh{background-color:#f2fbfe;background-image:radial-gradient(at 0 0,#d6fbff 0,#0000 50%),radial-gradient(at 50% 0,#e3e0ff 0,#0000 50%),radial-gradient(at 100% 0,#ebf5ff 0,#0000 50%),radial-gradient(at 0 100%,#d6fbff 0,#0000 50%),radial-gradient(at 100% 100%,#e3e0ff 0,#0000 50%)}}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:0 0}.custom-scrollbar::-webkit-scrollbar-thumb{background:#006d771a;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#006d7733}.uiverse-loader{width:120px;height:90px;margin:0 auto;position:relative}.uiverse-loader:before{content:"";background:#006d77;border-radius:50%;width:30px;height:30px;animation:.5s ease-in-out infinite alternate loading-bounce;position:absolute;bottom:0;left:20px}.uiverse-loader:after{content:"";border-radius:4px;width:45px;height:7px;animation:1s ease-in-out infinite loading-step;position:absolute;top:0;right:0;box-shadow:0 5px #2a9d8f,-35px 50px #2a9d8f,-70px 95px #2a9d8f}@keyframes loading-bounce{0%{transform:scaleY(.7)}40%{transform:scale(.8,1.2)}60%{transform:scale(1)}to{bottom:80px}}@keyframes loading-step{0%{box-shadow:0 10px #0000,0 10px #2a9d8f,-35px 50px #2a9d8f,-70px 90px #2a9d8f}to{box-shadow:0 10px #2a9d8f,-35px 50px #2a9d8f,-70px 90px #2a9d8f,-70px 90px #0000}}
