.nav-result[data-v-fb544bdf]{display:flex;min-height:44px;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;border:1px solid transparent;border-radius:var(--radius);background:transparent;text-align:left}.nav-result[data-v-fb544bdf]:hover,.nav-result[data-v-fb544bdf]:focus-visible{border-color:var(--border);background:var(--surface-subtle)}.nav-result span[data-v-fb544bdf]{font-weight:700}.nav-result small[data-v-fb544bdf]{color:var(--text-muted)}.rail-close[data-v-b21de5e9]{display:none;margin-left:auto;color:var(--rail-text)}.rail-signout[data-v-b21de5e9]{color:var(--rail-muted)}.notification-button[data-v-b21de5e9]{position:relative}.notification-count[data-v-b21de5e9]{position:absolute;top:1px;right:1px;display:grid;min-width:15px;height:15px;place-items:center;padding:0 3px;border:2px solid white;border-radius:10px;color:#fff;background:var(--danger);font-size:8px;font-weight:800}.profile-menu[data-v-b21de5e9]{position:relative}.profile-trigger[data-v-b21de5e9]{display:flex;height:38px;align-items:center;gap:4px;padding:2px;border-radius:var(--radius);list-style:none}.profile-trigger[data-v-b21de5e9]::-webkit-details-marker{display:none}.profile-popover[data-v-b21de5e9]{position:absolute;z-index:50;top:44px;right:0;display:grid;width:220px;gap:4px;padding:12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-md)}.profile-popover span[data-v-b21de5e9]{overflow:hidden;color:var(--text-muted);font-size:11px;text-overflow:ellipsis}.profile-popover button[data-v-b21de5e9]{display:flex;align-items:center;gap:7px;margin:8px -4px -4px;padding:8px;border:0;border-radius:4px;background:transparent;text-align:left}.profile-popover button[data-v-b21de5e9]:hover{background:var(--surface-strong)}@media(max-width:760px){.rail-close[data-v-b21de5e9]{display:inline-grid}.profile-menu[data-v-b21de5e9]{display:none}}:root{color-scheme:light;--rail: #132520;--rail-strong: #0b1b17;--rail-text: #dbe8e3;--rail-muted: #8eaaa0;--canvas: #f1f5f3;--surface: #ffffff;--surface-subtle: #f7f9f8;--surface-strong: #e8eeeb;--text: #18231f;--text-muted: #5e6d67;--text-faint: #7d8b86;--border: #d5dfda;--border-strong: #aebdb7;--primary: #08766b;--primary-strong: #055c54;--primary-soft: #dff1ed;--info: #236b9b;--info-soft: #e2eff8;--warning: #a85d00;--warning-soft: #fff0d8;--danger: #b12d37;--danger-soft: #fbe8e9;--success: #247247;--success-soft: #e3f3e9;--focus: #0b7ea4;--shadow-sm: 0 1px 2px rgb(15 35 29 / 8%);--shadow-md: 0 12px 32px rgb(15 35 29 / 16%);--radius: 6px;--rail-width: 236px;--header-height: 58px;--content-max: 1800px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#app{min-width:320px;min-height:100%;margin:0}body{min-height:100vh;overflow-x:hidden;color:var(--text);background:var(--canvas);font-size:14px;line-height:1.45}button,input,select,textarea{color:inherit;font:inherit;letter-spacing:0}button,a,select,summary{-webkit-tap-highlight-color:transparent}button:not(:disabled),a,select:not(:disabled),summary{cursor:pointer}a{color:inherit}:focus-visible{outline:3px solid color-mix(in srgb,var(--focus) 35%,transparent);outline-offset:2px}.skip-link{position:fixed;z-index:1000;top:8px;left:8px;padding:8px 12px;transform:translateY(-150%);border-radius:var(--radius);color:#fff;background:var(--rail-strong)}.skip-link:focus{transform:translateY(0)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-button{display:inline-flex;min-height:36px;align-items:center;justify-content:center;gap:7px;padding:7px 12px;border:1px solid var(--border-strong);border-radius:var(--radius);color:var(--text);background:var(--surface);font-weight:650;line-height:1.2;text-decoration:none;transition:border-color .14s ease,background-color .14s ease,color .14s ease}.app-button:hover:not(:disabled){border-color:var(--primary);background:var(--surface-subtle)}.app-button--primary{border-color:var(--primary);color:#fff;background:var(--primary)}.app-button--primary:hover:not(:disabled){border-color:var(--primary-strong);background:var(--primary-strong)}.app-button--danger{border-color:var(--danger);color:var(--danger)}.app-button--ghost{border-color:transparent;background:transparent}.app-button:disabled{cursor:not-allowed;opacity:.48}.icon-button{display:inline-grid;width:36px;height:36px;flex:0 0 36px;place-items:center;padding:0;border:1px solid transparent;border-radius:var(--radius);color:var(--text-muted);background:transparent}.icon-button:hover:not(:disabled){border-color:var(--border);color:var(--text);background:var(--surface-strong)}.form-control{width:100%;min-height:36px;padding:7px 10px;border:1px solid var(--border-strong);border-radius:var(--radius);color:var(--text);background:var(--surface)}.form-control:hover:not(:disabled){border-color:var(--text-faint)}.form-control:focus{border-color:var(--focus);outline:3px solid color-mix(in srgb,var(--focus) 18%,transparent)}.form-control::placeholder{color:var(--text-faint)}.panel{min-width:0;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm)}.panel-header{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-bottom:1px solid var(--border)}.panel-title{margin:0;font-size:14px;font-weight:750;letter-spacing:0}.muted{color:var(--text-muted)}.mono{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.92em}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.app-frame{min-height:100vh}.app-rail{position:fixed;z-index:40;inset:0 auto 0 0;display:flex;width:var(--rail-width);flex-direction:column;overflow:hidden;color:var(--rail-text);background:var(--rail)}.brand{display:flex;height:var(--header-height);flex:0 0 var(--header-height);align-items:center;gap:10px;padding:0 15px;border-bottom:1px solid rgb(255 255 255 / 10%);text-decoration:none}.brand-mark{display:grid;width:30px;height:30px;flex:0 0 30px;place-items:center;border:1px solid #4d8f7d;border-radius:5px;color:#f5fffb;background:#1f4d40;font-size:13px;font-weight:850}.brand-copy{min-width:0}.brand-name{display:block;font-size:17px;font-weight:760}.brand-version{display:block;color:var(--rail-muted);font-size:11px}.rail-scroll{flex:1;overflow-y:auto;padding:10px 8px 16px;scrollbar-width:thin}.nav-group+.nav-group{margin-top:14px}.nav-group-label{margin:0 8px 5px;color:var(--rail-muted);font-size:10px;font-weight:750;text-transform:uppercase}.nav-link{display:flex;min-height:37px;align-items:center;gap:10px;padding:7px 10px;border-radius:5px;color:var(--rail-text);text-decoration:none}.nav-link:hover{color:#fff;background:#ffffff12}.nav-link.router-link-active{color:#fff;background:#245c4e;box-shadow:inset 3px 0 #73c8b2}.nav-link svg{width:17px;height:17px;flex:0 0 17px}.nav-link span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rail-footer{padding:10px;border-top:1px solid rgb(255 255 255 / 10%)}.rail-identity{display:grid;grid-template-columns:32px minmax(0,1fr) 28px;gap:8px;align-items:center}.identity-avatar{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;color:#fff;background:#376a5d;font-size:11px;font-weight:800}.identity-copy{min-width:0}.identity-copy strong,.identity-copy span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.identity-copy strong{font-size:12px}.identity-copy span{color:var(--rail-muted);font-size:10px}.app-content{min-width:0;min-height:100vh;margin-left:var(--rail-width)}.app-header{position:sticky;z-index:30;top:0;display:flex;height:var(--header-height);align-items:center;gap:12px;padding:0 18px;border-bottom:1px solid var(--border);background:#fffffff5;backdrop-filter:blur(10px)}.mobile-menu-button{display:none}.header-title{min-width:0;margin:0 auto 0 0;overflow:hidden;font-size:16px;font-weight:760;text-overflow:ellipsis;white-space:nowrap}.context-select{width:min(220px,23vw)}.header-divider{width:1px;height:24px;background:var(--border)}.connection-state{display:inline-flex;align-items:center;gap:6px;color:var(--text-muted);font-size:12px;white-space:nowrap}.connection-dot{width:7px;height:7px;border-radius:50%;background:var(--warning)}.connection-dot[data-online=true]{background:var(--success)}.context-banner{display:flex;min-height:32px;align-items:center;justify-content:center;gap:8px;padding:5px 12px;border-bottom:1px solid #e2bf79;color:#664000;background:#fff5df;font-size:12px;font-weight:650;text-align:center}.offline-banner{border-color:#df9aa0;color:#7c1e27;background:var(--danger-soft)}.module-tabs{display:flex;min-height:40px;align-items:stretch;gap:2px;overflow-x:auto;padding:0 18px;border-bottom:1px solid var(--border);background:var(--surface);scrollbar-width:thin}.module-tab{display:flex;flex:0 0 auto;align-items:center;padding:0 11px;border-bottom:2px solid transparent;color:var(--text-muted);font-size:12px;font-weight:650;text-decoration:none}.module-tab:hover{color:var(--text)}.module-tab.router-link-active{border-bottom-color:var(--primary);color:var(--primary-strong)}.page-main{width:100%;max-width:var(--content-max);min-height:calc(100vh - var(--header-height));margin:0 auto;padding:16px 18px 28px}.page-heading{display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:14px}.page-heading h1{margin:0;font-size:21px;line-height:1.25}.page-heading p{max-width:760px;margin:4px 0 0;color:var(--text-muted);font-size:13px}.page-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.toolbar{display:flex;min-width:0;flex-wrap:wrap;align-items:end;gap:9px;padding:10px 12px;border-bottom:1px solid var(--border);background:var(--surface-subtle)}.toolbar-field{display:grid;min-width:145px;gap:3px}.toolbar-field--search{min-width:min(280px,100%);flex:1}.toolbar-label{color:var(--text-muted);font-size:10px;font-weight:700}.data-table-wrap{width:100%;overflow-x:auto}.data-table{width:100%;min-width:760px;border-collapse:collapse;font-size:12px}.data-table th{height:36px;padding:7px 11px;border-bottom:1px solid var(--border);color:var(--text-muted);background:var(--surface-subtle);font-size:10px;font-weight:750;text-align:left;text-transform:uppercase;white-space:nowrap}.data-table td{max-width:320px;height:43px;padding:8px 11px;overflow:hidden;border-bottom:1px solid #e7ece9;text-overflow:ellipsis;white-space:nowrap}.data-table tbody tr:last-child td{border-bottom:0}.data-table tbody tr:hover{background:#f4f8f6}.data-table tbody tr[tabindex]{cursor:pointer}.status-badge{display:inline-flex;min-height:22px;align-items:center;gap:5px;padding:2px 7px;border:1px solid var(--border-strong);border-radius:999px;color:var(--text-muted);background:var(--surface-subtle);font-size:10px;font-weight:750;text-transform:capitalize;white-space:nowrap}.status-badge:before{width:6px;height:6px;border-radius:50%;background:currentColor;content:""}.status-badge[data-tone=critical],.status-badge[data-tone=danger]{border-color:#e3a0a6;color:var(--danger);background:var(--danger-soft)}.status-badge[data-tone=high],.status-badge[data-tone=warning]{border-color:#e7c17e;color:var(--warning);background:var(--warning-soft)}.status-badge[data-tone=success],.status-badge[data-tone=active],.status-badge[data-tone=completed]{border-color:#9fc9ae;color:var(--success);background:var(--success-soft)}.status-badge[data-tone=info],.status-badge[data-tone=medium]{border-color:#a9c9dd;color:var(--info);background:var(--info-soft)}.state-panel{display:grid;min-height:240px;place-items:center;padding:28px;text-align:center}.state-content{max-width:440px}.state-icon{display:grid;width:42px;height:42px;margin:0 auto 12px;place-items:center;border:1px solid var(--border);border-radius:50%;color:var(--text-muted);background:var(--surface-subtle)}.state-content h2{margin:0 0 4px;font-size:15px}.state-content p{margin:0 0 14px;color:var(--text-muted);font-size:12px}.loading-line{position:relative;height:3px;overflow:hidden;background:var(--surface-strong)}.loading-line:after{position:absolute;inset:0 auto 0 -35%;width:35%;background:var(--primary);animation:loading-line 1.1s ease-in-out infinite;content:""}@keyframes loading-line{to{left:100%}}.app-dialog{width:min(560px,calc(100vw - 24px));max-height:min(820px,calc(100vh - 32px));margin:auto;padding:0;overflow:hidden;border:1px solid var(--border-strong);border-radius:7px;color:var(--text);background:var(--surface);box-shadow:var(--shadow-md)}.app-dialog::backdrop{background:#0714107f}.dialog-shell{display:flex;max-height:min(820px,calc(100vh - 32px));flex-direction:column}.dialog-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:15px 16px 12px;border-bottom:1px solid var(--border)}.dialog-header h2{margin:0;font-size:17px}.dialog-header p{margin:4px 0 0;color:var(--text-muted);font-size:12px}.dialog-body{flex:1;overflow-y:auto;padding:16px}.dialog-footer{display:flex;justify-content:flex-end;gap:8px;padding:11px 16px;border-top:1px solid var(--border);background:var(--surface-subtle)}.schema-form{display:grid;gap:13px}.form-field{display:grid;gap:5px}.form-label{font-size:12px;font-weight:700}.required-mark{margin-left:3px;color:var(--danger)}.form-help,.form-error{margin:0;font-size:11px}.form-help{color:var(--text-muted)}.form-error{color:var(--danger)}.inline-alert{display:flex;gap:8px;padding:9px 10px;border:1px solid #e3a0a6;border-radius:var(--radius);color:#7c1e27;background:var(--danger-soft);font-size:12px}.metric-grid{display:grid;grid-template-columns:repeat(5,minmax(140px,1fr));gap:9px;margin-bottom:12px}.metric{min-width:0;padding:11px 13px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm)}.metric-label{display:block;overflow:hidden;color:var(--text-muted);font-size:10px;font-weight:700;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.metric-value{display:block;margin-top:4px;font-size:22px;font-variant-numeric:tabular-nums;font-weight:760}.metric-detail{display:block;margin-top:2px;color:var(--text-muted);font-size:10px}.mobile-rail-backdrop{display:none}@media(max-width:1080px){:root{--rail-width: 210px}.metric-grid{grid-template-columns:repeat(3,minmax(140px,1fr))}.context-select{width:180px}}@media(max-width:760px){:root{--header-height: 54px}.app-rail{width:min(286px,calc(100vw - 44px));transform:translate(-105%);transition:transform .18s ease;box-shadow:var(--shadow-md)}.app-rail[data-open=true]{transform:translate(0)}.mobile-rail-backdrop{position:fixed;z-index:35;inset:0;display:block;border:0;background:#0714107a}.app-content{margin-left:0}.app-header{gap:7px;padding:0 10px}.mobile-menu-button{display:inline-grid}.header-title{font-size:14px}.header-divider,.connection-state span,.context-select{display:none}.module-tabs{padding:0 8px}.page-main{padding:12px 10px 84px}.page-heading{align-items:stretch;flex-direction:column;gap:10px}.page-heading h1{font-size:19px}.page-actions{justify-content:flex-start}.toolbar{align-items:stretch}.toolbar-field{min-width:calc(50% - 5px);flex:1}.toolbar-field--search{min-width:100%}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.metric{padding:10px}.metric-value{font-size:19px}.app-dialog{width:100vw;max-width:100vw;max-height:calc(100dvh - 8px);margin:auto 0 0;border-radius:7px 7px 0 0}.dialog-shell{max-height:calc(100dvh - 8px)}}@media(max-width:420px){.metric-grid{grid-template-columns:1fr 1fr}.metric-label{white-space:normal}.toolbar-field{min-width:100%}.app-button{max-width:100%}}.bootstrap-page[data-v-d4009de3]{display:grid;min-height:100vh;place-items:center;padding:20px;background:var(--canvas)}.bootstrap-panel[data-v-d4009de3]{max-width:520px;padding:24px;text-align:center}.bootstrap-panel svg[data-v-d4009de3]{color:var(--danger)}.bootstrap-panel h1[data-v-d4009de3]{margin:12px 0 6px;font-size:21px}.bootstrap-panel p[data-v-d4009de3]{margin:0 0 16px;color:var(--text-muted)}
