@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:#0f0f23;color:#e2e8f0;overflow:hidden;height:100vh}.react-flow__background{background:#0f0f23!important}.react-flow__controls button{background:#1e1e3a!important;border-color:#2d2d5e!important;color:#e2e8f0!important}.react-flow__controls button:hover{background:#2d2d5e!important}.react-flow__minimap{background:#1e1e3a!important;border:1px solid #2d2d5e!important;border-radius:8px!important}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#4a4a8a;border-radius:3px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}