:root{--dsx-primary: #2f6fb0;--dsx-primary-hover: #21588f;--dsx-primary-800: #15375c;--dsx-primary-50: #f2f7fc;--dsx-primary-100: #e9f1fb;--dsx-primary-200: #d4e4f5;--dsx-page: #f6f7fb;--dsx-surface: #ffffff;--dsx-n25: #fafbfe;--dsx-n50: #f6f7fb;--dsx-n100: #eef0f7;--dsx-n200: #e8eaf3;--dsx-n300: #d6daea;--dsx-ink: #0e1326;--dsx-sub: #45485a;--dsx-faint: #666d81;--dsx-border: #e8eaf3;--dsx-border-sub: #eef0f7;--dsx-success: #15803d;--dsx-success-bg: #e9f7ee;--dsx-warning: #b45309;--dsx-warning-bg: #fdf3e6;--dsx-danger: #c02626;--dsx-danger-bg: #fdecec;--dsx-font: "Hanken Grotesk", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--dsx-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}body{font-family:var(--dsx-font);background:var(--dsx-page);color:var(--dsx-ink);-webkit-font-smoothing:antialiased}.mono{font-family:var(--dsx-mono);font-variant-numeric:tabular-nums}.upper{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--dsx-faint)}.ant-table-cell .mono,.ant-statistic-content{font-variant-numeric:tabular-nums}:focus-visible{outline:2px solid var(--dsx-primary);outline-offset:2px;border-radius:4px}.gx-scroll::-webkit-scrollbar{width:9px;height:9px}.gx-scroll::-webkit-scrollbar-thumb{background:var(--dsx-n300);border-radius:999px;border:3px solid transparent;background-clip:content-box}.gx-scroll::-webkit-scrollbar-thumb:hover{background:#c2c7d6;background-clip:content-box}.gx-card{border:1px solid var(--dsx-border);border-radius:12px;background:var(--dsx-surface);box-shadow:0 1px 2px #0e13260d}@keyframes gxpulse{0%,to{opacity:1}50%{opacity:.35}}.pulse{animation:gxpulse 2s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.pulse,.gx-boot-spinner,.gx-skel{animation:none}}.ant-menu-light{border-inline-end:none!important}.ant-layout-sider{border-right:1px solid var(--dsx-border)}.ant-table-cell{font-size:13px}.gx-title{font-size:19px;font-weight:600;letter-spacing:-.02em;margin:0;text-wrap:balance}.gx-sub{font-size:13px;color:var(--dsx-sub);margin:6px 0 0}.gx-boot{min-height:240px;height:100vh;display:grid;place-items:center}.gx-boot-spinner{width:28px;height:28px;border:3px solid var(--dsx-n200);border-top-color:var(--dsx-primary);border-radius:50%;animation:gx-spin .75s linear infinite}.gx-pending{padding:2px 0 0}.gx-skel{background:linear-gradient(90deg,var(--dsx-n100) 25%,var(--dsx-n50) 37%,var(--dsx-n100) 63%);background-size:400% 100%;animation:gx-shimmer 1.4s ease-in-out infinite;border-radius:8px}.gx-skel-head{height:22px;width:210px;margin-bottom:10px}.gx-skel-sub{height:13px;width:320px;margin-bottom:22px}.gx-skel-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px;margin-bottom:18px}.gx-skel-tile{height:88px;border-radius:12px}.gx-skel-block{height:280px;border-radius:12px}@keyframes gx-shimmer{0%{background-position:100% 0}to{background-position:0 0}}.gx-fatal{margin:32px;padding:16px;border:1px solid #f3c9c9;border-radius:12px;background:var(--dsx-danger-bg);color:#6b1414;display:grid;gap:6px;justify-items:start}@keyframes gx-spin{to{transform:rotate(360deg)}}.gx-md{font-size:13px;line-height:1.7}.gx-md>:first-child{margin-top:0}.gx-md>:last-child{margin-bottom:0}.gx-md p{margin:0 0 9px}.gx-md ul,.gx-md ol{margin:0 0 9px;padding-left:20px}.gx-md li{margin:2px 0}.gx-md li>p{margin:0}.gx-md h1,.gx-md h2,.gx-md h3,.gx-md h4{margin:14px 0 7px;font-weight:600;line-height:1.35}.gx-md h1{font-size:16px}.gx-md h2{font-size:15px}.gx-md h3{font-size:14px}.gx-md h4{font-size:13px}.gx-md strong{font-weight:600}.gx-md hr{border:none;border-top:1px solid var(--dsx-border);margin:12px 0}.gx-md blockquote{margin:0 0 9px;padding:2px 0 2px 11px;border-left:3px solid var(--dsx-primary-200);color:var(--dsx-sub)}.gx-md-scroll{overflow-x:auto;margin:0 0 9px}.gx-md table{border-collapse:collapse;font-size:12.5px}.gx-md th,.gx-md td{border:1px solid var(--dsx-border);padding:6px 10px;text-align:left;vertical-align:top}.gx-md th{background:var(--dsx-n50);font-weight:600;white-space:nowrap}.gx-md code{font-family:var(--dsx-mono);font-size:12px;background:var(--dsx-n50);border:1px solid var(--dsx-border);border-radius:4px;padding:1px 5px}.gx-md pre{margin:0 0 9px;padding:10px 12px;overflow-x:auto;background:var(--dsx-n25);border:1px solid var(--dsx-border);border-radius:8px}.gx-md pre code{background:none;border:none;padding:0;font-size:12px}.gx-md a{color:var(--dsx-primary-hover);text-decoration:underline}.ant-alert{padding:10px 14px;border-radius:10px;align-items:flex-start}.ant-alert .ant-alert-icon{font-size:15px;margin-inline-end:9px;margin-top:1px}.ant-alert .ant-alert-message{font-size:13px;font-weight:600;margin-bottom:2px}.ant-alert .ant-alert-description{font-size:12.5px;line-height:1.55}.ant-alert-with-description{padding:11px 15px}.ant-alert-with-description .ant-alert-icon{font-size:16px}.ant-alert-info{background:var(--dsx-primary-50);border-color:var(--dsx-primary-200)}.ant-alert-info .ant-alert-message{color:var(--dsx-primary-800)}.ant-alert-info .ant-alert-description{color:var(--dsx-sub)}.ant-alert-warning{background:var(--dsx-warning-bg);border-color:#f0dcc0}.gx-msg-export{opacity:0;transition:opacity .12s ease-in-out}.gx-msg:hover .gx-msg-export,.gx-msg-export:focus-within{opacity:1}@media (hover: none){.gx-msg-export{opacity:1}}.gx-dot{width:8px;height:8px;border-radius:50%;display:inline-block;flex:none}
