:root{--navigation-font-size:16px;--content-font-size:16px;--title-font-size:18px;--subtitle-font-size:14px;--small-font-size:12px;--table-font-size:15px;--module-header-font-size:var(--title-font-size);--module-header-line-height:1.2;--button-color:#2563eb;--button-text-color:#fff;--button-font-size:var(--navigation-font-size);--button-line-height:1.5;--content-line-height:1.6}.ant-btn-primary{color:var(--button-text-color)!important;font-size:var(--button-font-size)!important;line-height:var(--button-line-height)!important}.app-layout{--sidebar-width-open:272px;--sidebar-width-closed:80px;background:var(--content-bg);width:100%;min-height:100vh;color:var(--surface-text);font-size:var(--content-font-size);line-height:var(--content-line-height);display:flex;overflow:hidden}.app-layout.theme-light{--sidebar-bg:#fff;--sidebar-text-color:#303133;--sidebar-muted:#909399;--sidebar-item-hover-bg:#f5f7fa;--sidebar-item-active-bg:#eef4ff;--sidebar-user-bg:#f7f8fa;--sidebar-border:#e4e7ed;--sidebar-shadow:0 10px 30px #0f172a0f;--topbar-bg:#fff;--topbar-text:#303133;--tabbar-bg:#f8fafc;--content-bg:#f0f2f5;--surface-bg:#fff;--surface-bg-muted:#f7f8fa;--surface-bg-soft:#fafafa;--surface-text:#303133;--surface-text-muted:#909399;--surface-border:#e4e7ed;--surface-border-soft:#ebeef5;--surface-hover:#f5f7fa;--surface-active:#eef4ff;--surface-shadow:0 1px 2px #0000000a;--surface-shadow-heavy:0 12px 30px #0f172a14;--surface-overlay:#fffffffa}.app-layout.theme-dark{--sidebar-bg:#18181c;--sidebar-text-color:#f3f3f3;--sidebar-muted:#ffffff80;--sidebar-item-hover-bg:#ffffff14;--sidebar-item-active-bg:#1677ff33;--sidebar-user-bg:#ffffff0d;--sidebar-border:#2a2a2e;--sidebar-shadow:none;--topbar-bg:#18181c;--topbar-text:#f3f3f3;--tabbar-bg:#1d1e22;--content-bg:#121214;--surface-bg:#1d1e22;--surface-bg-muted:#18181c;--surface-bg-soft:#24262b;--surface-text:#f3f3f3;--surface-text-muted:#fff9;--surface-border:#2a2a2e;--surface-border-soft:#303036;--surface-hover:#24262b;--surface-active:#1677ff2e;--surface-shadow:none;--surface-shadow-heavy:0 14px 40px #00000059;--surface-overlay:#1d1e22fa}.sidebar{background:var(--sidebar-bg);height:100vh;color:var(--sidebar-text-color);border-right:1px solid var(--sidebar-border);box-shadow:var(--sidebar-shadow);z-index:100;flex-direction:column;flex-shrink:0;gap:16px;padding:18px 14px 14px;transition:width .22s,transform .22s;display:flex;overflow:hidden auto}.sidebar.open{width:var(--sidebar-width-open)}.sidebar.closed{width:var(--sidebar-width-closed);padding-inline:10px}.sidebar-header{justify-content:space-between;align-items:center;gap:10px;display:flex}.brand-block{align-items:center;gap:10px;min-width:0;display:flex}.brand-mark{color:#f8fafc;letter-spacing:.08em;background:#1677ff;border-radius:8px;place-items:center;width:36px;height:36px;font-size:12px;font-weight:800;display:grid}.brand-mark.collapsed{margin-inline:auto}.brand-copy{flex-direction:column;min-width:0;display:flex}.brand-kicker{font-size:var(--small-font-size);letter-spacing:.14em;text-transform:uppercase;color:var(--sidebar-muted)}.logo{color:var(--sidebar-text-color);font-size:var(--navigation-font-size);white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden}.sidebar-header-actions{gap:6px;display:flex}.toggle-button{border:1px solid var(--sidebar-border);width:34px;height:34px;color:var(--sidebar-text-color);cursor:pointer;background:0 0;border-radius:8px;place-items:center;transition:background-color .18s,border-color .18s;display:grid}.toggle-button:hover{background:var(--sidebar-item-hover-bg)}.sidebar-panel{background:linear-gradient(180deg,var(--surface-bg-soft)0%,var(--surface-bg)100%);border:1px solid var(--surface-border);box-shadow:var(--surface-shadow);border-radius:12px;padding:14px;display:block}.sidebar-panel-kicker{font-size:var(--small-font-size);letter-spacing:.12em;text-transform:uppercase;color:var(--sidebar-muted)}.sidebar-panel-title{font-size:var(--title-font-size);color:var(--sidebar-text-color);margin-top:8px;font-weight:700}.sidebar-panel-subtitle{font-size:var(--subtitle-font-size);color:var(--sidebar-muted);margin-top:6px;line-height:1.6}.menu-container{flex:1;padding:4px 0;overflow-y:auto}.menu-item-container{margin-bottom:4px}.menu-item{min-height:46px;color:var(--sidebar-text-color);cursor:pointer;border:0;border-radius:10px;align-items:center;gap:12px;padding:10px 12px;text-decoration:none;transition:background-color .18s,color .18s;display:flex}.menu-item:hover{background:var(--sidebar-item-hover-bg)}.menu-item.active{background:var(--sidebar-item-active-bg);color:var(--sidebar-text-color)}.app-layout.theme-light .menu-item.active{color:#1677ff}.app-layout.theme-dark .menu-item.active{color:#fff}.menu-item.main-module{font-weight:700}.menu-icon{flex-shrink:0;place-items:center;width:18px;height:18px;display:grid}.sidebar.closed .menu-icon{margin-inline:auto}.menu-text{text-overflow:ellipsis;white-space:nowrap;font-size:var(--navigation-font-size);flex:1;line-height:1.35;overflow:hidden}.sub-menu .menu-text{font-size:var(--subtitle-font-size)}.expand-icon{color:var(--sidebar-muted);place-items:center;display:grid}.sub-menu{border-left:1px solid var(--sidebar-border);margin:6px 0 8px 12px;padding-left:12px}.sub-menu .menu-item{min-height:42px;color:var(--sidebar-text-color);opacity:.88;border-radius:8px;padding:8px 10px}.sidebar-footer{border-top:1px solid var(--sidebar-border);flex-direction:column;gap:10px;margin-top:auto;padding-top:10px;display:flex}.station-message-btn{margin-bottom:0!important}.user-info-section{background:var(--sidebar-user-bg);border:1px solid var(--surface-border);border-radius:12px;align-items:center;gap:10px;padding:10px 12px;display:flex}.user-avatar-circle{color:#f8fafc;background:#1e40af;border-radius:10px;place-items:center;width:34px;height:34px;font-size:13px;font-weight:700;display:grid}.user-details{flex:1;min-width:0}.user-name{color:var(--sidebar-text-color);font-size:var(--navigation-font-size);white-space:nowrap;text-overflow:ellipsis;font-weight:600;display:block;overflow:hidden}.user-role{color:var(--sidebar-muted);font-size:var(--small-font-size);display:block}.logout-icon-btn,.logout-button.collapsed{color:var(--sidebar-text-color);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;display:grid}.logout-icon-btn{width:32px;height:32px}.logout-icon-btn:hover,.logout-button.collapsed:hover{background:var(--sidebar-item-hover-bg)}.logout-button.collapsed{width:100%;height:40px}.version-tag{text-align:center;font-size:var(--small-font-size);color:var(--sidebar-muted);padding-bottom:4px}.main-content{flex-direction:column;flex:1;min-width:0;height:100vh;display:flex;overflow:hidden}.content{background:var(--content-bg);flex:1;padding:16px;overflow-y:auto}.topbar{background:var(--topbar-bg);border-bottom:1px solid var(--surface-border);justify-content:space-between;align-items:center;height:56px;padding:0 16px;display:flex}.topbar-left,.topbar-right{align-items:center;gap:12px;display:flex}.topbar-search-status{align-items:center;margin-right:2px;display:flex}.topbar-title{color:var(--topbar-text);font-size:var(--navigation-font-size);align-items:center;gap:8px;font-weight:600;display:flex}.topbar-title-icon,.tabbar-tab-icon{place-items:center;display:grid}.topbar-icon-button{width:34px;height:34px;color:var(--topbar-text);cursor:pointer;background:0 0;border:0;border-radius:10px;place-items:center;display:grid}.topbar-icon-button:hover{background:var(--sidebar-item-hover-bg)}.topbar-user{color:var(--topbar-text);font-size:var(--subtitle-font-size);align-items:center;gap:6px;display:flex}.topbar-user-button{min-height:34px;color:var(--topbar-text);cursor:pointer;font-size:var(--subtitle-font-size);background:0 0;border:0;border-radius:10px;align-items:center;gap:8px;padding:0 10px;display:inline-flex}.topbar-user-button:hover{background:var(--sidebar-item-hover-bg)}.topbar-user-menu-info{flex-direction:column;gap:2px;min-width:120px;display:flex}.topbar-user-menu-info strong{color:var(--surface-text);font-size:var(--subtitle-font-size)}.topbar-user-menu-info span{color:var(--surface-text-muted);font-size:var(--small-font-size)}.tabbar{background:var(--tabbar-bg);border-bottom:1px solid var(--surface-border);justify-content:space-between;align-items:center;height:44px;padding:0 10px 0 12px;display:flex}.tabbar-tabs{align-items:center;gap:8px;display:flex;overflow-x:auto}.tabbar-tab{background:var(--surface-bg);height:30px;color:var(--topbar-text);font-size:var(--navigation-font-size);border:1px solid var(--surface-border);border-radius:10px 10px 0 0;align-items:center;gap:8px;padding:0 12px;display:inline-flex}.tabbar-tab.active{background:var(--sidebar-item-active-bg);color:#1677ff;border-color:#0000}.app-layout.theme-dark .tabbar-tab.active{color:#fff}.tabbar-actions{align-items:center;gap:6px;display:flex}.global-search-panel{flex-direction:column;gap:10px;min-height:0;padding-top:0;display:flex}.global-search-modal.compact .ant-modal-content{border-radius:8px;min-height:420px}.global-search-modal.compact .ant-modal-body{height:100%;padding:16px 20px 20px}.global-search-modal.expanded .ant-modal-content{border-radius:8px}.global-search-modal.expanded .ant-modal-body{padding:16px 20px 20px}.global-search-box{flex:none;align-self:flex-start;width:100%;min-width:0;max-width:420px;position:relative}.global-search-input-shell{background:#fff;border:1px solid #9db5ff;border-radius:8px;height:44px;transition:border-color .18s,box-shadow .18s;box-shadow:0 0 0 2px #407bff1f}.global-search-input-shell:focus-within{border-color:#5b7cff;box-shadow:0 0 0 3px #407bff29}.global-search-leading,.global-search-clear{color:#c0c4cc;width:38px}.global-search-input{font-size:14px}.global-search-input::placeholder{color:#c0c4cc}.global-search-clear:hover{color:#8c8c8c}.global-search-modal.compact .global-search-panel{justify-content:flex-start;height:100%}.global-search-modal.compact .global-search-box,.global-search-modal.expanded .global-search-box{padding:0}.global-search-meta{font-size:var(--small-font-size);color:var(--surface-text-muted);justify-content:space-between;align-items:center;gap:12px;margin-top:2px;display:flex}.global-search-results{flex-direction:column;gap:10px;max-height:52vh;display:flex;overflow-y:auto}.global-search-result{border:1px solid var(--surface-border);background:var(--surface-bg-soft);width:100%;color:var(--surface-text);cursor:pointer;text-align:left;border-radius:12px;align-items:center;gap:12px;padding:12px 14px;transition:background-color .18s,border-color .18s,transform .18s;display:flex}.global-search-result:hover{background:var(--surface-hover);border-color:#1677ff;transform:translateY(-1px)}.global-search-result-icon{background:var(--sidebar-item-active-bg);color:#1677ff;border-radius:10px;flex-shrink:0;place-items:center;width:34px;height:34px;display:grid}.app-layout.theme-dark .global-search-result-icon{color:#fff}.global-search-result-main{flex-direction:column;gap:4px;min-width:0;display:flex}.global-search-result-main strong{color:var(--surface-text);font-size:var(--navigation-font-size)}.global-search-result-main span{color:var(--surface-text-muted);font-size:var(--small-font-size);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.global-search-empty{justify-content:center;align-items:center;min-height:140px;padding:4px 0 0;display:flex}.global-search-empty-idle{flex:1;justify-content:center;align-items:center;min-height:0;padding:0}.global-search-table .ant-table-wrapper,.global-search-table .ant-table{background:var(--surface-bg)}.global-search-table{margin-top:2px}.global-search-table .ant-table-container{border:1px solid var(--surface-border);border-radius:12px;overflow:hidden}.global-search-table .ant-table-thead>tr>th{background:var(--surface-bg-soft);color:var(--surface-text);font-weight:700}.global-search-table .ant-table-tbody>tr>td{color:var(--surface-text)}.global-search-locate-button{color:#1677ff;cursor:pointer;background:#1677ff14;border:1px solid #1677ff3d;border-radius:999px;min-width:76px;height:30px;font-size:12px;font-weight:600}.global-search-locate-button:hover{background:#1677ff24}.app-layout.theme-dark .global-search-locate-button{color:#93c5fd;background:#60a5fa1f;border-color:#60a5fa47}.mobile-header{border:1px solid var(--surface-border);background:var(--surface-overlay);height:56px;box-shadow:var(--surface-shadow-heavy);z-index:98;border-radius:12px;justify-content:space-between;align-items:center;padding:0 12px;display:flex;position:fixed;top:10px;left:10px;right:10px}.mobile-header-title{text-align:center}.mobile-header-kicker{font-size:var(--small-font-size);color:var(--surface-text-muted);text-transform:uppercase;letter-spacing:.12em;display:block}.mobile-header h1{font-size:var(--navigation-font-size);color:var(--surface-text);margin:0}.hamburger-button{border:1px solid var(--surface-border);background:var(--surface-bg);width:34px;height:34px;color:var(--surface-text);border-radius:8px;place-items:center;display:grid}.sidebar-overlay{z-index:99;background:#0f172a57;position:fixed;inset:0}.header-spacer{width:34px}.module-toolbar{justify-content:flex-end;margin-bottom:12px;display:flex}.theme-drawer .ant-drawer-header,.theme-drawer .ant-drawer-body{background:var(--surface-bg)}.theme-drawer .ant-drawer-title,.theme-drawer .ant-drawer-close{color:var(--surface-text)}.theme-drawer-body{flex-direction:column;gap:16px;display:flex}.theme-block,.theme-grid{flex-direction:column;gap:12px;display:flex}.theme-block-title{font-size:var(--subtitle-font-size);color:var(--surface-text);font-weight:700}.theme-mode-group{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.theme-mode-segment{border:1px solid var(--surface-border);background:var(--surface-bg-soft);height:42px;color:var(--surface-text);border-radius:10px;justify-content:center;align-items:center;gap:8px;display:inline-flex}.theme-mode-segment.active{background:var(--surface-active);color:#1677ff;border-color:#1677ff}.theme-preset-row{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;display:grid}.theme-preset{aspect-ratio:1;border:2px solid #0000;border-radius:999px;width:100%}.theme-preset.active{border-color:#fff;box-shadow:0 0 0 2px #1677ff}.theme-color-field{color:var(--surface-text);flex-direction:column;gap:8px;display:flex}.theme-color-input-group{align-items:center;gap:10px;display:flex}.theme-color-input-group input[type=color]{border:1px solid var(--surface-border);background:var(--surface-bg);border-radius:10px;width:44px;height:40px;padding:4px}.theme-color-text{border:1px solid var(--surface-border);background:var(--surface-bg-soft);height:40px;color:var(--surface-text);border-radius:10px;flex:1;padding:0 12px}.theme-inline-field{color:var(--surface-text);justify-content:space-between;align-items:center;gap:12px;display:flex}.theme-inline-field .ant-input-number{width:120px}.theme-reset-button{border:1px solid var(--surface-border);background:var(--surface-bg-soft);height:42px;color:var(--surface-text);border-radius:10px;font-weight:600}.theme-reset-button:hover{background:var(--surface-hover)}.ant-card-body{padding:16px!important}@media (max-width:767px){.app-layout{flex-direction:column}.sidebar{height:100vh;padding-top:72px;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.sidebar.open{width:min(86vw,272px);transform:translate(0)}.sidebar.closed{width:min(86vw,272px);transform:translate(-100%)}.content{padding:76px 10px 18px}.topbar,.tabbar{display:none}.global-search-meta{flex-direction:column;align-items:flex-start}}._paginationContainer_yz7i7_1{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;padding:16px 0;display:flex}._totalInfo_yz7i7_10{color:#666;white-space:nowrap;font-size:14px}._sizeChanger_yz7i7_16{color:#666;align-items:center;gap:8px;font-size:14px;display:flex}._sizeSelect_yz7i7_24{cursor:pointer;background-color:#fff;border:1px solid #ddd;border-radius:4px;padding:4px 8px;font-size:14px}._sizeSelect_yz7i7_24:focus{border-color:#1976d2;outline:none;box-shadow:0 0 0 2px #1976d233}._pageButtons_yz7i7_39{align-items:center;gap:4px;display:flex}._pageButton_yz7i7_39{color:#333;cursor:pointer;background-color:#fff;border:1px solid #ddd;border-radius:4px;justify-content:center;align-items:center;min-width:32px;padding:6px 12px;font-size:14px;transition:all .2s;display:flex}._pageButton_yz7i7_39:hover:not(._disabled_yz7i7_60){color:#1976d2;background-color:#1976d20d;border-color:#1976d2}._pageButton_yz7i7_39._active_yz7i7_66{color:#fff;background-color:#1976d2;border-color:#1976d2}._pageButton_yz7i7_39._disabled_yz7i7_60{opacity:.5;cursor:not-allowed;background-color:#f5f5f5}._pageInfo_yz7i7_78{color:#666;white-space:nowrap;font-size:14px}@media (max-width:768px){._paginationContainer_yz7i7_1{justify-content:space-between;gap:8px;width:100%;padding:8px 4px;font-size:12px;flex-flow:row!important}._totalInfo_yz7i7_10,._sizeChanger_yz7i7_16,._pageInfo_yz7i7_78{white-space:nowrap;align-items:center;font-size:12px;display:flex}._totalInfo_yz7i7_10 span{display:none}._sizeSelect_yz7i7_24{border-radius:2px;padding:2px 4px;font-size:12px}._totalInfo_yz7i7_10{order:3}._sizeChanger_yz7i7_16{order:1;gap:2px}._pageButtons_yz7i7_39{flex:1;order:2;justify-content:center;gap:4px}._pageButton_yz7i7_39{justify-content:center;align-items:center;min-width:auto;height:24px;padding:2px 6px;font-size:12px;line-height:1;display:flex}}.data-table-container{border:1px solid var(--surface-border);background:var(--surface-bg);width:100%;height:100%;box-shadow:var(--surface-shadow);-webkit-user-select:text;user-select:text;border-radius:12px;position:relative;overflow:hidden visible}.data-table-scroll-area{scrollbar-width:none;width:100%;height:100%;position:relative;overflow:auto visible}.data-table-scroll-shell{position:relative}.data-table-scroll-area::-webkit-scrollbar{width:0;height:0}.data-table{border-spacing:0;background:var(--surface-bg);min-width:100%;font-size:var(--table-font-size,15px);table-layout:auto!important;border-collapse:separate!important;font-family:var(--app-font-family)!important}.data-table-th{z-index:16;background:var(--surface-bg-soft);border-bottom:1px solid var(--surface-border-soft);color:var(--surface-text-muted);font-weight:600;font-size:var(--table-font-size,15px);word-break:break-word;box-sizing:border-box;box-shadow:0 1px 0 var(--surface-border-soft);position:sticky;top:0;font-family:var(--app-font-family)!important;text-align:center!important;white-space:normal!important;padding:12px 10px!important}.data-table thead{z-index:15;position:sticky;top:0}.data-table-th+.data-table-th{border-left:1px solid var(--surface-border-soft)}.data-table-th:hover{background:var(--surface-hover)}.data-table-th-content{align-items:center;gap:6px;width:100%;min-height:20px;display:flex;justify-content:center!important}.data-table-th.left .data-table-th-content{justify-content:flex-start!important}.data-table-th.right .data-table-th-content{justify-content:flex-end!important}.data-table-td{border-bottom:1px solid var(--surface-border-soft);color:var(--surface-text);font-size:var(--table-font-size,15px);background:var(--surface-bg);box-sizing:border-box;word-break:break-word;vertical-align:middle;min-height:44px;text-align:center!important;font-family:var(--app-font-family)!important;white-space:normal!important;height:auto!important;padding:11px 10px!important}.data-table-td.left{text-align:left!important}.data-table-td.right{text-align:right!important}.data-table tbody tr:nth-child(2n) .data-table-td{background:var(--surface-bg)}.data-table tbody tr:hover .data-table-td{background:var(--surface-hover)!important}.instrument-group-row .data-table-td{background:linear-gradient(#fcfcfd 0%,#f8fafc 100%);box-shadow:inset 0 -1px #eef2f7}.instrument-group-row:hover .data-table-td{background:#f5f9ff!important}.data-table tbody tr:last-child .data-table-td{border-bottom:0}.data-table-sort-icon{flex-direction:column;width:10px;height:14px;margin-left:2px;display:flex}.sort-icon-asc,.sort-icon-desc{color:#94a3b8;height:7px;font-size:8px;line-height:7px;overflow:hidden}.data-table-sort-icon.ascend .sort-icon-asc,.data-table-sort-icon.descend .sort-icon-desc{color:#2563eb}.data-table-filter-icon{background:var(--surface-hover);height:20px;color:var(--surface-text-muted);cursor:pointer;border-radius:999px;align-items:center;padding:0 6px;font-size:11px;display:inline-flex}.data-table-filter-icon:hover,.data-table-filter-icon.filtered{background:var(--surface-active);color:#409eff}.data-table-filter-menu{border:1px solid var(--surface-border);background:var(--surface-bg);z-index:20;text-align:left;border-radius:4px;min-width:160px;max-width:220px;max-height:220px;padding:8px;position:absolute;top:calc(100% + 4px);left:8px;overflow-y:auto;box-shadow:0 2px 12px #00000014}.filter-option{border-radius:8px;align-items:center;gap:8px;padding:6px 4px;display:flex}.filter-option:hover{background:var(--surface-hover)}.filter-option input{margin:0}.col-resizer{cursor:col-resize;z-index:10;width:8px;position:absolute;top:0;bottom:0;right:0}.col-resizer:hover{background:#409eff29}.data-table-checkbox{width:14px;height:14px}.data-table-td.no-data{color:#94a3b8;background:var(--surface-bg)!important;padding:32px 12px!important}.data-table-global-scrollbar{z-index:1000;box-sizing:border-box;cursor:pointer;pointer-events:none;opacity:0;will-change:left,width,opacity;background:0 0;border-top:0;width:0;height:12px;padding:0;position:fixed;bottom:10px;left:0}.data-table-global-scrollbar-thumb{cursor:grab;will-change:transform;backface-visibility:hidden;background:#aeb8c5;border-radius:999px;height:6px;transition:background-color .15s}.data-table-global-scrollbar-thumb:hover{background:#aab3c1}.data-table-global-scrollbar-thumb:active{cursor:grabbing;background:#98a2b3}.data-table-global-scrollbar:before{content:"";background:#bdc6d194;border-radius:999px;width:100%;height:6px;margin-top:3px;display:block}.data-table-global-scrollbar .data-table-global-scrollbar-thumb{margin-top:-6px;position:relative;transform:translate(0,0)}.alerts-page{flex-direction:column;gap:12px;display:flex}.alerts-section{border:1px solid var(--surface-border);background:var(--surface-bg);box-shadow:var(--surface-shadow);border-radius:4px;padding:14px}@media (max-width:767px){.alerts-section{padding:12px}}
