.voltx-system-menu{--ink:#09284a;--muted:#5d7087;--line:#d9e2ec;--blue:#075eb5;position:fixed;z-index:10020;width:min(440px,calc(100vw - 24px));max-height:min(680px,calc(100vh - 24px));overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--ink);box-shadow:0 22px 60px rgba(8,35,65,.22);font-family:inherit}.voltx-system-menu[hidden]{display:none}.voltx-system-menu__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 18px 14px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,#f5f9ff 0%,#fff 70%)}.voltx-system-menu__title{margin:0;font-size:1rem;font-weight:800}.voltx-system-menu__hint,.voltx-system-menu__empty{margin:4px 0 0;color:var(--muted);font-size:.78rem;line-height:1.45}.voltx-system-menu__close{flex:0 0 auto;width:34px;height:34px;border:0;border-radius:10px;background:#eaf2fb;color:var(--ink);cursor:pointer;font:inherit;font-size:1.2rem}.voltx-system-menu__notice{margin:12px 14px 0;padding:9px 11px;border-radius:10px;background:#fff3d8;color:#694b08;font-size:.78rem}.voltx-system-menu__list{max-height:min(540px,calc(100vh - 150px));overflow-y:auto;padding:8px}.voltx-system-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:11px 10px;border-radius:11px}.voltx-system-row:hover{background:#f5f8fc}.voltx-system-row__name{overflow:hidden;color:var(--ink);font-size:.88rem;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.voltx-system-row__meta{display:flex;align-items:center;gap:7px;margin-top:4px;color:var(--muted);font-size:.73rem}.voltx-system-row__status{overflow:hidden;max-width:230px;text-overflow:ellipsis;white-space:nowrap}.voltx-system-row__dot{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:#8091a4}.voltx-system-row__dot[data-tone=healthy],.voltx-system-row__dot[data-tone=connected],.voltx-system-row__dot[data-tone=operational]{background:#13875d}.voltx-system-row__dot[data-tone=warning],.voltx-system-row__dot[data-tone=awaiting],.voltx-system-row__dot[data-tone=gated]{background:#d18a08}.voltx-system-switch{position:relative;width:50px;height:28px;padding:0;border:0;border-radius:999px;background:#aebac8;cursor:pointer;transition:background .18s ease}.voltx-system-switch::after{position:absolute;top:4px;left:4px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.18);content:"";transition:transform .18s ease}.voltx-system-switch[aria-checked=true]{background:var(--blue)}.voltx-system-switch[aria-checked=true]::after{transform:translateX(22px)}.voltx-system-switch:focus-visible{outline:3px solid rgba(7,94,181,.24);outline-offset:2px}.voltx-system-switch:disabled{cursor:not-allowed;opacity:.7}.voltx-system-switch[aria-busy=true]{animation:voltx-system-pulse .8s ease-in-out infinite alternate}@keyframes voltx-system-pulse{to{opacity:.48}}@media(max-width:560px){.voltx-system-menu{right:12px!important;left:12px!important;width:auto}}