@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--background:0 0% 100%;--foreground:240 10% 3.9%;--card:0 0% 100%;--card-foreground:240 10% 3.9%;--popover:0 0% 100%;--popover-foreground:240 10% 3.9%;--primary:240 5.9% 10%;--primary-foreground:0 0% 98%;--secondary:240 4.8% 95.9%;--secondary-foreground:240 5.9% 10%;--muted:240 5% 88%;--muted-foreground:240 5% 30%;--accent:240 5% 88%;--accent-foreground:240 5.9% 10%;--destructive:0 84.2% 60.2%;--destructive-foreground:0 0% 98%;--border:240 5.9% 90%;--input:240 5.9% 90%;--ring:240 10% 3.9%;--glass-background:hsla(0,0%,100%,.8);--glass-border:hsla(240,6%,85%,.85);--glass-blur:blur(12px);--glass-shadow:0 4px 12px rgba(0,0,0,.05);--radius:0.75rem}#root,body,html{width:100%;height:100%;margin:0;overflow:hidden;background:hsl(var(--background));color:hsl(var(--foreground));font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}li,ol,ul{margin:0;padding:0;list-style:none}button{cursor:pointer;font-family:inherit;border:none;background:none;transition:all .2s cubic-bezier(.4,0,.2,1)}*{box-sizing:border-box}.transition-all{transition:all .2s cubic-bezier(.4,0,.2,1)}