*{box-sizing:border-box}body{color:#17202a;background:#f4f6f8;margin:0;font-family:system-ui,Arial,sans-serif}button{cursor:pointer;color:#fff;background:#2563eb;border:none;font-weight:700}button:disabled{opacity:.6;cursor:not-allowed}button.active{background:#0f172a}select,input,button{border:1px solid #cfd8dc;border-radius:8px;min-height:38px;padding:8px 10px;font-size:14px}label{flex-direction:column;gap:6px;font-size:14px;font-weight:600;display:flex}.app{max-width:1280px;margin:0 auto;padding:32px}.admin-shell{background:#f4f6f8;grid-template-columns:260px 1fr;min-height:100vh;display:grid}.sidebar{color:#fff;background:#0f172a;border-right:1px solid #ffffff14;flex-direction:column;height:100vh;padding:22px 18px;display:flex;position:sticky;top:0}.sidebar-brand{align-items:center;gap:12px;margin-bottom:32px;display:flex}.sidebar-logo{object-fit:contain;background:#fff;border-radius:12px;width:46px;height:46px;padding:5px}.sidebar-brand h1{margin:0;font-size:20px;line-height:1.1}.sidebar-brand p,.page-header p,.muted{color:#64748b;font-size:14px}.sidebar-brand p{color:#94a3b8;margin:3px 0 0;font-size:13px}.sidebar-nav{flex-direction:column;gap:8px;display:flex}.sidebar-nav-item{color:#cbd5e1;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:flex-start;align-items:center;gap:10px;width:100%;min-height:42px;padding:10px 12px;font-size:14px;font-weight:700;transition:background .15s,color .15s;display:flex}.sidebar-nav-item:hover{color:#fff;background:#ffffff14}.sidebar-nav-item.active{color:#fff;background:#2563eb}.sidebar-footer{color:#94a3b8;flex-direction:column;gap:6px;margin-top:auto;padding-top:18px;font-size:12px;display:flex}.sidebar-version{color:#64748b;font-size:11px}.app-content{min-width:0;padding:32px}.panel{background:#fff;border-radius:12px;padding:24px;box-shadow:0 8px 24px #00000014}.page-header,.status-header{margin-bottom:24px}.page-header h2,.status-header h2{margin:0 0 6px}.page-header h2{font-size:28px}.section{margin-bottom:24px}.section h3{margin-bottom:12px}.grid{grid-template-columns:repeat(3,minmax(180px,1fr));gap:16px;margin-bottom:16px;display:grid}.small-grid{grid-template-columns:repeat(1,minmax(180px,280px))}.actions,.status-detail-actions,.chart-actions{flex-wrap:wrap;gap:8px;display:flex}.actions{margin-bottom:20px}.status-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.status-header button,.small-button,.device-cell,.status-badge,.chart-color-picker{align-items:center;display:inline-flex}.status-header button{gap:8px}.small-button{border-radius:7px;gap:6px;min-height:30px;padding:5px 10px;font-size:12px}.secondary-button{color:#0f172a;background:#e2e8f0}.secondary-button:hover{background:#cbd5e1}.danger-button{background:#dc2626}.danger-button:hover{background:#b91c1c}.warning-button{background:#d97706}.warning-button:hover{background:#b45309}.error{color:#b00020;font-weight:600}.success{color:#15803d;font-weight:700}.stats-grid,.metric-list{gap:12px;margin-bottom:20px;display:grid}.stats-grid{grid-template-columns:repeat(4,minmax(180px,1fr))}.stats-grid.compact{grid-template-columns:repeat(3,minmax(140px,1fr))}.metric-list{grid-template-columns:repeat(3,minmax(180px,1fr));gap:8px}.stat-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px}.stat-card h4{margin:0 0 8px}.stat-card p{margin:4px 0}.good-card,.stat-card.good-card{background:#f0fdf4;border-color:#bbf7d0}.stat-card.good-card h4,.stat-card.good-card p{color:#15803d}.not-good-card,.stat-card.not-good-card{background:#fef2f2;border-color:#fecaca}.stat-card.not-good-card h4,.stat-card.not-good-card p{color:#b91c1c}.table-wrapper{border:1px solid #e2e8f0;border-radius:12px;overflow-x:auto}.table-wrapper table{border-collapse:collapse;width:100%;font-size:14px}.table-wrapper th{color:#64748b;text-align:left;text-transform:uppercase;background:#f8fafc;padding:12px;font-size:12px}.table-wrapper td{border-top:1px solid #e2e8f0;padding:12px}.table-wrapper tbody tr:hover{background:#f8fafc}.table-wrapper tbody tr.selected-device-row{background:#eff6ff;box-shadow:inset 4px 0 #2563eb}.table-wrapper input,.table-wrapper select{width:100%}.status-badge{white-space:nowrap;border-radius:999px;gap:5px;min-height:23px;padding:3px 7px;font-size:12px;font-weight:700}.status-badge.online{color:#15803d;background:#dcfce7}.status-badge.offline{color:#b91c1c;background:#fee2e2}.modal-backdrop{z-index:1000;background:#0f172a8c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.confirm-dialog,.form-dialog{background:#fff;border-radius:16px;padding:22px;animation:.16s ease-out modal-pop;box-shadow:0 24px 80px #0f172a4d}.confirm-dialog{grid-template-columns:auto 1fr;gap:16px;width:min(440px,100%);display:grid}.form-dialog{width:min(560px,100%)}.confirm-dialog-icon{border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;font-size:20px;font-weight:900;display:flex}.confirm-dialog-icon.danger{color:#b91c1c;background:#fee2e2}.confirm-dialog-icon.warning{color:#b45309;background:#fef3c7}.confirm-dialog-content h3,.form-dialog-header h3{margin:0 0 8px}.confirm-dialog-content p{color:#64748b;margin:0;line-height:1.5}.confirm-dialog-actions,.form-dialog-actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.confirm-dialog-actions{grid-column:1/-1;margin-top:8px}.form-dialog-header{margin-bottom:16px}@keyframes modal-pop{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.customers-tree-panel{gap:12px}.compact-page-header{margin-bottom:8px}.customers-tree-table-wrapper{border-radius:10px}.customers-tree-table{border-collapse:collapse;width:100%}.customers-tree-table th,.customers-tree-table td{vertical-align:middle;padding:8px 10px}.customer-tree-row td{border-top:1px solid #e5edf5}.customer-tree-name-cell{align-items:center;gap:7px;display:flex}.customer-chevron,.tree-chevron{color:#94a3b8;flex:none;transition:transform .12s;transform:rotate(-90deg)}.customer-chevron.expanded,.tree-chevron.expanded{color:#2563eb;transform:rotate(0)}.compact-summary-pills{flex-wrap:wrap;gap:6px;display:flex}.compact-summary-pills span{color:#334155;background:#f1f5f9;border-radius:999px;align-items:center;padding:3px 8px;font-size:12px;font-weight:600;display:inline-flex}.customer-expanded-content{border-top:1px solid #e2e8f0;margin:0;padding:10px 12px 14px 32px}.customer-expanded-header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.customer-expanded-header h3{margin:0 0 2px;font-size:15px}.mqtt-nested-tree-list{flex-direction:column;gap:8px;display:flex}.mqtt-tree-table-block{background:#fff;border:1px solid #d9e2ec;border-radius:10px;overflow:hidden}.mqtt-hierarchy-table{border-collapse:collapse;table-layout:fixed;width:100%}.mqtt-hierarchy-row td{vertical-align:middle;border-top:1px solid #edf2f7;padding:6px 8px}.mqtt-hierarchy-row:first-child td{border-top:0}.clickable-tree-row{cursor:pointer}.mqtt-user-row{background:#fff}.mqtt-client-row{background:#fbfdff}.mqtt-acl-row,.mqtt-acl-empty-row{background:#fff}.mqtt-hierarchy-row:hover td{background:#f8fafc}.hierarchy-actions-cell{text-align:right;width:390px}.hierarchy-main-cell,.hierarchy-title-row,.hierarchy-actions,.acl-inline-details{align-items:center;gap:7px;min-width:0;display:flex}.hierarchy-title-row,.hierarchy-actions,.acl-inline-details{flex-wrap:wrap;gap:6px}.hierarchy-actions{justify-content:flex-end}.hierarchy-indent-client{padding-left:22px}.hierarchy-indent-acl{padding-left:54px}.hierarchy-marker{border-radius:999px;flex:none;width:9px;height:9px;display:inline-block}.user-marker{background:#2563eb}.client-marker{background:#0f766e}.acl-marker{background:#7c3aed}.hierarchy-branch{border-bottom:2px solid #cbd5e1;border-left:2px solid #cbd5e1;border-bottom-left-radius:5px;flex:none;width:16px;height:16px;display:inline-block;transform:translateY(-4px)}.compact-muted{margin:2px 0 0;font-size:12px}.mqtt-topic-code{text-overflow:ellipsis;white-space:nowrap;color:#334155;background:#f1f5f9;border-radius:5px;max-width:420px;padding:2px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;display:inline-block;overflow:hidden}.mqtt-mini-pill{color:#3730a3;background:#eef2ff;border-radius:999px;align-items:center;padding:2px 7px;font-size:12px;font-weight:600;display:inline-flex}.compact-action-button,.hierarchy-actions .small-button,.row-actions .small-button,.table-wrapper .danger-button{white-space:nowrap;min-height:25px;padding:4px 7px;font-size:12px}@media (width<=1200px){.hierarchy-actions-cell{width:260px}.mqtt-topic-code{max-width:260px}}@media (width<=1000px){.status-layout{grid-template-columns:1fr}.status-header{flex-direction:column}.stats-grid.compact{grid-template-columns:1fr}}@media (width<=900px){.grid,.metric-list,.stats-grid,.admin-shell{grid-template-columns:1fr}.sidebar{height:auto;padding:16px;position:relative}.sidebar-brand{margin-bottom:16px}.sidebar-nav{flex-direction:row;overflow-x:auto}.sidebar-nav-item{white-space:nowrap}.sidebar-footer{display:none}.app-content{padding:20px}.customer-expanded-content{padding-left:12px}.mqtt-hierarchy-table{table-layout:auto}.hierarchy-actions-cell{width:auto}.hierarchy-actions{justify-content:flex-start}}.customer-row-clickable{cursor:pointer}.customer-row-clickable:hover td{background:#f8fafc}.customers-tree-table th:last-child,.customers-tree-table td:last-child{width:auto}.customer-row-context-selected td{background:#f8fafc}.customer-expanded-row>td{background:#f8fafc;padding:0}.preset-row{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.checkbox-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-direction:row;justify-content:flex-start;align-items:center;padding:8px 10px;font-weight:500}.checkbox-row input{min-height:auto}.input-with-icon{align-items:center;display:flex;position:relative}.input-with-icon svg{color:#94a3b8;position:absolute;left:10px}.input-with-icon input{width:100%;padding-left:34px}.customer-form-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:18px}.compact-header{margin-bottom:12px}.status-layout{grid-template-columns:420px 1fr;gap:20px;display:grid}.edge-node-list{flex-direction:column;gap:12px;display:flex}.edge-node-card{text-align:left;width:100%;color:inherit;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px;transition:border-color .15s,box-shadow .15s}.edge-node-card:hover{border-color:#2563eb}.edge-node-card.selected{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.edge-node-card-header{justify-content:space-between;gap:12px;display:flex}.edge-node-card-header p{color:#64748b;margin:4px 0 0;font-size:12px}.edge-node-card-footer{color:#64748b;justify-content:space-between;gap:12px;margin-top:12px;font-size:12px;display:flex}.detail-panel{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.status-detail-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.status-detail-header h3{margin:0 0 6px}.device-cell{gap:8px}.device-cell svg{color:#64748b}.customer-status-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;display:grid}.customer-status-tile{text-align:left;cursor:pointer;color:#17202a;min-height:130px;box-shadow:none;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:14px;transition:border-color .15s,box-shadow .15s,transform .15s}.customer-status-tile:hover{border-color:#2563eb;transform:translateY(-1px);box-shadow:0 0 0 3px #2563eb1f}.customer-status-tile.good{background:#f0fdf4;border-color:#bbf7d0}.customer-status-tile.good,.customer-status-tile.good strong,.customer-status-tile.good p,.customer-status-tile.good span,.customer-status-tile.good svg{color:#15803d}.customer-status-tile.not-good{background:#fef2f2;border-color:#fecaca}.customer-status-tile.not-good,.customer-status-tile.not-good strong,.customer-status-tile.not-good p,.customer-status-tile.not-good span,.customer-status-tile.not-good svg{color:#b91c1c}.customer-status-tile.unknown{background:#f8fafc;border-color:#e2e8f0}.customer-status-tile.unknown,.customer-status-tile.unknown strong,.customer-status-tile.unknown p,.customer-status-tile.unknown span,.customer-status-tile.unknown svg{color:#64748b}.customer-status-tile-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.customer-status-tile-header strong{font-size:16px}.customer-status-tile p{margin:0}.customer-status-tile-summary{flex-direction:column;gap:6px;font-size:14px;display:flex}.customer-status-tile-summary span{font-weight:600}.chart-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:stretch;gap:16px;margin-bottom:12px;display:flex}.chart-color-list{flex-wrap:wrap;gap:10px;display:flex}.chart-color-picker{background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;flex-direction:row;gap:7px;padding:6px 10px;font-size:13px;font-weight:600}.chart-color-picker input[type=color]{cursor:pointer;background:0 0;border:none;width:26px;height:26px;min-height:26px;padding:0}.chart-actions{align-self:flex-end;align-items:flex-end;gap:8px;display:flex}.table-wrapper tbody tr{cursor:pointer}@media (width<=1000px){.status-layout{grid-template-columns:1fr}}.auto-refresh-control{background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.auto-refresh-control input{min-height:auto}.auto-refresh-paused-note{color:#b45309;align-items:center;font-size:12px;font-weight:700;display:inline-flex}.compact-section{margin-bottom:14px}.compact-picker{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px}.compact-picker>summary,.compact-device-metric-group>summary,.compact-summary-panel>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;font-weight:800;list-style:none;display:flex}.compact-picker>summary::-webkit-details-marker{display:none}.compact-device-metric-group>summary::-webkit-details-marker{display:none}.compact-summary-panel>summary::-webkit-details-marker{display:none}.compact-picker>summary:after,.compact-device-metric-group>summary:after,.compact-summary-panel>summary:after{content:"▾";color:#64748b;font-size:12px}.compact-picker:not([open])>summary:after,.compact-device-metric-group:not([open])>summary:after,.compact-summary-panel:not([open])>summary:after{content:"▸"}.compact-checkbox-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:8px;max-height:190px;margin-top:10px;padding-right:4px;display:grid;overflow-y:auto}.compact-checkbox-row{background:#fff;min-height:32px;padding:6px 9px;font-size:13px}.compact-device-metric-list{flex-direction:column;gap:8px;margin-top:10px;display:flex}.compact-device-metric-group{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:9px 10px}.compact-summary-panel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin:12px 0;padding:10px 12px}.compact-summary-panel .stats-grid,.compact-summary-panel .metric-list{margin-top:10px;margin-bottom:0}@media (width<=900px){.compact-checkbox-grid{grid-template-columns:1fr;max-height:240px}}.compact-picker-toolbar{grid-template-columns:minmax(220px,360px) auto;align-items:center;gap:10px;margin-top:10px;display:grid}.compact-scroll-list{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:8px;max-height:220px;margin-top:10px;padding-right:4px;display:grid;overflow-y:auto}.compact-chart-details{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex:420px;padding:10px 12px}.compact-chart-details>summary{cursor:pointer;justify-content:space-between;align-items:center;font-weight:800;list-style:none;display:flex}.compact-chart-details>summary::-webkit-details-marker{display:none}.compact-chart-details>summary:after{content:"▸";color:#64748b;font-size:12px}.compact-chart-details[open]>summary:after{content:"▾"}.compact-chart-details-section{margin-top:12px}.compact-chart-details-section h4{margin:0 0 8px;font-size:13px}.compact-chart-color-list{margin-top:0}.custom-chart-legend{flex-wrap:wrap;gap:8px;display:flex}.custom-chart-legend-item{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:6px;padding:4px 8px;font-size:12px;font-weight:700;display:inline-flex}.custom-chart-legend-swatch{border-radius:999px;width:18px;height:4px;display:inline-block}@media (width<=900px){.compact-picker-toolbar{grid-template-columns:1fr}.compact-scroll-list{grid-template-columns:1fr;max-height:260px}}@media (width<=900px){.compact-picker-toolbar{grid-template-columns:1fr}}.compact-device-dropdown{margin-top:10px;position:relative}.compact-device-dropdown-toggle{color:#17202a;background:#fff;border:1px solid #cfd8dc;border-radius:8px;justify-content:space-between;width:100%;min-height:38px;font-weight:700}.compact-device-dropdown-panel{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-top:8px;padding:10px;box-shadow:0 8px 24px #0f172a14}.compact-picker-toolbar{grid-template-columns:minmax(220px,1fr) auto;align-items:center;gap:10px;display:grid}.compact-inline-check{flex-direction:row;align-items:center;gap:6px;font-size:13px;font-weight:700;display:inline-flex}.compact-inline-check input{min-height:auto}.selected-device-chip-list{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.selected-device-chip{color:#075985;background:#e0f2fe;border:1px solid #bae6fd;border-radius:999px;align-items:center;gap:6px;min-height:26px;padding:4px 9px;font-size:12px;font-weight:800;display:inline-flex}.selected-device-chip span{font-size:14px;line-height:1}.compact-device-option-list{flex-direction:column;gap:4px;max-height:260px;margin-top:10px;padding-right:4px;display:flex;overflow-y:auto}.compact-device-option{color:#17202a;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:32px;padding:6px 9px;font-size:13px;font-weight:700;display:flex}.compact-device-option.selected{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.compact-device-option-check{color:#2563eb;font-weight:900}.metric-chart-details{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex:560px;padding:10px 12px}.metric-chart-details>summary{cursor:pointer;justify-content:space-between;align-items:center;font-weight:800;list-style:none;display:flex}.metric-chart-details>summary::-webkit-details-marker{display:none}.metric-chart-details>summary:after{content:"▸";color:#64748b;font-size:12px}.metric-chart-details[open]>summary:after{content:"▾"}.metric-series-detail-list{flex-direction:column;gap:4px;margin-top:10px;display:flex;overflow-x:auto}.metric-series-detail-header,.metric-series-detail-row{grid-template-columns:minmax(220px,1.5fr) 70px 90px 90px 90px 70px 70px;align-items:center;gap:8px;min-width:780px;display:grid}.metric-series-detail-header{color:#64748b;text-transform:uppercase;padding:0 8px 3px;font-size:11px;font-weight:900}.metric-series-detail-row{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:5px 8px;font-size:12px;font-weight:700}.metric-series-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.metric-inline-color{flex-direction:row;align-items:center;display:inline-flex}.metric-inline-color input[type=color]{cursor:pointer;background:0 0;border:0;width:32px;height:22px;min-height:22px;padding:0}@media (width<=900px){.compact-picker-toolbar{grid-template-columns:1fr}}.metric-selection-grid{grid-template-columns:repeat(3,minmax(220px,1fr));align-items:end}.metric-device-select-field{flex-direction:column;gap:6px;display:flex;position:relative}.metric-device-select-field .field-label{font-size:14px;font-weight:600;line-height:1.2}.metric-device-select-field .compact-device-dropdown{width:100%;margin-top:0}.metric-device-select-field .compact-device-dropdown-toggle{color:#17202a;width:100%;min-height:38px;box-shadow:none;text-align:left;background:#fff;border:1px solid #cfd8dc;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;font-size:14px;font-weight:600;display:flex}.metric-device-select-field .compact-device-dropdown-toggle:focus-visible{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb24}.metric-device-select-field .compact-device-dropdown-toggle:disabled{color:#94a3b8;background:#f1f5f9}.metric-device-select-field .compact-device-dropdown-panel{z-index:50;background:#fff;border:1px solid #dbe4ee;border-radius:12px;padding:12px;position:absolute;top:calc(100% + 6px);left:0;right:0;box-shadow:0 18px 42px #0f172a29}.metric-device-select-field .compact-picker-toolbar{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;margin-top:0;display:grid}.metric-device-select-field .compact-picker-toolbar input{width:100%}.metric-device-select-field .compact-inline-check{white-space:nowrap;flex-direction:row;align-items:center;gap:6px;font-size:13px;font-weight:700;display:inline-flex}.metric-device-select-field .compact-inline-check input{min-height:auto}.metric-device-select-field .selected-device-chip-list{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.metric-device-select-field .selected-device-chip{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;align-items:center;gap:6px;min-height:26px;padding:4px 9px;font-size:12px;font-weight:800;display:inline-flex}.metric-device-select-field .compact-device-option-list{flex-direction:column;gap:5px;max-height:280px;margin-top:10px;padding-right:4px;display:flex;overflow-y:auto}.metric-device-select-field .compact-device-option{color:#17202a;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:34px;padding:7px 9px;font-size:13px;font-weight:700;display:flex}.metric-device-select-field .compact-device-option:hover{background:#f8fafc;border-color:#cbd5e1}.metric-device-select-field .compact-device-option.selected{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.metric-device-select-field .compact-device-option-check{color:#2563eb;font-weight:900}@media (width<=1100px){.metric-selection-grid{grid-template-columns:1fr;align-items:stretch}.metric-device-select-field .compact-device-dropdown-panel{margin-top:8px;position:static}}.metric-device-select-field .compact-device-dropdown-toggle{appearance:none;color:#17202a;width:100%;min-height:38px;box-shadow:none;text-align:left;background:#f3f4f6;border:1px solid #cfd8dc;border-radius:8px;justify-content:space-between;align-items:center;padding:8px 10px;font-family:inherit;font-size:14px;font-weight:400;line-height:1.2;display:flex}.metric-device-select-field .compact-device-dropdown-toggle span:first-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.metric-device-select-field .compact-device-dropdown-toggle span:last-child{color:#17202a;flex:none;margin-left:8px;font-size:11px;font-weight:700}.metric-device-select-field .compact-device-dropdown-toggle:hover:not(:disabled){background:#f3f4f6;border-color:#94a3b8}.metric-device-select-field .compact-device-dropdown-toggle:focus,.metric-device-select-field .compact-device-dropdown-toggle:focus-visible{outline-offset:0;box-shadow:none;border-color:#17202a;outline:1px solid #17202a}.metric-device-select-field .compact-device-dropdown-toggle:disabled{color:#64748b;opacity:1;cursor:not-allowed;background:#f3f4f6}.node-metric-pills.compact{gap:6px;margin:10px 0 4px}.node-metric-detail-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:16px;padding:12px}.node-metric-detail-section h4{margin:0 0 8px}.node-metric-summary{flex-direction:column;gap:12px;display:flex}.node-metric-summary.compact{gap:6px}.node-metric-section{flex-direction:column;gap:8px;display:flex}.node-metric-section h4{margin:0;font-size:13px}.node-metric-pills{flex-wrap:wrap;gap:8px;margin:0;display:flex}.node-metric-pills.compact{gap:6px}.node-metric-pill{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:6px;max-width:100%;padding:4px 8px;font-size:12px;font-weight:700;display:inline-flex}.node-metric-pill strong{text-overflow:ellipsis;white-space:nowrap;max-width:140px;overflow:hidden}.node-metric-pill em{color:#2563eb;white-space:nowrap;font-style:normal;font-weight:900}.node-metric-pill-good{background:#15803d0f;border-color:#15803d38}.node-metric-pill-good em{color:#15803d}.node-metric-pill-warning{background:#b4530912;border-color:#b453093d}.node-metric-pill-warning em{color:#b45309}.node-metric-pill-bad{background:#b000200f;border-color:#b0002038}.node-metric-pill-bad em{color:#b00020}.node-metric-pill-neutral em{color:#2563eb}.node-metric-info-line{color:#64748b;flex-wrap:wrap;gap:6px;font-size:12px;display:flex}.node-metric-info-line span{align-items:center;gap:4px;max-width:100%;display:inline-flex}.node-metric-info-line strong{color:#334155}.node-metric-info-line em{text-overflow:ellipsis;white-space:nowrap;color:#64748b;max-width:150px;font-style:normal;overflow:hidden}.node-metric-info-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:8px;display:grid}.node-metric-info-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:4px;min-width:0;padding:8px 10px;display:flex}.node-metric-info-card strong{color:#64748b;text-transform:uppercase;font-size:11px}.node-metric-info-card span{text-overflow:ellipsis;white-space:nowrap;color:#17202a;font-size:13px;font-weight:800;overflow:hidden}
