@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:#050606;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:#050606;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:#080b0cd1;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:#080b0cd1;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:#080b0cf0;-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:#080b0cf0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,217,255,.1)}.industrial-dashboard{color:#eef6f5}.industrial-page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px}.industrial-eyebrow{color:#00d9ff;font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.industrial-page-head h1{margin:0;color:#f3fbfb;font-size:30px;line-height:1.2;font-weight:800}.industrial-health-strip{min-width:184px;height:34px;display:inline-flex;align-items:center;justify-content:flex-end;gap:9px;color:#8f9d9a;font-size:13px}.industrial-health-strip strong{color:#0f8;font-weight:700}.industrial-health-dot{width:7px;height:7px;border-radius:50%;background:#0f8;box-shadow:0 0 12px #0f8c}.industrial-stat-row{margin-bottom:34px}.industrial-stat-card{width:100%;min-height:118px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:9px;padding:20px 22px;color:#edf7f6;background:linear-gradient(180deg,#141b2deb,#0f1522eb);border:1px solid rgba(0,217,255,.14);border-radius:6px;cursor:pointer;position:relative;overflow:hidden}.industrial-stat-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#00d9ff;opacity:.85}.industrial-stat-card:hover{border-color:#00d9ff61;background:linear-gradient(180deg,#171f30f5,#0f1522f5)}.industrial-stat-label,.industrial-stat-hint,.industrial-muted{color:#8f9d9a}.industrial-stat-main{display:flex;align-items:center;gap:10px}.industrial-stat-icon{color:#00d9ff;font-size:22px}.industrial-stat-main strong{color:#00d9ff;font-size:28px;line-height:1;font-weight:800}.industrial-stat-hint{font-size:12px}.industrial-stat-bar{width:100%;height:2px;margin-top:auto;background:#8f9d9a40}.industrial-stat-bar span{display:block;height:2px;background:#00d9ff}.industrial-stat-card.tone-green:before,.industrial-stat-card.tone-green .industrial-stat-bar span{background:#0f8}.industrial-stat-card.tone-green .industrial-stat-icon,.industrial-stat-card.tone-green .industrial-stat-main strong{color:#0f8}.industrial-stat-card.tone-red:before,.industrial-stat-card.tone-red .industrial-stat-bar span{background:#f36}.industrial-stat-card.tone-red .industrial-stat-icon,.industrial-stat-card.tone-red .industrial-stat-main strong{color:#f36}.industrial-list-section{border-top:1px solid rgba(143,157,154,.18);padding-top:28px}.industrial-section-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.industrial-section-head>div{display:flex;align-items:center;gap:12px}.industrial-section-head h2{margin:0;color:#f3fbfb;font-size:23px;font-weight:800}.industrial-section-mark{width:16px;height:16px;border-left:3px solid #00d9ff;border-bottom:3px solid #00d9ff;transform:skew(-14deg)}.industrial-panel,.industrial-device-card{background:#0f1522e6!important;border:1px solid rgba(0,217,255,.16)!important;border-radius:6px!important;box-shadow:none!important}.industrial-panel .ant-card-body{padding:18px 20px 20px}.industrial-table .ant-table{background:transparent!important}.industrial-table .ant-table-thead>tr>th{background:#1b2534db!important;color:#00d9ff!important;border-bottom:1px solid rgba(143,157,154,.18)!important;font-weight:700}.industrial-table .ant-table-tbody>tr>td{background:#0f1522b8!important;color:#d9e3e1!important;border-bottom:1px solid rgba(143,157,154,.12)!important}.industrial-table .ant-table-tbody>tr:hover>td{background:#00d9ff0e!important}.industrial-device-cell{min-width:260px}.industrial-device-icon{color:#6f7a78;font-size:17px}.industrial-device-icon.is-online{color:#0f8}.industrial-device-icon.is-offline{color:#77817f}.industrial-device-name{display:block;font-weight:700}.industrial-device-id{display:block;color:#64706d;font-size:12px;margin-top:2px}.industrial-status-pill{display:inline-flex;align-items:center;gap:8px;min-width:62px;height:24px;padding:0 10px;border-radius:4px;font-size:12px;font-weight:700}.industrial-status-pill span{width:7px;height:7px;border-radius:50%}.industrial-status-pill.is-online{color:#0f8;background:#00ff881a;border:1px solid rgba(0,255,136,.25)}.industrial-status-pill.is-online span{background:#0f8;box-shadow:0 0 10px #00ff88d9}.industrial-status-pill.is-offline{color:#ff6b8c;background:#ff33661a;border:1px solid rgba(255,51,102,.25)}.industrial-status-pill.is-offline span{background:#f36}.industrial-runtime{display:inline-flex;gap:8px;color:#8f9d9a}.industrial-runtime strong{color:#0f8;font-weight:700}.industrial-link-button,.industrial-link-button:hover{color:#00d9ff!important;padding-inline:0}.industrial-device-card .ant-card-body{padding:16px}.industrial-card-top,.industrial-card-meta,.industrial-card-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.industrial-card-title{display:block;margin:14px 0 4px;color:#eef6f5!important;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.industrial-card-meta{margin-top:12px;color:#8f9d9a;font-size:12px}.industrial-card-meta strong{color:#d9e3e1}.industrial-card-actions{margin-top:16px;padding-top:12px;border-top:1px solid rgba(143,157,154,.14)}.industrial-pagination{margin-top:22px;display:flex;justify-content:flex-end}.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}.device-console-overview{margin-bottom:16px;align-items:stretch!important}.device-console-overview>.ant-col{display:flex}.device-console-overview :where(.device-profile-panel,.device-ext-panel){width:100%;height:100%;min-height:760px;border:1px solid rgba(255,255,255,.16);background:linear-gradient(135deg,#050809f5,#040c0cf0),radial-gradient(circle at 55% 55%,rgba(0,217,255,.12),transparent 38%);box-shadow:inset 0 1px #ffffff0f,0 18px 45px #00000047}.device-profile-panel,.device-ext-panel{position:relative;overflow:hidden;padding:18px 20px;display:flex;flex-direction:column}.device-profile-panel:before,.device-ext-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:42px 42px;pointer-events:none;opacity:.45}.device-panel-title,.device-ext-card-head{position:relative;z-index:1;display:flex;align-items:center;gap:10px;color:#f4f7f8;font-size:16px;font-weight:700}.device-panel-title span,.device-ext-card-head span{width:26px;height:12px;display:inline-block;background:repeating-linear-gradient(115deg,#00d9ff 0 4px,transparent 4px 8px)}.device-profile-main{position:relative;z-index:1;display:grid;grid-template-columns:.85fr 1.35fr;gap:12px;min-height:370px;flex:0 0 auto}.device-profile-copy h1{margin:20px 0 8px;color:#fff;font-size:32px;line-height:1.1}.device-profile-copy p{margin:10px 0 22px;color:#ffffff9e;font-size:14px}.device-online,.device-offline{display:inline-flex;align-items:center;gap:8px;color:#0f8;font-size:15px;font-weight:700}.device-offline{color:#f36}.device-online i,.device-offline i{width:14px;height:14px;border-radius:50%;background:currentColor;box-shadow:0 0 14px currentColor}.device-profile-copy dl{display:grid;grid-template-columns:80px 1fr;gap:12px 10px;margin:0;color:#ffffffad}.device-profile-copy dt{color:#ffffff7a}.device-profile-copy dd{margin:0;color:#ffffffdb}.device-machine-stage{position:relative;display:flex;align-items:center;justify-content:center;min-width:0}.device-machine-stage img{position:relative;z-index:2;width:min(100%,520px);max-height:370px;object-fit:contain;filter:drop-shadow(0 28px 28px rgba(0,0,0,.65))}.device-machine-ring{position:absolute;z-index:1;bottom:10px;width:min(88%,500px);height:96px;border:1px solid rgba(0,217,255,.75);border-radius:50%;box-shadow:0 0 28px #00d9ff2e,inset 0 0 24px #00d9ff1f}.device-profile-footer{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;flex:0 0 auto}.device-runtime-summary{position:relative;z-index:1;margin-top:16px;padding:18px 20px;border:1px solid rgba(255,255,255,.13);background:#040808ad;flex:1}.device-runtime-summary-head{display:flex;align-items:center;gap:10px;margin-bottom:16px;color:#f4f7f8;font-weight:700}.device-runtime-summary-head span{width:24px;height:10px;display:inline-block;background:repeating-linear-gradient(115deg,#00d9ff 0 4px,transparent 4px 8px)}.device-runtime-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.device-runtime-summary-item{display:grid;grid-template-columns:1fr;gap:8px;align-items:start;min-height:112px;padding:14px 16px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#00d9ff14,#ffffff05)}.device-runtime-summary-item label{color:#ffffff9e}.device-runtime-summary-item b{color:#fff;font-size:30px;line-height:1;font-weight:800;font-variant-numeric:tabular-nums}.device-runtime-summary-item em{height:6px;background:#ffffff21;overflow:hidden}.device-runtime-summary-item i{display:block;height:100%;background:#00d9ff;box-shadow:0 0 14px #00d9ffb3}.device-profile-footer>div{min-height:58px;padding:10px 14px;background:#040809b3;display:flex;flex-direction:column;justify-content:center;gap:3px}.device-profile-footer b{color:#ffffffad}.device-profile-footer .ok,.device-profile-footer .health b{color:#0f8}.device-profile-footer .bad{color:#f36}.device-profile-footer .muted,.device-profile-footer span{color:#ffffff8c}.device-profile-footer .health{display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:12px}.device-profile-footer .health em{height:5px;background:#ffffff24;overflow:hidden}.device-profile-footer .health i{display:block;height:100%;background:#00d9ff;box-shadow:0 0 16px #00d9ffcc}.device-ext-tabs{position:relative;z-index:1;display:flex;align-items:center;height:38px;border-bottom:1px solid rgba(255,255,255,.13)}.device-ext-tabs span,.device-ext-tabs strong{min-width:120px;height:38px;display:inline-flex;align-items:center;justify-content:center;color:#ffffffb8;border-right:1px solid rgba(255,255,255,.12)}.device-ext-tabs strong{color:#fff;border-bottom:2px solid #00d9ff;background:linear-gradient(180deg,rgba(0,217,255,.14),transparent)}.device-ext-tabs .ant-tag{margin-left:12px}.device-ext-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding-top:20px;flex:1}.device-ext-panel.show-device .device-ext-grid{height:100%;grid-template-rows:repeat(2,minmax(0,1fr));gap:18px;padding-top:18px}.device-ext-card{min-height:150px;padding:14px 16px 12px;border:1px solid rgba(255,255,255,.16);background:#0407089e}.device-ext-panel.show-device .device-ext-card{min-height:0;padding:22px 24px;display:flex;flex-direction:column;justify-content:flex-start;background:linear-gradient(135deg,#00d9ff14,#ffffff04),#040708c7;box-shadow:inset 0 1px #ffffff0d}.device-ext-card-head{margin-bottom:14px}.device-ext-panel.show-device .device-ext-card-head{margin-bottom:20px;font-size:18px}.device-ext-card-head small{margin-left:auto;color:#ffffff8f;font-weight:400}.device-ext-row{display:grid;grid-template-columns:120px 86px 1fr;align-items:center;gap:12px;min-height:30px;border-bottom:1px solid rgba(255,255,255,.08)}.device-ext-panel.show-device .device-ext-row{grid-template-columns:150px 180px 1fr;min-height:50px;gap:18px}.device-ext-row label{color:#ffffffa8}.device-ext-panel.show-device .device-ext-row label{font-size:14px;color:#ffffffb8}.device-ext-row b{color:#f4f7f8;font-weight:600;text-align:right}.device-ext-panel.show-device .device-ext-row b{font-size:26px;line-height:1;font-weight:800;color:#fff;font-variant-numeric:tabular-nums}.device-ext-row em{height:5px;background:#ffffff21;overflow:hidden}.device-ext-panel.show-device .device-ext-row em{height:7px;background:#ffffff24}.device-ext-row i{display:block;height:100%;background:#00d9ff;box-shadow:0 0 14px #00d9ffcc}.device-ext-history-table .ant-table{background:#030607d9;border:1px solid rgba(255,255,255,.14)}.device-ext-history-table .ant-table-thead>tr>th{background:#00d9ff14!important;color:#00d9ff!important;border-color:#ffffff1f!important;white-space:pre-line;text-align:center}.device-ext-history-table .ant-table-tbody>tr>td{background:#040809c7!important;color:#ffffffd1;border-color:#ffffff1a!important;text-align:center}.detail-chart-card{border-radius:4px!important}@media (max-width: 1280px){.device-profile-main,.device-ext-grid{grid-template-columns:1fr}.device-runtime-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.theme-dark,.theme-dark body,.theme-dark #root,.theme-dark .ant-layout,.theme-dark .ant-layout-content{background:#050606!important}.theme-dark .ant-layout-sider,.theme-dark .ant-layout-header,.theme-dark .ant-layout-footer{background:#080b0c!important}.theme-dark .data-card,.theme-dark .ant-card,.industrial-device-shell .data-card,.industrial-device-shell .ant-card{background:#050808f5!important;border-color:#ffffff1f!important;box-shadow:none!important}.theme-dark .data-card:hover{transform:none}.industrial-device-shell .ant-menu-item-selected{background:#00d9ff24!important}.device-profile-footer{grid-template-columns:repeat(2,minmax(0,1fr))}.device-profile-footer>div:nth-child(n+3){display:none}.device-ext-tabs>span,.device-ext-tabs>strong{display:none}.device-ext-tabs button,.device-history-tabs button{height:38px;min-width:112px;border:0;border-right:1px solid rgba(255,255,255,.12);background:transparent;color:#ffffffa6;cursor:pointer}.device-ext-tabs button.active,.device-history-tabs button.active{color:#fff;background:linear-gradient(180deg,#00d9ff29,#00d9ff05);border-bottom:2px solid #00d9ff}.device-history-tabs{display:inline-flex;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#050808eb}.device-chart-mode{display:none!important;position:relative;z-index:1;width:fit-content;margin-top:12px;border:1px solid rgba(255,255,255,.12);background:#050808db}.device-chart-mode button{min-width:76px;height:30px;border:0;border-right:1px solid rgba(255,255,255,.1);background:transparent;color:#ffffff9e;cursor:pointer}.device-chart-mode button:last-child{border-right:0}.device-chart-mode button.active{color:#fff;background:#00d9ff24;box-shadow:inset 0 -2px #00d9ff}.device-runtime-panel{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:16px;padding-top:18px;flex:1;min-height:0}.device-chart-carousel{position:relative;min-height:540px}.device-chart-carousel .detail-chart-card{height:100%}.device-chart-carousel-dots{position:absolute;left:50%;bottom:10px;transform:translate(-50%);display:flex;gap:8px}.device-chart-carousel-dots button{width:26px;height:4px;border:0;background:#ffffff38;cursor:pointer}.device-chart-carousel-dots button.active{background:#00d9ff;box-shadow:0 0 12px #00d9ffb3}.device-runtime-charts .ant-row{row-gap:10px!important}.device-runtime-charts .ant-col{padding-left:5px!important;padding-right:5px!important}.device-runtime-io{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.device-runtime-io>div{min-height:0;padding:14px;border:1px solid rgba(255,255,255,.13);background:#040708ad}.device-runtime-io b{display:block;margin-bottom:10px;color:#f4f7f8}.device-ext-panel.show-runtime .device-ext-grid,.device-ext-panel.show-device .device-runtime-panel{display:none}.device-ext-row em{position:relative}.device-ext-row i[style*="width: 0%"]{box-shadow:none}.big-screen-page{min-height:calc(100vh - 64px);margin:-18px -22px 0;padding:18px;color:#eaf6ff;background:radial-gradient(circle at 50% 0%,rgba(0,140,255,.22),transparent 28%),linear-gradient(180deg,#020813,#03111c 52%,#02070d);overflow-x:hidden}.big-screen-header{height:58px;display:grid;grid-template-columns:auto auto 1fr auto auto auto;align-items:center;gap:18px;padding:0 20px;border:1px solid rgba(0,176,255,.28);background:linear-gradient(90deg,#001226e0,#00437d2e,#001226e0);box-shadow:inset 0 -1px #00d9ff59,0 0 28px #0082ff2e}.big-screen-brand{font-size:26px;font-weight:900;font-style:italic;letter-spacing:1px}.big-screen-header h1{margin:0;font-size:30px;letter-spacing:2px;text-shadow:0 0 18px rgba(0,170,255,.6)}.big-screen-header-line{height:1px;background:linear-gradient(90deg,rgba(0,217,255,.7),transparent)}.big-screen-time{color:#ffffffdb;font-size:16px}.big-screen-online,.big-screen-offline{color:#42ff8a;font-size:16px;font-weight:700}.big-screen-offline{color:#ff2f78}.big-screen-grid{display:grid;grid-template-columns:1.15fr 1.08fr 1.15fr;grid-template-rows:560px 118px auto;gap:14px;margin-top:14px}.screen-panel{position:relative;overflow:hidden;border:1px solid rgba(0,169,255,.34);background:linear-gradient(180deg,#00376957,#000c18bd),#020c18b8;box-shadow:inset 0 1px #ffffff0d,0 0 24px #0082ff1f}.screen-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(0,217,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(0,217,255,.035) 1px,transparent 1px);background-size:34px 34px;pointer-events:none}.screen-panel h2{position:relative;z-index:1;margin:0;padding:14px 18px;font-size:16px;color:#fff;background:linear-gradient(90deg,rgba(0,140,255,.28),transparent)}.screen-device-body{position:relative;z-index:1;display:grid;grid-template-columns:.72fr 1.28fr;height:calc(100% - 48px);padding:16px 22px}.screen-device-body strong{display:block;font-size:64px;line-height:1;color:#fff}.screen-device-body p{color:#ffffffb8;font-size:14px}.screen-good{color:#42ff8a!important;font-weight:800}.screen-bad{color:#ff2f78!important;font-weight:800}.screen-device-body label{display:block;margin-top:22px;color:#ffffff8c}.screen-device-body b{display:block;margin-top:6px;font-size:22px;color:#fff}.screen-ignition-stat{margin:18px 0 8px;padding:14px 16px;border:1px solid rgba(255,204,61,.38);background:linear-gradient(135deg,#ffcc3d21,#00000052);box-shadow:inset 0 0 22px #ffcc3d0f,0 0 24px #ffcc3d14}.screen-ignition-stat span{display:block;color:#ffffffad;font-size:15px}.screen-ignition-stat em{display:block;margin-top:8px;font-style:normal;font-size:30px;line-height:1.05;color:#ffcc3d;font-weight:900;text-shadow:0 0 18px rgba(255,204,61,.45)}.screen-machine-stage{position:relative;display:flex;align-items:center;justify-content:center}.screen-machine-stage img{position:relative;z-index:2;max-width:100%;max-height:330px;object-fit:contain;filter:drop-shadow(0 28px 35px rgba(0,0,0,.7))}.screen-core-grid,.screen-trends-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:14px;height:calc(100% - 48px)}.screen-core-card{min-height:0;padding:20px 22px;border:1px solid rgba(0,217,255,.35);background:linear-gradient(135deg,#00d9ff1c,#ffffff05)}.screen-core-card label{display:flex;justify-content:space-between;font-size:16px;font-weight:800}.screen-core-card label span{color:#ffffffad;font-size:13px}.screen-core-card strong{display:block;margin-top:20px;font-size:64px;line-height:1;font-weight:900;letter-spacing:-1px;text-shadow:0 0 22px currentColor}.screen-trend-card{min-height:0;padding:14px;border:1px solid rgba(0,217,255,.18);background:#02122394}.screen-card-title{display:flex;justify-content:space-between;font-weight:800}.screen-card-title b{color:inherit}.screen-trend-card svg{width:100%;height:calc(100% - 28px);min-height:102px;margin-top:8px}.screen-strip{grid-column:1 / -1;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border:1px solid rgba(0,169,255,.34);background:linear-gradient(90deg,#0040826b,#000e1cbd)}.screen-strip-item{padding:22px 24px;border-right:1px solid rgba(0,217,255,.16)}.screen-strip-item span{display:block;font-size:16px;color:#ffffffb8}.screen-strip-item b{display:block;margin-top:8px;font-size:34px;line-height:1}.screen-bottom-panel{padding-bottom:18px;min-height:310px}.screen-optical-highlight{position:relative;z-index:1;margin:16px 20px 10px;padding:18px 22px;border:1px solid rgba(255,138,61,.54);background:linear-gradient(135deg,#ff8a3d33,#0000009e),radial-gradient(circle at 18% 50%,rgba(255,138,61,.22),transparent 42%);box-shadow:inset 0 0 26px #ff8a3d1a,0 0 26px #ff8a3d26}.screen-optical-highlight span{display:block;color:#ffffffb8;font-size:16px;font-weight:800}.screen-optical-highlight strong{display:block;margin-top:10px;font-size:48px;line-height:1;color:#ff8a3d;text-shadow:0 0 28px rgba(255,138,61,.68)}.screen-optical-highlight em{margin-left:10px;font-style:normal;font-size:22px;color:#ffffffd6}.screen-bar-row{position:relative;z-index:1;display:grid;grid-template-columns:140px 120px 1fr;align-items:center;gap:16px;padding:14px 20px}.screen-bar-row span{font-size:16px;color:#ffffffb8}.screen-bar-row b{font-size:18px;color:#fff;text-align:right}.screen-bar-row em{height:10px;background:#ffffff21;overflow:hidden}.screen-bar-row i{display:block;height:100%;box-shadow:0 0 16px currentColor}.screen-io-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px 20px}.screen-io-grid span{display:flex;align-items:center;gap:10px;height:40px;padding:0 14px;border:1px solid rgba(0,217,255,.18);background:#0027375c;font-size:16px}.screen-io-grid i{width:11px;height:11px;border-radius:50%;background:#2a5f5f}.screen-io-grid i.on{background:#42ff8a;box-shadow:0 0 10px #42ff8a}.screen-io-sections{position:relative;z-index:1;display:grid;gap:10px;padding:12px 18px 18px}.screen-io-section>b{display:block;margin-bottom:8px;color:#fff;font-size:16px}.screen-io-section .screen-io-grid{padding:0;gap:8px}.runtime-power-page{min-height:calc(100vh - 56px);padding:18px;margin:-24px;background:radial-gradient(circle at 20% 0%,rgba(0,217,255,.16),transparent 28%),radial-gradient(circle at 80% 12%,rgba(255,138,61,.1),transparent 26%),linear-gradient(rgba(0,217,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(0,217,255,.035) 1px,transparent 1px),#000;background-size:auto,auto,36px 36px,36px 36px,auto;color:#fff}.runtime-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 18px;border:1px solid rgba(0,217,255,.28);background:linear-gradient(90deg,#002c44b8,#000000bd);box-shadow:inset 0 0 34px #00d9ff14,0 0 28px #00d9ff14;margin-bottom:14px}.runtime-brand{display:grid;grid-template-columns:auto auto;column-gap:18px;align-items:end}.runtime-brand span{font-size:34px;font-style:italic;font-weight:950;letter-spacing:1px;color:#fff}.runtime-brand strong{font-size:34px;line-height:1;color:#fff}.runtime-brand em{grid-column:2;color:#00d9ffb8;font-style:normal;font-size:12px;letter-spacing:7px}.runtime-controls{display:grid;grid-template-columns:minmax(280px,520px) auto auto;align-items:center;gap:12px}.runtime-power-select{width:100%}.runtime-controls time{color:#ffffffd1;white-space:nowrap;font-size:16px}.runtime-kpi-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:14px}.runtime-kpi{position:relative;overflow:hidden;min-height:128px;padding:20px 22px;border:1px solid rgba(0,217,255,.18);background:linear-gradient(135deg,#00446057,#000000e0);box-shadow:inset 0 1px #ffffff0a}.runtime-kpi:after{content:"";position:absolute;inset:auto 18px 0 18px;height:3px;background:currentColor;box-shadow:0 0 18px currentColor}.runtime-kpi.cyan{color:#00d9ff}.runtime-kpi.orange{color:#ff8a3d}.runtime-kpi.green{color:#19f58a}.runtime-kpi.pink{color:#ff2f78}.runtime-kpi span{display:block;color:#ffffff9e;font-size:16px}.runtime-kpi strong{display:block;margin-top:14px;font-size:46px;line-height:1;color:currentColor;text-shadow:0 0 24px currentColor}.runtime-kpi small{display:block;margin-top:10px;color:#ffffff94}.runtime-main-grid{display:grid;grid-template-columns:360px minmax(0,1fr) 380px;gap:14px;margin-bottom:14px;min-height:540px}.runtime-panel{min-width:0;min-height:0;border:1px solid rgba(0,217,255,.22);background:linear-gradient(180deg,#001c2694,#000000eb);box-shadow:inset 0 0 30px #00d9ff0b}.runtime-panel h2{margin:0;padding:13px 16px;font-size:18px;color:#fff;background:linear-gradient(90deg,rgba(0,217,255,.16),transparent)}.runtime-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-right:16px;background:linear-gradient(90deg,rgba(0,217,255,.16),transparent)}.runtime-panel-head h2{background:transparent}.runtime-device-grid{display:grid;gap:10px;padding:14px}.runtime-device-card{border:1px solid color-mix(in srgb,var(--accent),transparent 54%);padding:14px;background:linear-gradient(135deg,color-mix(in srgb,var(--accent),transparent 90%),#000000b8)}.runtime-device-card div{display:flex;align-items:center;justify-content:space-between;gap:10px}.runtime-device-card strong{color:#fff;font-size:16px}.runtime-device-card span{color:var(--accent);font-size:11px;font-weight:900}.runtime-device-card b{display:block;margin-top:14px;color:var(--accent);font-size:30px;line-height:1;text-shadow:0 0 18px var(--accent)}.runtime-device-card p{margin:12px 0 0;color:#ffffff9e}.runtime-power-chart{width:100%;height:calc(100% - 64px);min-height:470px;background-image:linear-gradient(rgba(0,217,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(0,217,255,.035) 1px,transparent 1px);background-size:34px 34px}.runtime-power-chart .grid-line{stroke:#ffffff14;stroke-width:1}.runtime-power-chart path{stroke-width:4;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 8px currentColor)}.runtime-power-chart text{fill:#ffffff8f;font-size:16px}.runtime-legend{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}.runtime-legend span{color:#ffffffc7;font-size:13px}.runtime-legend span:before{content:"";display:inline-block;width:10px;height:10px;margin-right:8px;border-radius:50%;background:var(--legend-color);box-shadow:0 0 10px var(--legend-color)}.runtime-rank-list{display:grid;gap:12px;padding:14px 16px 6px}.runtime-rank-row{display:grid;grid-template-columns:26px minmax(0,1fr) auto;gap:10px;align-items:center}.runtime-rank-row span{color:#00d9ff;font-weight:900}.runtime-rank-row b{color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.runtime-rank-row em{color:#ff8a3d;font-style:normal;font-weight:900}.runtime-rank-row i{grid-column:2 / 4;height:8px;background:#ffffff1f}.runtime-rank-row u{display:block;height:100%;background:linear-gradient(90deg,#00d9ff,#ff8a3d);box-shadow:0 0 16px #00d9ff73}.runtime-rank-subtitle{margin-top:20px!important}.runtime-rank-list.compact .runtime-rank-row{grid-template-columns:minmax(0,1fr) auto}.runtime-rank-list.compact .runtime-rank-row i{grid-column:1 / 3}.runtime-table-panel{max-height:230px;overflow:hidden}.runtime-table-panel .ant-table,.runtime-table-panel .ant-table-thead>tr>th,.runtime-table-panel .ant-table-tbody>tr>td{background:transparent!important;color:#fffc;border-color:#00d9ff1f!important}.runtime-table-panel .ant-table-thead>tr>th{color:#00d9ff}.screen-loading{min-height:60vh;display:flex;align-items:center;justify-content:center}.big-screen-grid{grid-template-rows:540px minmax(460px,auto)}.screen-device-body{grid-template-columns:.6fr 1.4fr;align-items:stretch}.screen-machine-stage{align-items:center}.screen-machine-stage img{max-height:390px}.screen-machine-stage span{bottom:32px}.screen-strip{display:none}.screen-ext-focus{grid-column:1 / -1;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.screen-ext-focus-item{min-height:130px;padding:18px 20px;border:1px solid rgba(0,169,255,.34);background:linear-gradient(135deg,#0078dc2e,#000d1cdb),#020c18c2;box-shadow:inset 0 1px #ffffff0d}.screen-ext-focus-item span{display:block;color:#ffffffb8;font-size:16px}.screen-ext-focus-item b{display:block;margin-top:12px;font-size:34px;line-height:1;font-weight:900;text-shadow:0 0 18px currentColor}.screen-ext-focus-item em{display:block;height:8px;margin-top:18px;background:#ffffff21;overflow:hidden}.screen-ext-focus-item i{display:block;height:100%;box-shadow:0 0 16px currentColor}.screen-lower-grid{grid-column:1 / -1;display:grid;grid-template-columns:1.55fr 1fr;gap:14px;min-height:460px}.screen-lower-left{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.screen-lower-left .screen-bottom-panel{min-height:0}.screen-ext-carousel{display:flex;flex-direction:column}.screen-carousel-head{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(90deg,rgba(0,140,255,.28),transparent)}.screen-carousel-head h2{background:transparent}.screen-carousel-head div{display:flex;gap:8px;padding-right:14px}.screen-carousel-head button{width:38px;height:30px;border:1px solid rgba(0,217,255,.35);color:#eaf6ff;background:#0026468c;cursor:pointer}.screen-carousel-main{position:relative;z-index:1;flex:1;min-height:0;overflow:hidden;padding:20px 28px 18px;display:grid;grid-template-rows:auto minmax(0,1fr) auto;grid-template-areas:"info" "chart" "dots";row-gap:16px}.screen-carousel-info{grid-area:info;display:flex;align-items:baseline;justify-content:space-between;gap:20px;flex-wrap:wrap}.screen-carousel-main label{display:block;font-size:22px;font-weight:900;white-space:nowrap}.screen-carousel-main strong{display:block;font-size:52px;line-height:1;font-weight:950;text-shadow:0 0 28px currentColor;white-space:nowrap}.screen-carousel-main strong span{margin-left:10px;font-size:22px;color:#ffffffb8}.screen-carousel-legend{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;width:100%}.screen-carousel-legend span{display:flex;align-items:center;gap:10px;font-size:17px;font-weight:800;white-space:nowrap}.screen-carousel-legend span:nth-child(2){justify-self:center}.screen-carousel-legend span:nth-child(3){justify-self:end}.screen-carousel-legend i{width:11px;height:11px;border-radius:50%;box-shadow:0 0 12px currentColor}.screen-carousel-legend b{color:#fff;font-size:20px}.screen-carousel-chart{grid-area:chart;position:relative;min-height:0;min-width:0;overflow:hidden}.screen-sparkline.large{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%}.screen-carousel-dots{grid-area:dots;display:flex;justify-content:center;gap:8px}.screen-carousel-dots button{width:26px;height:4px;border:0;background:#ffffff38;cursor:pointer}.screen-carousel-dots button.active{background:#00d9ff;box-shadow:0 0 12px #00d9ffb3}.big-screen-page{background:#000}.big-screen-header{background:#000000f5;border-color:#00d9ff38;box-shadow:inset 0 -1px #00d9ff3d}.screen-panel,.screen-ext-focus-item{background:linear-gradient(180deg,#001014b8,#000000f5),#000;box-shadow:inset 0 1px #ffffff09}.screen-panel h2,.screen-carousel-head{background:linear-gradient(90deg,#00d9ff24,#0000)}.screen-core-card{background:linear-gradient(135deg,#00d9ff16,#000000eb)}.screen-trend-card,.screen-io-grid span{background:#000000b8}.screen-bottom-panel h2{font-size:18px}.screen-bar-row{grid-template-columns:minmax(118px,150px) minmax(118px,150px) 1fr;gap:18px;padding:16px 22px}.screen-bar-row span{font-size:18px}.screen-bar-row b{font-size:21px}.screen-io-grid span{height:46px;font-size:18px}.screen-io-section .screen-io-grid span{height:34px;font-size:15px}@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}}
