:root{--bg:#171717;--panel:var(--surface);--panel-2:var(--surface-2);--line:var(--border);--text:var(--t1);--muted:var(--t3);--accent:var(--blue);--accent-dim:var(--blue-soft);--ok:var(--green);--warn:var(--amber);--bad:var(--red);--chip:var(--surface-2);--ok-dim:var(--green-soft);--warn-dim:var(--amber-soft);--bad-dim:var(--red-soft);--muted-dim:#8b949e18;--dfx-page-gutter-x:2.5%;--dfx-page-gutter-mobile:12px;--v3-page-pad-y:16px;--v3-page-pad-x:var(--dfx-page-gutter-x);--v3-page-pad-bottom:32px;--surface:#1d1d1d;--surface-2:#232323;--surface-3:#2a2a2a;--surface-4:#2f2f2f;--card:#1f1f1f;--card-h:#232628;--border:#2a2a2a;--border-strong:#383838;--border-h:#383838;--t1:#f5f5f5;--t2:#d4d4d4;--t3:#9aa0a6;--t4:#6b7177;--t5:#525252;--blue:#63aaff;--blue-soft:rgba(99,170,255,.12);--blue-strong:#3c7fdb;--green:#4ade80;--green-soft:rgba(74,222,128,.12);--amber:#f5b341;--amber-soft:rgba(245,179,65,.13);--red:#f87171;--red-soft:rgba(248,113,113,.12);--purple:#bca7ff;--btn:#4c5d72;--btn-pri:#4c5d72;--btn-pri-h:#5a6e85;--btnh:var(--btn-pri-h);--radius:8px;--radius-s:7px;--fs-md:13px;--fs-sm:12px;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--shadow-pop:0 18px 52px rgba(30,64,175,.16),0 2px 10px rgba(15,23,42,.10);--display:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--surface2:var(--surface-2);--surface3:var(--surface-3);--border2:var(--border-strong);--al-surface:var(--surface);--al-surface-2:var(--surface-2);--al-surface-3:var(--surface-3);--al-border:var(--border-strong);--ds-drawer-surface:var(--surface);--ds-drawer-surface-2:var(--surface-2);--ds-drawer-border:var(--border);--inert:var(--t5);--r-sm:4px;--r-md:6px;--r-lg:8px;--r-xl:12px;--r-pill:999px;--fs-lg:15px;--fs-xs:11px;--ease:cubic-bezier(.16,1,.3,1);--stage-duration:.32s;--stage-stagger:55ms;--transition-base:.30s var(--ease);--transition-fast:.16s ease-out;--mono:"JetBrains Mono",ui-monospace,"SF Mono",Menlo,monospace;--accent-bd:rgba(99,170,255,.22);--bad-soft:var(--red-soft);--faint:var(--t4);--panel-h:var(--card-h);--slate-pri:var(--btn-pri);--slate-pri-h:var(--btn-pri-h)}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.v3-page-gutter,.wrap{max-width:none;margin:0;padding:var(--v3-page-pad-y) var(--v3-page-pad-x) var(--v3-page-pad-bottom)}.v3-page-gutter{width:100%;min-height:100%}.v3-embed-page{display:flex;flex-direction:column}.v3-embed-fill{width:100%;min-height:520px;flex:1 1 auto;height:calc(100vh - 52px - var(--v3-page-pad-y) - var(--v3-page-pad-bottom))}.v3-embed-fill>iframe{width:100%;height:100%!important}.topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;border-bottom:1px solid var(--line);background:var(--panel-2)}.brand{font-weight:600;letter-spacing:.2px}.brand .dim{font-weight:400}.brand .dim,.muted{color:var(--muted)}.h1{font-size:19px;line-height:1.2;font-weight:800;margin:1px 0 4px}.sub{color:var(--muted);font-size:13px;margin:0 0 22px}.btn{display:inline-block;background:var(--accent);color:#fff;border:0;border-radius:8px;padding:9px 16px;font-size:14px;font-weight:500;cursor:pointer}.btn:hover{text-decoration:none;filter:brightness(1.06)}.btn.ghost{background:transparent;color:var(--text)}.btn.ghost,.card{border:1px solid var(--line)}.card{background:var(--panel);border-radius:12px;padding:18px 20px}.row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.kpi{font-size:28px;font-weight:650}.tablewrap{border:1px solid var(--line);border-radius:12px;overflow:hidden;margin-top:18px}table{border-collapse:collapse;width:100%;font-size:13px}thead th{position:-webkit-sticky;position:sticky;top:0;background:var(--panel-2);color:var(--muted);text-align:left;font-weight:500;padding:10px 14px;white-space:nowrap}tbody td,thead th{border-bottom:1px solid var(--line)}tbody td{padding:9px 14px}tbody tr:nth-child(2n){background:var(--surface-2)}tbody tr:last-child td{border-bottom:0}.chip{background:var(--chip);border:1px solid var(--line);color:var(--muted);margin:1px 3px 1px 0}.chip,.st{display:inline-block;border-radius:999px;padding:2px 9px;font-size:11px}.st{font-weight:500}.st.active{color:var(--ok);background:var(--ok-dim)}.st.maintenance{color:var(--warn);background:var(--warn-dim)}.st.decommissioned,.st.retired{color:var(--muted);background:var(--muted-dim)}.st.planned{color:var(--accent);background:var(--accent-dim)}.mono{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.empty{text-align:center;padding:48px 24px;color:var(--muted)}html[data-theme=light]{--bg:#f3f6fb;--text:#111827;--muted:#526071;--accent:#2563eb;--accent-dim:#2563eb24;--ok:#16a34a;--warn:#d97706;--bad:#dc2626;--ok-dim:#16a34a24;--warn-dim:#d9770626;--bad-dim:#dc262624;--muted-dim:#52607120;--surface:#ffffff;--surface-2:#f6f8fc;--surface-3:#e9eef6;--surface-4:#dde3ea;--card:#ffffff;--card-h:#f8fbff;--border:#dde6f2;--border-strong:#c7d3e2;--border-h:#c7d3e2;--t1:#111827;--t2:#334155;--t3:#526071;--t4:#7b8794;--t5:#a3acb8;--blue:#2563eb;--blue-soft:rgba(37,99,235,.14);--blue-strong:#1d4ed8;--green:#16a34a;--green-soft:rgba(22,163,74,.14);--amber:#d97706;--amber-soft:rgba(217,119,6,.15);--red:#dc2626;--red-soft:rgba(220,38,38,.14);--purple:#7c3aed;--btn:#2563eb;--btn-pri:#2563eb;--btn-pri-h:#1d4ed8;--accent-bd:rgba(37,99,235,.36)}@media (max-width:680px){:root{--v3-page-pad-y:14px;--v3-page-pad-x:var(--dfx-page-gutter-mobile);--v3-page-pad-bottom:28px}.wrap{padding:var(--v3-page-pad-y) var(--v3-page-pad-x) var(--v3-page-pad-bottom)}.v3-embed-fill{min-height:420px}}.fleet-root{background:var(--bg);color:var(--t1);min-height:100%;max-width:none;padding:var(--v3-page-pad-y,16px) var(--v3-page-pad-x,var(--dfx-page-gutter-x,2.5%)) var(--v3-page-pad-bottom,32px);font:14px/1.45 var(--display,Inter,-apple-system,BlinkMacSystemFont,sans-serif);-webkit-font-smoothing:antialiased}.fleet-root *{box-sizing:border-box}.fleet-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:10px;flex-wrap:wrap}.fleet-header-main{min-width:260px;flex:1 1 420px}.fleet-title{margin:1px 0 4px;color:var(--t1);font-size:19px;line-height:1.2;font-weight:800;letter-spacing:0}.fleet-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:var(--t4);font-size:12.5px;line-height:1.4;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.fleet-meta-warn{color:var(--amber)}.fleet-dot{width:3px;height:3px;border-radius:50%;background:var(--t5);flex:none}.fleet-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex:0 0 auto;flex-wrap:wrap}.fleet-tabs{display:flex;align-items:center;gap:2px;min-height:31px;height:31px;margin:0 0 16px;padding:0;overflow-x:auto;scrollbar-width:none}.fleet-tabs::-webkit-scrollbar{display:none}.fleet-tab{min-height:31px;height:31px;margin:0;padding:0 10px;border:1px solid transparent;border-radius:var(--radius-s);background:transparent;color:var(--t2);font:inherit;font-size:13px;font-weight:600;line-height:1;gap:7px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.fleet-tab.active,.fleet-tab:hover:not(.active){color:var(--t1);background:var(--surface-2);border-color:var(--border)}.fleet-tab-count{height:auto;padding:2px 6px;border-radius:999px;background:var(--surface-3);color:var(--t4);font-size:11px;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.fleet-tab.active .fleet-tab-count{background:var(--blue-soft);color:var(--blue)}.fleet-views{gap:2px;padding:2px;border:1px solid var(--border);border-radius:var(--radius-s);background:var(--surface-2);flex:none}.fleet-view,.fleet-views{display:inline-flex;align-items:center}.fleet-view{min-height:24px;padding:0 10px;border:0;border-radius:calc(var(--radius-s) - 2px);background:transparent;color:var(--t3);font:inherit;font-size:12.5px;font-weight:700;line-height:1;cursor:pointer;white-space:nowrap}.fleet-view:hover:not(.active){color:var(--t1)}.fleet-view.active{background:var(--surface-4);color:var(--t1)}.fleet-pulse{display:grid;grid-gap:10px;gap:10px;margin-bottom:16px;grid-template-columns:repeat(4,minmax(0,1fr))}.fleet-stat{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:13px 16px 14px;display:flex;flex-direction:column;gap:4px}.fleet-stat.emph{background:var(--card-h);border-color:var(--border-strong)}.fleet-stat-label{font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--t3)}.fleet-stat-value{font-size:22px;font-weight:600;letter-spacing:0;line-height:1;color:var(--t1);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;margin:4px 0 2px}.fleet-stat-meta{font-size:11.5px;color:var(--t4);display:inline-flex;align-items:center;gap:5px;min-height:14px}.fleet-swatch{width:6px;height:6px;border-radius:50%;display:inline-block;flex:none}.fleet-swatch.blue{background:var(--blue)}.fleet-swatch.green{background:var(--green)}.fleet-swatch.amber{background:var(--amber)}.fleet-swatch.red{background:var(--red)}.fleet-swatch.slate{background:var(--t4)}.fleet-toolbar{display:flex;align-items:center;gap:8px;margin:14px 0 12px;flex-wrap:wrap;isolation:isolate}.fleet-toolbar-spacer{flex:1 1 auto;min-width:0}.fleet-toolbar-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto;flex-wrap:wrap}.fleet-toolbar-lead{display:flex;align-items:center;gap:8px;flex:0 0 auto}.fleet-search-wrap{position:relative;flex:1 1 200px;min-width:160px;max-width:320px;display:flex;align-items:center}.fleet-search-icon{position:absolute;left:10px;width:14px;height:14px;color:var(--t5);pointer-events:none}.fleet-search-icon svg,.srch-icon svg{width:14px;height:14px;display:block}.fleet-search{width:100%;padding:7px 11px 7px 32px;border-radius:6px;background:var(--surface-2);border:1px solid var(--border-h);color:var(--t2);font:inherit;font-size:12.5px;outline:none}.fleet-search:focus{border-color:var(--amber)}.fleet-search::placeholder{color:var(--t4)}.fl-filter-host,.fl-view-ctrl{position:relative}.fl-filter-btn{display:inline-flex;align-items:center;gap:6px;background:var(--surface-2);border:1px solid var(--border-h);color:var(--t2);padding:6px 11px;border-radius:7px;font:inherit;font-size:12.5px;line-height:1;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.fl-filter-btn:hover{background:var(--surface-3);border-color:var(--border-strong);color:var(--t1)}.fl-filter-btn.has-active{border-color:var(--blue);color:var(--blue)}.fl-filter-btn .ico{width:14px;height:14px}.fl-filter-btn .caret{width:10px;height:10px;opacity:.6;transition:transform .12s ease}.fl-filter-btn[aria-expanded=true] .caret{transform:rotate(180deg)}.fl-filter-badge{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 5px;background:var(--blue);color:var(--bg);border-radius:999px;font-size:10px;font-weight:700;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.fl-filter-badge[hidden]{display:none}.fl-filter-pop{position:absolute;top:calc(100% + 6px);left:0;z-index:50;min-width:280px;max-width:340px;background:var(--surface);border:1px solid var(--border-h);border-radius:var(--radius);box-shadow:var(--shadow-pop);opacity:0;transform:translateY(-4px);pointer-events:none;transition:opacity .12s ease,transform .12s ease;display:flex;flex-direction:column}.fl-filter-pop.open{opacity:1;transform:none;pointer-events:auto}.fl-filter-sec{padding:10px 14px;border-top:1px solid var(--border)}.fl-filter-sec:first-child{border-top:0}.fl-filter-sec-lbl{font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--t4);margin-bottom:6px}.fl-filter-foot{display:flex;justify-content:space-between;gap:8px;padding:10px 14px;border-top:1px solid var(--border);background:var(--surface-2);border-radius:0 0 var(--radius) var(--radius)}.fl-filter-foot .clr-btn{background:transparent;border:0;color:var(--t3);cursor:pointer;font:inherit;font-size:12px;padding:0 4px}.fl-filter-foot .clr-btn:hover{color:var(--t1)}.fl-filter-foot .clr-btn:disabled{opacity:.4;cursor:not-allowed}.fl-filter-foot .done-btn{background:var(--slate-pri);border:1px solid var(--slate-pri);color:var(--t1);padding:6px 14px;border-radius:6px;font:inherit;font-size:12px;font-weight:500;cursor:pointer}.fl-filter-foot .done-btn:hover{background:var(--slate-pri-h);border-color:var(--slate-pri-h)}.fdrop{background:var(--surface-2);border:1px solid var(--border-h);border-radius:6px;padding:6px 28px 6px 11px;color:var(--t2);font:inherit;font-size:12px;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:140px}.fdrop.fdrop-wide{width:100%;min-width:0}.fdrop:hover{border-color:var(--amber)}.fl-view-btn,.fleet-toolbar .fleet-btn{min-height:30px;display:inline-flex;align-items:center;justify-content:center;gap:6px;background:var(--surface-2);border:1px solid var(--border);color:var(--t2);padding:6px 10px;border-radius:6px;font:inherit;font-size:12px;font-weight:500;line-height:1;cursor:pointer;transition:background .12s,border-color .12s,color .12s}.fl-view-btn:hover,.fleet-toolbar .fleet-btn:hover:not(:disabled){background:var(--surface-3);border-color:var(--border-h);color:var(--t1)}.fl-view-btn.has-active,.fleet-toolbar .fleet-btn-on{border-color:var(--slate-pri);background:var(--surface-3);color:var(--t1)}.fl-view-btn .ico,.fleet-toolbar .fleet-btn svg{width:13px;height:13px;flex-shrink:0;opacity:.85}.fl-view-btn .caret{width:9px;height:9px;opacity:.5;transition:transform .12s ease}.fl-view-btn[aria-expanded=true] .caret{transform:rotate(180deg)}.fl-ctrl-iconbtn,.fleet-toolbar .fleet-btn-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:30px;min-height:30px;padding:0;border-radius:6px;border:1px solid var(--border);background:var(--surface-2);color:var(--t3);cursor:pointer;transition:background .12s,border-color .12s,color .12s}.fl-ctrl-iconbtn:hover,.fleet-toolbar .fleet-btn-icon:hover:not(:disabled){background:var(--surface-3);border-color:var(--border-h);color:var(--t1)}.fl-ctrl-iconbtn .ico,.fleet-toolbar .fleet-btn-icon svg{width:14px;height:14px;flex-shrink:0}.fleet-toolbar .fleet-toolbar-primary{background:var(--slate-pri);color:var(--t1);border-color:var(--slate-pri-h);font-size:13px;padding:7px 12px}.fleet-toolbar .fleet-toolbar-primary:hover:not(:disabled){background:var(--slate-pri-h);border-color:var(--slate-pri-h);color:var(--t1)}.fl-cols-pop{position:absolute;top:calc(100% + 4px);right:0;min-width:200px;background:var(--surface-2);border:1px solid var(--border-h);border-radius:8px;box-shadow:var(--shadow-pop);padding:6px;z-index:50;display:none}.fl-cols-pop.open{display:block}.fl-cols-pop .fl-col-row{display:flex;align-items:center;gap:8px;width:100%;padding:7px 10px;border:0;border-radius:6px;background:transparent;color:var(--t2);font:inherit;font-size:12px;text-align:left;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fl-cols-pop .fl-col-row:hover{background:var(--surface-3);color:var(--t1)}.fl-cols-pop .fl-col-row .cb{width:14px;height:14px;border-radius:3px;border:1px solid var(--border-strong);background:var(--surface);flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative}.fl-cols-pop .fl-col-row.checked .cb{background:var(--slate-pri);border-color:var(--slate-pri-h)}.fl-cols-pop .fl-col-row.checked .cb:after{content:"";width:6px;height:9px;border-right:2px solid var(--t1);border-bottom:2px solid var(--t1);transform:rotate(45deg) translate(-1px,-1px)}.fl-cols-pop .fl-col-row.always{color:var(--t4);cursor:not-allowed}.fl-cols-pop .fl-col-row.always:hover{background:transparent}.fl-cols-pop .fl-col-row.always .cb{opacity:.4}.fl-cols-pop-divider{height:1px;background:var(--border);margin:4px 0}.fl-cols-pop-foot{padding:6px 10px;font-size:10.5px;color:var(--t4);display:flex;justify-content:space-between;align-items:center}.fl-cols-pop-link{color:var(--blue);background:transparent;border:0;cursor:pointer;text-decoration:none;font:inherit;font-size:10.5px}.fl-cols-pop-link:hover{text-decoration:underline}.fleet-btn{min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--border);background:var(--surface-2);color:var(--t2);border-radius:var(--radius-s);padding:0 10px;font:inherit;font-size:12.5px;font-weight:700;line-height:1;cursor:pointer;white-space:nowrap;-webkit-appearance:none;-moz-appearance:none;appearance:none}.fleet-btn:hover:not(:disabled){background:var(--surface-3);border-color:var(--border-strong);color:var(--t1)}.fleet-btn:disabled{opacity:.55;cursor:not-allowed}.fleet-btn svg{width:14px;height:14px}.fleet-btn-primary{background:var(--btn-pri);border-color:var(--btn-pri);color:#fff;box-shadow:0 8px 20px rgba(47,111,237,.18)}.fleet-btn-primary:hover:not(:disabled){background:var(--btn-pri-h);border-color:var(--btn-pri-h);color:#fff}.fleet-btn-danger{color:var(--red)}.fleet-btn-danger:hover:not(:disabled){border-color:var(--red);color:var(--red);background:var(--red-soft)}.fleet-btn-on{border-color:var(--blue-strong);color:var(--blue);background:var(--blue-soft)}.fleet-caret{width:13px;height:13px;opacity:.7;margin-left:-1px}.fleet-menu-wrap{position:relative}.fleet-menu{background:var(--surface-2);border:1px solid var(--border);border-radius:8px;padding:5px;min-width:170px;z-index:30;box-shadow:var(--shadow-pop)}.fleet-filter-menu{position:absolute;right:0;top:38px}.fleet-menu button{display:block;width:100%;text-align:left;background:none;border:0;color:var(--t1);font:inherit;font-size:13px;padding:8px 10px;border-radius:6px;cursor:pointer}.fleet-menu button:hover{background:var(--surface-3)}.fleet-menu button.on{color:var(--blue)}.fleet-menu .is-danger{color:var(--red)}.fleet-rowmenu{width:26px;height:26px;padding:0;border-radius:5px;border:1px solid transparent;background:transparent;color:var(--t3);font-size:16px;line-height:1;font-family:inherit;cursor:pointer}.fleet-rowmenu:hover{background:var(--surface-3);color:var(--t1);border-color:var(--border)}.fleet-rowmenu-pop{position:fixed;z-index:200}.fleet-primary{display:inline-flex;align-items:center;gap:10px;min-width:0;max-width:100%}.fleet-primary-text{min-width:0;display:flex;flex-direction:column;gap:2px}.fleet-name{color:var(--t1);font-weight:600}.fleet-name,.fleet-sub{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fleet-sub{color:var(--t4);font-size:11.5px}.fleet-status-dot{width:9px;height:9px;border-radius:50%;flex:none;display:inline-block}.fleet-pill{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--border);border-radius:999px;padding:2px 8px;color:var(--t2);font-size:11.5px;font-weight:650}.fleet-tag{display:inline-block;border:1px solid var(--border);color:var(--t3);border-radius:5px;padding:2px 6px;margin-right:4px;font-size:11px;line-height:1.1}.fleet-empty{border:1px dashed var(--border-strong);border-radius:var(--radius);padding:36px 24px;text-align:center;color:var(--t3);margin-top:8px}.fleet-empty-title{font-size:14px;color:var(--t1);font-weight:600;margin-bottom:6px}.fleet-empty-detail{font-size:12.5px}.fleet-loading{display:flex;gap:7px;padding:42px 12px}.fleet-loading span{width:7px;height:7px;border-radius:50%;background:var(--blue);animation:fleetPulse 1s ease-in-out infinite}.fleet-loading span:nth-child(2){animation-delay:.15s}.fleet-loading span:nth-child(3){animation-delay:.3s}@keyframes fleetPulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.fleet-loading span{animation:none}}.fleet-tablewrap.tabulator{background:transparent!important;border:0!important;border-top:1px solid var(--border)!important;border-radius:0!important;font-family:inherit;font-size:13px;color:var(--t1)!important;width:100%;max-width:100%}.fleet-tablewrap .tabulator-header{background:transparent!important;border-bottom:1px solid var(--border-strong)!important;color:var(--t4)!important}.fleet-tablewrap .tabulator-col,.fleet-tablewrap .tabulator-header .tabulator-col{background:transparent!important;border-right:1px solid transparent!important}.fleet-tablewrap .tabulator-col-content{background:transparent!important;padding:8px 12px!important}.fleet-tablewrap .tabulator-col-title{font-size:11px!important;color:var(--t4)!important;text-transform:uppercase;letter-spacing:.05em;font-weight:700!important;padding:5px 0!important}.fleet-tablewrap .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover{background:var(--surface-2)!important}.fleet-tablewrap .tabulator-arrow{border-bottom-color:var(--t4)!important;border-top-color:var(--t4)!important}.fleet-tablewrap .tabulator-header .tabulator-col[aria-sort=none] .tabulator-arrow{visibility:hidden}.fleet-tablewrap .tabulator-header .tabulator-col[aria-sort=none]:hover .tabulator-arrow{visibility:visible;opacity:.5}.fleet-tablewrap .tabulator-header .tabulator-col[aria-sort=ascending] .tabulator-arrow,.fleet-tablewrap .tabulator-header .tabulator-col[aria-sort=descending] .tabulator-arrow{border-bottom-color:var(--blue)!important;border-top-color:var(--blue)!important}.fleet-tablewrap .tabulator-tableholder{overflow-x:auto!important;overflow-y:auto!important}.fleet-tablewrap .tabulator-table,.fleet-tablewrap .tabulator-tableholder{background:transparent!important;background-color:transparent!important;background-image:none!important;color:var(--t1)!important;max-width:100%}.fleet-tablewrap .tabulator-frozen{background:var(--bg)!important;box-shadow:-12px 0 18px rgba(0,0,0,.22)}.fleet-tablewrap .tabulator-cell[tabulator-field=_actions],.fleet-tablewrap .tabulator-col[tabulator-field=_actions]{position:-webkit-sticky!important;position:sticky!important;right:0;z-index:6;background:var(--bg)!important;box-shadow:-12px 0 18px rgba(0,0,0,.22)}.fleet-tablewrap .tabulator-row:hover .tabulator-cell[tabulator-field=_actions]{background:var(--surface-2)!important}.fleet-tablewrap .tabulator-row{background:var(--bg)!important;background-color:var(--bg)!important;background-image:none!important;border-bottom:1px solid var(--border)!important;color:var(--t1)!important;cursor:pointer;min-height:44px}.fleet-tablewrap .tabulator-row.tabulator-row-even{background:var(--surface)!important;background-color:var(--surface)!important}.fleet-tablewrap .tabulator-row.tabulator-row-even.tabulator-selected,.fleet-tablewrap .tabulator-row.tabulator-selectable.tabulator-selected,.fleet-tablewrap .tabulator-row.tabulator-selected,.fleet-tablewrap .tabulator-row.tabulator-selected:hover,.fleet-tablewrap .tabulator-row:hover{background:var(--surface-2)!important;background-color:var(--surface-2)!important}.fleet-tablewrap .tabulator-row.tabulator-selected .tabulator-cell[tabulator-field=_actions]{background:var(--surface-2)!important}.fleet-tablewrap .tabulator-row.tabulator-row-even .tabulator-cell[tabulator-field=_actions]{background:var(--surface)!important}.fleet-tablewrap .tabulator-row.tabulator-row-even.tabulator-selected .tabulator-cell[tabulator-field=_actions],.fleet-tablewrap .tabulator-row.tabulator-row-even:hover .tabulator-cell[tabulator-field=_actions]{background:var(--surface-2)!important}.fleet-tablewrap .tabulator-cell{background:transparent!important;border-right:0!important;color:var(--t2)!important;padding:11px 12px!important;font-size:13px!important;line-height:1.4!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fleet-density-compact .fleet-tablewrap .tabulator-col-content{padding:6px 12px!important}.fleet-density-compact .fleet-tablewrap .tabulator-cell{padding:7px 12px!important}.fleet-tablewrap .tabulator-cell.cell-name{font-weight:600!important;color:var(--t1)!important}.fleet-tablewrap .tabulator-placeholder,.fleet-tablewrap .tabulator-placeholder-contents{color:var(--t3)!important;font-size:13px}.fleet-tablewrap .tabulator-footer{background:transparent!important;border-top:1px solid var(--border)!important}.fleet-tablewrap .tabulator-footer .tabulator-paginator{color:var(--t3);font-size:12px}.fleet-tablewrap .tabulator-footer .tabulator-page{background:var(--surface-2)!important;border:1px solid var(--border)!important;color:var(--t3);border-radius:5px;font-size:11px!important;margin:0 2px;padding:4px 8px!important}.fleet-tablewrap .tabulator-footer .tabulator-page.active{background:var(--surface-2)!important;color:var(--blue)!important;border-color:var(--blue)!important}.fleet-tablewrap .tabulator-footer .tabulator-page-size,.fleet-tablewrap .tabulator-footer select.tabulator-page-size{background:var(--surface-2)!important;color:var(--t2)!important;border:1px solid var(--border)!important;border-radius:5px!important;padding:3px 22px 3px 6px!important;margin:0 6px!important;font-size:12px!important;font-family:inherit!important;cursor:pointer;color-scheme:dark;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--t3) 50%),linear-gradient(135deg,var(--t3) 50%,transparent 50%)!important;background-position:calc(100% - 12px) 50%,calc(100% - 7px) 50%!important;background-size:5px 5px,5px 5px!important;background-repeat:no-repeat!important}.fleet-tablewrap .tabulator-footer .tabulator-page-size:focus,.fleet-tablewrap .tabulator-footer .tabulator-page-size:hover{border-color:var(--blue)!important;outline:none}.fleet-tablewrap .tabulator-footer .tabulator-page-size option{background:var(--surface-2);color:var(--t1)}.fleet-form{display:flex;flex-direction:column;gap:13px}.fleet-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:13px;gap:13px}.fleet-field{display:flex;flex-direction:column;gap:6px}.fleet-field.wide{grid-column:1/-1}.fleet-field span{color:var(--t3);font-size:12px;font-weight:600}.fleet-field input,.fleet-field select,.fleet-field textarea{width:100%;border:1px solid var(--border);border-radius:7px;background:var(--surface-2);color:var(--t1);font:inherit;font-size:13px;padding:9px 10px;outline:none}.fleet-field textarea{resize:vertical;min-height:72px}.fleet-field input:focus,.fleet-field select:focus,.fleet-field textarea:focus{border-color:var(--blue-strong);box-shadow:0 0 0 2px var(--blue-soft)}.fleet-checkfield{min-height:37px;display:flex;align-items:center;gap:9px;border:1px solid var(--border);border-radius:7px;background:var(--surface-2);padding:8px 10px;color:var(--t2)}.fleet-checkfield input{width:16px;height:16px;accent-color:var(--blue);padding:0}.fleet-checkfield em{color:var(--t3);font-size:12px;font-style:normal}.fleet-form-error{border:1px solid var(--red);color:var(--red);background:var(--red-soft);border-radius:7px;padding:9px 10px;font-size:13px;font-weight:650}.fleet-detail-body{display:flex;flex-direction:column;gap:12px}.fleet-detail-status{display:inline-flex;align-items:center;gap:8px;color:var(--t2);font-size:13px;font-weight:650}.fleet-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.fleet-detail-block,.fleet-detail-field{background:var(--surface-2);border:1px solid var(--border);border-radius:8px;padding:11px 12px}.fleet-detail-block span,.fleet-detail-field span{display:block;margin-bottom:6px;color:var(--t4);font-size:10.5px;font-weight:750;text-transform:uppercase;letter-spacing:.06em}.fleet-detail-field strong{display:block;color:var(--t1);font-size:13px;line-height:1.35;overflow-wrap:anywhere}.fleet-detail-block p{margin:0;color:var(--t2);font-size:13px;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.fleet-delete-confirm strong{color:var(--t1)}.fleet-delete-confirm p{margin:8px 0 0;color:var(--t3);font-size:13px;line-height:1.45}html[data-theme=light] .fleet-detail-block,html[data-theme=light] .fleet-detail-field,html[data-theme=light] .fleet-stat{box-shadow:0 12px 32px -28px rgba(30,64,175,.48)}@media (max-width:760px){.fleet-root{padding:16px var(--dfx-page-gutter-mobile,12px) 48px}.fleet-pulse{grid-template-columns:1fr 1fr}.fleet-toolbar-spacer{display:none}.fleet-search-wrap,.fleet-toolbar-actions{flex:1 1 100%;max-width:none}.fleet-detail-grid,.fleet-form-grid{grid-template-columns:1fr}}.aw-tabs{display:flex;gap:4px;border-bottom:1px solid rgba(255,255,255,.08);margin:14px 0 0;flex-wrap:wrap}.aw-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-bottom:2px solid transparent;color:var(--muted,#8b949e);font:inherit;font-size:13px;padding:8px 12px;cursor:pointer;border-radius:6px 6px 0 0}.aw-tab:hover:not(:disabled){color:#fff;background:rgba(255,255,255,.04)}.aw-tab.active{color:#fff;border-bottom-color:var(--accent,#388bfd)}.aw-tab.soon{opacity:.4;cursor:default}.aw-body{padding-top:14px}.aw-app{display:grid;grid-template-columns:260px 1fr;height:calc(100vh - var(--hh,52px) - var(--v3-page-pad-y) - var(--v3-page-pad-bottom));min-height:520px;margin:var(--v3-page-pad-y) var(--v3-page-pad-x) var(--v3-page-pad-bottom)}.aw-side{background:var(--bg);border-right:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden;min-height:0}.aw-side .sbh{padding:16px 18px 18px;border-bottom:1px solid var(--border)}.aw-side .sbback{display:inline-block;font-size:.74rem;color:var(--t4);margin-bottom:12px;letter-spacing:.01em}.aw-side .sbback:hover{color:var(--t2);text-decoration:none}.aw-side .sbn{font-family:var(--display);font-size:1.05rem;font-weight:700;color:var(--t1);line-height:1.3;word-break:break-word;letter-spacing:-.015em}.aw-side .sbm{font-size:.78rem;color:var(--t3);margin-top:6px;line-height:1.45}.aw-side .sbst{margin-top:13px;display:inline-flex;align-items:center;gap:7px;padding:4px 11px 4px 9px;background:var(--surface-2);border:1px solid var(--border);border-radius:999px}.aw-side .sbst-dot{width:7px;height:7px;border-radius:50%;background:var(--t5);flex-shrink:0}.aw-side .sbst-dot.up{background:var(--green);box-shadow:0 0 6px rgba(74,222,128,.6)}.aw-side .sbst-lbl{font-family:var(--display);font-size:.66rem;font-weight:700;letter-spacing:.9px;text-transform:uppercase;color:var(--t2)}.aw-side nav{flex:1 1;overflow-y:auto;padding:16px 12px 24px}.aw-side nav::-webkit-scrollbar{width:6px}.aw-side nav::-webkit-scrollbar-thumb{background:var(--surface-3);border-radius:3px}.aw-side .nav-group{margin-bottom:16px}.aw-side .nav-group:last-child{margin-bottom:0}.aw-side .nav-glabel{font-family:var(--display);font-size:.64rem;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;color:var(--t5);padding:6px 11px 8px;display:block}.aw-side .nb{position:relative;display:flex;align-items:center;gap:11px;padding:9px 11px;border-radius:8px;font-size:.92rem;font-weight:500;color:var(--t3);cursor:pointer;width:100%;text-align:left;border:none;background:none;font-family:var(--body);transition:color .12s var(--ease,ease),background .12s var(--ease,ease)}.aw-side .nb-icon{width:17px;height:17px;flex-shrink:0;color:var(--t4)}.aw-side .nb-icon svg{width:100%;height:100%;display:block}.aw-side .nb-label{flex:1 1;line-height:1.2}.aw-side .nb:hover{background:var(--surface-2);color:var(--t1)}.aw-side .nb:hover .nb-icon{color:var(--t2)}.aw-side .nb.active{background:var(--blue-soft,rgba(59,130,246,.14));color:var(--t1)}.aw-side .nb.active .nb-icon{color:var(--blue,#3b82f6)}.aw-side .nb.active:before{content:"";position:absolute;left:-12px;top:50%;transform:translateY(-50%);width:2px;height:20px;background:var(--blue,#3b82f6);border-radius:0 2px 2px 0}.aw-main{flex-direction:column;min-width:0;min-height:0;background:var(--bg)}.aw-crumb,.aw-main{display:flex;overflow:hidden}.aw-crumb{flex:0 0 auto;align-items:center;height:46px;padding:0 var(--dfx-page-gutter-x,2.5%);border-bottom:1px solid var(--border);font-size:.86rem;font-weight:500;white-space:nowrap;text-overflow:ellipsis}.aw-crumb,.aw-crumb a{color:var(--t3)}.aw-crumb a:hover{color:var(--t1);text-decoration:none}.aw-crumb .cr-sep{color:var(--t5);margin:0 8px}.aw-crumb strong{color:var(--t1);font-weight:600;font-family:var(--display);font-size:.96rem}.aw-section{flex:1 1;min-height:0;position:relative}.aw-section iframe{width:100%;height:100%!important;border:0;display:block;background:transparent}.aw-ph{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--t4);text-align:center;padding:40px;gap:10px}.aw-ph .aw-ph-ic{width:34px;height:34px;color:var(--t5)}.aw-ph h3{font-family:var(--display);font-size:1.05rem;color:var(--t2);margin:0;font-weight:600}.aw-ph p{margin:0;font-size:.88rem;max-width:340px;line-height:1.5}@media (max-width:760px){.aw-app{grid-template-columns:1fr;grid-template-rows:auto 1fr}.aw-side{border-right:none;border-bottom:1px solid var(--border)}.aw-side nav{display:flex;flex-wrap:wrap;gap:4px;padding:10px}.aw-side .nav-group{margin:0}.aw-side .nav-glabel{display:none}.aw-side .nb{width:auto}.aw-crumb{padding:0 var(--dfx-page-gutter-mobile,12px)}}.ops-module-surface .om-automation{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin:-6px 0 16px}.ops-module-surface .om-tool-card{border:1px solid var(--border);background:var(--card);color:var(--t1);border-radius:var(--radius);min-height:86px;padding:12px 13px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;text-align:left;cursor:pointer;font:inherit}.ops-module-surface .om-tool-card:hover:not(:disabled){background:var(--card-h);border-color:var(--border-strong)}.ops-module-surface .om-tool-card:disabled{opacity:.55;cursor:not-allowed}.ops-module-surface .om-tool-card span{min-width:0;display:flex;flex-direction:column;gap:3px}.ops-module-surface .om-tool-card em{color:var(--t3);font-style:normal;font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.06em}.ops-module-surface .om-tool-card strong{color:var(--t1);font-size:15px;line-height:1.2}.ops-module-surface .om-tool-card small{color:var(--t4);font-size:12px;line-height:1.35}.ops-module-surface .om-tool-card b{flex:none;color:var(--blue);font-size:12px;font-weight:700;white-space:nowrap}.ops-module-surface .om-dashboard{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);grid-gap:14px;gap:14px;margin-bottom:16px}.ops-module-surface .om-dash-list,.ops-module-surface .om-dash-main,.ops-module-surface .om-dash-rail{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.ops-module-surface .om-dash-main{min-height:190px;display:flex;flex-direction:column;justify-content:space-between;gap:14px}.ops-module-surface .om-dash-kicker,.ops-module-surface .om-dash-rail-title{color:var(--t3);font-size:11px;text-transform:uppercase;letter-spacing:.07em;font-weight:700}.ops-module-surface .om-dash-main h2{margin:14px 0 20px;color:var(--t1);font-size:24px;line-height:1.18;font-weight:650;letter-spacing:0}.ops-module-surface .om-dash-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.ops-module-surface .om-mini-metric{background:var(--surface-2);border:1px solid var(--border);border-radius:7px;padding:11px 12px}.ops-module-surface .om-mini-metric span{display:block;color:var(--t4);font-size:11px;font-weight:650;text-transform:uppercase;letter-spacing:.05em;margin-bottom:7px}.ops-module-surface .om-mini-metric strong{color:var(--t1);font-size:20px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ops-module-surface .om-spotlight{border:1px solid var(--border);background:var(--surface-2);border-radius:8px;padding:12px;display:grid;grid-gap:5px;gap:5px}.ops-module-surface .om-spotlight span{color:var(--t4);font-size:11px;text-transform:uppercase;letter-spacing:.06em;font-weight:750}.ops-module-surface .om-spotlight strong{color:var(--t1);font-size:14px;line-height:1.3}.ops-module-surface .om-spotlight p{margin:0;color:var(--t3);font-size:12.5px;line-height:1.45;overflow-wrap:anywhere}.ops-module-surface .om-spotlight button{justify-self:start;margin-top:3px;border:0;background:transparent;color:var(--blue);font:inherit;font-size:12.5px;font-weight:700;padding:0;cursor:pointer}.ops-module-surface .om-spotlight button:hover{color:var(--blue-strong)}.ops-module-surface .om-dash-viewgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:12px}.ops-module-surface .om-dash-view,.ops-module-surface .om-dash-viewgrid button{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:36px;padding:8px 10px;border-radius:7px;border:1px solid var(--border);background:var(--surface-2);color:var(--t2);font:inherit;font-size:12.5px;text-align:left;cursor:default}.ops-module-surface .om-dash-viewgrid button.ready{cursor:pointer;color:var(--t1);border-color:var(--border-strong)}.ops-module-surface .om-dash-viewgrid button.ready:hover{background:var(--surface-3)}.ops-module-surface .om-dash-view span,.ops-module-surface .om-dash-viewgrid button span{color:var(--t4);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ops-module-surface .om-dash-list{grid-column:1/-1;display:grid;grid-gap:9px;gap:9px}.ops-module-surface .om-recent{display:flex;align-items:flex-start;gap:10px;width:100%;padding:10px 0;border:0;border-top:1px solid var(--border);background:transparent;text-align:left;font:inherit;cursor:pointer}.ops-module-surface .om-recent:first-of-type{border-top:0}.ops-module-surface .om-recent:hover strong{color:var(--blue)}.ops-module-surface .om-recent strong{display:block;color:var(--t1);font-size:13px;line-height:1.3}.ops-module-surface .om-recent small{color:var(--t4);font-size:11.5px}.ops-module-surface .om-filter-wrap{position:relative}.ops-module-surface .om-filter-menu{position:absolute;right:0;top:38px}.ops-module-surface .om-menu{background:var(--surface-2);border:1px solid var(--border);border-radius:8px;padding:5px;min-width:170px;z-index:30;box-shadow:var(--shadow-pop)}.ops-module-surface .om-menu button{display:block;width:100%;text-align:left;background:none;border:0;color:var(--t1);font:inherit;font-size:13px;padding:8px 10px;border-radius:6px;cursor:pointer}.ops-module-surface .om-menu button:hover{background:var(--surface-3)}.ops-module-surface .om-menu button.on{color:var(--blue)}.ops-module-surface .om-menu .is-danger{color:var(--red)}.ops-module-surface .om-caret{width:13px;height:13px;opacity:.7;margin-left:-1px}body>.om-rowmenu-pop{background:var(--surface-2);border:1px solid var(--border);border-radius:8px;padding:5px;min-width:170px;z-index:30;box-shadow:var(--shadow-pop)}body>.om-rowmenu-pop button{display:block;width:100%;text-align:left;background:none;border:0;color:var(--t1);font:inherit;font-size:13px;padding:8px 10px;border-radius:6px;cursor:pointer}body>.om-rowmenu-pop button:hover{background:var(--surface-3)}body>.om-rowmenu-pop .is-danger{color:var(--red)}.ops-module-surface .om-btn{min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--border);background:var(--surface-2);color:var(--t2);border-radius:var(--radius-s);padding:0 10px;font:inherit;font-size:12.5px;font-weight:700;line-height:1;cursor:pointer;white-space:nowrap;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none}.ops-module-surface .om-btn:hover:not(:disabled){background:var(--surface-3);border-color:var(--border-strong);color:var(--t1)}.ops-module-surface .om-btn:disabled{opacity:.55;cursor:not-allowed}.ops-module-surface .om-btn svg{width:14px;height:14px}.ops-module-surface .om-btn-primary{background:var(--blue);border-color:var(--blue);color:white;box-shadow:0 8px 20px color-mix(in srgb,var(--blue) 22%,transparent)}.ops-module-surface .om-btn-primary:hover:not(:disabled){background:var(--blue-strong);border-color:var(--blue-strong);color:white}.ops-module-surface .om-rowmenu{width:26px;height:26px;padding:0;border-radius:5px;border:1px solid transparent;background:transparent;color:var(--t3);font-size:16px;line-height:1;font-family:inherit;cursor:pointer}.ops-module-surface .om-rowmenu:hover{background:var(--surface-3);color:var(--t1);border-color:var(--border)}.ops-module-surface .om-primary{display:inline-flex;align-items:center;gap:10px;min-width:0;max-width:100%}.ops-module-surface .om-primary-text{min-width:0;display:flex;flex-direction:column;gap:2px}.ops-module-surface .om-name{color:var(--t1);font-weight:600}.ops-module-surface .om-name,.ops-module-surface .om-sub{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ops-module-surface .om-sub{color:var(--t4);font-size:11.5px}.ops-module-surface .om-dot{width:9px;height:9px;border-radius:50%;flex:none;display:inline-block}.ops-module-surface .om-status{display:inline-flex;align-items:center;gap:8px;color:var(--t2)}.ops-module-surface .om-chip{display:inline-block;border:1px solid var(--border);color:var(--t3);border-radius:5px;padding:2px 6px;margin-right:4px;font-size:11px;line-height:1.1}.ops-module-surface .om-check{color:var(--green);font-weight:650}.ops-module-surface .om-muted{color:var(--t4)}.ops-module-surface .om-tag{font-size:10.5px;text-transform:capitalize;border-radius:5px;padding:2px 8px;border:1px solid var(--border);color:var(--t3);font-weight:600}.ops-module-surface .om-tag.create{color:var(--green)}.ops-module-surface .om-tag.update{color:var(--blue)}.ops-module-surface .om-tag.delete{color:var(--red)}.ops-module-surface .om-cellname{display:inline-flex;align-items:center;gap:10px;min-width:0}.ops-module-surface .om-empty{border:1px dashed var(--border-strong);border-radius:var(--radius);padding:36px 24px;text-align:center;color:var(--t3);margin-top:8px}.ops-module-surface .om-empty.small{padding:18px;margin-top:0}.ops-module-surface .om-empty-t{font-size:14px;color:var(--t1);font-weight:600;margin-bottom:6px}.ops-module-surface .om-empty-d{font-size:12.5px}.ops-module-surface .om-empty-actions{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;margin-top:14px}.ops-module-surface .om-form{display:flex;flex-direction:column;gap:13px}.ops-module-surface .om-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:13px;gap:13px}.ops-module-surface .om-field{display:flex;flex-direction:column;gap:6px}.ops-module-surface .om-field.wide{grid-column:1/-1}.ops-module-surface .om-field span{color:var(--t3);font-size:12px;font-weight:600}.ops-module-surface .om-field input,.ops-module-surface .om-field select,.ops-module-surface .om-field textarea{width:100%;border:1px solid var(--border);border-radius:7px;background:var(--surface-2);color:var(--t1);font:inherit;font-size:13px;padding:9px 10px;outline:none}.ops-module-surface .om-field textarea{resize:vertical;min-height:72px}.ops-module-surface .om-field input:focus,.ops-module-surface .om-field select:focus,.ops-module-surface .om-field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 2px color-mix(in srgb,var(--blue) 14%,transparent)}.ops-module-surface .om-checkfield{min-height:37px;display:flex;align-items:center;gap:9px;border:1px solid var(--border);border-radius:7px;background:var(--surface-2);padding:8px 10px;color:var(--t2)}.ops-module-surface .om-checkfield input{width:16px;height:16px;accent-color:var(--blue);padding:0}.ops-module-surface .om-checkfield em{color:var(--t3);font-size:12px;font-style:normal}.ops-module-surface .om-code-input{display:flex;align-items:center;gap:8px}.ops-module-surface .om-code-input input{flex:1 1 auto;min-width:0}.ops-module-surface .om-code-input .om-btn{flex:0 0 auto;min-height:37px}.ops-module-surface .om-scanner{display:flex;flex-direction:column;gap:14px}.ops-module-surface .om-scan-stage{position:relative;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:rgb(16 16 16);aspect-ratio:16/9;min-height:220px;display:grid;place-items:center}.ops-module-surface .om-scan-stage video{width:100%;height:100%;object-fit:cover}.ops-module-surface .om-scan-frame{position:absolute;inset:18%;border:1px solid color-mix(in srgb,var(--blue) 78%,transparent);border-radius:8px;box-shadow:0 0 0 999px rgb(0 0 0/24%);pointer-events:none}.ops-module-surface .om-scan-actions{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:10px;gap:10px;align-items:end}.ops-module-surface .om-scan-result{border:1px solid var(--border);background:var(--surface-2);border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:8px}.ops-module-surface .om-preview>span,.ops-module-surface .om-scan-result>span,.ops-module-surface .om-scan-transaction>span{color:var(--t3);font-size:11px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.ops-module-surface .om-scan-result button{border:0;border-radius:7px;background:var(--surface-3);color:var(--t1);text-align:left;padding:10px 11px;cursor:pointer}.ops-module-surface .om-scan-result strong{display:block;font-size:14px}.ops-module-surface .om-scan-result small{display:block;color:var(--t4);margin-top:3px}.ops-module-surface .om-scan-miss{color:var(--t4);font-size:13px}.ops-module-surface .om-scan-transaction{border:1px solid var(--border);background:var(--surface-2);border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:10px}.ops-module-surface .om-scan-transaction-row{display:grid;grid-template-columns:minmax(96px,1fr) auto auto;grid-gap:8px;gap:8px;align-items:end}.ops-module-surface .om-scan-transaction-row .om-field{min-width:0}.ops-module-surface .om-label-preview{border:1px solid var(--border);background:rgb(248 250 252);color:rgb(17 24 39);border-radius:8px;padding:13px;display:flex;flex-direction:column;gap:8px}.ops-module-surface .om-label-brand{font-size:11px;font-weight:800;letter-spacing:.14em}.ops-module-surface .om-label-bars{height:54px;display:flex;align-items:stretch;gap:2px;padding:4px 0}.ops-module-surface .om-label-bars span{display:block;background:rgb(17 24 39)}.ops-module-surface .om-label-preview code{color:rgb(17 24 39);font:700 13px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace}.ops-module-surface .om-preview{grid-column:1/-1;border:1px solid var(--border);background:var(--surface-2);border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:8px}.ops-module-surface .om-preview strong{color:var(--t1);font-size:15px}.ops-module-surface .om-preview p{margin:0;color:var(--t3)}.ops-module-surface .om-preview pre{margin:0;max-height:280px;overflow:auto;white-space:pre-wrap;color:var(--t2);font:12px/1.45 ui-monospace,SFMono-Regular,Menlo,monospace;background:var(--surface);border:1px solid var(--border);border-radius:7px;padding:10px}.ops-module-surface .om-req{color:var(--red);font-style:normal}.ops-module-surface .om-form-error{border:1px solid rgb(248 113 113/35%);background:rgb(248 113 113/10%);color:rgb(254 202 202);border-radius:8px;padding:10px 12px;font-size:13px;line-height:1.4}.ops-module-surface .om-form-ok{border:1px solid rgb(74 222 128/35%);background:rgb(74 222 128/10%);color:rgb(187 247 208);border-radius:8px;padding:10px 12px;font-size:13px;line-height:1.4}.ops-module-surface .om-detail-body{display:flex;flex-direction:column;gap:14px}.ops-module-surface .om-detail-status{display:inline-flex;align-items:center;gap:8px;color:var(--t2);font-size:13px}.ops-module-surface .om-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.ops-module-surface .om-detail-block,.ops-module-surface .om-detail-field{background:var(--surface-2);border:1px solid var(--border);border-radius:8px;padding:11px 12px}.ops-module-surface .om-detail-block span,.ops-module-surface .om-detail-field span{display:block;color:var(--t4);font-size:11px;text-transform:uppercase;letter-spacing:.05em;font-weight:700;margin-bottom:4px}.ops-module-surface .om-detail-field strong{display:block;color:var(--t1);font-size:13px;line-height:1.35;overflow-wrap:anywhere}.ops-module-surface .om-detail-block p{margin:0;color:var(--t2);font-size:13px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.ops-module-surface .om-ticket-relations{display:flex;flex-direction:column;gap:10px}.ops-module-surface .om-ticket-mini{border:1px solid var(--border);background:var(--surface-2);border-radius:8px;padding:11px;display:flex;flex-direction:column;gap:8px}.ops-module-surface .om-ticket-mini-title{color:var(--t4);font-size:11px;text-transform:uppercase;letter-spacing:.05em;font-weight:750}.ops-module-surface .om-ticket-action,.ops-module-surface .om-ticket-comment,.ops-module-surface .om-ticket-contact,.ops-module-surface .om-ticket-file{border-top:1px solid var(--border);padding-top:9px;display:flex;align-items:flex-start;justify-content:space-between;gap:10px;color:var(--t2)}.ops-module-surface .om-ticket-action:first-of-type,.ops-module-surface .om-ticket-comment:first-of-type,.ops-module-surface .om-ticket-contact:first-of-type,.ops-module-surface .om-ticket-file:first-of-type{border-top:0;padding-top:0}.ops-module-surface .om-ticket-action>div,.ops-module-surface .om-ticket-comment,.ops-module-surface .om-ticket-contact,.ops-module-surface .om-ticket-file{min-width:0}.ops-module-surface .om-ticket-action strong,.ops-module-surface .om-ticket-contact strong,.ops-module-surface .om-ticket-file strong{display:block;color:var(--t1);font-size:13px;line-height:1.35;overflow-wrap:anywhere}.ops-module-surface .om-ticket-action small,.ops-module-surface .om-ticket-comment small,.ops-module-surface .om-ticket-contact small,.ops-module-surface .om-ticket-file small{display:block;color:var(--t4);font-size:11.5px;line-height:1.4;margin-top:2px;overflow-wrap:anywhere}.ops-module-surface .om-ticket-action p,.ops-module-surface .om-ticket-comment p{margin:5px 0 0;color:var(--t2);font-size:12.5px;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.ops-module-surface .om-ticket-file a{color:var(--blue);font-size:12px;font-weight:700;text-decoration:none}.ops-module-surface .om-rel-pill{flex:0 0 auto;border:1px solid var(--border);border-radius:999px;color:var(--t3);padding:4px 8px;font-size:11px;font-weight:700}.ops-module-surface .om-rel-pill.done{color:var(--green);border-color:rgb(74 222 128/35%);background:rgb(74 222 128/9%)}.ops-module-surface .om-rel-empty{margin:0;color:var(--t4);font-size:12.5px;line-height:1.4}.ops-module-surface .om-related-workspace{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.ops-module-surface .om-related-head{border:1px solid var(--border);background:var(--card);border-radius:var(--radius);padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.ops-module-surface .om-related-head span{display:block;color:var(--t4);font-size:11px;font-weight:750;letter-spacing:.07em;text-transform:uppercase}.ops-module-surface .om-related-head strong{display:block;color:var(--t1);font-size:18px;line-height:1.25;margin-top:3px}.ops-module-surface .om-related-list{border:1px solid var(--border);background:var(--card);border-radius:var(--radius);overflow:hidden}.ops-module-surface .om-related-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;padding:11px 12px;border-top:1px solid var(--border)}.ops-module-surface .om-related-row:first-child{border-top:0}.ops-module-surface .om-related-row:hover{background:var(--surface-2)}.ops-module-surface .om-related-main{min-width:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left;display:grid;grid-template-columns:auto minmax(0,1fr);grid-column-gap:10px;column-gap:10px;grid-row-gap:3px;row-gap:3px;align-items:center;cursor:pointer}.ops-module-surface .om-related-main strong{color:var(--t1);font-size:13px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ops-module-surface .om-related-main small{grid-column:2;color:var(--t4);font-size:11.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ops-module-surface .om-rel-kind{grid-row:1/span 2;align-self:start;border:1px solid var(--border);background:var(--surface-2);color:var(--t3);border-radius:999px;padding:3px 7px;font-size:10px;font-weight:750;letter-spacing:.03em;text-transform:uppercase}.ops-module-surface .om-related-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.ops-module-surface .om-delete-confirm{display:flex;flex-direction:column;gap:10px;color:var(--t2)}.ops-module-surface .om-delete-confirm strong{color:var(--t1)}.ops-module-surface .om-delete-confirm p{margin:0;line-height:1.5}.ops-module-surface .om-danger{background:rgb(248 113 113/12%);border-color:rgb(248 113 113/35%);color:rgb(254 202 202)}.ops-module-surface .om-danger:hover:not(:disabled){background:rgb(248 113 113/18%);border-color:rgb(248 113 113/55%);color:white}.ops-module-surface .om-calendar{display:flex;flex-direction:column;gap:14px;margin-bottom:16px}.ops-module-surface .om-cal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--border);background:var(--card);border-radius:var(--radius);padding:14px 16px}.ops-module-surface .om-cal-head span,.ops-module-surface .om-cal-stat-head span{display:block;color:var(--t4);font-size:11px;font-weight:750;letter-spacing:.07em;text-transform:uppercase}.ops-module-surface .om-cal-head strong{display:block;margin-top:3px;color:var(--t1);font-size:19px;line-height:1.2}.ops-module-surface .om-cal-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.ops-module-surface .om-cal-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;grid-gap:14px;gap:14px;align-items:start}.ops-module-surface .om-cal-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:14px}.ops-module-surface .om-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:6px;gap:6px;margin-bottom:6px}.ops-module-surface .om-weekdays span{color:var(--t4);font-size:11px;font-weight:750;letter-spacing:.05em;text-transform:uppercase;padding:0 4px}.ops-module-surface .om-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:6px;gap:6px}.ops-module-surface .om-day{min-height:116px;background:var(--surface-2);border:1px solid var(--border);border-radius:7px;padding:8px;display:flex;flex-direction:column;gap:7px;overflow:hidden}.ops-module-surface .om-day.muted{opacity:.45}.ops-module-surface .om-day.today{border-color:var(--blue);box-shadow:0 0 0 1px color-mix(in srgb,var(--blue) 16%,transparent) inset}.ops-module-surface .om-day-num{color:var(--t2);font-size:12px;font-weight:750;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ops-module-surface .om-day-events{display:flex;flex-direction:column;gap:4px;min-width:0}.ops-module-surface .om-day-events button{display:flex;align-items:center;gap:5px;width:100%;border:1px solid transparent;border-radius:5px;background:color-mix(in srgb,var(--blue) 8%,transparent);color:var(--t2);font:inherit;font-size:11.5px;line-height:1.2;padding:4px 5px;text-align:left;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ops-module-surface .om-day-events button:hover{color:var(--t1);border-color:var(--border-strong);background:var(--surface-3)}.ops-module-surface .om-day-events .om-dot{width:6px;height:6px}.ops-module-surface .om-day-events em{color:var(--t4);font-size:11px;font-style:normal}.ops-module-surface .om-cal-side{display:flex;flex-direction:column;gap:14px}.ops-module-surface .om-cal-stat-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:10px}.ops-module-surface .om-cal-stat-head strong{color:var(--t1);font-size:14px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ops-module-surface .om-loadbar{height:8px;overflow:hidden;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);margin:8px 0 12px}.ops-module-surface .om-loadbar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--green),var(--amber))}.ops-module-surface .om-cal-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.ops-module-surface .om-cal-note{margin:11px 0 0;color:var(--t3);font-size:12.5px;line-height:1.45}.ops-module-surface .om-cal-list{display:flex;flex-direction:column;gap:7px}.ops-module-surface .om-cal-list button{width:100%;border:1px solid var(--border);border-radius:7px;background:var(--surface-2);color:var(--t1);padding:9px 10px;font:inherit;text-align:left;cursor:pointer}.ops-module-surface .om-cal-list button:hover{background:var(--surface-3);border-color:var(--border-strong)}.ops-module-surface .om-cal-list strong{display:block;font-size:13px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ops-module-surface .om-cal-list p,.ops-module-surface .om-cal-list small{margin:0;color:var(--t4);font-size:11.5px;line-height:1.35}@media (max-width:900px){.ops-module-surface .om-automation,.ops-module-surface .om-cal-layout,.ops-module-surface .om-dashboard,.ops-module-surface .om-scan-actions,.ops-module-surface .om-scan-transaction-row{grid-template-columns:1fr}}@media (max-width:640px){.ops-module-surface .om-detail-grid,.ops-module-surface .om-form-grid{grid-template-columns:1fr}.ops-module-surface .om-days{gap:4px}.ops-module-surface .om-day{min-height:92px;padding:6px}.ops-module-surface .om-day-events button{font-size:11px}}.dfx{--inset:#131a23;--well:rgba(255,255,255,.06);--well-2:rgba(255,255,255,.10);--topbar:#17202b;--sidebar:#262f3a;--hh:52px;--sw:276px;--sw-min:68px;position:fixed;inset:0;display:grid;grid-template-rows:var(--hh) 1fr;grid-template-columns:var(--sw) 1fr;grid-template-areas:"topbar topbar" "sidebar content";transition:grid-template-columns var(--transition-base);font-family:var(--display);font-size:var(--fs-md)}.dfx.rail{grid-template-columns:var(--sw-min) 1fr}.dfx *{box-sizing:border-box}.dfx button{font-family:inherit;cursor:pointer}.dfx :focus-visible{outline:none;box-shadow:0 0 0 3px rgba(99,170,255,.35);border-radius:var(--r-sm)}.dfx *{scrollbar-width:thin;scrollbar-color:#333 transparent}.dfx ::-webkit-scrollbar{width:9px;height:9px}.dfx ::-webkit-scrollbar-thumb{background:#2e2e2e;border-radius:99px;border:2px solid transparent;background-clip:content-box}.dfx .mono{font-family:var(--mono)}.dfx .topbar{grid-area:topbar;position:relative;z-index:40;display:flex;align-items:center;gap:10px;height:var(--hh);padding:0 12px 0 14px;background:var(--topbar);border-bottom:1px solid var(--border);box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 6px 22px -14px rgba(0,0,0,.7);-webkit-backdrop-filter:blur(12px) saturate(120%);backdrop-filter:blur(12px) saturate(120%)}.dfx .icon-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:0;border-radius:var(--r-md);background:transparent;color:var(--t3);flex:0 0 auto;transition:background var(--transition-fast),color var(--transition-fast)}.dfx .icon-btn:hover{background:var(--well);color:var(--t1)}.dfx .icon-btn svg{width:18px;height:18px}.dfx .brand{display:flex;align-items:center;gap:9px;min-width:0;text-decoration:none}.dfx .brand-img{height:22px;width:auto;max-width:210px;object-fit:contain;display:block}.dfx .brand-img-light{display:none}html[data-theme=light] .dfx .brand-img-dark{display:block}html[data-theme=light] .dfx .brand-img-light{display:none}.dfx .search-trigger{flex:1 1 auto;max-width:440px;margin:0 auto;display:flex;align-items:center;gap:9px;height:34px;padding:0 10px 0 11px;background:var(--inset);border:1px solid var(--border);border-radius:var(--r-md);color:var(--t4);box-shadow:inset 0 1px 2px rgba(0,0,0,.22);transition:border-color var(--transition-fast),background var(--transition-fast)}.dfx .search-trigger:hover{border-color:var(--border-h)}.dfx .search-trigger svg{width:15px;height:15px;flex:0 0 auto;color:var(--t4)}.dfx .search-trigger .st-text{flex:1 1;text-align:left;font-size:var(--fs-sm);color:var(--t4);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dfx .kbd{font:var(--fw-medium) 10.5px/1 var(--mono);color:var(--t3);padding:3px 5px;border:1px solid var(--border-h);border-radius:5px;background:var(--surface-2);white-space:nowrap}@media (max-width:620px){.dfx .search-trigger .kbd,.dfx .search-trigger .st-text{display:none}.dfx .search-trigger{max-width:none;flex:0 0 auto;width:38px;padding:0;justify-content:center}}.dfx .tb-right{display:flex;align-items:center;gap:4px;flex:0 0 auto}.dfx .tb-divider{width:1px;height:22px;background:var(--border);margin:0 6px}.dfx .pop-anchor{position:relative;display:inline-flex}.dfx .tenant-chip{display:inline-flex;align-items:center;gap:7px;height:30px;padding:0 10px;border:1px solid var(--border);border-radius:var(--r-pill);background:var(--surface);color:var(--t2);font:var(--fw-medium) var(--fs-sm)/1 var(--display);transition:border-color var(--transition-fast),background var(--transition-fast)}.dfx .tenant-chip:hover{border-color:var(--border-h);background:var(--surface-2)}.dfx .tenant-chip .tc-key{font-family:var(--mono);font-size:11px}.dfx .tenant-chip svg{width:13px;height:13px;color:var(--t4)}@media (max-width:900px){.dfx .tenant-chip .tc-label{display:none}}@media (max-width:560px){.dfx .tenant-chip{display:none}}.dfx .has-badge{position:relative}.dfx .has-badge .nb-dot{position:absolute;top:2px;right:1px;min-width:15px;height:15px;padding:0 3px;border-radius:99px;background:var(--red);border:2px solid #17202b;font:var(--fw-bold) 8.5px/11px var(--mono);color:#fff;display:grid;place-items:center}.dfx .sidebar{grid-area:sidebar;position:relative;z-index:30;display:flex;flex-direction:column;min-height:0;background:linear-gradient(180deg,#29323e,#242d38);border-right:1px solid var(--border);box-shadow:inset -1px 0 0 rgba(255,255,255,.02),2px 0 16px -12px rgba(0,0,0,.55)}.dfx .nav-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding:10px 10px 14px}.dfx .nav-group{margin-top:14px;padding-top:14px;border-top:1px solid var(--border)}.dfx .nav-group:first-child{margin-top:4px;padding-top:0;border-top:0}.dfx .nav-label{padding:6px 10px 5px;font:var(--fw-semibold) 10px/1 var(--display);letter-spacing:.1em;text-transform:uppercase;color:#8b95a2;white-space:nowrap;overflow:hidden}.dfx.rail .nav-label{height:1px;padding:0;margin:10px 8px;color:transparent;background:var(--border);border-radius:1px}.dfx .nav-item{position:relative;display:flex;align-items:center;gap:11px;width:100%;padding:8px 10px;margin:1px 0;border:0;border-radius:var(--r-md);background:transparent;color:var(--t3);text-align:left;text-decoration:none;font:var(--fw-medium) var(--fs-md)/1.1 var(--display);transition:background var(--transition-fast),color var(--transition-fast)}.dfx .nav-item:hover{background:var(--well);color:var(--t1)}.dfx .nav-item .ni-ico{width:18px;height:18px;flex:0 0 auto;opacity:.92}.dfx .nav-item .ni-label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dfx .nav-item .ni-count{min-width:18px;height:18px;padding:0 5px;border-radius:99px;flex:0 0 auto;display:inline-grid;place-items:center;background:var(--surface-2);color:var(--t3);font:var(--fw-semibold) var(--fs-xs)/1 var(--display)}.dfx .nav-item .ni-status{width:7px;height:7px;border-radius:50%;flex:0 0 auto}.dfx .nav-item .ni-status.alert{animation:dfx-dotpulse 2.2s ease-out infinite}.dfx .nav-item.active{background:linear-gradient(90deg,rgba(99,170,255,.16),rgba(99,170,255,.04) 62%,transparent);color:var(--t1);box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}.dfx .nav-item.active:before{content:"";position:absolute;left:-10px;top:6px;bottom:6px;width:3px;border-radius:0 3px 3px 0;background:var(--blue);box-shadow:0 0 9px rgba(99,170,255,.5)}.dfx .nav-item.active .ni-ico{color:#8cc2ff;opacity:1}.dfx .nav-item.active .ni-count{background:rgba(99,170,255,.16);color:#9ecbff}.dfx .nav-item .ni-spin{width:18px;height:18px;flex:0 0 auto;border-radius:50%;border:2px solid var(--border-h);border-top-color:var(--blue);animation:dfx-spin .6s linear infinite}@keyframes dfx-spin{to{transform:rotate(1turn)}}.dfx .nav-item:has(.ni-spin){background:var(--well);color:var(--t1)}.dfx .nav-item:has(.ni-spin) .ni-label{color:var(--t1)}.dfx.rail .nav-item{justify-content:center;padding:9px 0}.dfx.rail .nav-item .ni-count,.dfx.rail .nav-item .ni-label{display:none}.dfx.rail .nav-item .ni-status{position:absolute;top:6px;right:12px}.dfx.rail .nav-item.active:before{left:0}.dfx .side-foot{flex:0 0 auto;border-top:1px solid var(--border);padding:8px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.14));position:relative}.dfx .account{display:flex;align-items:center;gap:10px;width:100%;padding:7px 8px;border:0;border-radius:var(--r-md);background:transparent;color:var(--t2);text-align:left;transition:background var(--transition-fast)}.dfx .account:hover{background:var(--well)}.dfx .avatar{width:30px;height:30px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;color:#fff;overflow:hidden;position:relative;background:linear-gradient(150deg,#4a5563,#333b46);font:var(--fw-semibold) 11px/1 var(--display);box-shadow:0 0 0 1px rgba(255,255,255,.1),0 2px 6px rgba(0,0,0,.3)}.dfx .avatar.has-presence:after{content:"";position:absolute;right:-1px;bottom:-1px;width:9px;height:9px;border-radius:50%;background:var(--green);border:2px solid #2a333f}.dfx .account .acc-meta{flex:1 1 auto;min-width:0}.dfx .account .acc-name{font:var(--fw-semibold) var(--fs-md)/1.2 var(--display);color:var(--t1)}.dfx .account .acc-name,.dfx .account .acc-role{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dfx .account .acc-role{font-size:11px;color:var(--t4)}.dfx .account .acc-chev{color:var(--t4);width:15px;height:15px;flex:0 0 auto}.dfx.rail .account{justify-content:center;padding:7px 0}.dfx.rail .account .acc-chev,.dfx.rail .account .acc-meta{display:none}.dfx .content{grid-area:content;position:relative;z-index:10;min-width:0;overflow:hidden;background:var(--bg)}.dfx .content-scroll{position:absolute;inset:0;overflow-y:auto}.dfx .boot-pulse{display:inline-flex;gap:6px;align-items:center}.dfx .boot-pulse span{width:9px;height:9px;border-radius:50%;background:var(--blue);animation:dfx-bp 1.2s ease-in-out infinite}.dfx .boot-pulse span:nth-child(2){animation-delay:.15s}.dfx .boot-pulse span:nth-child(3){animation-delay:.3s}.dfx .stage{opacity:0;transform:translateY(7px);animation:dfx-stage var(--stage-duration) ease-out forwards;animation-delay:calc(var(--d,0) * var(--stage-stagger))}@keyframes dfx-bp{0%,80%,to{opacity:.25;transform:scale(.85)}40%{opacity:1;transform:scale(1)}}@keyframes dfx-stage{to{opacity:1;transform:none}}@keyframes dfx-dotpulse{0%{box-shadow:0 0 0 0 rgba(248,113,113,.5)}70%{box-shadow:0 0 0 5px rgba(248,113,113,0)}to{box-shadow:0 0 0 0 rgba(248,113,113,0)}}@media (prefers-reduced-motion:reduce){.dfx .boot-pulse span,.dfx .nav-item .ni-status.alert,.dfx .stage{animation:none;opacity:1;transform:none}}.dfx .scrim{position:absolute;inset:0;z-index:60;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.dfx .cmdk{position:absolute;z-index:70;left:50%;top:84px;transform:translateX(-50%);width:min(560px,calc(100% - 36px));background:var(--surface);border:1px solid var(--border-h);border-radius:var(--r-xl);box-shadow:var(--shadow-pop);overflow:hidden}.dfx .cmdk-in{display:flex;align-items:center;gap:10px;padding:13px 15px;border-bottom:1px solid var(--border)}.dfx .cmdk-in svg{width:17px;height:17px;color:var(--t4);flex:0 0 auto}.dfx .cmdk-in input{flex:1 1;background:transparent;border:0;outline:none;color:var(--t1);font:var(--fw-medium) var(--fs-lg)/1.2 var(--display)}.dfx .cmdk-in input::placeholder{color:var(--t5)}.dfx .cmdk-body{max-height:340px;overflow-y:auto;padding:7px}.dfx .cmdk-sec{font:var(--fw-semibold) 10px/1 var(--display);letter-spacing:.08em;text-transform:uppercase;color:#8b95a2;padding:9px 9px 5px}.dfx .cmdk-item{display:flex;align-items:center;gap:11px;width:100%;padding:9px 10px;border:0;border-radius:var(--r-md);background:transparent;color:var(--t2);text-align:left;text-decoration:none;font:var(--fw-medium) var(--fs-md)/1.1 var(--display)}.dfx .cmdk-item svg{width:17px;height:17px;color:var(--t4);flex:0 0 auto}.dfx .cmdk-item .ci-label{flex:1 1}.dfx .cmdk-item .ci-hint{font-size:11px;color:var(--t5)}.dfx .cmdk-item.cur,.dfx .cmdk-item:hover{background:var(--well-2);color:var(--t1)}.dfx .cmdk-empty{padding:26px;text-align:center;color:var(--t4);font-size:var(--fs-sm)}.dfx .popover{position:absolute;z-index:75;top:calc(100% + 7px);right:0;min-width:248px;max-width:340px;background:var(--surface);border:1px solid var(--border-h);border-radius:var(--r-lg);box-shadow:var(--shadow-pop);overflow:hidden}.dfx .popover.up{top:auto;bottom:calc(100% + 7px)}.dfx .popover.left{right:auto;left:0}.dfx .pop-hdr{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 14px;border-bottom:1px solid var(--border)}.dfx .pop-hdr .ph-title{font:var(--fw-semibold) var(--fs-md)/1 var(--display);color:var(--t1)}.dfx .pop-hdr .ph-act{font:var(--fw-medium) 11px/1 var(--display);color:var(--blue);background:transparent;border:0;padding:2px;cursor:pointer}.dfx .pop-list{padding:6px;max-height:340px;overflow-y:auto}.dfx .pop-foot{padding:9px 14px;border-top:1px solid var(--border);text-align:center}.dfx .pop-foot button{background:transparent;border:0;color:var(--t3);font:var(--fw-medium) var(--fs-sm)/1 var(--display)}.dfx .menu-item{display:flex;align-items:center;gap:11px;width:100%;padding:9px 10px;border:0;border-radius:var(--r-md);background:transparent;color:var(--t2);text-align:left;text-decoration:none;font:var(--fw-medium) var(--fs-md)/1.1 var(--display)}.dfx .menu-item:hover{background:var(--well-2);color:var(--t1)}.dfx .menu-item svg{width:16px;height:16px;color:var(--t4);flex:0 0 auto}.dfx .menu-item .mi-hint{margin-left:auto;font-size:11px;color:var(--t5)}.dfx .menu-item.danger{color:var(--red)}.dfx .menu-item.danger:hover{background:var(--red-soft)}.dfx .menu-item.danger svg{color:var(--red)}.dfx .menu-sep{height:1px;background:var(--border);margin:5px 8px}.dfx .notif{display:flex;gap:11px;padding:11px 12px;border-radius:var(--r-md)}.dfx .notif.unread,.dfx .notif:hover{background:var(--well)}.dfx .notif .nt-ic{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;flex:0 0 auto}.dfx .notif .nt-ic svg{width:15px;height:15px}.dfx .notif .nt-ic.red{background:var(--red-soft);color:var(--red)}.dfx .notif .nt-ic.amber{background:var(--amber-soft);color:var(--amber)}.dfx .notif .nt-ic.blue{background:var(--blue-soft);color:var(--blue)}.dfx .notif .nt-ic.green{background:var(--green-soft);color:var(--green)}.dfx .notif .nt-b{flex:1 1 auto;min-width:0}.dfx .notif .nt-title{font:var(--fw-medium) var(--fs-sm)/1.35 var(--display);color:var(--t1)}.dfx .notif .nt-title b{font-weight:600}.dfx .notif .nt-time{font-size:11px;color:var(--t5);margin-top:3px}.dfx .notif .nt-unread{width:7px;height:7px;border-radius:50%;background:var(--blue);flex:0 0 auto;margin-top:6px}.dfx .acc-card{display:flex;align-items:center;gap:11px;padding:13px 14px;border-bottom:1px solid var(--border)}.dfx .acc-card .acc-name2{font:var(--fw-semibold) var(--fs-md)/1.2 var(--display);color:var(--t1)}.dfx .acc-card .acc-mail{font-size:11px;color:var(--t4)}.dfx .theme-control{display:flex;align-items:center;gap:11px;width:100%;padding:9px 10px;color:var(--t2);font:var(--fw-medium) var(--fs-md)/1.1 var(--display)}.dfx .theme-control-icon{width:16px;height:16px;color:var(--t4);flex:0 0 auto}.dfx .theme-control-label{flex:1 1 auto}.dfx .theme-control-segment{display:inline-flex;gap:2px;padding:2px;border-radius:7px;background:var(--inset);border:1px solid var(--border)}.dfx .theme-control-segment button{display:grid;place-items:center;width:26px;height:24px;border:1px solid transparent;border-radius:5px;background:transparent;color:var(--t3);cursor:pointer}.dfx .theme-control-segment button:hover{background:var(--well);color:var(--t1)}.dfx .theme-control-segment button.active{background:var(--blue-soft);color:var(--blue);border-color:var(--blue)}.dfx .theme-control-segment svg{width:14px;height:14px}.dfx .assist-fab{position:absolute;right:22px;bottom:22px;z-index:50;display:inline-flex;align-items:center;gap:9px;height:44px;padding:0 17px 0 15px;border-radius:99px;border:1px solid rgba(255,255,255,.12);color:#eaf2ff;background:linear-gradient(135deg,#324150,#1b2430);box-shadow:0 12px 30px -8px rgba(0,0,0,.6),inset 0 1px 0 rgba(255,255,255,.08);font:var(--fw-semibold) var(--fs-md)/1 var(--display);transition:transform var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast)}.dfx .assist-fab:hover{transform:translateY(-1px);background:linear-gradient(135deg,#3a4a5b,#212c39);box-shadow:0 16px 36px -8px rgba(0,0,0,.65),0 0 0 1px rgba(99,170,255,.28),inset 0 1px 0 rgba(255,255,255,.1)}.dfx .assist-fab svg{width:17px;height:17px;color:#7cc0ff}.dfx .assist-fab .live{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 7px var(--green)}@media (max-width:560px){.dfx .assist-fab .af-label{display:none}.dfx .assist-fab{padding:0;width:48px;height:48px;justify-content:center}}.dfx .agent{position:absolute;right:18px;bottom:18px;z-index:80;width:min(380px,calc(100% - 36px));height:min(560px,calc(100% - 36px));display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border-h);border-radius:var(--r-xl);box-shadow:var(--shadow-pop)}.dfx .agent-hdr{display:flex;align-items:center;gap:10px;padding:13px 14px;border-bottom:1px solid var(--border)}.dfx .agent-hdr .ag-mark{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:linear-gradient(150deg,#33414f,#222a33);border:1px solid var(--border-strong)}.dfx .agent-hdr .ag-mark svg{width:15px;height:15px;color:#7cc0ff}.dfx .agent-hdr .ag-title{font:var(--fw-semibold) var(--fs-md)/1.1 var(--display);color:var(--t1)}.dfx .agent-hdr .ag-scope{font-size:11px;color:var(--t4)}.dfx .agent-hdr .ag-x{margin-left:auto}.dfx .agent-body{flex:1 1;overflow-y:auto;padding:16px;display:flex;flex-direction:column}.dfx .ag-empty{margin:auto 0;text-align:center;color:var(--t3)}.dfx .ag-empty .agm{width:46px;height:46px;margin:0 auto 12px;border-radius:13px;display:grid;place-items:center;background:var(--surface-2);border:1px solid var(--border-h)}.dfx .ag-empty .agm svg{width:23px;height:23px;color:#7cc0ff}.dfx .ag-empty h4{margin:0 0 4px;font:var(--fw-semibold) var(--fs-lg)/1.2 var(--display);color:var(--t1)}.dfx .ag-empty p{margin:0;font-size:var(--fs-sm);line-height:1.5}.dfx .ag-sugg{display:flex;flex-direction:column;gap:7px;margin-top:16px}.dfx .ag-chip{text-align:left;padding:9px 12px;border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface);color:var(--t2);font-size:var(--fs-sm);cursor:pointer;transition:background var(--transition-fast),border-color var(--transition-fast)}.dfx .ag-chip:hover{background:var(--surface-2);border-color:var(--border-h);color:var(--t1)}.dfx .ag-thread{display:flex;flex-direction:column;gap:10px;width:100%;margin-top:auto}.dfx .ag-msg{display:flex;max-width:92%}.dfx .ag-msg.user{align-self:flex-end;justify-content:flex-end}.dfx .ag-msg.assistant,.dfx .ag-msg.error{align-self:flex-start}.dfx .ag-bubble{padding:10px 12px;border:1px solid var(--border);border-radius:12px;background:var(--surface-2);color:var(--t1);font-size:var(--fs-sm);line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere;box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}.dfx .ag-msg.user .ag-bubble{border-color:#445160;border-top-right-radius:4px;background:#34404c;color:#f5f7fb}.dfx .ag-msg.assistant .ag-bubble{border-top-left-radius:4px}.dfx .ag-msg.error .ag-bubble{border-color:rgba(248,113,113,.38);background:rgba(248,113,113,.1);color:#fca5a5}.dfx .ag-typing{display:inline-flex;align-items:center;gap:5px;min-width:48px}.dfx .ag-typing span{width:6px;height:6px;border-radius:50%;background:var(--t3);animation:agPulse 1s ease-in-out infinite}.dfx .ag-typing span:nth-child(2){animation-delay:.15s}.dfx .ag-typing span:nth-child(3){animation-delay:.3s}@keyframes agPulse{0%,to{opacity:.35;transform:scale(.82)}50%{opacity:1;transform:scale(1)}}.dfx .agent-foot{padding:11px;border-top:1px solid var(--border)}.dfx .ag-composer{display:flex;align-items:flex-end;gap:8px;background:var(--surface-2);border:1px solid var(--border-h);border-radius:var(--r-lg);padding:8px 8px 8px 12px}.dfx .ag-composer textarea{flex:1 1;background:transparent;border:0;outline:none;resize:none;color:var(--t1);font:400 var(--fs-md)/1.4 var(--display);max-height:90px}.dfx .ag-composer textarea::placeholder{color:var(--t5)}.dfx .ag-send{width:32px;height:32px;flex:0 0 auto;border-radius:8px;border:0;background:var(--slate-pri);color:#fff;display:grid;place-items:center}.dfx .ag-send:hover{background:var(--slate-pri-h)}.dfx .ag-send:disabled{opacity:.45;cursor:not-allowed}.dfx .ag-send svg{width:16px;height:16px}.dfx .ag-mic{width:32px;height:32px;flex:0 0 auto;border-radius:8px;border:0;background:transparent;color:var(--t3);display:grid;place-items:center}.dfx .ag-mic:hover{background:var(--well);color:var(--t1)}.dfx .ag-mic svg{width:17px;height:17px}.dfx .beta-dot{display:inline-flex;font:var(--fw-semibold) 9px/1 var(--display);letter-spacing:.05em;text-transform:uppercase;color:var(--t4);background:var(--well-2);padding:3px 6px;border-radius:5px}.dfx .mount-empty{align-items:center;justify-content:center;text-align:center;min-height:70vh}.dfx .module-stub,.dfx .mount-empty{display:flex;flex-direction:column;gap:16px}.dfx .module-stub-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;min-width:0}.dfx .module-stub-title{margin:1px 0 4px;color:var(--t1);font:800 19px/1.2 var(--display);letter-spacing:0}.dfx .module-stub-sub{margin:0;color:var(--t4);font-size:12.5px;line-height:1.4}.dfx .module-stub .mount-empty{align-items:flex-start;justify-content:flex-start;text-align:left;min-height:0;gap:12px;width:min(720px,100%);padding:22px;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:0 18px 42px -38px rgba(0,0,0,.72)}.dfx .mount-empty .me-ico{width:60px;height:60px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(160deg,#222d39,#171f29);border:1px solid var(--border-h);box-shadow:0 8px 30px rgba(0,0,0,.4)}.dfx .mount-empty .me-ico svg{width:28px;height:28px;color:#7cc0ff}.dfx .mount-empty .me-title{font:800 19px/1.2 var(--display);color:var(--t1);letter-spacing:0}.dfx .mount-empty .me-sub{font-size:var(--fs-md);color:var(--t3);max-width:46ch;line-height:1.55}.dfx .mount-empty .me-tag{font:var(--fw-medium) 11px/1 var(--mono);color:var(--t4);padding:6px 11px;border:1px dashed var(--border-h);border-radius:99px}html[data-theme=light] .dfx{--inset:#f8fafc;--well:rgba(37,99,235,.07);--well-2:rgba(37,99,235,.11);--topbar:#17202b;--sidebar:#243141;--hh:52px;--sw:276px;--sw-min:68px}html[data-theme=light] .dfx ::-webkit-scrollbar-thumb{background:#c7ccd3}html[data-theme=light] .dfx .topbar{background:linear-gradient(90deg,#17202b,#203041 58%,#22384f);border-bottom:1px solid rgba(16,31,50,.68);box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 10px 28px -24px rgba(15,23,42,.9)}html[data-theme=light] .dfx .topbar .icon-btn{color:#b3c0cf}html[data-theme=light] .dfx .topbar .icon-btn:hover{background:rgba(255,255,255,.06);color:#f8fbff}html[data-theme=light] .dfx .topbar .search-trigger{background:#1a2532;border-color:#34445a;color:#8796a8;box-shadow:inset 0 1px 2px rgba(0,0,0,.24)}html[data-theme=light] .dfx .topbar .search-trigger:hover{background:#202c3a;border-color:#536b85}html[data-theme=light] .dfx .topbar .search-trigger .st-text,html[data-theme=light] .dfx .topbar .search-trigger svg,html[data-theme=light] .dfx .topbar .tenant-chip svg{color:#8796a8}html[data-theme=light] .dfx .topbar .kbd{background:#314154;border-color:#43566d;color:#b3c0cf}html[data-theme=light] .dfx .topbar .tb-divider{background:#34445a}html[data-theme=light] .dfx .topbar .tenant-chip{background:#263445;border-color:#34445a;color:#dbe5f0;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}html[data-theme=light] .dfx .topbar .tenant-chip:hover{border-color:#536b85;background:#314154}html[data-theme=light] .dfx .sidebar{background:linear-gradient(180deg,#29384a,#223042 56%,#1c2938);border-right:1px solid rgba(16,31,50,.4);box-shadow:inset -1px 0 0 rgba(255,255,255,.04),8px 0 26px -24px rgba(15,23,42,.82)}html[data-theme=light] .dfx .nav-label{color:#8ea0b4}html[data-theme=light] .dfx .nav-item{color:#b8c5d4}html[data-theme=light] .dfx .nav-item:hover{background:rgba(255,255,255,.07);color:#f8fbff}html[data-theme=light] .dfx .nav-item.active{background:linear-gradient(90deg,rgba(99,170,255,.22),rgba(99,170,255,.1) 68%,rgba(99,170,255,.02));color:#ffffff;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}html[data-theme=light] .dfx .nav-item.active:before{background:#63aaff;box-shadow:0 0 10px rgba(99,170,255,.55)}html[data-theme=light] .dfx .nav-item.active .ni-ico{color:#8cc2ff}html[data-theme=light] .dfx .nav-item.active .ni-count{background:rgba(99,170,255,.18);color:#d8ecff;border:1px solid rgba(99,170,255,.18)}html[data-theme=light] .dfx .nav-item .ni-count{background:rgba(255,255,255,.08);color:#b8c5d4}html[data-theme=light] .dfx.rail .nav-label{background:#34445a}html[data-theme=light] .dfx .has-badge .nb-dot{border-color:#203041}html[data-theme=light] .dfx .avatar{color:#ffffff;background:linear-gradient(150deg,#64748b,#334155);box-shadow:0 0 0 1px rgba(15,23,42,.08),0 2px 6px rgba(15,23,42,.12)}html[data-theme=light] .dfx .avatar.has-presence:after{border-color:#243141}html[data-theme=light] .dfx .side-foot{border-top-color:#34445a;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(0,0,0,.16))}html[data-theme=light] .dfx .account{color:#dbe5f0}html[data-theme=light] .dfx .account:hover{background:rgba(255,255,255,.07)}html[data-theme=light] .dfx .account .acc-name{color:#f8fbff}html[data-theme=light] .dfx .account .acc-chev,html[data-theme=light] .dfx .account .acc-role{color:#8796a8}html[data-theme=light] .dfx .assist-fab{color:#ffffff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-color:rgba(29,78,216,.45);box-shadow:0 16px 34px -14px rgba(37,99,235,.65),inset 0 0 0 1px rgba(255,255,255,.62)}html[data-theme=light] .dfx .assist-fab:hover{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 18px 38px -14px rgba(37,99,235,.72),inset 0 0 0 1px rgba(255,255,255,.65)}html[data-theme=light] .dfx .assist-fab svg{color:#ffffff}html[data-theme=light] .dfx .agent-hdr .ag-mark{background:#dbeafe;border-color:#bfdbfe}html[data-theme=light] .dfx .ag-msg.error .ag-bubble{color:#991b1b}.dfx .sidebar.admin-mode{border-right-color:color-mix(in srgb,var(--blue) 22%,var(--border))}.dfx .sidebar.admin-mode .nav-label{color:color-mix(in srgb,var(--blue) 55%,var(--t4))}.dfx .admin-mode-banner{margin:2px 10px 8px;padding:7px 10px;border:1px solid color-mix(in srgb,var(--blue) 32%,transparent);border-radius:8px;background:var(--blue-soft);color:var(--blue);font:700 10.5px/1 var(--display);letter-spacing:.12em;text-transform:uppercase;text-align:center}.dfx .nav-item.admin-exit{color:var(--t3)}.dfx .nav-item.admin-exit>svg{width:17px;height:17px;flex:none}.dfx .nav-item.admin-exit svg{transform:scaleX(-1)}.dfx .nav-item.admin-exit:hover{color:var(--t1)}.dfx .tenant-chip.admin-scope{cursor:default;border-color:color-mix(in srgb,var(--blue) 30%,var(--border))}.dfx .tenant-chip.admin-scope .tc-key{color:var(--blue)}.dfx .ci-hint.mono{font-family:var(--mono);font-size:11px}.dfx.imp{grid-template-rows:auto var(--hh) 1fr;grid-template-areas:"imp imp" "topbar topbar" "sidebar content"}.dfx .imp-banner{grid-area:imp;position:relative;z-index:45;display:flex;align-items:center;gap:10px;justify-content:center;padding:7px 14px;font-size:12.5px;color:var(--amber);background:color-mix(in srgb,var(--amber) 14%,var(--surface-1,#14181f));border-bottom:1px solid color-mix(in srgb,var(--amber) 38%,transparent)}.dfx .imp-banner b{font-weight:700}.dfx .imp-dot{width:8px;height:8px;border-radius:99px;background:var(--amber);animation:imp-pulse 1.6s ease-in-out infinite}@keyframes imp-pulse{0%,to{opacity:1}50%{opacity:.35}}@media (prefers-reduced-motion:reduce){.dfx .imp-dot{animation:none}}.dfx .imp-exit{margin-left:8px;padding:4px 11px;border-radius:7px;cursor:pointer;border:1px solid color-mix(in srgb,var(--amber) 50%,transparent);background:transparent;color:var(--amber);font:inherit;font-size:12px;font-weight:650}.dfx .imp-exit:hover{background:color-mix(in srgb,var(--amber) 18%,transparent)}