:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--vz-primary:#687cfe;--vz-primary-rgb:104, 124, 254;--vz-primary-soft:#eef0ff;--vz-success:#0ab39c;--vz-success-soft:#daf4f0;--vz-danger:#f06548;--vz-danger-soft:#fde8e4;--vz-warning:#f7b84b;--vz-warning-soft:#fff4df;--vz-info:#299cdb;--vz-info-soft:#e1f2fb;--vz-dark:#212529;--vz-heading:#495057;--vz-body:#212529;--vz-muted:#878a99;--vz-subtle:#f3f6f9;--vz-body-bg:#f3f3f9;--vz-card-bg:#fff;--vz-border:#e9ebec;--vz-input-border:#ced4da;--sidebar-width:250px;--topbar-height:70px;--shadow:#64625c0f 0 0 15px 4px;--pulse-readable-page-title:22px;--pulse-readable-page-subtitle:14px;--pulse-readable-breadcrumb:13px;--pulse-readable-card-heading:18px;--pulse-readable-card-title:16px;--pulse-readable-item-title:14px;--pulse-readable-control:13px;--pulse-readable-body:12px;--pulse-readable-meta:11px;--pulse-readable-metric:30px}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--vz-body-bg);color:var(--vz-body);text-rendering:optimizelegibility;font-family:Public Sans,Segoe UI,Arial,sans-serif;font-size:13px;line-height:1.5}button,input,select,textarea{color:inherit;font:inherit}button{cursor:pointer}button,input,select,textarea{outline:none}:is(button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible){box-shadow:0 0 0 3px rgba(var(--vz-primary-rgb), .18)}h1,h2,h3,h4,p{margin-top:0}.auth-loading{background:var(--vz-body-bg);min-height:100vh;color:var(--vz-heading);place-content:center;justify-items:center;gap:10px;display:grid}.auth-loading>strong{color:#2e3476;letter-spacing:.08em;font-size:22px}.auth-loading>span:last-child{color:var(--vz-muted);font-size:var(--pulse-readable-control)}.login-page{background:#fff;grid-template-columns:minmax(420px,1.05fr) minmax(520px,.95fr);min-height:100vh;display:grid}.login-visual{color:#fff;background:radial-gradient(circle at 78% 18%,#7a8cff57,#0000 26%),radial-gradient(circle at 14% 78%,#0ab39c33,#0000 30%),linear-gradient(145deg,#252b64 0%,#3747a8 58%,#5b6ee1 100%);min-height:100vh;padding:54px clamp(42px,6vw,92px);display:flex;position:relative;overflow:hidden}.login-visual:before,.login-visual:after{content:"";border:1px solid #ffffff21;border-radius:50%;position:absolute}.login-visual:before{width:520px;height:520px;bottom:-180px;right:-180px}.login-visual:after{width:170px;height:170px;top:18%;right:12%;box-shadow:0 0 0 48px #ffffff06,0 0 0 96px #ffffff05}.login-visual-content{z-index:1;flex-direction:column;width:min(650px,100%);display:flex;position:relative}.login-brand,.login-mobile-brand{align-items:center;gap:12px;display:flex}.login-brand .brand-mark{background:#fff;box-shadow:0 8px 20px #0d134340}.login-brand .brand-mark span{background:var(--vz-primary)}.login-brand strong{letter-spacing:.09em;font-size:22px;line-height:1;display:block}.login-brand small{color:#ffffffad;letter-spacing:.13em;text-transform:uppercase;font-size:9px;font-weight:700}.login-message{max-width:600px;margin:auto 0;padding:70px 0}.login-kicker{letter-spacing:.08em;text-transform:uppercase;background:#ffffff14;border:1px solid #ffffff38;border-radius:999px;margin-bottom:18px;padding:7px 11px;font-size:12px;font-weight:700;display:inline-flex}.login-message h1{letter-spacing:-.035em;max-width:590px;margin-bottom:22px;font-size:clamp(38px,4.3vw,62px);line-height:1.04}.login-message p{color:#ffffffbf;max-width:560px;margin:0;font-size:17px;line-height:1.7}.login-status{color:#ffffffbd;align-items:center;gap:9px;font-size:13px;display:flex}.login-status>span{background:#32d7b9;border:2px solid #ffffff6b;border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 5px #32d7b921}.login-panel{background:#fff;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:46px clamp(34px,6vw,86px) 28px;display:flex}.login-card{width:min(450px,100%);margin:auto 0}.login-mobile-brand{margin-bottom:38px;display:none}.login-mobile-brand>strong{color:#2e3476;letter-spacing:.08em;font-size:22px}.login-card-eyebrow{color:var(--vz-primary);letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:800;display:block}.login-card>h2{color:var(--vz-heading);letter-spacing:-.02em;margin-bottom:8px;font-size:32px}.login-card>p{color:var(--vz-muted);margin-bottom:32px;font-size:15px}.login-field{gap:8px;margin-top:20px;display:grid}.login-field>span{color:var(--vz-heading);font-size:14px;font-weight:650}.login-input{border:1px solid var(--vz-input-border);background:#fff;border-radius:5px;align-items:center;gap:11px;min-height:52px;padding:0 14px;transition:border-color .15s,box-shadow .15s;display:flex}.login-input:focus-within{box-shadow:0 0 0 4px rgba(var(--vz-primary-rgb), .11);border-color:#aeb9ff}.login-input>span{color:#969aa8;font-size:20px}.login-input input{min-width:0;color:var(--vz-heading);background:0 0;border:0;flex:1;font-size:15px}.login-input input::placeholder{color:#b0b3bd}.password-toggle{color:var(--vz-primary);background:0 0;border:0;flex:none;padding:5px;font-size:12px;font-weight:700}.login-error{background:var(--vz-danger-soft);color:#b94333;border-radius:5px;align-items:center;gap:9px;margin-top:18px;padding:12px 13px;font-size:13px;display:flex}.login-error>span{background:var(--vz-danger);color:#fff;border-radius:50%;flex:0 0 22px;place-items:center;width:22px;height:22px;font-weight:800;display:grid}.login-submit{background:var(--vz-primary);width:100%;min-height:52px;box-shadow:0 8px 18px rgba(var(--vz-primary-rgb), .23);color:#fff;border:0;border-radius:5px;margin-top:24px;font-size:15px;font-weight:750}.login-submit:hover:not(:disabled){background:#5c70ee}.login-submit:disabled{cursor:not-allowed;opacity:.62}.login-demo{color:var(--vz-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:7px;margin-top:19px;font-size:12px;display:flex}.login-demo code{background:var(--vz-subtle);color:var(--vz-heading);border-radius:3px;padding:3px 6px;font-family:Consolas,monospace;font-size:12px}.login-panel>footer{color:#a0a3ae;text-align:center;margin-top:auto;font-size:11px}.app-shell{min-height:100vh}.app-shell.sidebar-collapsed{--sidebar-width:70px}.sidebar{z-index:30;width:var(--sidebar-width);border-right:1px solid var(--vz-border);background:#fff;flex-direction:column;transition:width .2s;display:flex;position:fixed;top:0;bottom:0;left:0}.brand{height:var(--topbar-height);flex:0 0 var(--topbar-height);align-items:center;gap:11px;padding:0 24px;display:flex}.brand-mark{background:var(--vz-primary);width:32px;height:32px;box-shadow:0 5px 12px rgba(var(--vz-primary-rgb), .25);border-radius:7px;justify-content:center;align-items:flex-end;gap:2px;display:flex;position:relative;overflow:hidden}.brand-mark span{background:#fff;border-radius:2px 2px 0 0;width:3px}.brand-mark span:first-child{height:10px;margin-bottom:8px}.brand-mark span:nth-child(2){height:18px;margin-bottom:8px}.brand-mark span:nth-child(3){height:14px;margin-bottom:8px}.brand strong{color:#2e3476;letter-spacing:.07em;font-size:18px;font-weight:700;line-height:1.05;display:block}.brand small{color:#9a9eaa;letter-spacing:.11em;text-transform:uppercase;font-size:8px;font-weight:600}.plant-selector{background:var(--vz-subtle);border:1px solid #edf0f2;border-radius:4px;align-items:center;gap:10px;margin:6px 14px 16px;padding:11px 12px;display:flex}.plant-icon{background:var(--vz-primary-soft);width:32px;height:32px;color:var(--vz-primary);border-radius:4px;flex:0 0 32px;place-items:center;font-size:11px;font-weight:700;display:grid}.plant-selector div{flex:1;min-width:0}.plant-selector small,.plant-selector strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.plant-selector small{color:var(--vz-muted);margin-bottom:1px;font-size:10px}.plant-selector strong{color:var(--vz-heading);font-size:12px;font-weight:600}.chevron{color:var(--vz-muted)}.main-nav{flex:1;padding-bottom:16px;overflow:hidden auto}.nav-group+.nav-group{border-top:1px dashed var(--vz-border);margin-top:10px;padding-top:10px}.nav-title{color:#919da9;letter-spacing:.06em;text-transform:uppercase;padding:12px 24px 7px;font-size:10px;font-weight:600;display:block}.main-nav a{color:#6d7080;text-align:left;background:0 0;border:0;align-items:center;gap:11px;width:100%;padding:9px 20px 9px 24px;text-decoration:none;transition:color .15s,background-color .15s;display:flex;position:relative}.main-nav a:hover{color:var(--vz-primary)}.main-nav a:focus-visible{box-shadow:inset 0 0 0 2px rgba(var(--vz-primary-rgb), .28);outline:none}.main-nav a.active{background:linear-gradient(90deg, var(--vz-primary-soft), #eef0ff26);color:var(--vz-primary)}.main-nav a.active:before{background:var(--vz-primary);content:"";border-radius:0 3px 3px 0;width:3px;position:absolute;top:7px;bottom:7px;left:0}.main-nav .icon{place-items:center;min-width:20px;height:20px;font-size:18px;line-height:1;display:grid}.main-nav a>span:nth-child(2){flex:1;font-size:13px;font-weight:400}.main-nav a.active>span:nth-child(2){font-weight:500}.main-nav a b{background:var(--vz-danger-soft);min-width:19px;height:18px;color:var(--vz-danger);border-radius:10px;place-items:center;font-size:10px;display:grid}.sidebar-footer{border-top:1px solid var(--vz-border);background:#fff}.system-health{background:#f9fafb;align-items:center;gap:9px;padding:11px 20px;display:flex}.health-dot{background:var(--vz-success);width:8px;height:8px;box-shadow:0 0 0 4px var(--vz-success-soft);border-radius:50%}.system-health strong,.system-health small{display:block}.system-health strong{color:var(--vz-heading);font-size:11px}.system-health small{color:var(--vz-muted);font-size:9px}.profile-button{text-align:left;background:#fff;border:0;align-items:center;gap:9px;width:100%;padding:11px 14px;display:flex}.profile-button>span:nth-child(2){flex:1;min-width:0}.profile-button strong,.profile-button small{display:block}.profile-button strong{color:var(--vz-heading);font-size:11px}.profile-button small{color:var(--vz-muted);font-size:9px}.profile-button b{color:var(--vz-muted)}.user-avatar{background:var(--vz-primary-soft);width:32px;height:32px;color:var(--vz-primary);border-radius:50%;flex:0 0 32px;place-items:center;font-size:10px;font-weight:700;display:grid}.user-avatar.large{flex-basis:52px;width:52px;height:52px;font-size:14px}.workspace{min-width:0;min-height:100vh;margin-left:var(--sidebar-width);transition:margin-left .2s}.topbar{z-index:25;top:0;right:0;left:var(--sidebar-width);height:var(--topbar-height);border-bottom:1px solid var(--vz-border);background:#fffffffa;justify-content:space-between;align-items:center;transition:left .2s;display:flex;position:fixed;box-shadow:0 0 15px 4px #64625c0d}.sidebar-collapsed .brand{justify-content:center;padding:0}.sidebar-collapsed .brand>div:last-child,.sidebar-collapsed .plant-selector>div,.sidebar-collapsed .plant-selector .chevron,.sidebar-collapsed .nav-title,.sidebar-collapsed .main-nav a>span:nth-child(2),.sidebar-collapsed .main-nav a b,.sidebar-collapsed .system-health>div,.sidebar-collapsed .profile-button>span:nth-child(2),.sidebar-collapsed .profile-button b{display:none}.sidebar-collapsed .plant-selector{justify-content:center;margin:6px 10px 16px;padding:8px}.sidebar-collapsed .main-nav a{justify-content:center;padding:10px}.sidebar-collapsed .nav-group+.nav-group{padding-top:8px}.sidebar-collapsed .system-health,.sidebar-collapsed .profile-button{justify-content:center;padding:12px 6px}.hamburger-button[aria-expanded=false]{background:var(--vz-primary-soft)}.topbar-left,.topbar-actions{align-items:center;height:100%;display:flex}.topbar-left{gap:14px;padding-left:10px}.hamburger-button{background:0 0;border:0;border-radius:4px;place-content:center;gap:4px;width:42px;height:42px;display:grid}.hamburger-button:hover,.top-icon-button:hover{background:var(--vz-subtle)}.hamburger-button span{background:#878a99;border-radius:2px;width:18px;height:2px}.hamburger-button span:first-child{width:14px}.hamburger-button span:last-child{width:14px;margin-left:4px}.global-search{background:var(--vz-body-bg);width:260px;height:38px;color:var(--vz-muted);border-radius:4px;align-items:center;gap:9px;padding:0 12px;display:flex}.global-search>span{font-size:20px;line-height:1}.global-search input{width:100%;color:var(--vz-heading);background:0 0;border:0}.global-search input::placeholder{color:#a5a8b2}.clock{border-right:1px solid var(--vz-border);text-align:right;flex-direction:column;justify-content:center;height:38px;margin-right:9px;padding-right:18px;display:flex}.clock strong{color:var(--vz-heading);font-size:13px;line-height:1.1}.clock span{color:var(--vz-muted);font-size:9px}.top-icon-button{color:#5e6470;background:0 0;border:0;border-radius:4px;place-items:center;width:42px;height:42px;margin:0 2px;font-size:22px;display:grid;position:relative}.notification-button>span{background:var(--vz-danger);color:#fff;border:2px solid #fff;border-radius:50%;place-items:center;width:17px;height:17px;font-size:8px;font-weight:700;display:grid;position:absolute;top:3px;right:3px}.topbar-profile{background:var(--vz-subtle);text-align:left;border:0;align-items:center;gap:9px;height:70px;margin-left:8px;padding:0 16px;display:flex}.topbar-profile>span:nth-child(2){min-width:116px}.topbar-profile strong,.topbar-profile small{display:block}.topbar-profile strong{color:var(--vz-heading);font-size:11px}.topbar-profile small{color:var(--vz-muted);font-size:10px}.topbar-profile b{color:var(--vz-muted)}.content{min-height:100vh;padding:calc(var(--topbar-height) + 20px) 12px 32px}.page-title{justify-content:space-between;align-items:flex-start;min-height:52px;padding:0 1px 12px;display:flex}.title-line{align-items:center;gap:10px;display:flex}.page-title h1{color:var(--vz-heading);margin:0 0 2px;font-size:16px;font-weight:600}.page-title p{color:var(--vz-muted);margin:0;font-size:11px}.breadcrumb{color:var(--vz-muted);align-items:center;gap:8px;padding-top:3px;font-size:11px;display:flex}.breadcrumb b{color:#c0c3cb;font-weight:400}.breadcrumb span:last-child{color:var(--vz-heading)}.live-label{background:var(--vz-danger-soft);color:var(--vz-danger);letter-spacing:.08em;border-radius:3px;align-items:center;gap:5px;padding:2px 7px;font-size:8px;font-weight:700;display:inline-flex}.live-label i{background:var(--vz-danger);border-radius:50%;width:5px;height:5px;box-shadow:0 0 0 3px #f0654824}.monitor-layout{grid-template-columns:minmax(0,1fr) 316px;align-items:start;gap:12px;display:grid}.monitor-main{min-width:0}.summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:12px;display:grid}.summary-card,.section-card{background:var(--vz-card-bg);box-shadow:var(--shadow);border:0;border-radius:4px}.summary-card{justify-content:space-between;align-items:center;gap:12px;min-height:104px;padding:16px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.summary-card:hover{transform:translateY(-3px);box-shadow:0 5px 10px #1e20251a}.summary-accent:after{background:var(--vz-success);content:"";height:2px;position:absolute;bottom:0;left:0;right:0}.summary-card>div{min-width:0}.summary-label,.summary-card strong,.summary-card small{display:block}.summary-label{color:var(--vz-muted);letter-spacing:.04em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;margin-bottom:5px;font-size:9px;font-weight:600;overflow:hidden}.summary-card strong{color:var(--vz-heading);margin-bottom:2px;font-size:22px;font-weight:600;line-height:1}.summary-card small{color:var(--vz-muted);white-space:nowrap;font-size:9px}.summary-card small.positive{color:var(--vz-success)}.summary-icon{border-radius:4px;flex:0 0 42px;place-items:center;width:42px;height:42px;font-size:20px;font-weight:500;display:grid}.summary-icon.problem{background:var(--vz-danger-soft);color:var(--vz-danger)}.summary-icon.load{background:var(--vz-primary-soft);color:var(--vz-primary)}.summary-icon.connected{background:var(--vz-info-soft);color:var(--vz-info)}.metric-ring{border-radius:50%;flex:0 0 48px;place-items:center;width:48px;height:48px;display:grid;position:relative}.metric-ring:after{content:"";background:#fff;border-radius:50%;width:36px;height:36px;position:absolute}.metric-ring span{z-index:1;color:var(--vz-heading);font-size:9px;font-weight:700;position:relative}.machine-section{overflow:hidden}.section-toolbar{border-bottom:1px solid var(--vz-border);justify-content:space-between;align-items:center;gap:16px;min-height:62px;padding:13px 16px;display:flex}.section-toolbar h2,.incident-heading h2,.alarm-summary h2,.reasons-card h2,.smtp-card h2{color:var(--vz-heading);margin:0;font-size:14px;font-weight:600}.section-toolbar>div:first-child>span:not(.eyebrow){color:var(--vz-muted);margin-top:1px;font-size:9px;display:block}.eyebrow{color:var(--vz-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:3px;font-size:8px;font-weight:600;display:block}.toolbar-actions{align-items:center;gap:8px;display:flex}.search-control{border:1px solid var(--vz-border);width:168px;height:32px;color:var(--vz-muted);background:#fff;border-radius:4px;align-items:center;gap:7px;padding:0 10px;display:flex}.search-control:focus-within{box-shadow:0 0 0 3px rgba(var(--vz-primary-rgb), .1);border-color:#b4beff}.search-control>span{font-size:17px}.search-control input{background:0 0;border:0;width:100%;font-size:10px}.search-control input::placeholder{color:#a2a5af}.wide-search{width:320px}.filter-select,.field input,.field select,.field textarea{border:1px solid var(--vz-input-border);color:var(--vz-heading);background:#fff;border-radius:4px;transition:border-color .15s,box-shadow .15s}.filter-select{height:32px;padding:0 28px 0 10px;font-size:10px}.filter-select:focus,.field input:focus,.field select:focus,.field textarea:focus{box-shadow:0 0 0 3px rgba(var(--vz-primary-rgb), .11);border-color:#b4beff}.icon-button{border:1px solid var(--vz-border);width:32px;height:32px;color:var(--vz-muted);background:#fff;border-radius:4px;place-items:center;font-size:16px;display:grid}.icon-button:hover{background:var(--vz-subtle);color:var(--vz-primary)}.machine-grid{background:var(--vz-border);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid}.machine-card{width:100%;min-width:0;min-height:234px;color:inherit;text-align:left;background:#fff;border:0;padding:15px 16px 13px;text-decoration:none;transition:background-color .15s,box-shadow .15s;display:block;position:relative}.machine-card:before{content:"";background:#c8cbd1;width:3px;position:absolute;top:0;bottom:0;left:0}.machine-card.state-run:before{background:#0ab39c}.machine-card.state-alarm:before{background:#f06548}.machine-card.state-downtime:before{background:#f7b84b}.machine-card.state-disconnected:before{background:#878a99}.machine-card.state-setup:before{background:#8e6fc4}.machine-card.state-idle:before{background:#299cdb}.machine-card.state-ready:before{background:#45cb85}.machine-card:hover{z-index:1;box-shadow:inset 0 0 0 1px rgba(var(--vz-primary-rgb), .25);background:#fcfcfe}.machine-card-top{justify-content:space-between;align-items:flex-start;gap:10px;min-width:0;display:flex}.machine-card-top>div{min-width:0}.machine-code{color:var(--vz-primary);letter-spacing:.04em;font-family:SFMono-Regular,Consolas,monospace;font-size:9px;font-weight:700;display:inline-block}.machine-card h3{color:var(--vz-heading);text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:12px;font-weight:600;overflow:hidden}.card-arrow{color:#b7bac2;font-size:15px}.machine-card:hover .card-arrow{color:var(--vz-primary)}.machine-state-row{justify-content:space-between;align-items:center;gap:8px;margin-top:12px;display:flex}.state-badge{white-space:nowrap;border-radius:3px;align-items:center;gap:6px;padding:3px 8px;font-size:9px;font-weight:600;line-height:1.4;display:inline-flex}.state-dot{border-radius:50%;flex:0 0 6px;width:6px;height:6px}.duration{color:var(--vz-heading);font-family:SFMono-Regular,Consolas,monospace;font-size:12px;font-weight:600}.machine-notice{background:var(--vz-warning-soft);color:#b47a17;text-overflow:ellipsis;white-space:nowrap;border-radius:3px;align-items:center;gap:7px;height:28px;margin-top:9px;padding:0 8px;font-size:9px;display:flex;overflow:hidden}.machine-notice span{color:#fff;background:#f7b84b;border-radius:50%;flex:0 0 15px;place-items:center;width:15px;height:15px;font-size:9px;font-weight:700;display:grid}.machine-notice.notice-alarm{background:var(--vz-danger-soft);color:#c84e35}.machine-notice.notice-alarm span{background:var(--vz-danger)}.machine-meta{grid-template-columns:1fr 1fr;gap:10px;margin-top:12px;display:grid}.machine-meta>div{min-width:0}.machine-meta span,.machine-meta strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.machine-meta span{color:var(--vz-muted);margin-bottom:2px;font-size:8px}.machine-meta strong{color:var(--vz-heading);font-size:9px;font-weight:500}.metric-value{text-align:right}.machine-timeline{margin-top:12px}.timeline{background:#edf0f2;border-radius:3px;gap:2px;width:100%;height:10px;display:flex;overflow:hidden}.timeline-compact{border-radius:2px;gap:1px;height:5px}.timeline-part{opacity:.9;min-width:3px}.machine-timeline>div:last-child,.timeline-labels{color:#a4a7b0;justify-content:space-between;margin-top:4px;font-size:7px;display:flex}.machine-footer{color:var(--vz-muted);align-items:center;gap:5px;margin-top:9px;font-size:8px;display:flex}.connection-dot{background:var(--vz-success);border-radius:50%;width:5px;height:5px}.connection-dot.offline{background:var(--vz-danger)}.incident-panel{top:calc(var(--topbar-height) + 20px);box-shadow:var(--shadow);background:#fff;border-radius:4px;position:sticky;overflow:hidden}.incident-heading{border-bottom:1px solid var(--vz-border);justify-content:space-between;align-items:center;min-height:62px;padding:13px 16px;display:flex}.counter{background:var(--vz-danger-soft);min-width:26px;height:24px;color:var(--vz-danger);border-radius:4px;place-items:center;font-size:11px;font-weight:600;display:grid}.incident-list{padding:5px 16px 4px}.incident{border-bottom:1px solid var(--vz-border);padding:12px 0 13px 13px;position:relative}.incident:before{background:var(--vz-info);content:"";border-radius:3px;width:3px;position:absolute;top:15px;bottom:16px;left:0}.incident-critical:before{background:var(--vz-danger)}.incident-warning:before{background:var(--vz-warning)}.incident-offline:before{background:var(--vz-muted)}.incident-top{align-items:center;gap:7px;display:flex}.incident-time,.incident-machine{color:var(--vz-muted);font-size:8px}.incident-machine{color:var(--vz-primary);font-family:Consolas,monospace;font-weight:600}.incident-mark{background:var(--vz-subtle);width:18px;height:18px;color:var(--vz-muted);border-radius:50%;place-items:center;margin-left:auto;font-size:9px;display:grid}.incident-critical .incident-mark{background:var(--vz-danger-soft);color:var(--vz-danger)}.incident-warning .incident-mark{background:var(--vz-warning-soft);color:#c78920}.incident h3{color:var(--vz-heading);margin:5px 0 2px;font-size:11px;font-weight:600}.incident p{color:var(--vz-muted);margin:0;font-size:8px}.incident-bottom{justify-content:space-between;align-items:center;gap:8px;margin-top:9px;display:flex}.incident-bottom>span{color:var(--vz-muted);font-size:8px}.incident-bottom button,.panel-link,.drawer-alert button{color:var(--vz-primary);background:0 0;border:0;padding:0;font-size:9px;font-weight:600}.incident-bottom button:hover,.panel-link:hover,.drawer-alert button:hover{text-decoration:underline}.panel-link{border-top:1px solid var(--vz-border);border-bottom:1px solid var(--vz-border);text-align:left;justify-content:space-between;align-items:center;width:100%;padding:11px 16px;display:flex}.shift-note{background:var(--vz-subtle);align-items:center;gap:10px;padding:13px 16px;display:flex}.shift-pulse{background:var(--vz-success);width:8px;height:8px;box-shadow:0 0 0 4px var(--vz-success-soft);border-radius:50%}.shift-note strong,.shift-note span:not(.shift-pulse){display:block}.shift-note strong{color:var(--vz-heading);font-size:9px}.shift-note span:not(.shift-pulse){color:var(--vz-muted);font-size:8px}.incident-empty,.empty-state{text-align:center;padding:42px 20px}.incident-empty>span,.empty-state>span{background:var(--vz-success-soft);width:42px;height:42px;color:var(--vz-success);border-radius:50%;place-items:center;margin:0 auto 11px;font-size:19px;display:grid}.incident-empty h3,.empty-state h3{color:var(--vz-heading);margin:0 0 3px;font-size:12px}.incident-empty p,.empty-state p{color:var(--vz-muted);margin:0 0 14px;font-size:9px}.button{border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;gap:6px;min-height:34px;padding:7px 12px;font-size:10px;font-weight:500;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex}.button-primary{border-color:var(--vz-primary);background:var(--vz-primary);color:#fff}.button-primary:hover{background:#586be2;border-color:#586be2}.button-add-entity{min-height:40px;padding:9px 15px;font-size:14px;font-weight:600}.button-add-entity>span{font-size:18px;line-height:1}.button-secondary{color:#6d7080;background:#fff;border-color:#dfe2e4}.button-secondary:hover{background:var(--vz-subtle);color:var(--vz-heading);border-color:#cfd3d7}.button-danger{border-color:var(--vz-danger);background:var(--vz-danger);color:#fff}.button-small{min-height:28px;padding:4px 9px;font-size:9px}.button.full{width:100%}.registry-card{overflow:hidden}.registry-toolbar{min-height:74px}.registry-table-wrap{width:100%;overflow-x:auto}.data-table{border-collapse:collapse;white-space:nowrap;background:#fff;width:100%}.data-table th,.data-table td{border-bottom:1px solid var(--vz-border);text-align:left;vertical-align:middle;padding:13px 14px}.data-table th{color:var(--vz-muted);letter-spacing:.04em;text-transform:uppercase;background:#f8f9fa;font-size:12px;font-weight:600}.data-table td{color:#60656b;font-size:14px}.data-table .state-badge,.data-table .button-small{font-size:12px}.data-table tbody tr{transition:background-color .15s}.data-table tbody tr:hover{background:#f8f9fb}.data-table tbody tr:last-child td{border-bottom:0}.table-machine{color:inherit;text-align:left;background:0 0;border:0;align-items:center;gap:9px;text-decoration:none;display:flex}.machine-avatar{background:var(--vz-primary-soft);width:34px;height:34px;color:var(--vz-primary);border-radius:4px;flex:0 0 34px;place-items:center;font-size:10px;font-weight:700;display:grid}.machine-avatar.large{flex-basis:48px;width:48px;height:48px;font-size:13px}.table-machine strong,.table-machine small{display:block}.table-machine strong{color:var(--vz-heading);font-size:14px}.table-machine small,.cell-subtitle{color:var(--vz-muted);margin-top:1px;font-size:12px}.source-online,.source-offline{color:var(--vz-success);align-items:center;gap:6px;font-size:13px;display:inline-flex}.source-online span,.source-offline span{background:currentColor;border-radius:50%;width:6px;height:6px}.source-offline{color:var(--vz-danger)}.more-button{min-width:28px;height:28px;color:var(--vz-muted);background:0 0;border:0;border-radius:4px;font-weight:700}.more-button:hover{background:var(--vz-subtle);color:var(--vz-primary)}.mono{font-family:SFMono-Regular,Consolas,monospace}.strong{font-weight:600;color:var(--vz-heading)!important}.content-stack{gap:12px;display:grid}.kpi-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.kpi-card{box-shadow:var(--shadow);background:#fff;border-radius:4px;padding:16px}.kpi-card span,.kpi-card strong,.kpi-card small{display:block}.kpi-card span{color:var(--vz-muted);text-transform:uppercase;font-size:9px;font-weight:600}.kpi-card strong{color:var(--vz-heading);margin:5px 0 2px;font-size:22px;line-height:1}.kpi-card small{color:var(--vz-muted);font-size:9px}.kpi-card.attention{border-left:3px solid var(--vz-warning)}.reason-pending{color:#c88920;font-weight:600}.status-pill,.role-pill,.quality-good,.quality-bad,.audit-success{border-radius:3px;align-items:center;font-size:12px;font-weight:600;display:inline-flex}.status-pill{background:var(--vz-subtle);color:var(--vz-muted);padding:3px 7px}.status-ожидает{background:var(--vz-warning-soft);color:#b77b17}.status-подтверждено,.status-закрыто{background:var(--vz-success-soft);color:var(--vz-success)}.status-классифицирован{background:var(--vz-primary-soft);color:var(--vz-primary)}.alarms-layout{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:12px;display:grid}.segmented{background:var(--vz-subtle);border-radius:4px;padding:3px;display:flex}.segmented button{color:var(--vz-muted);background:0 0;border:0;border-radius:3px;padding:5px 9px;font-size:9px}.segmented button.active{color:var(--vz-primary);background:#fff;box-shadow:0 1px 3px #1e202517}.event-feed{background:#fff}.event-row{border-bottom:1px solid var(--vz-border);align-items:center;gap:12px;min-height:66px;padding:11px 16px;display:flex}.event-row:last-child{border-bottom:0}.event-symbol{background:var(--vz-info-soft);width:32px;height:32px;color:var(--vz-info);border-radius:50%;flex:0 0 32px;place-items:center;font-weight:700;display:grid}.event-critical{background:var(--vz-danger-soft);color:var(--vz-danger)}.event-warning{background:var(--vz-warning-soft);color:#c88920}.event-offline{background:var(--vz-subtle);color:var(--vz-muted)}.event-copy{flex:1;min-width:0}.event-copy>div{align-items:center;gap:8px;display:flex}.event-copy strong{color:var(--vz-heading);font-size:12px}.event-id{background:var(--vz-subtle);color:var(--vz-muted);border-radius:3px;padding:2px 5px;font-family:Consolas,monospace;font-size:8px}.event-copy p{color:var(--vz-muted);margin:2px 0 0;font-size:9px}.event-copy p b{color:var(--vz-primary)}.event-side{text-align:right;min-width:68px}.event-side span,.event-side small{display:block}.event-side span{color:var(--vz-heading);font-size:9px;font-weight:600}.event-side small{color:var(--vz-muted);font-size:8px}.alarm-summary{padding:16px}.alarm-donut{background:conic-gradient(var(--vz-danger) 0 14%, var(--vz-warning) 14% 57%, var(--vz-info) 57% 100%);border-radius:50%;place-items:center;width:148px;height:148px;margin:23px auto 18px;display:grid}.donut-center{text-align:center;background:#fff;border-radius:50%;place-content:center;width:106px;height:106px;display:grid}.donut-center strong,.donut-center span{display:block}.donut-center strong{color:var(--vz-heading);font-size:25px}.donut-center span{color:var(--vz-muted);font-size:9px}.legend-list{gap:8px;display:grid}.legend-list>div{color:var(--vz-muted);align-items:center;gap:8px;font-size:9px;display:flex}.legend-list b{color:var(--vz-heading);margin-left:auto}.legend-dot{background:var(--vz-info);border-radius:50%;width:7px;height:7px}.legend-dot.critical{background:var(--vz-danger)}.legend-dot.warning{background:var(--vz-warning)}.ack-metric{background:var(--vz-subtle);border-radius:4px;margin-top:18px;padding:12px}.ack-metric span,.ack-metric strong{display:block}.ack-metric span{color:var(--vz-muted);font-size:8px}.ack-metric strong{color:var(--vz-heading);font-size:12px}.report-filter{align-items:center;gap:20px;min-height:68px;padding:13px 16px;display:flex}.report-filter>div{flex:1;min-width:190px}.report-filter strong{color:var(--vz-heading);font-size:10px;display:block}.report-grid{grid-template-columns:minmax(0,1.5fr) minmax(280px,.7fr);gap:12px;display:grid}.utilization-card,.reasons-card{overflow:hidden}.report-total{color:var(--vz-muted);font-size:9px}.report-total b{color:var(--vz-success)}.bar-chart{gap:18px;padding:24px 18px 18px;display:grid}.bar-row{grid-template-columns:62px 1fr 35px;align-items:center;gap:10px;display:grid}.bar-row>strong{color:var(--vz-heading);font-family:Consolas,monospace;font-size:9px}.bar-row>b{color:var(--vz-heading);text-align:right;font-size:9px}.stacked-bar{background:var(--vz-subtle);border-radius:2px;height:11px;display:flex;overflow:hidden}.bar-run{background:var(--vz-success)}.bar-idle{background:var(--vz-info)}.bar-setup{background:#8e6fc4}.bar-stop{background:var(--vz-warning)}.chart-legend{border-top:1px solid var(--vz-border);color:var(--vz-muted);gap:17px;padding:13px 18px;font-size:8px;display:flex}.chart-legend span{align-items:center;gap:5px;display:flex}.chart-legend i{border-radius:2px;width:7px;height:7px}.chart-legend i.run{background:var(--vz-success)}.chart-legend i.idle{background:var(--vz-info)}.chart-legend i.setup{background:#8e6fc4}.chart-legend i.stop{background:var(--vz-warning)}.reasons-card{padding:16px}.reason-row{margin-top:19px}.reason-row>div{color:var(--vz-muted);justify-content:space-between;margin-bottom:6px;font-size:9px;display:flex}.reason-row b{color:var(--vz-heading)}.reason-track{background:var(--vz-subtle);border-radius:3px;height:5px;display:block;overflow:hidden}.reason-track i{background:var(--vz-primary);border-radius:3px;height:100%;display:block}.operator-shell{box-shadow:var(--shadow);background:#fff;border-radius:4px;overflow:hidden}.operator-identity{border-bottom:1px solid var(--vz-border);align-items:center;gap:14px;padding:18px 22px;display:flex}.operator-identity>div:nth-child(2){flex:1}.operator-identity h2{color:var(--vz-heading);margin:0;font-size:18px}.operator-identity p{color:var(--vz-muted);margin:2px 0 0;font-size:10px}.operator-online{background:var(--vz-success-soft);color:var(--vz-success);border-radius:3px;align-items:center;gap:6px;padding:5px 9px;font-size:9px;font-weight:600;display:inline-flex}.operator-online i{background:currentColor;border-radius:50%;width:6px;height:6px}.operator-workspace{background:var(--vz-border);grid-template-columns:1.1fr .9fr;gap:1px;display:grid}.operator-select-card,.operator-action-card{background:#fff;min-height:380px;padding:30px}.operator-select-card h2,.operator-action-card h2{color:var(--vz-heading);margin:0 0 17px;font-size:20px}.operator-action-card{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.operator-action-card p{max-width:430px;color:var(--vz-muted);margin:0 0 22px;font-size:11px}.action-symbol{background:var(--vz-warning-soft);color:#bf811b;border-radius:50%;place-items:center;width:54px;height:54px;margin-bottom:18px;font-size:25px;display:grid}.touch-button{color:#fff;border:0;border-radius:4px;justify-content:center;align-items:center;gap:10px;min-width:230px;min-height:54px;margin-top:20px;padding:12px 20px;font-size:13px;font-weight:600;display:inline-flex}.touch-button.start{background:var(--vz-success)}.touch-button.stop{background:var(--vz-danger)}.touch-button.classify{background:var(--vz-primary)}.operator-machine-state{align-items:center;gap:16px;margin:22px 0;display:flex}.operator-machine-state>strong{color:var(--vz-heading);font-family:Consolas,monospace;font-size:20px}.operator-data-grid{border:1px solid var(--vz-border);background:var(--vz-border);border-radius:4px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.operator-data-grid>div{background:var(--vz-subtle);padding:13px}.operator-data-grid span,.operator-data-grid strong{display:block}.operator-data-grid span{color:var(--vz-muted);font-size:8px}.operator-data-grid strong{color:var(--vz-heading);font-size:10px}.quality-good{background:var(--vz-success-soft);color:var(--vz-success);padding:3px 7px}.quality-bad{background:var(--vz-danger-soft);color:var(--vz-danger);padding:3px 7px}.user-cell{align-items:center;gap:9px;display:flex}.user-cell>div{min-width:0}.user-cell>div strong,.user-cell>div small{display:block}.user-cell>div small{color:var(--vz-muted);font-size:var(--pulse-readable-meta);margin-top:2px}.role-pill{background:var(--vz-primary-soft);color:var(--vz-primary);padding:3px 7px}.read-only-badge{background:var(--vz-subtle);min-height:38px;color:var(--vz-muted);font-size:var(--pulse-readable-control);border-radius:4px;align-items:center;padding:8px 12px;font-weight:700;display:inline-flex}.access-model-note{background:#f5f7ff;border:1px solid #dce4ff;border-radius:5px;align-items:flex-start;gap:12px;margin:0 18px 18px;padding:14px;display:flex}.access-model-note>span{background:var(--vz-primary);color:#fff;border-radius:50%;flex:0 0 28px;place-items:center;width:28px;height:28px;font-weight:800;display:grid}.access-model-note strong{color:var(--vz-heading);font-size:var(--pulse-readable-item-title);display:block}.access-model-note p{color:var(--vz-muted);font-size:var(--pulse-readable-control);margin:3px 0 0}.scope-summary{flex-wrap:wrap;gap:5px;max-width:390px;display:flex}.scope-summary>span,.scope-summary>b{background:var(--vz-subtle);color:var(--vz-heading);font-size:var(--pulse-readable-meta);border-radius:3px;padding:4px 7px;font-weight:600}.access-dialog{width:min(760px,100vw - 32px)}.access-dialog>header{padding:20px 22px}.access-dialog>header h2{font-size:20px}.access-dialog>header p{font-size:var(--pulse-readable-control);margin-top:4px}.access-dialog .dialog-body{gap:18px;padding:22px}.access-dialog .field{gap:8px}.access-dialog .field>span,.access-field-label{color:var(--vz-heading);font-size:var(--pulse-readable-control);margin-bottom:7px;font-weight:650;display:block}.access-dialog .field select,.access-scope-builder select{border:1px solid var(--vz-input-border);width:100%;min-height:44px;color:var(--vz-heading);font-size:var(--pulse-readable-item-title);background:#fff;border-radius:4px;padding:10px 12px}.access-scope-builder{grid-template-columns:180px minmax(240px,1fr) auto;align-items:end;gap:10px;display:grid}.access-scope-builder .button{min-height:44px}.access-scope-list{border:1px solid var(--vz-border);background:#fbfbfc;border-radius:5px;padding:14px}.access-scope-list>div{flex-wrap:wrap;gap:8px;display:flex}.access-scope-list>p{color:var(--vz-muted);font-size:var(--pulse-readable-control);margin:0}.access-scope-chip{background:var(--vz-primary-soft);color:#4f5dc2;font-size:var(--pulse-readable-control);border:1px solid #dce2ff;border-radius:4px;align-items:center;gap:8px;padding:7px 8px 7px 10px;display:inline-flex}.access-scope-chip button{background:rgba(var(--vz-primary-rgb), .12);width:22px;height:22px;color:inherit;border:0;border-radius:3px;place-items:center;font-size:17px;display:grid}.access-role-summary{border-left:4px solid var(--vz-primary);background:var(--vz-primary-soft);gap:3px;padding:13px 14px;display:grid}.access-role-summary strong{color:var(--vz-heading);font-size:var(--pulse-readable-item-title)}.access-role-summary span{color:var(--vz-muted);font-size:var(--pulse-readable-control)}.access-dialog>footer{padding:14px 22px}.access-dialog>footer .button{min-height:40px;font-size:var(--pulse-readable-item-title)}.new-user-dialog{flex-direction:column;width:min(880px,100vw - 32px);max-height:calc(100vh - 32px);display:flex}.new-user-dialog .dialog-body{overflow-y:auto}.new-user-credentials,.new-user-access{border:1px solid var(--vz-border);border-radius:5px;gap:16px;padding:17px;display:grid}.new-user-section-heading{border-bottom:1px solid var(--vz-border);align-items:flex-start;gap:11px;padding-bottom:13px;display:flex}.new-user-section-heading>span{background:var(--vz-primary);color:#fff;width:30px;height:30px;font-size:var(--pulse-readable-control);border-radius:50%;flex:0 0 30px;place-items:center;font-weight:800;display:grid}.new-user-section-heading strong,.new-user-section-heading p{display:block}.new-user-section-heading strong{color:var(--vz-heading);font-size:var(--pulse-readable-item-title)}.new-user-section-heading p{color:var(--vz-muted);font-size:var(--pulse-readable-control);margin:2px 0 0}.new-user-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.new-user-dialog .field input{width:100%;min-height:44px;font-size:var(--pulse-readable-item-title);padding:10px 12px}.new-user-dialog .field>small{color:var(--vz-muted);font-size:var(--pulse-readable-meta)}.new-user-password-control{border:1px solid var(--vz-input-border);background:#fff;border-radius:4px;align-items:center;min-height:44px;transition:border-color .15s,box-shadow .15s;display:flex}.new-user-password-control:focus-within{box-shadow:0 0 0 3px rgba(var(--vz-primary-rgb), .11);border-color:#b4beff}.new-user-dialog .new-user-password-control>input{border:0;min-width:0;box-shadow:none!important}.new-user-password-control>button{color:var(--vz-primary);font-size:var(--pulse-readable-meta);background:0 0;border:0;flex:none;padding:7px 11px;font-weight:700}.audit-table code{background:var(--vz-subtle);color:#5c6370;border-radius:3px;padding:3px 6px;font-family:Consolas,monospace;font-size:10px}.audit-success{color:var(--vz-success);gap:3px}.settings-grid{grid-template-columns:minmax(0,1fr) 285px;align-items:start;gap:12px;display:grid}.object-settings-card{grid-column:1/-1}.settings-scope{color:var(--vz-muted);font-size:var(--pulse-readable-control)}.object-settings-form{grid-template-columns:minmax(260px,1fr) auto;align-items:end;gap:14px;padding:20px;display:grid}.object-settings-form .field>span{font-size:var(--pulse-readable-control)}.object-settings-form .field input{min-height:44px;font-size:var(--pulse-readable-item-title);padding:10px 12px}.object-settings-form .button{min-width:130px;min-height:44px}.settings-page{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:16px;display:grid}.settings-navigation{top:calc(var(--topbar-height) + 20px);position:sticky;overflow:hidden}.settings-navigation-heading{border-bottom:1px solid var(--vz-border);padding:20px 20px 16px}.settings-navigation-heading h2{color:var(--vz-heading);font-size:var(--pulse-readable-card-heading);margin:4px 0 0}.settings-navigation nav{padding:8px;display:grid}.settings-navigation nav>button{width:100%;color:var(--vz-heading);text-align:left;background:0 0;border:0;border-radius:5px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;padding:13px 12px;display:grid}.settings-navigation nav>button:hover{background:var(--vz-subtle)}.settings-navigation nav>button.active{background:var(--vz-primary-soft);color:#4f60d8}.settings-navigation nav>button>span{background:var(--vz-subtle);border-radius:5px;place-items:center;width:38px;height:38px;font-size:18px;display:grid}.settings-navigation nav>button.active>span{color:var(--vz-primary);box-shadow:0 2px 8px rgba(var(--vz-primary-rgb), .13);background:#fff}.settings-navigation nav>button strong,.settings-navigation nav>button small{display:block}.settings-navigation nav>button strong{font-size:var(--pulse-readable-item-title);line-height:1.35}.settings-navigation nav>button small{color:var(--vz-muted);font-size:var(--pulse-readable-meta);margin-top:2px;line-height:1.35}.settings-navigation nav>button>b{color:#a0a4af;font-size:22px;font-weight:400}.settings-content{min-width:0}.settings-content>.section-card,.settings-content>.settings-grid{animation:.18s ease-out settings-content-in}@keyframes settings-content-in{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.settings-content .section-toolbar p{color:var(--vz-muted);font-size:var(--pulse-readable-control);margin:5px 0 0}.settings-info-note{background:var(--vz-info-soft);color:#397894;border:1px solid #d9e9f6;border-radius:5px;align-items:flex-start;gap:12px;margin:0 20px 20px;padding:14px 16px;display:flex}.settings-info-note>span{background:var(--vz-info);color:#fff;border-radius:50%;flex:0 0 24px;place-items:center;width:24px;height:24px;font-weight:700;display:grid}.settings-info-note strong{color:#266a89;font-size:var(--pulse-readable-item-title);display:block}.settings-info-note p{font-size:var(--pulse-readable-control);margin:2px 0 0}.settings-info-note.compact{margin:18px 0 0}.dictionary-card{overflow:hidden}.organization-directory{border-top:1px solid var(--vz-border);grid-template-columns:minmax(260px,.85fr) minmax(0,1.15fr);min-height:580px;display:grid}.organization-tree-panel{border-right:1px solid var(--vz-border);background:#fbfcfd}.directory-panel-heading{border-bottom:1px solid var(--vz-border);background:#fff;justify-content:space-between;align-items:center;min-height:64px;padding:13px 17px;display:flex}.directory-panel-heading strong,.directory-panel-heading span{display:block}.directory-panel-heading strong{color:var(--vz-heading);font-size:var(--pulse-readable-item-title)}.directory-panel-heading span{color:var(--vz-muted);font-size:var(--pulse-readable-meta);margin-top:2px}.organization-tree{max-height:650px;padding:10px;overflow:auto}.organization-tree-branch{display:contents}.organization-tree-node{width:calc(100% - (var(--tree-depth) * 15px));min-height:56px;margin-left:calc(var(--tree-depth) * 15px);color:var(--vz-heading);text-align:left;background:0 0;border:1px solid #0000;border-radius:5px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px 10px;display:grid}.organization-tree-node:hover{border-color:var(--vz-border);background:#fff}.organization-tree-node.active{background:var(--vz-primary-soft);border-color:#d9ddff}.organization-tree-node.archived{opacity:.62}.organization-tree-node strong,.organization-tree-node small{display:block}.organization-tree-node strong{font-size:var(--pulse-readable-item-title);text-overflow:ellipsis;white-space:nowrap;line-height:1.35;overflow:hidden}.organization-tree-node small{color:var(--vz-muted);font-size:var(--pulse-readable-meta);margin-top:2px}.organization-tree-node>b{color:var(--vz-muted);background:#eceef0;border-radius:3px;padding:3px 6px;font-size:10px}.organization-level-icon{background:var(--vz-primary-soft);width:34px;height:34px;color:var(--vz-primary);border-radius:5px;place-items:center;font-size:17px;display:grid}.organization-level-icon.level-site{background:var(--vz-info-soft);color:var(--vz-info)}.organization-level-icon.level-shop{background:var(--vz-success-soft);color:var(--vz-success)}.organization-level-icon.level-area{background:var(--vz-warning-soft);color:#d48a16}.organization-level-icon.large{width:48px;height:48px;font-size:22px}.organization-detail-panel{min-width:0;padding:24px}.dictionary-editor{gap:17px;max-width:620px;display:grid}.dictionary-editor-heading,.dictionary-record-heading{border-bottom:1px solid var(--vz-border);align-items:flex-start;gap:13px;padding-bottom:18px;display:flex}.dictionary-editor-heading{justify-content:space-between}.dictionary-editor-heading h3,.dictionary-record-heading h3{color:var(--vz-heading);margin:3px 0 0;font-size:21px}.dictionary-level-badge,.dictionary-status{background:var(--vz-primary-soft);color:#5363d6;min-height:26px;font-size:var(--pulse-readable-meta);border-radius:4px;align-items:center;padding:4px 9px;font-weight:600;display:inline-flex}.dictionary-editor .field>span,.equipment-type-editor .field>span{font-size:var(--pulse-readable-control)}.dictionary-editor .field input,.dictionary-editor .field select,.equipment-type-editor .field input{min-height:44px;font-size:var(--pulse-readable-item-title);padding:10px 12px}.dictionary-editor .field>small{color:var(--vz-muted);font-size:var(--pulse-readable-meta)}.dictionary-editor>footer{justify-content:flex-end;gap:10px;padding-top:4px;display:flex}.dictionary-record-heading{position:relative}.dictionary-record-heading>div{flex:1;min-width:0}.dictionary-record-heading p{color:var(--vz-muted);font-size:var(--pulse-readable-control);margin:3px 0 0}.dictionary-status.active{background:var(--vz-success-soft);color:#087d6e}.dictionary-status.archived{color:#777c88;background:#eceef0}.dictionary-record-code{border:1px solid var(--vz-border);background:var(--vz-subtle);border-radius:5px;margin-top:20px;padding:14px 16px}.dictionary-record-code span,.dictionary-record-code strong{display:block}.dictionary-record-code span{color:var(--vz-muted);font-size:var(--pulse-readable-meta)}.dictionary-record-code strong{color:var(--vz-heading);font-family:Consolas,monospace;font-size:var(--pulse-readable-item-title);margin-top:3px}.dictionary-stats{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px;display:grid}.dictionary-stats>div{border:1px solid var(--vz-border);border-radius:5px;padding:14px}.dictionary-stats span,.dictionary-stats strong{display:block}.dictionary-stats span{color:var(--vz-muted);font-size:var(--pulse-readable-meta)}.dictionary-stats strong{color:var(--vz-heading);margin-top:4px;font-size:22px}.dictionary-record-actions{flex-wrap:wrap;gap:9px;margin-top:20px;display:flex}.button-danger-subtle{color:#c94b34;background:#fff7f5;border-color:#f3c8bf}.button-danger-subtle:hover{background:var(--vz-danger-soft);border-color:#efad9f}.dictionary-empty{min-height:180px;color:var(--vz-muted);font-size:var(--pulse-readable-control);text-align:center;place-items:center;padding:24px;display:grid}.equipment-type-editor{border-top:1px solid var(--vz-border);background:var(--vz-subtle);grid-template-columns:minmax(210px,.8fr) minmax(220px,1fr) minmax(180px,.75fr) auto;align-items:end;gap:14px;padding:18px 20px;display:grid}.equipment-type-editor h3{color:var(--vz-heading);font-size:var(--pulse-readable-item-title);margin:3px 0 0}.equipment-type-editor-actions,.table-actions{justify-content:flex-end;gap:8px;display:flex}.dictionary-table-wrap{border-top:1px solid var(--vz-border)}.dictionary-table{border-collapse:collapse;width:100%}.dictionary-table th,.dictionary-table td{border-bottom:1px solid var(--vz-border);font-size:var(--pulse-readable-control);text-align:left;vertical-align:middle;padding:12px 10px}.dictionary-table th{color:var(--vz-muted);font-size:var(--pulse-readable-meta);text-transform:uppercase;background:#fbfcfd;font-weight:600}.dictionary-table tr.archived{opacity:.64}.dictionary-table code{background:var(--vz-subtle);color:#5d6270;max-width:145px;font-size:var(--pulse-readable-body);overflow-wrap:anywhere;border-radius:3px;padding:4px 7px;display:inline-block}.dictionary-type-name{align-items:center;gap:9px;display:flex}.dictionary-type-name>span{background:var(--vz-primary-soft);width:30px;height:30px;color:var(--vz-primary);border-radius:4px;place-items:center;font-size:16px;display:grid}.dictionary-type-name strong{color:var(--vz-heading);font-size:var(--pulse-readable-item-title)}.dictionary-table th:first-child{width:30%}.dictionary-table th:nth-child(2){width:22%}.dictionary-table th:nth-child(3),.dictionary-table th:nth-child(4){width:13%}.dictionary-table th:nth-child(5){width:22%}.dictionary-table .table-actions{flex-direction:column;align-items:stretch;min-width:94px}.dictionary-table .table-actions .button{min-height:30px;padding:4px 8px;font-size:11px}.rules-list{background:#fff}.rule-row{border-bottom:1px solid var(--vz-border);grid-template-columns:34px minmax(170px,1.25fr) 1fr 90px 38px;align-items:center;gap:12px;min-height:68px;padding:10px 16px;display:grid}.rule-row:last-child{border-bottom:0}.rule-icon{background:var(--vz-subtle);width:32px;height:32px;color:var(--vz-muted);border-radius:4px;place-items:center;display:grid}.rule-icon.enabled{background:var(--vz-primary-soft);color:var(--vz-primary)}.rule-row strong,.rule-row span{display:block}.rule-row strong{color:var(--vz-heading);font-size:9px;font-weight:500}.rule-row span{color:var(--vz-muted);font-size:8px}.switch{background:#d8dadd;border:0;border-radius:12px;width:32px;height:18px;padding:2px}.switch span{background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .15s;box-shadow:0 1px 3px #0000002e}.switch.on{background:var(--vz-primary)}.switch.on span{transform:translate(14px)}.smtp-card{padding:16px}.smtp-state{background:var(--vz-success-soft);border-radius:4px;align-items:center;gap:10px;margin:18px 0;padding:12px;display:flex}.smtp-state>span{background:var(--vz-success);color:#fff;border-radius:50%;place-items:center;width:26px;height:26px;font-weight:700;display:grid}.smtp-state strong,.smtp-state small{display:block}.smtp-state strong{color:#087969;font-size:9px}.smtp-state small{color:#4e9c91;font-size:8px}.section-monitor .page-title h1,.section-settings .page-title h1,.section-downtimes .page-title h1,.section-reports .page-title h1,.section-alarms .page-title h1,.section-sources .page-title h1{font-size:var(--pulse-readable-page-title)}.section-monitor .page-title p,.section-settings .page-title p,.section-downtimes .page-title p,.section-reports .page-title p,.section-alarms .page-title p,.section-sources .page-title p{font-size:var(--pulse-readable-page-subtitle)}.section-monitor .breadcrumb,.section-settings .breadcrumb,.section-downtimes .breadcrumb,.section-reports .breadcrumb,.section-alarms .breadcrumb,.section-sources .breadcrumb{font-size:var(--pulse-readable-breadcrumb)}.section-monitor .live-label{padding:3px 8px;font-size:11px}.section-monitor .summary-card{min-height:124px;padding:18px}.section-monitor .summary-label{font-size:var(--pulse-readable-body);margin-bottom:7px}.section-monitor .summary-card strong{font-size:var(--pulse-readable-metric)}.section-monitor .summary-card small,.section-monitor .metric-ring span{font-size:var(--pulse-readable-body)}.section-downtimes .kpi-card,.section-sources .kpi-card{flex-direction:column;justify-content:center;min-height:124px;padding:18px;display:flex}.section-downtimes .kpi-card span,.section-sources .kpi-card span{font-size:var(--pulse-readable-body);letter-spacing:.04em}.section-downtimes .kpi-card strong,.section-sources .kpi-card strong{font-size:var(--pulse-readable-metric);margin:7px 0 3px}.section-downtimes .kpi-card small,.section-sources .kpi-card small{font-size:var(--pulse-readable-body)}.section-monitor .metric-ring{flex-basis:56px;width:56px;height:56px}.section-monitor .metric-ring:after{width:42px;height:42px}.section-monitor .section-toolbar h2,.section-monitor .incident-heading h2,.section-settings .section-toolbar h2,.section-settings .smtp-card h2,.section-downtimes .section-toolbar h2,.section-alarms .section-toolbar h2,.section-alarms .alarm-summary h2,.section-sources .section-toolbar h2{font-size:var(--pulse-readable-card-heading)}.section-monitor .section-toolbar>div:first-child>span:not(.eyebrow){font-size:var(--pulse-readable-body)}.section-monitor .eyebrow,.section-settings .eyebrow,.section-downtimes .eyebrow,.section-reports .eyebrow,.section-alarms .eyebrow,.section-sources .eyebrow{font-size:var(--pulse-readable-meta)}.section-downtimes .button{min-height:38px;font-size:13px}.section-sources .button{min-height:38px;font-size:var(--pulse-readable-control)}.section-reports .report-filter{min-height:84px;padding:16px 18px}.section-reports .report-filter strong{font-size:14px}.section-reports .button{min-height:38px;font-size:13px}.section-reports .section-toolbar h2,.section-reports .reasons-card h2{font-size:18px}.section-reports .report-total{font-size:13px}.section-reports .bar-chart{gap:21px;padding:27px 20px 21px}.section-reports .bar-row{grid-template-columns:80px 1fr 45px;gap:12px}.section-reports .bar-row>strong,.section-reports .bar-row>b{font-size:13px}.section-reports .stacked-bar{height:14px}.section-reports .chart-legend{gap:20px;padding:15px 20px;font-size:12px}.section-reports .chart-legend i{width:9px;height:9px}.section-reports .reasons-card{padding:20px}.section-reports .reason-row>div{margin-bottom:8px;font-size:13px}.section-reports .reason-track{height:7px}.section-monitor .search-control{width:210px;height:38px}.section-monitor .search-control input,.section-monitor .filter-select{font-size:var(--pulse-readable-control)}.section-monitor .filter-select{height:38px}.section-monitor .icon-button{width:38px;height:38px}.section-monitor .machine-card{min-height:280px;padding:18px 19px 16px}.section-monitor .machine-code{font-size:var(--pulse-readable-body)}.section-monitor .machine-card h3{font-size:var(--pulse-readable-card-title);margin-top:4px}.section-monitor .state-badge{font-size:var(--pulse-readable-body);padding:4px 9px}.section-monitor .duration{font-size:16px}.section-monitor .machine-notice{height:34px;font-size:var(--pulse-readable-body);padding:0 10px}.section-monitor .machine-notice span{flex-basis:18px;width:18px;height:18px;font-size:11px}.section-monitor .machine-meta span{font-size:var(--pulse-readable-meta)}.section-monitor .machine-meta strong{font-size:var(--pulse-readable-control)}.section-monitor .machine-timeline>div:last-child,.section-monitor .timeline-labels{font-size:10px}.section-monitor .machine-footer{font-size:var(--pulse-readable-meta)}.section-monitor .counter{min-width:30px;height:28px;font-size:13px}.section-monitor .incident-time,.section-monitor .incident-machine{font-size:var(--pulse-readable-meta)}.section-monitor .incident h3{font-size:var(--pulse-readable-item-title);margin-top:7px}.section-monitor .incident p,.section-monitor .incident-bottom>span{font-size:var(--pulse-readable-meta)}.section-monitor .incident-bottom button,.section-monitor .panel-link,.section-monitor .shift-note strong{font-size:var(--pulse-readable-body)}.section-monitor .shift-note span:not(.shift-pulse){font-size:var(--pulse-readable-meta)}.section-alarms .alarms-layout{grid-template-columns:minmax(0,1fr) 330px}.section-alarms .segmented button{min-height:34px;font-size:var(--pulse-readable-control);padding:7px 12px}.section-alarms .event-row{gap:14px;min-height:84px;padding:14px 18px}.section-alarms .event-symbol{width:38px;height:38px;font-size:var(--pulse-readable-item-title);flex-basis:38px}.section-alarms .event-copy strong{font-size:var(--pulse-readable-item-title)}.section-alarms .event-id{font-size:var(--pulse-readable-meta);padding:3px 6px}.section-alarms .event-copy p{font-size:var(--pulse-readable-body);margin-top:4px}.section-alarms .event-side{min-width:82px}.section-alarms .event-side span{font-size:var(--pulse-readable-body)}.section-alarms .event-side small{font-size:var(--pulse-readable-meta)}.section-alarms .button{min-height:38px;font-size:var(--pulse-readable-control)}.section-alarms .alarm-summary{padding:20px}.section-alarms .donut-center strong{font-size:var(--pulse-readable-metric)}.section-alarms .donut-center span,.section-alarms .legend-list>div{font-size:var(--pulse-readable-body)}.section-alarms .legend-dot{width:9px;height:9px}.section-alarms .ack-metric{padding:14px}.section-alarms .ack-metric span{font-size:var(--pulse-readable-meta)}.section-alarms .ack-metric strong{font-size:var(--pulse-readable-item-title);margin-top:3px}.section-settings .settings-grid{grid-template-columns:minmax(0,1fr) 330px}.section-settings .rule-row{grid-template-columns:42px minmax(190px,1.25fr) 1fr 100px 42px;min-height:84px;padding:13px 18px}.section-settings .rule-icon{width:38px;height:38px;font-size:17px}.section-settings .rule-row strong{font-size:14px;line-height:1.35}.section-settings .rule-row span{font-size:12px;line-height:1.4}.section-settings .button{min-height:38px;font-size:13px}.section-settings .smtp-card{padding:20px}.section-settings .smtp-state{padding:14px}.section-settings .smtp-state strong{font-size:14px}.section-settings .smtp-state small{font-size:12px}.section-settings .smtp-state>span{width:32px;height:32px;font-size:16px}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);background:#14171c7a;justify-content:flex-end;align-items:stretch;animation:.18s backdrop-in;display:flex;position:fixed;inset:0}@keyframes backdrop-in{0%{opacity:0}to{opacity:1}}.machine-drawer{background:#fff;flex-direction:column;width:min(760px,92vw);height:100%;animation:.22s ease-out drawer-in;display:flex;box-shadow:-12px 0 34px #17191d26}@keyframes drawer-in{0%{opacity:0;transform:translate(35px)}to{opacity:1;transform:translate(0)}}.drawer-header{border-bottom:1px solid var(--vz-border);justify-content:space-between;align-items:center;gap:16px;min-height:92px;padding:17px 20px;display:flex}.drawer-title{align-items:center;gap:13px;min-width:0;display:flex}.drawer-title>div:last-child{min-width:0}.drawer-title>div>div:first-child{align-items:center;gap:8px;display:flex}.drawer-title h2{color:var(--vz-heading);text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:16px;font-weight:600;overflow:hidden}.drawer-title p{color:var(--vz-muted);margin:1px 0 0;font-size:9px}.close-button{background:var(--vz-subtle);width:32px;height:32px;color:var(--vz-muted);border:0;border-radius:4px;flex:0 0 32px;place-items:center;font-size:21px;line-height:1;display:grid}.close-button:hover{background:var(--vz-danger-soft);color:var(--vz-danger)}.drawer-tabs{border-bottom:1px solid var(--vz-border);align-items:flex-end;gap:4px;min-height:48px;padding:0 20px;display:flex}.drawer-tabs button{height:47px;color:var(--vz-muted);background:0 0;border:0;padding:0 10px;font-size:10px;position:relative}.drawer-tabs button.active{color:var(--vz-primary);font-weight:600}.drawer-tabs button.active:after{background:var(--vz-primary);content:"";height:2px;position:absolute;bottom:-1px;left:8px;right:8px}.drawer-content{flex:1;padding:18px 20px;overflow-y:auto}.drawer-state-hero{border:1px solid var(--vz-border);background:var(--vz-subtle);border-radius:4px;grid-template-columns:1fr 1fr auto;align-items:center;gap:16px;padding:16px;display:grid}.drawer-state-hero>div>span,.drawer-state-hero>div>strong{display:block}.drawer-state-hero>div>span{color:var(--vz-muted);font-size:8px}.drawer-state-hero>div>strong{margin-top:2px;font-size:16px}.drawer-alert{background:var(--vz-warning-soft);border-radius:4px;align-items:center;gap:11px;margin-top:12px;padding:12px;display:flex}.drawer-alert.danger{background:var(--vz-danger-soft)}.drawer-alert>span{background:var(--vz-warning);color:#fff;border-radius:50%;flex:0 0 30px;place-items:center;width:30px;height:30px;font-weight:700;display:grid}.drawer-alert.danger>span{background:var(--vz-danger)}.drawer-alert>div{flex:1;min-width:0}.drawer-alert strong,.drawer-alert p{margin:0;display:block}.drawer-alert strong{color:var(--vz-heading);font-size:9px}.drawer-alert p{color:var(--vz-muted);font-size:9px}.drawer-section{border:1px solid var(--vz-border);border-radius:4px;margin-top:17px;padding:15px}.drawer-section-title{justify-content:space-between;align-items:center;gap:12px;margin-bottom:13px;display:flex}.drawer-section-title h3{color:var(--vz-heading);margin:0;font-size:11px}.drawer-section-title>span{color:var(--vz-muted);font-size:8px}.detail-grid,.passport-grid{border:1px solid var(--vz-border);background:var(--vz-border);border-radius:4px;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:12px;display:grid;overflow:hidden}.detail-grid>div,.passport-grid>div{background:#fff;padding:12px}.detail-grid span,.detail-grid strong,.passport-grid span,.passport-grid strong{display:block}.detail-grid span,.passport-grid span{color:var(--vz-muted);font-size:8px}.detail-grid strong,.passport-grid strong{color:var(--vz-heading);margin-top:2px;font-size:10px;font-weight:600}.good-text{color:var(--vz-success)!important}.drawer-footer{border-top:1px solid var(--vz-border);background:#fff;justify-content:space-between;align-items:center;gap:12px;min-height:62px;padding:12px 20px;display:flex}.drawer-footer>span{color:var(--vz-muted);align-items:center;gap:6px;font-size:8px;display:inline-flex}.drawer-footer i{background:var(--vz-success);border-radius:50%;width:6px;height:6px}.drawer-footer-actions{align-items:center;gap:8px;display:flex}.tab-panel{min-height:300px}.large-timeline{padding:18px 0}.large-timeline .timeline{height:24px}.interval-list{border:1px solid var(--vz-border);border-radius:4px}.interval-list>div{border-bottom:1px solid var(--vz-border);grid-template-columns:8px 1fr auto;align-items:center;gap:10px;padding:10px 12px;display:grid}.interval-list>div:last-child{border-bottom:0}.interval-list strong,.interval-list span,.interval-list b{display:block}.interval-list strong{color:var(--vz-heading);font-size:9px}.interval-list div span{color:var(--vz-muted);font-size:8px}.interval-list b{color:var(--vz-heading);font-family:Consolas,monospace;font-size:9px}.parameter-chart{border:1px solid var(--vz-border);border-radius:4px;padding:15px}.parameter-chart .drawer-section-title strong{color:var(--vz-success);font-size:18px}.line-chart-css{border-bottom:1px solid var(--vz-border);background:linear-gradient(var(--vz-border) 1px, transparent 1px) 0 0 / 100% 35px, linear-gradient(90deg, var(--vz-border) 1px, transparent 1px) 0 0 / 25% 100%;height:140px;position:relative;overflow:hidden}.line-chart-css:before{background:var(--vz-primary);height:3px;box-shadow:35px -20px 0 -1px var(--vz-primary), 90px -12px 0 -1px var(--vz-primary), 145px -42px 0 -1px var(--vz-primary), 210px -28px 0 -1px var(--vz-primary), 275px -65px 0 -1px var(--vz-primary), 340px -52px 0 -1px var(--vz-primary), 405px -76px 0 -1px var(--vz-primary), 480px -49px 0 -1px var(--vz-primary), 545px -68px 0 -1px var(--vz-primary);content:"";border-radius:50%;position:absolute;bottom:37px;left:-5%;right:-5%;transform:rotate(-6deg)}.history-cards{gap:8px;display:grid}.history-cards article{border:1px solid var(--vz-border);border-radius:4px;padding:13px 90px 13px 13px;position:relative}.history-cards span,.history-cards strong,.history-cards p{display:block}.history-cards span{color:var(--vz-muted);font-size:8px}.history-cards strong{color:var(--vz-heading);margin-top:2px;font-size:10px}.history-cards p{color:var(--vz-muted);margin:2px 0 0;font-size:8px}.history-cards b{color:var(--vz-heading);font-family:Consolas,monospace;font-size:10px;position:absolute;top:50%;right:13px;transform:translateY(-50%)}.passport-grid{margin-top:0}.machine-drawer{width:min(820px,94vw)}.machine-drawer .drawer-header{min-height:108px;padding:20px 24px}.machine-drawer .machine-code{font-size:12px}.machine-drawer .state-badge{padding:4px 9px;font-size:12px}.machine-drawer .drawer-title h2{margin-top:5px;font-size:20px}.machine-drawer .drawer-title p{margin-top:3px;font-size:13px}.machine-drawer .drawer-tabs{min-height:54px;padding:0 24px}.machine-drawer .drawer-tabs button{height:53px;padding:0 12px;font-size:13px}.machine-drawer .drawer-content{padding:22px 24px}.machine-drawer .drawer-state-hero{padding:19px}.machine-drawer .drawer-state-hero>div>span{font-size:12px}.machine-drawer .drawer-state-hero>div>strong{margin-top:4px;font-size:22px}.machine-drawer .metric-ring{flex-basis:56px;width:56px;height:56px}.machine-drawer .metric-ring:after{width:42px;height:42px}.machine-drawer .metric-ring span{font-size:12px}.machine-drawer .drawer-alert{padding:15px}.machine-drawer .drawer-alert strong{font-size:14px}.machine-drawer .drawer-alert p,.machine-drawer .drawer-alert button{font-size:12px}.machine-drawer .drawer-section{padding:18px}.machine-drawer .drawer-section-title h3{font-size:16px}.machine-drawer .drawer-section-title>span{font-size:12px}.machine-drawer .timeline-labels{font-size:11px}.machine-drawer .detail-grid>div,.machine-drawer .passport-grid>div{padding:15px}.machine-drawer .detail-grid span,.machine-drawer .passport-grid span{font-size:12px}.machine-drawer .detail-grid strong,.machine-drawer .passport-grid strong{margin-top:4px;font-size:14px}.machine-drawer .interval-list>div{grid-template-columns:24px 1fr auto;padding:13px 15px}.machine-drawer .interval-list .state-dot{flex-basis:24px;width:24px;height:24px}.machine-drawer .interval-list strong,.machine-drawer .interval-list b{font-size:14px}.machine-drawer .interval-list div span{font-size:12px}.machine-drawer .parameter-chart{padding:18px}.machine-drawer .parameter-chart .eyebrow{font-size:11px}.machine-drawer .parameter-chart .drawer-section-title strong{font-size:24px}.machine-drawer .history-cards{gap:10px}.machine-drawer .history-cards article{padding:16px 112px 16px 16px}.machine-drawer .history-cards span,.machine-drawer .history-cards p{font-size:12px}.machine-drawer .history-cards strong,.machine-drawer .history-cards b,.machine-drawer .event-copy strong{font-size:14px}.machine-drawer .event-copy p,.machine-drawer .event-side span{font-size:12px}.machine-drawer .drawer-footer{min-height:70px;padding:14px 24px}.machine-drawer .drawer-footer>span{font-size:12px}.machine-drawer .button{min-height:38px;font-size:13px}.dialog{background:#fff;border-radius:5px;align-self:center;width:min(520px,100vw - 32px);animation:.18s ease-out dialog-in;overflow:hidden;box-shadow:0 10px 40px #181b1f38}@keyframes dialog-in{0%{opacity:0;transform:translateY(10px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}.dialog>header{border-bottom:1px solid var(--vz-border);justify-content:space-between;align-items:flex-start;gap:12px;padding:17px 18px;display:flex}.dialog>header h2{color:var(--vz-heading);margin:0;font-size:15px}.dialog>header p{color:var(--vz-muted);margin:2px 0 0;font-size:9px}.dialog-body{gap:14px;padding:18px;display:grid}.dialog>footer{border-top:1px solid var(--vz-border);background:#fbfbfc;justify-content:flex-end;gap:8px;padding:12px 18px;display:flex}.field{gap:6px;display:grid}.field>span{color:var(--vz-heading);font-size:9px;font-weight:500}.field>span b{color:var(--vz-danger)}.field input,.field select,.field textarea{resize:vertical;width:100%;min-height:36px;padding:8px 10px;font-size:10px}.field textarea{min-height:90px}.classification-note{background:var(--vz-info-soft);color:#427f9f;border-radius:4px;align-items:flex-start;gap:9px;padding:10px;font-size:9px;display:flex}.classification-note span{background:var(--vz-info);color:#fff;border-radius:50%;flex:0 0 18px;place-items:center;width:18px;height:18px;font-size:9px;font-weight:700;display:grid}.classification-dialog{width:min(600px,100vw - 32px)}.classification-dialog>header{padding:20px 22px}.classification-dialog>header .eyebrow{font-size:var(--pulse-readable-meta)}.classification-dialog>header h2{font-size:20px}.classification-dialog>header p{font-size:var(--pulse-readable-control);margin-top:4px}.classification-dialog .dialog-body{gap:18px;padding:22px}.classification-dialog .field{gap:8px}.classification-dialog .field>span{font-size:var(--pulse-readable-control)}.classification-dialog .field select,.classification-dialog .field textarea{min-height:44px;font-size:var(--pulse-readable-item-title);padding:10px 12px}.classification-dialog .field textarea{min-height:120px}.classification-dialog .classification-note{font-size:var(--pulse-readable-control);gap:11px;padding:14px;line-height:1.5}.classification-dialog .classification-note span{width:24px;height:24px;font-size:var(--pulse-readable-body);flex-basis:24px}.classification-dialog>footer{padding:14px 22px}.classification-dialog>footer .button{min-height:40px;font-size:var(--pulse-readable-item-title);padding:9px 15px}.equipment-dialog{width:min(610px,100vw - 32px)}.equipment-dialog>header{padding:20px 22px}.equipment-dialog>header .eyebrow{font-size:var(--pulse-readable-meta)}.equipment-dialog>header h2{font-size:20px}.equipment-dialog>header p{font-size:var(--pulse-readable-control);margin-top:4px}.equipment-dialog .dialog-body{gap:18px;padding:22px}.equipment-dialog .field{gap:8px}.equipment-dialog .field>span{font-size:var(--pulse-readable-control)}.equipment-dialog .field input,.equipment-dialog .field select{min-height:44px;font-size:var(--pulse-readable-item-title);padding:10px 12px}.equipment-dialog>footer{padding:14px 22px}.equipment-dialog>footer .button{min-height:40px;font-size:var(--pulse-readable-item-title);padding:9px 15px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.full-field{grid-column:1/-1}.toast{z-index:150;min-width:250px;color:var(--vz-heading);background:#fff;border:1px solid #bee6df;border-radius:4px;align-items:center;gap:9px;padding:12px 14px;font-size:10px;animation:.2s ease-out toast-in;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 8px 24px #1e202529}.toast span{background:var(--vz-success-soft);width:22px;height:22px;color:var(--vz-success);border-radius:50%;place-items:center;font-weight:700;display:grid}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1380px){.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.summary-card{min-height:92px}.monitor-layout{grid-template-columns:minmax(0,1fr) 290px}}@media (max-width:1120px){:root{--sidebar-width:216px}.login-page{grid-template-columns:minmax(360px,.8fr) minmax(480px,1fr)}.login-visual{padding:42px}.login-message h1{font-size:40px}.brand{padding:0 18px}.monitor-layout,.alarms-layout,.section-alarms .alarms-layout,.settings-grid,.section-settings .settings-grid{grid-template-columns:1fr}.incident-panel{position:static}.incident-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.incident{border-bottom:0}.alarm-summary,.smtp-card{max-width:none}.topbar-profile>span:nth-child(2){display:none}.global-search{width:210px}}@media (max-width:900px){:root{--sidebar-width:70px}.login-page{grid-template-columns:1fr}.login-visual{display:none}.login-panel{padding:38px 28px 24px}.login-mobile-brand{display:flex}.brand{justify-content:center;padding:0}.brand>div:last-child,.plant-selector>div,.plant-selector .chevron,.nav-title,.main-nav a>span:nth-child(2),.main-nav a b,.system-health>div,.profile-button>span:nth-child(2),.profile-button b{display:none}.plant-selector{justify-content:center;margin:6px 10px 16px;padding:8px}.main-nav a{justify-content:center;padding:10px}.nav-group+.nav-group{padding-top:8px}.system-health,.profile-button{justify-content:center;padding:12px 6px}.machine-grid,.report-grid,.operator-workspace{grid-template-columns:1fr}.topbar-profile{padding:0 9px}.clock{display:none}}@media (max-width:680px){:root{--sidebar-width:0px}.login-panel{padding:30px 20px 22px}.login-card>h2{font-size:28px}.login-demo>span{text-align:center;width:100%}.object-settings-form{grid-template-columns:1fr;padding:16px}.object-settings-form .button{width:100%}.access-scope-builder,.new-user-form-grid{grid-template-columns:1fr}.new-user-dialog{width:calc(100vw - 16px);max-height:calc(100vh - 16px)}.new-user-credentials,.new-user-access{padding:14px}.access-scope-builder .button{width:100%}.app-shell.sidebar-collapsed{--sidebar-width:0px}.sidebar{display:none}.topbar{left:0}.content{padding-left:8px;padding-right:8px}.global-search{width:150px}.topbar-profile{display:none}.page-title{display:block}.breadcrumb{margin-top:6px}.summary-grid,.kpi-row{grid-template-columns:1fr 1fr}.incident-list{grid-template-columns:1fr}.section-toolbar,.registry-toolbar{flex-direction:column;align-items:flex-start}.toolbar-actions{flex-wrap:wrap;width:100%}.search-control,.wide-search{flex:1;min-width:180px}.report-filter{flex-direction:column;align-items:stretch}.report-filter>div{min-width:0}.operator-identity{flex-wrap:wrap;align-items:flex-start}.operator-online{margin-left:66px}.operator-select-card,.operator-action-card{min-height:300px;padding:22px}.operator-data-grid{grid-template-columns:1fr}.rule-row,.section-settings .rule-row{grid-template-columns:34px 1fr 38px}.rule-row>div:nth-of-type(2),.rule-row>div:nth-of-type(3){display:none}.drawer-state-hero,.detail-grid,.passport-grid{grid-template-columns:1fr}.drawer-tabs{overflow-x:auto}.drawer-tabs button{flex:none}.form-grid{grid-template-columns:1fr}.full-field{grid-column:auto}}.equipment-communication-card,.dispatcher-assignment{background:linear-gradient(135deg,#f8f9ff 0%,#fff 72%);border:1px solid #dfe4ea;border-radius:8px;margin-top:16px;padding:18px}.communication-card-heading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.communication-card-heading h3,.dispatcher-assignment h3{color:var(--vz-heading);margin:4px 0 0;font-size:18px}.equipment-communication-card>p,.dispatcher-assignment p{color:var(--vz-muted);margin:10px 0 14px;font-size:13px;line-height:1.55}.communication-presence{color:#70777c;background:#edf0f2;border-radius:999px;flex:none;align-items:center;gap:7px;padding:7px 10px;font-size:12px;font-weight:600;display:inline-flex}.communication-presence i{background:currentColor;border-radius:50%;width:8px;height:8px}.communication-presence.online{background:var(--vz-success-soft);color:var(--vz-success)}.communication-presence.busy{background:var(--vz-warning-soft);color:#c27808}.communication-actions{gap:10px;display:flex}.machine-drawer .communication-button{min-height:44px;padding:9px 16px;font-size:14px}.button:disabled,.call-control:disabled{cursor:not-allowed;opacity:.5}.communication-safety-note{border-left:3px solid var(--vz-warning);background:var(--vz-warning-soft);color:#88570b;margin-top:12px;padding:10px 12px;font-size:12px;font-weight:600}.passport-panel{display:block}.dispatcher-assignment{grid-template-columns:minmax(0,1.2fr) minmax(240px,1fr) auto;align-items:end;gap:18px;margin-top:18px;display:grid}.dispatcher-assignment p{margin-bottom:0}.dispatcher-assignment .field>span{font-size:12px}.dispatcher-assignment .field select{min-height:44px;font-size:14px}.dispatcher-assignment>.button{white-space:nowrap;min-height:44px}.call-layer{z-index:320;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#080c14c7;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.call-dialog{color:#fff;background:#111827;border:1px solid #ffffff1f;border-radius:18px;width:min(460px,100%);overflow:hidden;box-shadow:0 28px 80px #0000006b}.call-dialog.video-call{width:min(820px,100%)}.call-video-stage{background:radial-gradient(circle at 50% 35%,#6366f159,#0000 42%),#080d18;place-items:center;min-height:260px;display:grid;position:relative;overflow:hidden}.video-call .call-video-stage{aspect-ratio:16/9}.call-video-stage>video:not(.local-video){object-fit:cover;width:100%;height:100%}.call-video-placeholder{align-content:center;justify-items:center;gap:12px;display:grid;position:absolute;inset:0}.call-video-placeholder>span,.audio-call-avatar>span{background:#6366f159;border:2px solid #ffffff40;border-radius:50%;place-items:center;width:98px;height:98px;font-size:30px;font-weight:700;display:grid}.call-video-placeholder p{color:#cbd5e1;margin:0;font-size:14px}.local-video{z-index:2;aspect-ratio:4/3;object-fit:cover;background:#202938;border:2px solid #ffffffb3;border-radius:10px;width:min(25%,180px);position:absolute;bottom:18px;right:18px;box-shadow:0 10px 28px #00000059}.audio-call-avatar{place-items:center;min-height:260px;display:grid}.call-copy{text-align:center;padding:22px 26px 14px}.call-kicker,.call-media-label{color:#9fa8ff;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:700}.call-copy h2{margin:8px 0 4px;font-size:27px}.call-copy p{color:#aeb9c8;margin:0 0 10px;font-size:14px}.call-media-label{color:#cbd5e1;letter-spacing:0;text-transform:none}.call-controls{flex-wrap:wrap;justify-content:center;gap:12px;padding:12px 24px 26px;display:flex}.call-control{color:#fff;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:52px;padding:10px 22px;font-size:14px;font-weight:700;display:inline-flex}.call-control span{font-size:20px}.call-control.accept{background:#169b62}.call-control.decline{background:#d74943}.call-control.compact{background:#283446}.call-control.compact.muted{background:#6b2630}.communication-error{z-index:340;width:min(430px,100vw - 32px);color:var(--vz-heading);background:#fff;border-radius:8px;grid-template-columns:34px 1fr 28px;align-items:center;gap:10px;padding:14px;display:grid;position:fixed;bottom:22px;right:22px;box-shadow:0 18px 50px #17191d3d}.communication-error>span{background:var(--vz-danger-soft);width:32px;height:32px;color:var(--vz-danger);border-radius:50%;place-items:center;font-weight:800;display:grid}.communication-error p{margin:0;font-size:14px}.communication-error button{color:var(--vz-muted);background:0 0;border:0;font-size:22px}@media (max-width:760px){.dispatcher-assignment{grid-template-columns:1fr;align-items:stretch}.communication-card-heading,.communication-actions{flex-direction:column}.call-layer{padding:10px}.call-copy{padding-left:16px;padding-right:16px}}@media (max-width:460px){.global-search{width:115px}.summary-grid{grid-template-columns:1fr}.page-title h1{font-size:15px}.machine-drawer{width:100vw}.drawer-header,.drawer-content,.drawer-footer,.machine-drawer .drawer-header,.machine-drawer .drawer-content,.machine-drawer .drawer-footer{padding-left:13px;padding-right:13px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.floor-map-page{gap:16px;display:grid}.floor-map-section{overflow:hidden}.map-toolbar{border-bottom:1px solid var(--vz-border);padding-bottom:17px}.map-upload-button{position:relative;overflow:hidden}.map-upload-button input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.map-upload-button.disabled{cursor:wait;opacity:.65}.map-error{color:#b53b2f;background:#fff4f1;border:1px solid #f5c9c0;border-radius:4px;align-items:center;gap:9px;margin:14px 0 0;padding:11px 14px;font-size:13px;font-weight:600;display:flex}.map-error>span{background:var(--vz-danger);color:#fff;border-radius:50%;place-items:center;width:22px;height:22px;display:grid}.floor-map-layout{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:16px;padding-top:16px;display:grid}.floor-map-canvas{background-color:#f8f9fb;background-image:linear-gradient(#687cfe0b 1px,#0000 1px),linear-gradient(90deg,#687cfe0b 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:24px 24px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border:1px solid #dfe3e8;border-radius:6px;min-height:590px;position:relative;overflow:hidden}.floor-map-canvas.has-background{background:#eef1f4;min-height:0}.floor-map-layout.is-editing .floor-map-canvas{border-color:rgba(var(--vz-primary-rgb), .7);box-shadow:inset 0 0 0 2px rgba(var(--vz-primary-rgb), .1)}.floor-map-image{object-fit:contain;-webkit-user-select:none;user-select:none;background:#f7f8fa;width:100%;height:auto;min-height:560px;display:block}.floor-map-shade{pointer-events:none;background:linear-gradient(#ffffff14,#0000 20%);position:absolute;inset:0}.map-empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:460px;margin:auto;padding:40px;display:flex;position:absolute;inset:0}.map-empty-symbol{width:76px;height:76px;color:var(--vz-primary);background:#fff;border:1px dashed #b8c1ce;border-radius:50%;place-items:center;margin-bottom:18px;font-size:34px;display:grid}.map-empty-state h3{color:var(--vz-heading);margin-bottom:6px;font-size:19px}.map-empty-state p{color:var(--vz-muted);margin-bottom:20px;font-size:13px}.floor-machine-marker{z-index:4;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fffffff7;border:2px solid;border-radius:5px;align-items:center;gap:8px;min-width:128px;padding:7px 9px 7px 10px;transition:transform .16s,box-shadow .16s;display:flex;position:absolute;transform:translate(-50%,-100%);box-shadow:0 5px 16px #232d3c3d}.floor-machine-marker:after{border-bottom:2px solid;border-right:2px solid;border-color:inherit;content:"";background:#fff;width:14px;height:14px;position:absolute;bottom:-9px;left:50%;transform:translate(-50%)rotate(45deg)}:is(.floor-machine-marker:hover,.floor-machine-marker:focus-visible){z-index:8;transform:translate(-50%,calc(-100% - 3px));box-shadow:0 9px 22px #232d3c4d}.floor-machine-marker.is-draggable{cursor:grab}.floor-machine-marker.is-draggable:active{cursor:grabbing}.floor-marker-pulse{z-index:3;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;bottom:-17px;left:50%;transform:translate(-50%);box-shadow:0 0 0 4px #ffffffb8}.floor-marker-copy{flex:1;min-width:0}.floor-marker-copy strong,.floor-marker-copy span{display:block}.floor-marker-copy strong{color:#343a40;font-size:13px;line-height:1.15}.floor-marker-copy span{color:var(--vz-muted);white-space:nowrap;margin-top:2px;font-size:10px;font-weight:600}.floor-marker-copy i,.map-equipment-item small i,.map-legend i{border-radius:50%;width:7px;height:7px;margin-right:5px;display:inline-block}.floor-marker-remove{color:#656c76;background:#f0f1f3;border:0;border-radius:50%;flex:0 0 21px;place-items:center;width:21px;height:21px;padding:0;font-size:16px;line-height:1;display:grid}.floor-marker-remove:hover{background:var(--vz-danger-soft);color:var(--vz-danger)}.map-edit-hint{z-index:3;color:#fff;pointer-events:none;background:#2e3476e6;border-radius:4px;align-items:center;gap:7px;padding:8px 11px;font-size:11px;font-weight:600;display:flex;position:absolute;bottom:14px;right:14px}.map-equipment-panel{border:1px solid var(--vz-border);background:#fff;border-radius:6px;overflow:hidden}.map-panel-heading{justify-content:space-between;align-items:center;padding:16px 16px 10px;display:flex}.map-panel-heading h3{color:var(--vz-heading);margin:1px 0 0;font-size:17px}.map-mode-badge{background:var(--vz-primary-soft);color:var(--vz-primary);text-transform:uppercase;border-radius:12px;padding:4px 8px;font-size:10px;font-weight:700}.map-search{width:auto;margin:0 16px 11px}.map-drag-note{border:1px dashed rgba(var(--vz-primary-rgb), .35);background:var(--vz-primary-soft);color:#565fb0;border-radius:4px;align-items:flex-start;gap:8px;margin:0 16px 11px;padding:9px 10px;font-size:11px;line-height:1.4;display:flex}.map-equipment-list{border-top:1px solid var(--vz-border);max-height:510px;overflow-y:auto}.map-equipment-item{cursor:pointer;border-bottom:1px solid #f0f1f3;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 14px;display:grid}.map-equipment-item:hover{background:#f8f9fb}.map-equipment-item.can-drag{cursor:grab}.map-equipment-item.can-drag:active{cursor:grabbing}.map-equipment-state{border-radius:4px;place-items:center;width:38px;height:38px;font-size:11px;font-weight:800;display:grid}.map-equipment-item>div{min-width:0}.map-equipment-item>div>strong,.map-equipment-item>div>span,.map-equipment-item>div>small{display:block}.map-equipment-item>div>strong{color:var(--vz-heading);font-size:13px}.map-equipment-item>div>span{color:#6f7480;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.map-equipment-item>div>small{color:var(--vz-muted);margin-top:2px;font-size:10px}.placement-status{color:#838995;white-space:nowrap;background:#f1f3f5;border-radius:3px;padding:3px 6px;font-size:9px;font-weight:700}.placement-status.placed{background:var(--vz-success-soft);color:#087c6c}.map-legend{border-top:1px solid var(--vz-border);color:var(--vz-muted);flex-wrap:wrap;gap:8px 14px;padding:12px 16px;font-size:10px;display:flex}@media (max-width:1250px){.floor-map-layout{grid-template-columns:minmax(0,1fr) 290px}}@media (max-width:980px){.floor-map-layout{grid-template-columns:1fr}.map-equipment-panel{order:-1}.map-equipment-list{grid-template-columns:repeat(2,minmax(0,1fr));max-height:300px;display:grid}}@media (max-width:680px){.map-equipment-list{grid-template-columns:1fr}.floor-map-canvas,.floor-map-image{min-height:440px}.floor-machine-marker{min-width:108px}.map-toolbar .toolbar-actions>*{flex:1;justify-content:center}}@media (max-width:1250px){.settings-page{grid-template-columns:250px minmax(0,1fr)}.organization-directory{grid-template-columns:minmax(250px,.8fr) minmax(0,1.2fr)}.equipment-type-editor{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:980px){.settings-page,.organization-directory{grid-template-columns:1fr}.settings-navigation{position:static}.settings-navigation nav{grid-template-columns:repeat(2,minmax(0,1fr))}.organization-tree-panel{border-right:0;border-bottom:1px solid var(--vz-border)}.organization-tree{max-height:420px}}@media (max-width:680px){.settings-navigation nav,.equipment-type-editor,.dictionary-stats{grid-template-columns:1fr}.organization-detail-panel{padding:18px 16px}.dictionary-record-heading{flex-wrap:wrap}.dictionary-record-heading .dictionary-status{margin-left:61px}.dictionary-record-actions,.dictionary-editor>footer,.equipment-type-editor-actions{grid-template-columns:1fr;display:grid}.dictionary-record-actions .button,.dictionary-editor>footer .button,.equipment-type-editor-actions .button{width:100%}.dictionary-table-wrap{overflow-x:auto}.dictionary-table{min-width:760px}}.mqtt-messages-card{overflow:hidden}.mqtt-messages-toolbar p{max-width:760px;color:var(--vz-muted);margin:5px 0 0;font-size:13px;line-height:1.5}.mqtt-messages-table{table-layout:fixed;white-space:normal}.mqtt-messages-table th:first-child,.mqtt-messages-table td:first-child{width:210px}.mqtt-messages-table th:nth-child(3),.mqtt-messages-table td:nth-child(3){width:150px}.mqtt-messages-table th:last-child,.mqtt-messages-table td:last-child{text-align:right;width:110px}.mqtt-message-date{white-space:nowrap;color:var(--vz-heading)!important;font-size:13px!important}.mqtt-message-preview{color:#46505b;text-overflow:ellipsis;white-space:nowrap;font-family:SFMono-Regular,Consolas,monospace;font-size:13px;line-height:1.45;display:block;overflow:hidden}.mqtt-message-status{color:#56636b;white-space:nowrap;background:#edf1f3;border-radius:999px;align-items:center;min-height:28px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.mqtt-message-status.processed{background:var(--vz-success-soft);color:var(--vz-success)}.mqtt-message-status.received{background:var(--vz-primary-soft);color:var(--vz-primary)}.mqtt-message-status.rejected{background:var(--vz-danger-soft);color:var(--vz-danger)}.mqtt-messages-error,.mqtt-messages-empty{color:var(--vz-danger)!important;font-size:14px!important}.mqtt-messages-error{background:var(--vz-danger-soft);border-radius:5px;margin:0 16px 14px;padding:12px 14px}.mqtt-messages-empty{text-align:center!important;padding:36px 18px!important}.mqtt-pagination{border-top:1px solid var(--vz-border);justify-content:space-between;align-items:center;gap:16px;min-height:66px;padding:12px 16px;display:flex}.mqtt-pagination>span{color:var(--vz-muted);font-size:13px}.mqtt-pagination>div{gap:8px;display:flex}.mqtt-message-drawer{width:min(880px,94vw)}.mqtt-packet-icon{background:var(--vz-primary-soft);width:48px;height:48px;color:var(--vz-primary);border-radius:8px;flex:0 0 48px;place-items:center;font-family:SFMono-Regular,Consolas,monospace;font-size:15px;font-weight:800;display:grid}.mqtt-message-content{display:block}.mqtt-message-loading{min-height:260px;color:var(--vz-muted);place-items:center;font-size:15px;display:grid}.mqtt-message-meta{border:1px solid var(--vz-border);background:var(--vz-border);border-radius:6px;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-bottom:16px;display:grid;overflow:hidden}.mqtt-message-meta>div{background:#fff;min-width:0;padding:13px 15px}.mqtt-message-meta span,.mqtt-message-meta strong{display:block}.mqtt-message-meta span{color:var(--vz-muted);margin-bottom:4px;font-size:12px}.mqtt-message-meta strong{overflow-wrap:anywhere;color:var(--vz-heading);font-size:14px}.mqtt-message-rejection{border-left:4px solid var(--vz-danger);background:var(--vz-danger-soft);color:var(--vz-danger);border-radius:5px;gap:4px;margin-bottom:16px;padding:13px 15px;font-size:14px;display:grid}.mqtt-payload-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.mqtt-payload-heading strong{color:var(--vz-muted);font-size:12px}.mqtt-payload-code{color:#d8e5ef;white-space:pre-wrap;overflow-wrap:anywhere;background:#18202a;border-radius:6px;min-height:260px;max-height:calc(100vh - 430px);margin:0;padding:18px;font-family:SFMono-Regular,Consolas,monospace;font-size:13px;line-height:1.6;overflow:auto}@media (max-width:680px){.mqtt-messages-toolbar,.mqtt-pagination{flex-direction:column;align-items:stretch}.mqtt-messages-table{min-width:780px}.mqtt-pagination>div,.mqtt-pagination .button{width:100%}.mqtt-message-meta{grid-template-columns:1fr}.mqtt-payload-heading{flex-direction:column;align-items:flex-start}}
