{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/dCCHY3RWgvvGmKqfKr7v/l9PhMzD4NEsJkHumNSh5/augiA20Il.js"],
  "sourcesContent": ["// Generated by Framer (1119174)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, Container, cx, GeneratedComponentContext, getFonts, LazyValue, Link, PropertyOverrides, removeHiddenBreakpointLayers, RichText, useHydratedBreakpointVariants, useLocaleInfo, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport Embed from \"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/9zLIz4fn80IR9zpOx18Q/Embed.js\";\nimport Head from \"https://framerusercontent.com/modules/mtJwy6ka9dNCXLhxzk1P/zFDEDZYFiMU3ei8Smimc/qkrv2Jpyw.js\";\nimport metadataProvider from \"https://framerusercontent.com/modules/wQZ62m38C7IyeAO8FOiI/uOO2bwhCTsvf8EoOlkst/augiA20Il.js\";\nconst HeadFonts = getFonts(Head);\nconst EmbedFonts = getFonts(Embed);\nconst cycleOrder = [\"WQLkyLRf1\", \"mpF0qYcqt\", \"cUXfVwafz\"];\nconst breakpoints = {\n  cUXfVwafz: \"(min-width: 768px) and (max-width: 1199px)\",\n  mpF0qYcqt: \"(max-width: 767px)\",\n  WQLkyLRf1: \"(min-width: 1200px)\"\n};\nconst isBrowser = () => typeof document !== \"undefined\";\nconst serializationHash = \"framer-bgALc\";\nconst variantClassNames = {\n  cUXfVwafz: \"framer-v-1ytfbeo\",\n  mpF0qYcqt: \"framer-v-1wmmwuf\",\n  WQLkyLRf1: \"framer-v-72rtr7\"\n};\nif (isBrowser()) {\n  removeHiddenBreakpointLayers(\"WQLkyLRf1\", breakpoints, variantClassNames);\n}\nconst transitions = {\n  default: {\n    duration: 0\n  }\n};\nconst valuesByLocaleId = {\n  p9nnlcI27: new LazyValue(() => import(\"./augiA20Il-0.js\"))\n};\nconst preloadLocalizedValues = locale => {\n  const promises = [];\n  while (locale) {\n    const values = valuesByLocaleId[locale.id];\n    if (values) {\n      const promise = values.preload();\n      if (promise) {\n        promises.push(promise);\n      }\n    }\n    locale = locale.fallback;\n  }\n  if (promises.length > 0) {\n    return Promise.all(promises);\n  }\n};\nconst getLocalizedValue = (key, locale) => {\n  while (locale) {\n    const values = valuesByLocaleId[locale.id];\n    if (values) {\n      const value = values.read()[key];\n      if (value) {\n        return value;\n      }\n    }\n    locale = locale.fallback;\n  }\n};\nconst metadata = metadataProvider();\nconst humanReadableVariantMap = {\n  Desktop: \"WQLkyLRf1\",\n  Phone: \"mpF0qYcqt\",\n  Tablet: \"cUXfVwafz\"\n};\nconst getProps = ({\n  height,\n  id,\n  width,\n  ...props\n}) => {\n  var _humanReadableVariantMap_props_variant, _ref;\n  return {\n    ...props,\n    variant: (_ref = (_humanReadableVariantMap_props_variant = humanReadableVariantMap[props.variant]) !== null && _humanReadableVariantMap_props_variant !== void 0 ? _humanReadableVariantMap_props_variant : props.variant) !== null && _ref !== void 0 ? _ref : \"WQLkyLRf1\"\n  };\n};\nconst Component = /*#__PURE__*/React.forwardRef(function (props, ref) {\n  const {\n    activeLocale,\n    setLocale\n  } = useLocaleInfo();\n  const {\n    style,\n    className,\n    layoutId,\n    variant,\n    ...restProps\n  } = getProps(props);\n  React.useLayoutEffect(() => {\n    const metadata1 = metadataProvider(undefined, activeLocale);\n    document.title = metadata1.title || \"\";\n    if (metadata1.viewport) {\n      var _document_querySelector;\n      (_document_querySelector = document.querySelector('meta[name=\"viewport\"]')) === null || _document_querySelector === void 0 ? void 0 : _document_querySelector.setAttribute(\"content\", metadata1.viewport);\n    }\n    if (metadata1.bodyClassName) {\n      Array.from(document.body.classList).filter(c => c.startsWith(\"framer-body-\")).map(c => document.body.classList.remove(c));\n      document.body.classList.add(`${metadata1.bodyClassName}-framer-bgALc`);\n      return () => {\n        document.body.classList.remove(`${metadata1.bodyClassName}-framer-bgALc`);\n      };\n    }\n  }, [undefined, activeLocale]);\n  const [baseVariant, hydratedBaseVariant] = useHydratedBreakpointVariants(variant, breakpoints, false);\n  const gestureVariant = undefined;\n  const transition = transitions.default;\n  const preloadPromise = preloadLocalizedValues(activeLocale);\n  if (preloadPromise) throw preloadPromise;\n  const ref1 = React.useRef(null);\n  const isDisplayed = () => {\n    if (baseVariant === \"mpF0qYcqt\") return !isBrowser();\n    return true;\n  };\n  const isDisplayed1 = () => {\n    if (baseVariant === \"mpF0qYcqt\") return true;\n    return !isBrowser();\n  };\n  const isDisplayed2 = () => {\n    if (baseVariant === \"cUXfVwafz\") return true;\n    return !isBrowser();\n  };\n  const isDisplayed3 = () => {\n    if ([\"mpF0qYcqt\", \"cUXfVwafz\"].includes(baseVariant)) return !isBrowser();\n    return true;\n  };\n  const defaultLayoutId = React.useId();\n  const sharedStyleClassNames = [];\n  return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider, {\n    value: {\n      primaryVariantId: \"WQLkyLRf1\",\n      variantClassNames\n    },\n    children: /*#__PURE__*/_jsx(LayoutGroup, {\n      id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n      children: /*#__PURE__*/_jsxs(motion.div, {\n        className: cx(\"framer-bgALc\", ...sharedStyleClassNames),\n        style: {\n          display: \"contents\"\n        },\n        children: [/*#__PURE__*/_jsxs(motion.div, {\n          ...restProps,\n          className: cx(\"framer-72rtr7\", className),\n          ref: ref !== null && ref !== void 0 ? ref : ref1,\n          style: {\n            ...style\n          },\n          children: [/*#__PURE__*/_jsx(Container, {\n            className: \"framer-ggbkon-container\",\n            children: /*#__PURE__*/_jsx(Head, {\n              height: \"100%\",\n              id: \"ohoCxURo6\",\n              layoutId: \"ohoCxURo6\",\n              style: {\n                width: \"100%\"\n              },\n              width: \"100%\"\n            })\n          }), /*#__PURE__*/_jsx(\"div\", {\n            className: \"framer-dlbztl\",\n            \"data-framer-name\": \"2 Columns Text Image\",\n            name: \"2 Columns Text Image\",\n            children: /*#__PURE__*/_jsxs(\"div\", {\n              className: \"framer-1vtpocc\",\n              children: [/*#__PURE__*/_jsxs(\"div\", {\n                className: \"framer-ig2b0d\",\n                \"data-framer-name\": \"Content\",\n                name: \"Content\",\n                children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    cUXfVwafz: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"h1\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                            \"--framer-font-family\": '\"Inter\", \"Inter Placeholder\", sans-serif',\n                            \"--framer-font-size\": \"37px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-2px\",\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"rgb(255, 255, 255)\"\n                          },\n                          children: \"\u6210\u4EA4\u91CF\u4E8C\u7DAD\u77E9\u9663\"\n                        })\n                      })\n                    },\n                    mpF0qYcqt: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"h1\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                            \"--framer-font-family\": '\"Inter\", \"Inter Placeholder\", sans-serif',\n                            \"--framer-font-size\": \"43px\",\n                            \"--framer-font-weight\": \"700\",\n                            \"--framer-letter-spacing\": \"-2px\",\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"rgb(255, 255, 255)\"\n                          },\n                          children: \"\u6210\u4EA4\u91CF\u4E8C\u7DAD\u77E9\u9663\"\n                        })\n                      })\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"h1\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                          \"--framer-font-family\": '\"Inter\", \"Inter Placeholder\", sans-serif',\n                          \"--framer-font-size\": \"50px\",\n                          \"--framer-font-weight\": \"700\",\n                          \"--framer-letter-spacing\": \"-2px\",\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"rgb(255, 255, 255)\"\n                        },\n                        children: \"\u6210\u4EA4\u91CF\u4E8C\u7DAD\u77E9\u9663\"\n                      })\n                    }),\n                    className: \"framer-jshcfs\",\n                    fonts: [\"GF;Inter-700\"],\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })\n                }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    cUXfVwafz: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"h2\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7SW50ZXItNTAw\",\n                            \"--framer-font-family\": '\"Inter\", \"Inter Placeholder\", sans-serif',\n                            \"--framer-font-weight\": \"500\",\n                            \"--framer-letter-spacing\": \"-0.5px\",\n                            \"--framer-line-height\": \"1.5em\",\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"rgb(201, 201, 201)\"\n                          },\n                          children: \"\u4EE5 2D \u77E9\u9663\u6578\u64DA\u53EF\u8996\u5316\u7684\u65B9\u5F0F\uFF0C\u5728\u6642\u9593\u89C0\u5BDF\u5340\u57DF\u4E2D\u5448\u73FE\u50F9\u683C\u6CE2\u52D5\u8207\u4EA4\u6613\u91CF\u7684\u95DC\u4FC2\u3002\"\n                        })\n                      })\n                    },\n                    mpF0qYcqt: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"h2\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7SW50ZXItNTAw\",\n                            \"--framer-font-family\": '\"Inter\", \"Inter Placeholder\", sans-serif',\n                            \"--framer-font-size\": \"20px\",\n                            \"--framer-font-weight\": \"500\",\n                            \"--framer-letter-spacing\": \"-0.5px\",\n                            \"--framer-line-height\": \"1.5em\",\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"rgb(201, 201, 201)\"\n                          },\n                          children: \"\u4EE5 2D \u77E9\u9663\u6578\u64DA\u53EF\u8996\u5316\u7684\u65B9\u5F0F\uFF0C\u5728\u6642\u9593\u89C0\u5BDF\u5340\u57DF\u4E2D\u5448\u73FE\u50F9\u683C\u6CE2\u52D5\u8207\u4EA4\u6613\u91CF\u7684\u95DC\u4FC2\u3002\"\n                        })\n                      })\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"h2\", {\n                        style: {\n                          \"--font-selector\": \"R0Y7SW50ZXItNTAw\",\n                          \"--framer-font-family\": '\"Inter\", \"Inter Placeholder\", sans-serif',\n                          \"--framer-font-size\": \"24px\",\n                          \"--framer-font-weight\": \"500\",\n                          \"--framer-letter-spacing\": \"-0.5px\",\n                          \"--framer-line-height\": \"1.5em\",\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"rgb(201, 201, 201)\"\n                        },\n                        children: \"\u4EE5 2D \u77E9\u9663\u6578\u64DA\u53EF\u8996\u5316\u7684\u65B9\u5F0F\uFF0C\u5728\u6642\u9593\u89C0\u5BDF\u5340\u57DF\u4E2D\u5448\u73FE\u50F9\u683C\u6CE2\u52D5\u8207\u4EA4\u6613\u91CF\u7684\u95DC\u4FC2\u3002\"\n                      })\n                    }),\n                    className: \"framer-zrtxyn\",\n                    fonts: [\"GF;Inter-500\"],\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })\n                }), /*#__PURE__*/_jsxs(\"div\", {\n                  className: \"framer-5c1ntw\",\n                  children: [/*#__PURE__*/_jsx(Link, {\n                    href: {\n                      webPageId: \"augiA20Il\"\n                    },\n                    openInNewTab: false,\n                    smoothScroll: true,\n                    children: /*#__PURE__*/_jsx(\"a\", {\n                      className: \"framer-16pmws1 framer-lux5qc\",\n                      \"data-framer-name\": \"Button\",\n                      name: \"Button\",\n                      children: /*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"p\", {\n                            style: {\n                              \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                              \"--framer-font-family\": '\"Inter\", \"Inter Placeholder\", sans-serif',\n                              \"--framer-font-size\": \"14px\",\n                              \"--framer-font-weight\": \"700\",\n                              \"--framer-text-alignment\": \"center\",\n                              \"--framer-text-color\": \"rgb(255, 255, 255)\"\n                            },\n                            children: \"\u4EA4\u6613\u6578\u64DA\"\n                          })\n                        }),\n                        className: \"framer-1tforz1\",\n                        fonts: [\"GF;Inter-700\"],\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })\n                    })\n                  }), /*#__PURE__*/_jsx(Link, {\n                    href: {\n                      webPageId: \"na96hBJyt\"\n                    },\n                    children: /*#__PURE__*/_jsx(\"a\", {\n                      className: \"framer-1t4nxwm framer-lux5qc\",\n                      \"data-framer-name\": \"Button\",\n                      name: \"Button\",\n                      children: /*#__PURE__*/_jsx(RichText, {\n                        __fromCanvasComponent: true,\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"p\", {\n                            style: {\n                              \"--font-selector\": \"R0Y7SW50ZXItNzAw\",\n                              \"--framer-font-family\": '\"Inter\", \"Inter Placeholder\", sans-serif',\n                              \"--framer-font-size\": \"14px\",\n                              \"--framer-font-weight\": \"700\",\n                              \"--framer-text-alignment\": \"center\",\n                              \"--framer-text-color\": \"rgb(51, 51, 51)\"\n                            },\n                            children: \"\u4E09\u7DAD\u6578\u64DA\"\n                          })\n                        }),\n                        className: \"framer-4stov1\",\n                        fonts: [\"GF;Inter-700\"],\n                        verticalAlignment: \"top\",\n                        withExternalLayout: true\n                      })\n                    })\n                  })]\n                })]\n              }), isDisplayed() && /*#__PURE__*/_jsx(Container, {\n                className: \"framer-1wnknuz-container hidden-1wmmwuf\",\n                children: /*#__PURE__*/_jsx(Embed, {\n                  height: \"100%\",\n                  html: \"<!DOCTYPE html>\\n<html>\\n<head>\\n    <title>WebSocket\u6578\u64DA\u6D41\u986F\u793A</title>\\n    <style>\\n        body {\\n            background-color: #1e1e1e;\\n            color: white;\\n            font-family: 'Menlo', monospace;\\n        }\\n        table {\\n            width: 100%;\\n            border-collapse: collapse;\\n        }\\n        td {\\n            text-align: center;\\n            border: 1px solid #555;\\n            padding: 5px 10px;\\n            font-weight: bold;\\n        }\\n        /* \u9019\u88E1\u4F7F\u7528\u4E86\u5A92\u9AD4\u67E5\u8A62\u4F86\u91DD\u5C0D\u4E0D\u540C\u7684\u5C4F\u5E55\u5C3A\u5BF8\u8ABF\u6574\u5B57\u9AD4\u5927\u5C0F */\\n        @media screen and (max-width: 768px) {\\n            td {\\n                font-size: 14px; /* \u5C0F\u5C4F\u5E55\u6642\u7684\u5B57\u9AD4\u5927\u5C0F */\\n            }\\n        }\\n        @media screen and (min-width: 769px) {\\n            td {\\n                font-size: 16px; /* \u5927\u5C4F\u5E55\u6642\u7684\u5B57\u9AD4\u5927\u5C0F */\\n            }\\n        }\\n        /* \u984F\u8272\u985E\u5225 */\\n        /* \u589E\u5F37\u7684\u984F\u8272\u985E\u5225 */\\n        .green1 { color: #b6ff00; background-color: #003300; }\\n        .green2 { color: #aaff00; background-color: #003300; }\\n        .green3 { color: #9eff00; background-color: #003300; }\\n        .green4 { color: #92ff00; background-color: #003300; }\\n        .green5 { color: #86ff00; background-color: #003300; }\\n        .green6 { color: #7aff00; background-color: #003300; }\\n\\n        .pink1 { color: #ff80b3; background-color: #330000; }\\n        .pink2 { color: #ff66a3; background-color: #330000; }\\n        .pink3 { color: #ff4d94; background-color: #330000; }\\n        .pink4 { color: #ff3385; background-color: #330000; }\\n        .pink5 { color: #ff1a75; background-color: #330000; }\\n        .pink6 { color: #ff0066; background-color: #330000; }\\n\\n        .yellow { color: #000000; background-color: #ffff00; }\\n\\n        .bg-green { background-color: #003300; }\\n        .bg-pink { background-color: #330000; }\\n        .default { color: #0E181C; }\\n        /* \u8CA0\u6578\u5B57\u9AD4\u984F\u8272\u57FA\u65BC\u7C89\u7D05\u8272\u7D1A\u5225\u8A2D\u7F6E */\\n        .pink-negative { color: #ff004d; }\\n        .pink-low { color: #ff1a66; }\\n        .pink-medium { color: #ff3380; }\\n        .pink-high { color: #ff4996; }\\n        .pink-very-high { color: #e60044; }\\n        .pink-extreme { color: #cc003b; }\\n    </style>\\n</head>\\n<body>\\n    <div id=\\\"dataMatrix\\\"></div>\\n\\n    <script>\\n        const ws = new WebSocket('wss://nq.algohash.app');\\n        const dataMatrix = document.getElementById('dataMatrix');\\n        let highlightMap = [];\\n        let lastMatrix = [];\\n        let currentMatrix = [];\\n\\n        ws.onmessage = function(event) {\\n            const data = JSON.parse(event.data);\\n            lastMatrix = currentMatrix;\\n            currentMatrix = data.z;\\n            displayMatrix(currentMatrix);\\n        };\\n\\n        function displayMatrix(matrix) {\\n            let html = '<table>';\\n            matrix.forEach((row, rowIndex) => {\\n                if (!highlightMap[rowIndex]) {\\n                    highlightMap[rowIndex] = [];\\n                }\\n                html += '<tr>';\\n                row.forEach((value, columnIndex) => {\\n                    if (lastMatrix[rowIndex] && value !== lastMatrix[rowIndex][columnIndex]) {\\n                        highlightMap[rowIndex][columnIndex] = Date.now();\\n                    }\\n                    const colorClass = getColorClass(value, rowIndex, columnIndex);\\n                    // \u4F7F\u7528toFixed(0)\u5C07\u6578\u5B57\u8F49\u63DB\u70BA\u6574\u6578\\n                    html += '<td class=\\\"' + colorClass.class + '\\\" style=\\\"background-color:' + colorClass.bgColor + '\\\">' + value.toFixed(0) + '</td>';\\n                });\\n                html += '</tr>';\\n            });\\n            html += '</table>';\\n            dataMatrix.innerHTML = html;\\n        }\\n\\n\\n        function getColorClass(volume, rowIndex, columnIndex) {\\n            let colorClass = { class: 'default', bgColor: '' };\\n            const maxBuy = 12; // \u6700\u5927\u8CB7\u5165\u503C\\n            const minSell = -12; // \u6700\u5C0F\u8CE3\u51FA\u503C\\n            const step = (maxBuy - minSell) / 6; // \u6B65\u9577\\n            \\n            if (volume === 0) {\\n                // \u7576\u503C\u70BA0\u6642\uFF0C\u4F7F\u7528\u6DF1\u85CD\u8272\u80CC\u666F\\n                colorClass.class = 'blue';\\n                colorClass.bgColor = '#000000'; // \u6DF1\u85CD\u8272\\n            } else if (volume < 0) {\\n                // \u7576\u503C\u70BA\u8CA0\u6642\uFF0C\u4F7F\u7528\u4E0D\u540C\u7D1A\u5225\u7684\u7C89\u7D05\u8272\u80CC\u666F\\n                if (volume < minSell + step) {\\n                    colorClass.class = 'pink-low';\\n                    colorClass.bgColor = '#330000'; // \u6DFA\u7C89\u7D05\u8272\\n                } else if (volume < minSell + 2 * step) {\\n                    colorClass.class = 'pink-medium';\\n                    colorClass.bgColor = '#330000'; // \u4E2D\u7B49\u7C89\u7D05\u8272\\n                } else if (volume < minSell + 3 * step) {\\n                    colorClass.class = 'pink-high';\\n                    colorClass.bgColor = '#330000'; // \u9AD8\u7C89\u7D05\u8272\\n                } else if (volume < minSell + 4 * step) {\\n                    colorClass.class = 'pink-very-high';\\n                    colorClass.bgColor = '#330000'; // \u975E\u5E38\u9AD8\u7C89\u7D05\u8272\\n                } else {\\n                    colorClass.class = 'pink-extreme';\\n                    colorClass.bgColor = '#330000'; // \u6975\u9AD8\u7C89\u7D05\u8272\\n                }\\n            } else if (volume > maxBuy) {\\n                colorClass.class = 'green1';\\n                colorClass.bgColor = '#003300'; // \u7DA0\u8272\u80CC\u666F\\n            } else if (volume > maxBuy - step) {\\n                colorClass.class = 'green2';\\n                colorClass.bgColor = '#003300'; // \u7DA0\u8272\u80CC\u666F\\n            } else if (volume > maxBuy - 2 * step) {\\n                colorClass.class = 'green3';\\n                colorClass.bgColor = '#003300'; // \u7DA0\u8272\u80CC\u666F\\n            } else if (volume > maxBuy - 3 * step) {\\n                colorClass.class = 'green4';\\n                colorClass.bgColor = '#003300'; // \u7DA0\u8272\u80CC\u666F\\n            } else if (volume > maxBuy - 4 * step) {\\n                colorClass.class = 'green5';\\n                colorClass.bgColor = '#003300'; // \u7DA0\u8272\u80CC\u666F\\n            } else if (volume > maxBuy - 5 * step) {\\n                colorClass.class = 'green6';\\n                colorClass.bgColor = '#003300'; // \u7DA0\u8272\u80CC\u666F\\n            }\\n\\n            if (highlightMap[rowIndex] && highlightMap[rowIndex][columnIndex]) {\\n                let highlightTime = highlightMap[rowIndex][columnIndex];\\n                if (Date.now() - highlightTime <= 268) {\\n                    colorClass.class = 'yellow';\\n                    colorClass.bgColor = '#99E2FF'; // \u9EC3\u8272\u80CC\u666F\\n                }\\n            }\\n            return colorClass;\\n        }\\n    </script>\\n</body>\\n</html>\\n\",\n                  id: \"oicnNlFLn\",\n                  layoutId: \"oicnNlFLn\",\n                  style: {\n                    height: \"100%\",\n                    width: \"100%\"\n                  },\n                  type: \"url\",\n                  url: \"nq.algohash.app/matrix\",\n                  width: \"100%\"\n                })\n              })]\n            })\n          }), isDisplayed1() && /*#__PURE__*/_jsx(\"header\", {\n            className: \"framer-1hhuzxm hidden-72rtr7 hidden-1ytfbeo\",\n            \"data-framer-name\": \"Header\",\n            name: \"Header\",\n            children: /*#__PURE__*/_jsx(Container, {\n              className: \"framer-u564qs-container\",\n              children: /*#__PURE__*/_jsx(Embed, {\n                height: \"100%\",\n                html: '<!-- TradingView Widget BEGIN -->\\n<div class=\"tradingview-widget-container\" style=\"height:100%;width:100%\">\\n  <div class=\"tradingview-widget-container__widget\" style=\"height:calc(100% - 32px);width:100%\"></div>\\n  <div class=\"tradingview-widget-copyright\"><a href=\"https://tw.tradingview.com/\" rel=\"noopener nofollow\" target=\"_blank\"><span class=\"blue-text\"></span></a></div>\\n  <script type=\"text/javascript\" src=\"https://s3.tradingview.com/external-embedding/embed-widget-advanced-chart.js\" async>\\n  {\\n  \"autosize\": true,\\n  \"symbol\": \"CME_MINI:NQ1!\",\\n  \"interval\": \"1\",\\n  \"timezone\": \"Asia/Hong_Kong\",\\n  \"theme\": \"dark\",\\n  \"style\": \"1\",\\n  \"locale\": \"zh_TW\",\\n  \"enable_publishing\": false,\\n  \"hide_legend\": true,\\n  \"withdateranges\": true,\\n  \"save_image\": false,\\n  \"calendar\": true,\\n  \"support_host\": \"https://www.tradingview.com\"\\n}\\n  </script>\\n</div>\\n<!-- TradingView Widget END -->',\n                id: \"kqDfTmtLE\",\n                layoutId: \"kqDfTmtLE\",\n                style: {\n                  height: \"100%\",\n                  width: \"100%\"\n                },\n                type: \"html\",\n                url: \"\",\n                width: \"100%\"\n              })\n            })\n          }), isDisplayed2() && /*#__PURE__*/_jsx(\"header\", {\n            className: \"framer-9t28v hidden-72rtr7 hidden-1wmmwuf\",\n            \"data-framer-name\": \"Header\",\n            name: \"Header\",\n            children: /*#__PURE__*/_jsx(Container, {\n              className: \"framer-ozly3f-container\",\n              children: /*#__PURE__*/_jsx(Embed, {\n                height: \"100%\",\n                html: '<!-- TradingView Widget BEGIN -->\\n<div class=\"tradingview-widget-container\" style=\"height:100%;width:100%\">\\n  <div class=\"tradingview-widget-container__widget\" style=\"height:calc(100% - 32px);width:100%\"></div>\\n  <div class=\"tradingview-widget-copyright\"><a href=\"https://tw.tradingview.com/\" rel=\"noopener nofollow\" target=\"_blank\"><span class=\"blue-text\"></span></a></div>\\n  <script type=\"text/javascript\" src=\"https://s3.tradingview.com/external-embedding/embed-widget-advanced-chart.js\" async>\\n  {\\n  \"autosize\": true,\\n  \"symbol\": \"CME_MINI:NQ1!\",\\n  \"interval\": \"1\",\\n  \"timezone\": \"Asia/Hong_Kong\",\\n  \"theme\": \"dark\",\\n  \"style\": \"1\",\\n  \"locale\": \"zh_TW\",\\n  \"enable_publishing\": false,\\n  \"hide_legend\": true,\\n  \"withdateranges\": true,\\n  \"save_image\": false,\\n  \"calendar\": true,\\n  \"support_host\": \"https://www.tradingview.com\"\\n}\\n  </script>\\n</div>\\n<!-- TradingView Widget END -->',\n                id: \"RgL4IGYfh\",\n                layoutId: \"RgL4IGYfh\",\n                style: {\n                  height: \"100%\",\n                  width: \"100%\"\n                },\n                type: \"html\",\n                url: \"\",\n                width: \"100%\"\n              })\n            })\n          }), isDisplayed3() && /*#__PURE__*/_jsx(\"header\", {\n            className: \"framer-1dzyb1x hidden-1wmmwuf hidden-1ytfbeo\",\n            \"data-framer-name\": \"Header\",\n            name: \"Header\",\n            children: /*#__PURE__*/_jsx(Container, {\n              className: \"framer-102f4dn-container\",\n              children: /*#__PURE__*/_jsx(Embed, {\n                height: \"100%\",\n                html: '<!-- TradingView Widget BEGIN -->\\n<div class=\"tradingview-widget-container\" style=\"height:100%;width:100%\">\\n  <div class=\"tradingview-widget-container__widget\" style=\"height:calc(100% - 32px);width:100%\"></div>\\n  <div class=\"tradingview-widget-copyright\"><a href=\"https://tw.tradingview.com/\" rel=\"noopener nofollow\" target=\"_blank\"><span class=\"blue-text\"></span></a></div>\\n  <script type=\"text/javascript\" src=\"https://s3.tradingview.com/external-embedding/embed-widget-advanced-chart.js\" async>\\n  {\\n  \"autosize\": true,\\n  \"symbol\": \"CME_MINI:NQ1!\",\\n  \"interval\": \"1\",\\n  \"timezone\": \"Asia/Hong_Kong\",\\n  \"theme\": \"dark\",\\n  \"style\": \"1\",\\n  \"locale\": \"zh_TW\",\\n  \"enable_publishing\": false,\\n  \"hide_legend\": true,\\n  \"withdateranges\": true,\\n  \"save_image\": false,\\n  \"calendar\": true,\\n  \"support_host\": \"https://www.tradingview.com\"\\n}\\n  </script>\\n</div>\\n<!-- TradingView Widget END -->',\n                id: \"I7WFCdOg0\",\n                layoutId: \"I7WFCdOg0\",\n                style: {\n                  height: \"100%\",\n                  width: \"100%\"\n                },\n                type: \"html\",\n                url: \"\",\n                width: \"100%\"\n              })\n            })\n          }), isDisplayed1() && /*#__PURE__*/_jsx(Container, {\n            className: \"framer-1unt6s9-container hidden-72rtr7 hidden-1ytfbeo\",\n            children: /*#__PURE__*/_jsx(Embed, {\n              height: \"100%\",\n              html: \"<!DOCTYPE html>\\n<html>\\n<head>\\n    <title>WebSocket\u6578\u64DA\u6D41\u986F\u793A</title>\\n    <style>\\n        body {\\n            background-color: #1e1e1e;\\n            color: white;\\n            font-family: 'Menlo', monospace;\\n        }\\n        table {\\n            width: 100%;\\n            border-collapse: collapse;\\n        }\\n        td {\\n            text-align: center;\\n            border: 1px solid #555;\\n            padding: 5px 10px;\\n            font-weight: bold;\\n        }\\n        /* \u9019\u88E1\u4F7F\u7528\u4E86\u5A92\u9AD4\u67E5\u8A62\u4F86\u91DD\u5C0D\u4E0D\u540C\u7684\u5C4F\u5E55\u5C3A\u5BF8\u8ABF\u6574\u5B57\u9AD4\u5927\u5C0F */\\n        @media screen and (max-width: 768px) {\\n            td {\\n                font-size: 14px; /* \u5C0F\u5C4F\u5E55\u6642\u7684\u5B57\u9AD4\u5927\u5C0F */\\n            }\\n        }\\n        @media screen and (min-width: 769px) {\\n            td {\\n                font-size: 16px; /* \u5927\u5C4F\u5E55\u6642\u7684\u5B57\u9AD4\u5927\u5C0F */\\n            }\\n        }\\n        /* \u984F\u8272\u985E\u5225 */\\n        /* \u589E\u5F37\u7684\u984F\u8272\u985E\u5225 */\\n        .green1 { color: #b6ff00; background-color: #003300; }\\n        .green2 { color: #aaff00; background-color: #003300; }\\n        .green3 { color: #9eff00; background-color: #003300; }\\n        .green4 { color: #92ff00; background-color: #003300; }\\n        .green5 { color: #86ff00; background-color: #003300; }\\n        .green6 { color: #7aff00; background-color: #003300; }\\n\\n        .pink1 { color: #ff80b3; background-color: #330000; }\\n        .pink2 { color: #ff66a3; background-color: #330000; }\\n        .pink3 { color: #ff4d94; background-color: #330000; }\\n        .pink4 { color: #ff3385; background-color: #330000; }\\n        .pink5 { color: #ff1a75; background-color: #330000; }\\n        .pink6 { color: #ff0066; background-color: #330000; }\\n\\n        .yellow { color: #000000; background-color: #ffff00; }\\n\\n        .bg-green { background-color: #003300; }\\n        .bg-pink { background-color: #330000; }\\n        .default { color: #0E181C; }\\n        /* \u8CA0\u6578\u5B57\u9AD4\u984F\u8272\u57FA\u65BC\u7C89\u7D05\u8272\u7D1A\u5225\u8A2D\u7F6E */\\n        .pink-negative { color: #ff004d; }\\n        .pink-low { color: #ff1a66; }\\n        .pink-medium { color: #ff3380; }\\n        .pink-high { color: #ff4996; }\\n        .pink-very-high { color: #e60044; }\\n        .pink-extreme { color: #cc003b; }\\n    </style>\\n</head>\\n<body>\\n    <div id=\\\"dataMatrix\\\"></div>\\n\\n    <script>\\n        const ws = new WebSocket('wss://nq.algohash.app');\\n        const dataMatrix = document.getElementById('dataMatrix');\\n        let highlightMap = [];\\n        let lastMatrix = [];\\n        let currentMatrix = [];\\n\\n        ws.onmessage = function(event) {\\n            const data = JSON.parse(event.data);\\n            lastMatrix = currentMatrix;\\n            currentMatrix = data.z;\\n            displayMatrix(currentMatrix);\\n        };\\n\\n        function displayMatrix(matrix) {\\n            let html = '<table>';\\n            matrix.forEach((row, rowIndex) => {\\n                if (!highlightMap[rowIndex]) {\\n                    highlightMap[rowIndex] = [];\\n                }\\n                html += '<tr>';\\n                row.forEach((value, columnIndex) => {\\n                    if (lastMatrix[rowIndex] && value !== lastMatrix[rowIndex][columnIndex]) {\\n                        highlightMap[rowIndex][columnIndex] = Date.now();\\n                    }\\n                    const colorClass = getColorClass(value, rowIndex, columnIndex);\\n                    // \u4F7F\u7528toFixed(0)\u5C07\u6578\u5B57\u8F49\u63DB\u70BA\u6574\u6578\\n                    html += '<td class=\\\"' + colorClass.class + '\\\" style=\\\"background-color:' + colorClass.bgColor + '\\\">' + value.toFixed(0) + '</td>';\\n                });\\n                html += '</tr>';\\n            });\\n            html += '</table>';\\n            dataMatrix.innerHTML = html;\\n        }\\n\\n\\n        function getColorClass(volume, rowIndex, columnIndex) {\\n            let colorClass = { class: 'default', bgColor: '' };\\n            const maxBuy = 12; // \u6700\u5927\u8CB7\u5165\u503C\\n            const minSell = -12; // \u6700\u5C0F\u8CE3\u51FA\u503C\\n            const step = (maxBuy - minSell) / 6; // \u6B65\u9577\\n            \\n            if (volume === 0) {\\n                // \u7576\u503C\u70BA0\u6642\uFF0C\u4F7F\u7528\u6DF1\u85CD\u8272\u80CC\u666F\\n                colorClass.class = 'blue';\\n                colorClass.bgColor = '#000000'; // \u6DF1\u85CD\u8272\\n            } else if (volume < 0) {\\n                // \u7576\u503C\u70BA\u8CA0\u6642\uFF0C\u4F7F\u7528\u4E0D\u540C\u7D1A\u5225\u7684\u7C89\u7D05\u8272\u80CC\u666F\\n                if (volume < minSell + step) {\\n                    colorClass.class = 'pink-low';\\n                    colorClass.bgColor = '#330000'; // \u6DFA\u7C89\u7D05\u8272\\n                } else if (volume < minSell + 2 * step) {\\n                    colorClass.class = 'pink-medium';\\n                    colorClass.bgColor = '#330000'; // \u4E2D\u7B49\u7C89\u7D05\u8272\\n                } else if (volume < minSell + 3 * step) {\\n                    colorClass.class = 'pink-high';\\n                    colorClass.bgColor = '#330000'; // \u9AD8\u7C89\u7D05\u8272\\n                } else if (volume < minSell + 4 * step) {\\n                    colorClass.class = 'pink-very-high';\\n                    colorClass.bgColor = '#330000'; // \u975E\u5E38\u9AD8\u7C89\u7D05\u8272\\n                } else {\\n                    colorClass.class = 'pink-extreme';\\n                    colorClass.bgColor = '#330000'; // \u6975\u9AD8\u7C89\u7D05\u8272\\n                }\\n            } else if (volume > maxBuy) {\\n                colorClass.class = 'green1';\\n                colorClass.bgColor = '#003300'; // \u7DA0\u8272\u80CC\u666F\\n            } else if (volume > maxBuy - step) {\\n                colorClass.class = 'green2';\\n                colorClass.bgColor = '#003300'; // \u7DA0\u8272\u80CC\u666F\\n            } else if (volume > maxBuy - 2 * step) {\\n                colorClass.class = 'green3';\\n                colorClass.bgColor = '#003300'; // \u7DA0\u8272\u80CC\u666F\\n            } else if (volume > maxBuy - 3 * step) {\\n                colorClass.class = 'green4';\\n                colorClass.bgColor = '#003300'; // \u7DA0\u8272\u80CC\u666F\\n            } else if (volume > maxBuy - 4 * step) {\\n                colorClass.class = 'green5';\\n                colorClass.bgColor = '#003300'; // \u7DA0\u8272\u80CC\u666F\\n            } else if (volume > maxBuy - 5 * step) {\\n                colorClass.class = 'green6';\\n                colorClass.bgColor = '#003300'; // \u7DA0\u8272\u80CC\u666F\\n            }\\n\\n            if (highlightMap[rowIndex] && highlightMap[rowIndex][columnIndex]) {\\n                let highlightTime = highlightMap[rowIndex][columnIndex];\\n                if (Date.now() - highlightTime <= 268) {\\n                    colorClass.class = 'yellow';\\n                    colorClass.bgColor = '#99E2FF'; // \u9EC3\u8272\u80CC\u666F\\n                }\\n            }\\n            return colorClass;\\n        }\\n    </script>\\n</body>\\n</html>\\n\",\n              id: \"dZUPWj8vr\",\n              layoutId: \"dZUPWj8vr\",\n              style: {\n                height: \"100%\",\n                width: \"100%\"\n              },\n              type: \"url\",\n              url: \"nq.algohash.app/matrix\",\n              width: \"100%\"\n            })\n          })]\n        }), /*#__PURE__*/_jsx(\"div\", {\n          id: \"overlay\"\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-bgALc [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", `.${metadata.bodyClassName}-framer-bgALc { background: rgb(13, 17, 22); }`, \".framer-bgALc .framer-lux5qc { display: block; }\", \".framer-bgALc .framer-72rtr7 { align-content: center; align-items: center; background-color: #0d1116; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\", \".framer-bgALc .framer-ggbkon-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 1; }\", \".framer-bgALc .framer-dlbztl { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 723px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\", \".framer-bgALc .framer-1vtpocc { align-content: center; align-items: center; background-color: #0d1116; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-bgALc .framer-ig2b0d { align-content: start; align-items: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: center; max-width: 2018px; padding: 0px 0px 0px 0px; position: relative; width: 400px; }\", \".framer-bgALc .framer-jshcfs { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-bgALc .framer-zrtxyn { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-bgALc .framer-5c1ntw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-bgALc .framer-16pmws1 { align-content: center; align-items: center; background-color: #222222; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 0px 0.7065919983928324px 0.7065919983928324px -0.625px rgba(0, 0, 0, 0.15), 0px 1.8065619053231785px 1.8065619053231785px -1.25px rgba(0, 0, 0, 0.14398), 0px 3.6217592146567767px 3.6217592146567767px -1.875px rgba(0, 0, 0, 0.13793), 0px 6.8655999097303715px 6.8655999097303715px -2.5px rgba(0, 0, 0, 0.12711), 0px 13.646761411524492px 13.646761411524492px -3.125px rgba(0, 0, 0, 0.10451), 0px 30px 30px -3.75px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: visible; padding: 15px 15px 15px 15px; position: relative; text-decoration: none; width: auto; }\", \".framer-bgALc .framer-1tforz1, .framer-bgALc .framer-4stov1 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-bgALc .framer-1t4nxwm { align-content: center; align-items: center; background-color: #ebebeb; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: visible; padding: 15px 15px 15px 15px; position: relative; text-decoration: none; width: auto; }\", \".framer-bgALc .framer-1wnknuz-container { flex: none; height: 829px; position: relative; width: 602px; }\", \".framer-bgALc .framer-1hhuzxm { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 50px 30px 50px 30px; position: relative; width: 100%; }\", \".framer-bgALc .framer-u564qs-container, .framer-bgALc .framer-ozly3f-container { flex: none; height: 604px; position: relative; width: 100%; }\", \".framer-bgALc .framer-9t28v { align-content: center; align-items: center; background-color: #0d1116; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 17px 50px 17px 50px; position: relative; width: 100%; }\", \".framer-bgALc .framer-1dzyb1x { align-content: center; align-items: center; background-color: #0d1116; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 22px 100px 22px 100px; position: relative; width: 100%; }\", \".framer-bgALc .framer-102f4dn-container { flex: none; height: 1192px; position: relative; width: 100%; }\", \".framer-bgALc .framer-1unt6s9-container { flex: none; height: 556px; position: relative; width: 100%; }\", \"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-bgALc .framer-72rtr7, .framer-bgALc .framer-dlbztl, .framer-bgALc .framer-1vtpocc, .framer-bgALc .framer-ig2b0d, .framer-bgALc .framer-5c1ntw, .framer-bgALc .framer-16pmws1, .framer-bgALc .framer-1t4nxwm, .framer-bgALc .framer-1hhuzxm, .framer-bgALc .framer-9t28v, .framer-bgALc .framer-1dzyb1x { gap: 0px; } .framer-bgALc .framer-72rtr7 > *, .framer-bgALc .framer-9t28v > *, .framer-bgALc .framer-1dzyb1x > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-bgALc .framer-72rtr7 > :first-child, .framer-bgALc .framer-ig2b0d > :first-child, .framer-bgALc .framer-1hhuzxm > :first-child, .framer-bgALc .framer-9t28v > :first-child, .framer-bgALc .framer-1dzyb1x > :first-child { margin-top: 0px; } .framer-bgALc .framer-72rtr7 > :last-child, .framer-bgALc .framer-ig2b0d > :last-child, .framer-bgALc .framer-1hhuzxm > :last-child, .framer-bgALc .framer-9t28v > :last-child, .framer-bgALc .framer-1dzyb1x > :last-child { margin-bottom: 0px; } .framer-bgALc .framer-dlbztl > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-bgALc .framer-dlbztl > :first-child, .framer-bgALc .framer-1vtpocc > :first-child, .framer-bgALc .framer-5c1ntw > :first-child, .framer-bgALc .framer-16pmws1 > :first-child, .framer-bgALc .framer-1t4nxwm > :first-child { margin-left: 0px; } .framer-bgALc .framer-dlbztl > :last-child, .framer-bgALc .framer-1vtpocc > :last-child, .framer-bgALc .framer-5c1ntw > :last-child, .framer-bgALc .framer-16pmws1 > :last-child, .framer-bgALc .framer-1t4nxwm > :last-child { margin-right: 0px; } .framer-bgALc .framer-1vtpocc > *, .framer-bgALc .framer-16pmws1 > *, .framer-bgALc .framer-1t4nxwm > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-bgALc .framer-ig2b0d > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-bgALc .framer-5c1ntw > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-bgALc .framer-1hhuzxm > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\", \"@media (min-width: 1200px) { .framer-bgALc .hidden-72rtr7 { display: none !important; } }\", `@media (max-width: 767px) { .framer-bgALc .hidden-1wmmwuf { display: none !important; } .${metadata.bodyClassName}-framer-bgALc { background: rgb(13, 17, 22); } .framer-bgALc .framer-72rtr7 { width: 390px; } .framer-bgALc .framer-ggbkon-container { order: 0; } .framer-bgALc .framer-dlbztl { height: 223px; order: 1; width: 99%; } .framer-bgALc .framer-1vtpocc { height: 100%; } .framer-bgALc .framer-ig2b0d { width: 356px; } .framer-bgALc .framer-5c1ntw { height: auto; width: auto; } .framer-bgALc .framer-1hhuzxm { order: 3; } .framer-bgALc .framer-1unt6s9-container { order: 2; }}`, `@media (min-width: 768px) and (max-width: 1199px) { .framer-bgALc .hidden-1ytfbeo { display: none !important; } .${metadata.bodyClassName}-framer-bgALc { background: rgb(13, 17, 22); } .framer-bgALc .framer-72rtr7 { width: 768px; } .framer-bgALc .framer-dlbztl { background-color: #0d1116; height: 580px; width: 100%; } .framer-bgALc .framer-1vtpocc { gap: 0px; } .framer-bgALc .framer-ig2b0d { order: 0; width: 341px; } .framer-bgALc .framer-1wnknuz-container { height: 555px; order: 1; width: 41%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-bgALc .framer-1vtpocc { gap: 0px; } .framer-bgALc .framer-1vtpocc > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-bgALc .framer-1vtpocc > :first-child { margin-left: 0px; } .framer-bgALc .framer-1vtpocc > :last-child { margin-right: 0px; } }}`]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * @framerIntrinsicHeight 2072\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * @framerIntrinsicWidth 1200\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"mpF0qYcqt\":{\"layout\":[\"fixed\",\"auto\"]},\"cUXfVwafz\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * @framerImmutableVariables true\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * @framerResponsiveScreen\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 */\nconst FrameraugiA20Il = withCSS(Component, css, \"framer-bgALc\");\nexport default FrameraugiA20Il;\nFrameraugiA20Il.displayName = \"Home\";\nFrameraugiA20Il.defaultProps = {\n  height: 2072,\n  width: 1200\n};\naddFonts(FrameraugiA20Il, [{\n  family: \"Inter\",\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",\n  weight: \"700\"\n}, {\n  family: \"Inter\",\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",\n  weight: \"500\"\n}, ...HeadFonts, ...EmbedFonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FrameraugiA20Il\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mpF0qYcqt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cUXfVwafz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerIntrinsicHeight\": \"2072\",\n        \"framerContractVersion\": \"1\",\n        \"framerIntrinsicWidth\": \"1200\",\n        \"framerResponsiveScreen\": \"\",\n        \"framerImmutableVariables\": \"true\"\n      }\n    },\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};"],
  "mappings": "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",
  "names": ["HeadFonts", "getFonts", "qkrv2Jpyw_default", "EmbedFonts", "Embed", "breakpoints", "isBrowser", "variantClassNames", "isBrowser", "removeHiddenBreakpointLayers", "breakpoints", "transitions", "valuesByLocaleId", "LazyValue", "preloadLocalizedValues", "locale", "promises", "values", "promise", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "fe", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "transition", "transitions", "preloadPromise", "preloadLocalizedValues", "ref1", "pe", "isDisplayed", "isBrowser", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "sharedStyleClassNames", "p", "GeneratedComponentContext", "variantClassNames", "LayoutGroup", "u", "motion", "cx", "Container", "qkrv2Jpyw_default", "PropertyOverrides", "x", "RichText", "Link", "Embed", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "HeadFonts", "EmbedFonts", "__FramerMetadata__"]
}
