@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap");body,html{padding:0;margin:0;font-family:Poppins,sans-serif;color:#555}*{box-sizing:border-box}a{text-decoration:none;color:inherit}body{display:flex;flex-direction:column;height:100vh;width:100%}footer{margin-top:auto;text-align:center;padding:20px 0;background-color:#f8f9fa}footer nav a{margin:0 15px;text-decoration:none;color:#007bff}footer nav a:hover{text-decoration:underline}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb{background:#888;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#555}.react-flow__edges{z-index:9999!important}.react-flow__nodes{z-index:1!important}.react-flow__edges path{pointer-events:none}