@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.theme-dark{margin:0;min-height:100vh;background:linear-gradient(135deg,#0a0e27,#141b2d,#0f1629);background-attachment:fixed;color:#e0e6ed}body.theme-light{margin:0;min-height:100vh;background:linear-gradient(135deg,#f0f2f5,#fafafa,#fff);background-attachment:fixed;color:#262626}body{margin:0;min-height:100vh;background:linear-gradient(135deg,#0a0e27,#141b2d,#0f1629);background-attachment:fixed;color:#e0e6ed}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease-out}.theme-dark .tech-glow{box-shadow:0 0 20px #00d9ff80,0 0 40px #00d9ff4d}.theme-light .tech-glow{box-shadow:0 0 20px #1890ff4d,0 0 40px #1890ff26}.tech-glow{box-shadow:0 0 20px #00d9ff80,0 0 40px #00d9ff4d}.theme-dark .glass-effect{background:#141b2d99;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(0,217,255,.2)}.theme-light .glass-effect{background:#fffc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.08)}.glass-effect{background:#141b2d99;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(0,217,255,.2)}.theme-dark .data-card{transition:all .3s cubic-bezier(.4,0,.2,1);background:#141b2dcc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,217,255,.1)}.theme-dark .data-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00d9ff4d,0 0 0 1px #00d9ff4d;border-color:#00d9ff66}.theme-light .data-card{transition:all .3s cubic-bezier(.4,0,.2,1);background:#fff;border:1px solid #e8e8e8;box-shadow:0 2px 8px #00000014}.theme-light .data-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#1890ff}.data-card{transition:all .3s cubic-bezier(.4,0,.2,1);background:#141b2dcc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,217,255,.1)}.status-indicator{position:relative;display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:8px}.status-indicator.online{background:#0f8;box-shadow:0 0 10px #0f8c;animation:pulse 2s infinite}.status-indicator.offline{background:#f36;box-shadow:0 0 10px #f36c}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.theme-dark ::-webkit-scrollbar-track{background:#141b2d80}.theme-dark ::-webkit-scrollbar-thumb{background:#00d9ff4d;border-radius:4px}.theme-dark ::-webkit-scrollbar-thumb:hover{background:#00d9ff80}.theme-light ::-webkit-scrollbar-track{background:#f5f5f5}.theme-light ::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:4px}.theme-light ::-webkit-scrollbar-thumb:hover{background:#8c8c8c}::-webkit-scrollbar{width:8px;height:8px}.markdown-content p,.markdown-full-content p{margin-bottom:.5em}.markdown-content h1,.markdown-content h2,.markdown-content h3,.markdown-full-content h1,.markdown-full-content h2,.markdown-full-content h3{margin-top:.5em;margin-bottom:.5em;font-weight:600;line-height:1.25}.markdown-full-content h1{font-size:1.5em;border-bottom:1px solid rgba(0,217,255,.1);padding-bottom:.3em}.markdown-full-content h2{font-size:1.25em;border-bottom:1px solid rgba(0,217,255,.1);padding-bottom:.3em}.markdown-full-content h3{font-size:1.1em}.markdown-content ul,.markdown-content ol,.markdown-full-content ul,.markdown-full-content ol{padding-left:1.5em;margin-bottom:.5em}.markdown-full-content li{margin-bottom:.25em}.markdown-full-content strong{color:#00d9ff}.theme-light .markdown-full-content strong{color:#1890ff}.markdown-full-content blockquote{padding:0 1em;color:#a0a8b3;border-left:.25em solid #00d9ff;margin:.5em 0}.theme-light .markdown-full-content blockquote{color:#8c8c8c;border-left:.25em solid #1890ff}.lab-md{line-height:1.7;font-size:15px;color:inherit}.lab-md p{margin:12px 0}.lab-md h1{font-size:1.75em;font-weight:700;margin:24px 0 16px;padding-bottom:8px;border-bottom:1px solid rgba(0,217,255,.2);color:#00d9ff}.theme-light .lab-md h1{color:#1890ff;border-bottom-color:#1890ff33}.lab-md h2{font-size:1.5em;font-weight:600;margin:20px 0 12px;padding-bottom:6px;border-bottom:1px solid rgba(0,217,255,.15);color:#00d9ff}.theme-light .lab-md h2{color:#1890ff;border-bottom-color:#1890ff26}.lab-md h3{font-size:1.25em;font-weight:600;margin:16px 0 10px;color:#00d9ff}.theme-light .lab-md h3{color:#1890ff}.lab-md h4{font-size:1.1em;font-weight:600;margin:14px 0 8px}.lab-md h5{font-size:1em;font-weight:600;margin:12px 0 6px}.lab-md h6{font-size:.9em;font-weight:600;margin:10px 0 4px;opacity:.8}.lab-md ul,.lab-md ol{padding-left:24px;margin:12px 0}.lab-md li{margin:6px 0;line-height:1.6}.lab-md ul{list-style-type:disc}.lab-md ol{list-style-type:decimal}.lab-md li>ul,.lab-md li>ol{margin:4px 0}.lab-md strong{font-weight:600;color:#00d9ff}.theme-light .lab-md strong{color:#1890ff}.lab-md em{font-style:italic}.lab-md del,.lab-md s{text-decoration:line-through;opacity:.7}.lab-md :not(pre)>code{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.9em;padding:2px 6px;border-radius:4px;background:#00d9ff1a;border:1px solid rgba(0,217,255,.2);color:#00d9ff}.theme-light .lab-md :not(pre)>code{background:#1890ff1a;border-color:#1890ff33;color:#1890ff}.lab-md pre{margin:16px 0;padding:16px 20px;border-radius:10px;overflow-x:auto;background:#0a0e27f2;border:1px solid rgba(0,217,255,.2)}.theme-light .lab-md pre{background:#f5f7fa;border-color:#1890ff26}.lab-md pre code{font-family:SF Mono,Fira Code,Consolas,Courier New,monospace;font-size:14px;line-height:1.6;color:#e0e6ed;background:transparent;padding:0;border:none}.theme-light .lab-md pre code{color:#262626}.lab-md pre code .keyword{color:#ff79c6}.lab-md pre code .string{color:#f1fa8c}.lab-md pre code .number{color:#bd93f9}.lab-md pre code .comment{color:#6272a4;font-style:italic}.lab-md pre code .function{color:#50fa7b}.lab-md pre code .variable{color:#f8f8f2}.lab-md pre code .operator{color:#ff79c6}.lab-md table{width:100%;margin:16px 0;border-collapse:collapse;font-size:14px}.lab-md table th,.lab-md table td{padding:10px 14px;border:1px solid rgba(0,217,255,.2);text-align:left}.lab-md table th{font-weight:600;background:#00d9ff1a;color:#00d9ff}.theme-light .lab-md table th{background:#1890ff1a;color:#1890ff}.lab-md table td{background:#141b2d80}.theme-light .lab-md table td{background:#fff;border-color:#00000014}.lab-md table tr:hover td{background:#00d9ff0d}.theme-light .lab-md table tr:hover td{background:#1890ff0d}.lab-md table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.lab-md img{max-width:100%;height:auto;display:block;margin:16px auto;border-radius:8px;box-shadow:0 4px 12px #0000004d}.theme-light .lab-md img{box-shadow:0 2px 8px #0000001a}.lab-md img+em,.lab-md p:has(>img)>em{display:block;text-align:center;font-size:13px;color:#a0a8b3;margin-top:8px;font-style:italic}.theme-light .lab-md img+em,.theme-light .lab-md p:has(>img)>em{color:#8c8c8c}.lab-md a{color:#00d9ff;text-decoration:none;border-bottom:1px dashed rgba(0,217,255,.4);transition:all .2s}.lab-md a:hover{color:#0f8;border-bottom-style:solid}.theme-light .lab-md a{color:#1890ff;border-bottom-color:#1890ff66}.theme-light .lab-md a:hover{color:#40a9ff}.lab-md blockquote{margin:16px 0;padding:12px 20px;border-left:4px solid #00d9ff;background:#00d9ff0d;color:#a0a8b3;border-radius:0 8px 8px 0}.theme-light .lab-md blockquote{border-left-color:#1890ff;background:#1890ff0d;color:#595959}.lab-md blockquote p{margin:0}.lab-md blockquote em{color:#a0a8b3}.theme-light .lab-md blockquote em{color:#8c8c8c}.lab-md hr{margin:24px 0;border:none;border-top:1px solid rgba(0,217,255,.2)}.theme-light .lab-md hr{border-top-color:#1890ff26}.lab-md input[type=checkbox]{margin-right:8px;accent-color:#00d9ff}.theme-light .lab-md input[type=checkbox]{accent-color:#1890ff}.lab-md sup{font-size:.75em}.lab-md a[href^="#fn-"],.lab-md a[href^="#fnref-"]{font-size:.85em;color:#00d9ff;text-decoration:none}.theme-light .lab-md a[href^="#fn-"],.theme-light .lab-md a[href^="#fnref-"]{color:#1890ff}.lab-md dl{margin:12px 0}.lab-md dt{font-weight:600;color:#00d9ff;margin-top:12px}.theme-light .lab-md dt{color:#1890ff}.lab-md dd{margin-left:24px;margin-bottom:8px;color:#a0a8b3}.theme-light .lab-md dd{color:#595959}.lab-md abbr[title]{border-bottom:1px dotted;cursor:help}.lab-md mark{background:#ffd9004d;padding:1px 4px;border-radius:3px}.lab-md sup,.lab-md sub{font-size:.8em}.lab-md sup{color:#00d9ff}.theme-light .lab-md sup{color:#1890ff}@media screen and (max-width: 575.98px){:root{--responsive-font-size-xs: .75rem;--responsive-padding-xs: 8px;--responsive-gap-xs: 8px}}@media screen and (min-width: 576px) and (max-width: 767.98px){:root{--responsive-font-size-sm: .875rem;--responsive-padding-sm: 12px;--responsive-gap-sm: 12px}}@media screen and (min-width: 768px) and (max-width: 991.98px){:root{--responsive-font-size-md: 1rem;--responsive-padding-md: 16px;--responsive-gap-md: 16px}}@media screen and (max-width: 767.98px){*{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.allow-select,input,textarea,[contenteditable]{-webkit-user-select:auto;user-select:auto}html{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}input,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}*{transition:background-color .2s ease,border-color .2s ease}.no-transition{transition:none!important}}.hide-on-mobile{display:none!important}@media screen and (min-width: 768px){.hide-on-mobile{display:inherit!important}}.show-on-mobile-only{display:inherit!important}@media screen and (min-width: 768px){.show-on-mobile-only{display:none!important}}.show-on-tablet{display:none!important}@media screen and (min-width: 768px){.show-on-tablet{display:inherit!important}}@media screen and (max-width: 767.98px){.ant-card{margin-bottom:12px!important}.ant-layout-content{margin:12px!important;padding:16px!important}.ant-table{font-size:13px!important}.ant-form-item{margin-bottom:16px!important}.ant-btn-group{display:flex!important;flex-direction:column!important;gap:8px!important}.ant-btn-group .ant-btn{border-radius:6px!important}}@media screen and (max-width: 767.98px){.ant-layout-sider{position:fixed!important;z-index:1000!important;height:100vh!important;transform:translate(-100%)!important;transition:transform .3s ease!important}.ant-layout-sider-collapsed{transform:translate(-100%)!important}.ant-layout-sider:not(.ant-layout-sider-collapsed){transform:translate(0)!important}.sider-mask{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background:#00000073!important;z-index:999!important;opacity:0!important;pointer-events:none!important;transition:opacity .3s ease!important}.sider-mask.visible{opacity:1!important;pointer-events:auto!important}.ant-layout{padding-left:0!important}.ant-layout-header{padding:0 12px!important;height:56px!important;line-height:56px!important}.ant-layout-footer{padding:12px!important;font-size:12px!important}}@media screen and (max-width: 767.98px){.ant-card-head{padding:12px 16px!important;min-height:auto!important}.ant-card-body{padding:16px!important}.ant-card-head-title{font-size:15px!important;padding:0!important}}@media screen and (max-width: 767.98px){.ant-table-wrapper{border-radius:8px!important;overflow:hidden!important}.ant-table-thead>tr>th{font-size:12px!important;padding:10px 8px!important}.ant-table-tbody>tr>td{padding:10px 8px!important;font-size:13px!important}.ant-table-scroll{overflow-x:auto!important;overflow-y:hidden!important}.ant-table-body{overflow-x:auto!important}}@media screen and (max-width: 767.98px){.ant-modal{max-width:calc(100vw - 32px)!important;margin:16px auto!important}.ant-modal-content{border-radius:12px!important}.ant-modal-header{padding:16px!important}.ant-modal-body{padding:16px!important;max-height:calc(100vh - 200px)!important;overflow-y:auto!important}.ant-drawer{max-width:100vw!important}.ant-drawer-content{border-radius:12px 12px 0 0!important}}@media screen and (max-width: 767.98px){.ant-form-item-label>label{font-size:14px!important}.ant-input,.ant-select-selector,.ant-picker{border-radius:8px!important;font-size:14px!important}.ant-input-affix-wrapper{border-radius:8px!important}}@media screen and (max-width: 767.98px){.ant-btn{height:40px!important;padding:0 16px!important;font-size:14px!important;border-radius:8px!important}.ant-btn-sm{height:32px!important;padding:0 12px!important;font-size:13px!important}.ant-btn-lg{height:48px!important;padding:0 24px!important;font-size:16px!important}.fixed-bottom-action{position:fixed!important;bottom:0!important;left:0!important;right:0!important;padding:12px 16px!important;background:inherit!important;border-top:1px solid rgba(0,0,0,.1)!important;z-index:100!important;display:flex!important;gap:12px!important}.fixed-bottom-action .ant-btn{flex:1!important;height:44px!important;border-radius:8px!important}}@media screen and (max-width: 767.98px){.ant-empty-description{font-size:14px!important;color:#8c8c8c!important}.ant-result-title{font-size:18px!important}.ant-result-subtitle{font-size:14px!important}}@media screen and (max-width: 767.98px){.fade-in{animation:mobileFadeIn .25s ease-out}.slide-up{animation:mobileSlideUp .3s ease-out}.slide-in-left{animation:mobileSlideInLeft .3s ease-out}.slide-in-right{animation:mobileSlideInRight .3s ease-out}@keyframes mobileFadeIn{0%{opacity:0}to{opacity:1}}@keyframes mobileSlideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes mobileSlideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes mobileSlideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}}@supports (padding: max(0px)){@media screen and (max-width: 767.98px){.safe-area-inset-bottom{padding-bottom:max(16px,env(safe-area-inset-bottom))!important}.safe-area-inset-top{padding-top:max(16px,env(safe-area-inset-top))!important}.safe-area-inset-left{padding-left:max(16px,env(safe-area-inset-left))!important}.safe-area-inset-right{padding-right:max(16px,env(safe-area-inset-right))!important}}}@media screen and (max-width: 767.98px){.theme-dark body{background:linear-gradient(180deg,#0a0e27,#0f1629)!important}.theme-light body{background:linear-gradient(180deg,#f5f7fa,#fff)!important}}@media screen and (max-width: 767.98px){.ant-skeleton-title{height:18px!important}.ant-skeleton-paragraph>li{height:16px!important}}@media screen and (max-width: 767.98px){h1,.h1{font-size:24px!important;line-height:1.3!important}h2,.h2{font-size:20px!important;line-height:1.35!important}h3,.h3{font-size:18px!important;line-height:1.4!important}h4,.h4{font-size:16px!important;line-height:1.45!important}p{font-size:14px!important;line-height:1.6!important}.text-small{font-size:12px!important}.text-large{font-size:16px!important}}@media screen and (max-width: 767.98px){.ant-list-item{padding:12px 0!important}.ant-list-item-meta-title{font-size:14px!important;margin-bottom:2px!important}.ant-list-item-meta-description{font-size:12px!important}}@media screen and (max-width: 767.98px){.ant-tag{font-size:11px!important;padding:0 6px!important;line-height:20px!important;border-radius:4px!important}.ant-badge-count{font-size:10px!important;min-width:16px!important;height:16px!important;line-height:16px!important}}@media screen and (max-width: 767.98px){.ant-steps-item-title{font-size:13px!important}.ant-steps-item-description{font-size:12px!important}}@media screen and (max-width: 767.98px){.ant-collapse-header{padding:12px 16px!important;font-size:14px!important}.ant-collapse-content-box{padding:12px 16px!important}}@media screen and (max-width: 767.98px){.ant-picker-dropdown{max-width:calc(100vw - 32px)!important}.ant-picker-date-panel{width:100%!important}.ant-picker-cell-inner{width:36px!important;height:36px!important;line-height:36px!important}}@media screen and (max-width: 767.98px){.mobile-sider-drawer .ant-drawer-content-wrapper{box-shadow:none!important}.mobile-sider-drawer .ant-drawer-body{padding:0!important;height:calc(100vh - 64px)!important;overflow-y:auto!important}.mobile-sider-drawer .ant-menu-item{height:48px!important;line-height:48px!important;margin:4px 8px!important;border-radius:8px!important}.mobile-sider-drawer .ant-menu-item-selected{background:#00d9ff26!important}}@media screen and (max-width: 767.98px){.back-to-top{bottom:80px!important;right:16px!important;width:40px!important;height:40px!important}}@media screen and (max-width: 767.98px){.ant-skeleton{padding:16px!important;border-radius:8px!important}.ant-skeleton-header{padding-right:16px!important}.ant-skeleton-avatar{width:40px!important;height:40px!important;border-radius:8px!important}.ant-skeleton-title{width:60%!important;height:16px!important;margin-bottom:12px!important}.ant-skeleton-paragraph>li{height:14px!important;margin-bottom:8px!important}.ant-skeleton-paragraph>li:last-child{width:40%!important}}@media screen and (max-width: 767.98px){.ant-dropdown-menu{min-width:160px!important;max-width:calc(100vw - 32px)!important}.ant-dropdown-menu-item{padding:12px 16px!important;font-size:14px!important}}@media screen and (max-width: 767.98px){.ant-message{padding:12px 16px!important;max-width:calc(100vw - 32px)!important}.ant-message-notice-content{padding:12px 16px!important;border-radius:8px!important;font-size:14px!important}}@media screen and (max-width: 767.98px){.ant-notification{width:calc(100vw - 32px)!important;max-width:calc(100vw - 32px)!important;padding:16px!important}.ant-notification-notice{padding:16px!important;border-radius:12px!important}.ant-notification-notice-title{font-size:16px!important}.ant-notification-notice-description{font-size:14px!important}}
