.fade-in-enter-from,.fade-in-leave-to{opacity:0}@media (width<=240px){#toast-container>div{width:11em;padding:8px 8px 8px 50px}#toast-container .toast-close-button{top:-.2em;right:-.2em}}@media (width>=241px) and (width<=480px){#toast-container>div{width:18em;padding:8px 8px 8px 50px}#toast-container .toast-close-button{top:-.2em;right:-.2em}}@media (width>=481px) and (width<=768px){#toast-container>div{width:25em;padding:15px 15px 15px 50px}}body[data-shell]{text-align:left;background:var(--ink-50);height:auto;min-height:100%;color:var(--ink-900);font-family:var(--font-family);font-size:var(--text-md);line-height:1.45}body[data-shell] *,body[data-shell] :before,body[data-shell] :after{box-sizing:border-box;font-family:inherit}body[data-shell] .app-shell{text-align:left;align-items:flex-start;min-height:100vh;display:flex}body[data-shell] .app-shell__main{flex-direction:column;flex:1;min-width:0;display:flex}body[data-shell] .app-shell__content{flex-direction:column;flex:1;width:100%;padding:0 28px 24px;display:flex}body[data-shell] #maincontent{float:none;border:0;flex:1 0 auto;width:auto;max-width:none;padding:24px 0 0;font-size:100%}body[data-shell] .pageActions{justify-content:flex-end;align-items:center;gap:var(--space-sm);display:flex}body[data-shell] .pageActions--stacked{margin-top:24px}body[data-shell] .app-shell__footer{justify-content:space-between;align-items:center;gap:var(--space-sm) var(--space-xl);width:100%;height:auto;padding:var(--space-md) 0 0;border:0;border-top:1px solid var(--ink-200);font:inherit;font-size:var(--text-xs);color:var(--ink-400);background:0 0;flex-wrap:wrap;margin-top:48px;display:flex;overflow:visible}body[data-shell] .app-shell__footer *{color:var(--ink-400)}body[data-shell] .app-shell__footer .app-shell__footer-links{align-items:center;gap:var(--space-lg);flex-wrap:wrap;display:flex}body[data-shell] .app-shell__footer a{color:var(--ink-400);text-decoration:none}body[data-shell] .app-shell__footer a:hover{color:var(--accent-deep);text-decoration:underline}body[data-shell] .shell-sidebar{z-index:5;width:var(--sidebar-w);min-width:var(--sidebar-w);background:var(--paper);border-right:1px solid var(--ink-200);flex-direction:column;flex:none;height:100vh;display:flex;position:sticky;top:0}body[data-shell] .shell-sidebar__brand{height:var(--header-h);background:var(--paper);border-bottom:2px solid var(--hdr-line,var(--ink-200));flex:none;align-items:center;gap:10px;padding:0 16px;transition:background .14s,border-color .14s;display:flex}body[data-shell] .shell-sidebar__logo{flex:none;display:flex}body[data-shell] .shell-sidebar__logo img{object-fit:contain;width:34px;height:34px}body[data-shell] .shell-sidebar__brand-text{flex-direction:column;min-width:0;line-height:1.2;display:flex}body[data-shell] .shell-sidebar__brand-name{letter-spacing:.4px;color:var(--ink-900);font-size:16px;font-weight:700}body[data-shell] .shell-sidebar__brand-sub{color:var(--ink-400);white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:11px;overflow:hidden}body[data-shell] .shell-sidebar__collapse{border:1px solid var(--ink-200);background:var(--paper);width:26px;height:26px;color:var(--ink-500);cursor:pointer;border-radius:7px;flex:none;justify-content:center;align-items:center;margin-left:auto;padding:0;display:flex}body[data-shell] .shell-sidebar__collapse:hover{background:var(--ink-100);color:var(--ink-900)}body[data-shell] .shell-sidebar__collapse svg{width:15px;height:15px}body[data-shell] .shell-sidebar__search{flex:none;padding:8px 14px 6px;position:relative}body[data-shell] .shell-sidebar__search-icon{width:14px;height:14px;color:var(--ink-400);pointer-events:none;position:absolute;top:19px;left:24px}body[data-shell] .shell-sidebar__search-input{border:1px solid var(--ink-200);border-radius:var(--radius-md);background:var(--ink-50);width:100%;height:34px;color:var(--ink-900);outline:none;padding:0 24px 0 28px;font-family:inherit;font-size:13px}body[data-shell] .shell-sidebar__search-input::placeholder{color:var(--ink-400)}body[data-shell] .shell-sidebar__search-input:focus{border-color:var(--accent);box-shadow:var(--focus-halo)}body[data-shell] .shell-sidebar__search-clear{width:20px;height:24px;color:var(--ink-400);cursor:pointer;background:0 0;border:none;padding:0;font-size:16px;line-height:1;position:absolute;top:12px;right:16px}body[data-shell] .shell-sidebar__search-clear:hover{color:var(--ink-900)}body[data-shell] .shell-sidebar__nav{flex:1;min-height:0;padding:4px 6px 8px;overflow-y:auto}body[data-shell] .shell-sidebar__group{margin-bottom:1px}body[data-shell] .shell-sidebar__group-header{width:100%;color:var(--ink-700);letter-spacing:.5px;text-transform:uppercase;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:space-between;align-items:center;padding:8px 10px;font-family:inherit;font-size:10.5px;font-weight:700;display:flex}body[data-shell] .shell-sidebar__group-header:hover{background:var(--ink-100)}body[data-shell] .shell-sidebar__group-left{align-items:center;gap:8px;min-width:0;display:inline-flex}body[data-shell] .shell-sidebar__group-icon{width:16px;height:16px;color:var(--ink-500);flex:none}body[data-shell] .shell-sidebar__group-title{white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden}body[data-shell] .shell-sidebar__chevron{flex:none;width:12px;height:12px;transition:transform .16s}body[data-shell] .shell-sidebar__group[data-open=true] .shell-sidebar__chevron{transform:rotate(90deg)}body[data-shell] .shell-sidebar__group-list{margin:2px 0 6px;padding:0;list-style:none}body[data-shell] .shell-sidebar__group[data-open=false] .shell-sidebar__group-list{display:none}body[data-shell] .shell-sidebar__item{border-radius:6px;align-items:center;gap:4px;margin:1px 4px;list-style:none;transition:background .12s;display:flex}body[data-shell] .shell-sidebar__item:hover{background:var(--ink-100)}body[data-shell] .shell-sidebar__item.is-active{background:var(--accent-soft)}body[data-shell] .shell-sidebar__item.is-active .shell-sidebar__link{color:var(--accent-deep);font-weight:600}body[data-shell] .shell-sidebar__item[hidden]{display:none}body[data-shell] .shell-sidebar__link{min-width:0;color:var(--ink-700);flex:1;align-items:center;gap:8px;padding:6px 10px 6px 14px;font-size:13px;line-height:normal;text-decoration:none;display:flex}body[data-shell] .shell-sidebar__link:hover{text-decoration:none}body[data-shell] .shell-sidebar__dot{border-radius:var(--radius-pill);opacity:.4;background:currentColor;flex:none;width:4px;height:4px}body[data-shell] .shell-sidebar__label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}body[data-shell] .shell-sidebar__label mark{background:var(--accent-tint);color:inherit;border-radius:2px;padding:0 1px}body[data-shell] .shell-sidebar__pin{color:var(--ink-300);cursor:pointer;visibility:hidden;background:0 0;border:none;border-radius:4px;flex:none;justify-content:center;align-items:center;margin:0 4px 0 auto;padding:4px;display:flex}body[data-shell] .shell-sidebar__pin svg{width:13px;height:13px}body[data-shell] .shell-sidebar__pin .shell-sidebar__pin-filled{display:none}body[data-shell] .shell-sidebar__pin.is-pinned{visibility:visible;color:var(--accent)}body[data-shell] .shell-sidebar__pin.is-pinned .shell-sidebar__pin-outline{display:none}body[data-shell] .shell-sidebar__pin.is-pinned .shell-sidebar__pin-filled{display:block}body[data-shell] .shell-sidebar__item:hover .shell-sidebar__pin{visibility:visible}body[data-shell] .shell-sidebar__pinned{border-bottom:1px solid var(--ink-200);margin:2px 2px 4px;padding:0 0 4px}body[data-shell] .shell-sidebar__pinned-head{justify-content:space-between;align-items:center;padding:2px 6px 3px;display:flex}body[data-shell] .shell-sidebar__pinned-label{letter-spacing:.6px;text-transform:uppercase;color:var(--accent-deep);align-items:center;gap:5px;font-size:10.5px;font-weight:700;display:inline-flex}body[data-shell] .shell-sidebar__pinned-label svg{width:11px;height:11px;color:var(--accent)}body[data-shell] .shell-sidebar__pinned-count{border-radius:var(--radius-pill);background:var(--accent-tint);color:var(--accent-deep);letter-spacing:0;padding:0 4px;font-size:8px;font-weight:700}body[data-shell] .shell-sidebar__pinned-scope-name{letter-spacing:.4px;text-transform:uppercase;color:var(--ink-400);font-size:8px;font-weight:700}body[data-shell] .shell-sidebar__pinned-empty{color:var(--ink-400);margin:0;padding:2px 6px 4px;font-size:10px;line-height:1.4}body[data-shell] .shell-sidebar__pinned-list{margin:0;padding:0;list-style:none}body[data-shell] .shell-sidebar__pinned-list .shell-sidebar__pin-icon{color:var(--accent);flex:none;display:inline-flex}body[data-shell] .shell-sidebar__pinned-list .shell-sidebar__pin-icon svg{width:13px;height:13px}body[data-shell] .shell-sidebar__results{letter-spacing:.5px;text-transform:uppercase;color:var(--ink-400);justify-content:space-between;align-items:center;gap:8px;padding:6px 8px 3px;font-size:9px;font-weight:700;display:flex}body[data-shell] .shell-sidebar__results-term{letter-spacing:0;text-transform:none;color:var(--ink-300);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}body[data-shell] .shell-sidebar__scope-head{border-top:1px solid var(--ink-150);background:var(--ink-50);align-items:center;gap:5px;margin:2px 0;padding:6px 10px 4px;display:flex}body[data-shell] .shell-sidebar__scope-title{letter-spacing:.6px;text-transform:uppercase;color:var(--ink-700);font-size:9px;font-weight:800}body[data-shell] .shell-sidebar__scope-count{border:1px solid var(--ink-200);border-radius:var(--radius-pill);background:var(--paper);color:var(--ink-500);padding:0 4px;font-size:8px;font-weight:700}body[data-shell] .shell-sidebar__scope[hidden],body[data-shell] .shell-sidebar__group[hidden],body[data-shell] .shell-sidebar__scope-head[hidden],body[data-shell] .shell-sidebar__pinned[hidden],body[data-shell] .shell-sidebar__pinned-empty[hidden],body[data-shell] .shell-sidebar__results[hidden],body[data-shell] .shell-sidebar__empty[hidden],body[data-shell] .shell-sidebar__search-clear[hidden],body[data-shell] .shell-rail__pinned[hidden],body[data-shell] .shell-rail__divider[hidden]{display:none}body[data-shell] .shell-sidebar__empty{text-align:center;color:var(--ink-400);padding:16px 10px;font-size:11px;line-height:1.5}body[data-shell] .shell-rail,body[data-shell].shell-is-collapsed .shell-sidebar{display:none}body[data-shell].shell-is-collapsed .shell-rail{z-index:6;width:var(--rail-w);min-width:var(--rail-w);border-right:1px solid var(--ink-200);background:var(--paper);flex-direction:column;flex:none;align-items:center;height:100vh;padding:0 0 12px;display:flex;position:sticky;top:0;overflow:visible}body[data-shell] .shell-rail__brand{width:100%;height:var(--header-h);border:none;border-bottom:2px solid var(--hdr-line,var(--ink-200));background:var(--paper);cursor:pointer;flex:none;justify-content:center;align-items:center;margin-bottom:8px;padding:0;transition:background .14s,border-color .14s;display:flex}body[data-shell] .shell-rail__brand img{object-fit:contain;width:30px;height:30px}body[data-shell] .shell-rail__btn{width:38px;height:38px;color:var(--ink-500);cursor:pointer;background:0 0;border:none;border-radius:9px;justify-content:center;align-items:center;margin:2px 0;padding:0;transition:background .12s,color .12s;display:flex;position:relative}body[data-shell] .shell-rail__btn:hover,body[data-shell] .shell-rail__btn:focus-visible{background:var(--accent-soft);color:var(--accent-deep);outline:none}body[data-shell] .shell-rail__btn.is-active{background:var(--accent-soft);color:var(--accent-deep)}body[data-shell] .shell-rail__icon{width:18px;height:18px}body[data-shell] .shell-rail__divider{background:var(--ink-200);width:22px;height:1px;margin:6px 0}body[data-shell] .shell-rail__list,body[data-shell] .shell-rail__pinned{margin:0;padding:0;list-style:none;overflow:visible}body[data-shell] .shell-rail__btn--pinned{color:var(--accent);text-decoration:none}body[data-shell] .shell-rail__btn--pinned:hover,body[data-shell] .shell-rail__btn--pinned:focus-visible{text-decoration:none}body[data-shell] .shell-rail__group{list-style:none;position:relative}body[data-shell] .shell-rail__expand{border:1px solid var(--ink-200);background:var(--paper);width:30px;height:30px;color:var(--ink-500);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;margin-top:auto;padding:0;display:flex}body[data-shell] .shell-rail__expand:hover{background:var(--ink-100);color:var(--ink-900)}body[data-shell] .shell-rail__expand svg{width:15px;height:15px}body[data-shell] .shell-rail__flyout{z-index:40;border:1px solid var(--ink-200);border-radius:var(--radius-xl);background:var(--paper);min-width:230px;max-height:70vh;box-shadow:var(--shadow-pop);opacity:0;visibility:hidden;padding:8px;transition:opacity .12s,transform .12s,visibility .12s;position:absolute;top:-6px;left:calc(100% + 8px);overflow-y:auto;transform:translate(-4px)}body[data-shell] .shell-rail__group:hover .shell-rail__flyout,body[data-shell] .shell-rail__group:focus-within .shell-rail__flyout{opacity:1;visibility:visible;transform:translate(0)}body[data-shell] .shell-rail__flyout-head{letter-spacing:.6px;text-transform:uppercase;color:var(--ink-700);padding:4px 8px 7px;font-size:10.5px;font-weight:800}body[data-shell] .shell-rail__flyout-head--pinned{color:var(--accent-deep)}body[data-shell] .shell-rail__flyout-list{margin:0;padding:0;list-style:none}body[data-shell] .shell-header{z-index:4;width:auto;height:var(--header-h);background:var(--paper);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:2px solid var(--hdr-line,var(--ink-200));justify-content:space-between;align-items:center;gap:16px;padding:0 24px;transition:background .14s,border-color .14s;display:flex;position:sticky;top:0}body[data-shell] .shell-header__left{align-items:center;gap:20px;min-width:0;display:flex}body[data-shell] .shell-header__modes{background:var(--ink-100);border-radius:10px;flex:none;gap:2px;padding:3px;display:inline-flex}body[data-shell] .shell-header__mode{white-space:nowrap;color:var(--ink-500);border-radius:7px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:600;line-height:1;text-decoration:none;transition:background .12s,color .12s;display:inline-flex;position:relative}body[data-shell] .shell-header__mode:hover{color:var(--ink-900);text-decoration:none}body[data-shell] .shell-header__mode.is-active{background:var(--paper);color:var(--ink-900);box-shadow:0 1px 2px #14181f0f}body[data-shell] .shell-header__crumbs{white-space:nowrap;align-items:center;gap:8px;min-width:0;font-size:13px;display:flex;overflow:hidden}body[data-shell] .shell-header__crumb{color:var(--ink-400);text-decoration:none}body[data-shell] .shell-header__crumb:hover{color:var(--accent-deep)}body[data-shell] .shell-header__crumb.is-current{color:var(--ink-900);font-weight:600}body[data-shell] .shell-header__crumb-sep{color:var(--ink-300)}body[data-shell] .shell-header__right{align-items:center;gap:8px;display:flex}body[data-shell] .shell-header__search{background:var(--ink-50);border:1px solid var(--ink-200);border-radius:var(--radius-md);align-items:center;gap:8px;width:320px;height:36px;margin:0;padding:0 8px 0 12px;display:flex}body[data-shell] .shell-header__search:focus-within{border-color:var(--accent);box-shadow:var(--focus-halo)}body[data-shell] .shell-header__search-icon{width:14px;height:14px;color:var(--ink-400);flex:none}body[data-shell] .shell-header__search-input{min-width:0;height:100%;color:var(--ink-900);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:13px}body[data-shell] .shell-header__icon-btn{border-radius:var(--radius-md);width:36px;height:36px;color:var(--ink-700);flex:none;justify-content:center;align-items:center;text-decoration:none;display:inline-flex;position:relative}body[data-shell] .shell-header__icon-btn:hover{background:var(--ink-100)}body[data-shell] .shell-header__icon-btn svg{width:16px;height:16px}body[data-shell] .shell-header__badge{background:var(--accent);min-width:16px;height:16px;color:var(--paper);border:2px solid var(--paper);border-radius:var(--radius-pill);text-align:center;padding:0 4px;font-size:10px;font-weight:700;line-height:12px;position:absolute;top:4px;right:4px}body[data-shell] .shell-header__badge:empty{display:none}body[data-shell] .shell-header__divider{background:var(--ink-200);flex:none;width:1px;height:24px;margin:0 6px}body[data-shell] .shell-header__user{align-items:center;display:flex;position:relative}body[data-shell] .shell-header__user-toggle{border-radius:var(--radius-md);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:4px 8px 4px 4px;font-family:inherit;display:flex}body[data-shell] .shell-header__user-toggle:hover,body[data-shell] .shell-header__user-toggle[aria-expanded=true]{background:var(--ink-100)}body[data-shell] .shell-header__user-caret{width:12px;height:12px;color:var(--ink-400);flex:none;transition:transform .14s}body[data-shell] .shell-header__user-toggle[aria-expanded=true] .shell-header__user-caret{transform:rotate(180deg)}body[data-shell] .shell-header__avatar{border-radius:var(--radius-pill);background:var(--accent);width:30px;height:30px;color:var(--paper);flex:none;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:inline-flex}body[data-shell] .shell-header__user-meta{flex-direction:column;line-height:1.15;display:flex}body[data-shell] .shell-header__user-name{color:var(--ink-900);font-size:13px;font-weight:600}body[data-shell] .shell-header__user-role{color:var(--ink-400);font-size:11px}body[data-shell] .shell-header__user-menu{z-index:40;border:1px solid var(--ink-200);border-radius:var(--radius-xl);background:var(--paper);min-width:216px;box-shadow:var(--shadow-pop);padding:6px;position:absolute;top:calc(100% + 8px);right:0}body[data-shell] .shell-header__user-menu[hidden]{display:none}body[data-shell] .shell-header__user-menu-head{border-bottom:1px solid var(--ink-150);flex-direction:column;gap:2px;margin-bottom:4px;padding:8px 10px 10px;display:flex}body[data-shell] .shell-header__user-menu-name{color:var(--ink-900);font-size:13px;font-weight:700}body[data-shell] .shell-header__user-menu-org{color:var(--ink-400);font-size:11px}body[data-shell] .shell-header__user-menu-item{color:var(--ink-700);white-space:nowrap;border-radius:7px;align-items:center;gap:9px;padding:8px 10px;font-size:13px;text-decoration:none;display:flex}body[data-shell] .shell-header__user-menu-item:hover,body[data-shell] .shell-header__user-menu-item:focus-visible{background:var(--ink-100);color:var(--ink-900);outline:none;text-decoration:none}body[data-shell] .shell-header__user-menu-item svg{width:15px;height:15px;color:var(--ink-400);flex:none}:root{--font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-family-mono:"JetBrains Mono", Consolas, ui-monospace, monospace;--accent:#ed7000;--accent-soft:#fdf2e8;--accent-tint:#fbe0c7;--accent-deep:#b55500;--accent-muted:#f7bf8c;--ink-900:#14181f;--ink-700:#2b313b;--ink-500:#5a6271;--ink-400:#6d7585;--ink-300:#b6bcc7;--ink-200:#e2e5eb;--ink-150:#eceef2;--ink-100:#f4f5f8;--ink-50:#f9fafb;--paper:#fff;--good:#1f8a5b;--info:#2e6fbf;--info-soft:#eaf1f9;--warn:#c98a14;--warn-soft:#f9f1e3;--warn-deep:#63440a;--bad:#c53d2e;--radius-xs:3px;--radius-sm:5px;--radius-md:8px;--radius-lg:12px;--radius-xl:14px;--radius-pill:999px;--space-2xs:4px;--space-xs:8px;--space-sm:12px;--space-md:16px;--space-lg:20px;--space-xl:24px;--space-2xl:32px;--text-2xs:10px;--text-xs:11px;--text-sm:12px;--text-base:13px;--text-md:14px;--text-lg:17px;--text-xl:20px;--text-2xl:26px;--shadow-card:0 1px 0 #14181f0a, 0 8px 24px -12px #14181f1f;--shadow-pop:0 12px 32px -8px #14181f2e;--shadow-modal:0 24px 64px -20px #14181f6b;--focus-ring-color:#b55500;--focus-ring-width:2px;--focus-ring-offset:2px;--focus-halo:0 0 0 3px #ed700040;--sidebar-w:280px;--rail-w:56px;--header-h:64px}.pg-dw-note[data-v-b8056030]{color:var(--ink-400);padding:24px 0;font-size:12.5px}.pt-head[data-v-1d74e83c]{background:var(--ink-50);letter-spacing:.5px;text-transform:uppercase;color:var(--ink-400);gap:10px;padding:7px 12px;font-size:10px;font-weight:700;display:grid}.pt-row[data-v-1d74e83c]{border-top:1px solid var(--ink-150);align-items:center;gap:10px;padding:8px 12px;font-size:12px;display:grid}.pt-empty[data-v-1d74e83c]{border-top:1px solid var(--ink-150);color:var(--ink-400);padding:10px 12px;font-size:12px}.ribbon-axis[data-v-40536168]{color:var(--ink-400);justify-content:space-between;margin-top:4px;font-size:10px;display:flex}.pg-dw-note[data-v-40536168]{color:var(--ink-400);padding:24px 0;font-size:12.5px}.pg-raw-json[data-v-40536168]{background:var(--ink-50);border:1px solid var(--ink-150);white-space:pre-wrap;word-break:break-all;border-radius:8px;max-height:320px;padding:10px 12px;font-size:11px;line-height:1.5;overflow:auto}:root{--light-border:#cecece;--brand-color:#ed7000;--secondary-color:#3440b6;--attention-color:#f33}.fade-in-enter-active{transition:opacity .5s}.fade-in-leave-active{transition:opacity .5s;display:none}.fade-in-enter-from,.fade-in-leave-to{opacity:0}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter-from,.fade-leave-to{opacity:0}.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{float:right;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);font-size:20px;font-weight:700;position:relative;top:-.3em;right:-.3em}.toast-close-button:hover,.toast-close-button:focus{color:#000;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40);text-decoration:none}button.toast-close-button{cursor:pointer;-webkit-appearance:none;background:0 0;border:0;padding:0}.toast-top-center{width:100%;top:0;right:0}.toast-bottom-center{width:100%;bottom:0;right:0}.toast-top-full-width{width:100%;top:0;right:0}.toast-bottom-full-width{width:100%;bottom:0;right:0}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{bottom:12px;right:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{z-index:999999;position:fixed}#toast-container *{box-sizing:border-box}#toast-container>div{color:#fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);width:300px;filter:alpha(opacity=80);background-position:15px;background-repeat:no-repeat;border-radius:3px;margin:0 0 6px;padding:15px 15px 15px 50px;position:relative;overflow:hidden;box-shadow:0 0 12px #999}#toast-container>div:hover{opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer;box-shadow:0 0 12px #000}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-top-center>div,#toast-container.toast-bottom-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-top-full-width>div,#toast-container.toast-bottom-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);height:4px;filter:alpha(opacity=40);background-color:#000;position:absolute;bottom:0;left:0}@media (width<=240px){#toast-container>div{width:11em;padding:8px 8px 8px 50px}#toast-container .toast-close-button{top:-.2em;right:-.2em}}@media (width>=241px) and (width<=480px){#toast-container>div{width:18em;padding:8px 8px 8px 50px}#toast-container .toast-close-button{top:-.2em;right:-.2em}}@media (width>=481px) and (width<=768px){#toast-container>div{width:25em;padding:15px 15px 15px 50px}}#toast-container div{opacity:1;text-align:left;border-radius:5px;right:10px}#toast-container>.toast-project-switch{background-color:#777;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2220%22%20viewBox%3D%220%200%2016%2020%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M10.293%200.292786C10.4805%200.105315%2010.7348%200%2011%200C11.2652%200%2011.5195%200.105315%2011.707%200.292786L15.707%204.29279C15.8945%204.48031%2015.9998%204.73462%2015.9998%204.99979C15.9998%205.26495%2015.8945%205.51926%2015.707%205.70679L11.707%209.70679C11.5184%209.88894%2011.2658%209.98974%2011.0036%209.98746C10.7414%209.98518%2010.4906%209.88001%2010.3052%209.6946C10.1198%209.5092%2010.0146%209.25838%2010.0123%208.99619C10.01%208.73399%2010.1108%208.48139%2010.293%208.29279L12.586%205.99979H1C0.734784%205.99979%200.48043%205.89443%200.292893%205.70689C0.105357%205.51936%200%205.265%200%204.99979C0%204.73457%200.105357%204.48022%200.292893%204.29268C0.48043%204.10514%200.734784%203.99979%201%203.99979H12.586L10.293%201.70679C10.1055%201.51926%2010.0002%201.26495%2010.0002%200.999786C10.0002%200.734622%2010.1055%200.480314%2010.293%200.292786ZM5.707%2010.2928C5.89447%2010.4803%205.99979%2010.7346%205.99979%2010.9998C5.99979%2011.265%205.89447%2011.5193%205.707%2011.7068L3.414%2013.9998H15C15.2652%2013.9998%2015.5196%2014.1051%2015.7071%2014.2927C15.8946%2014.4802%2016%2014.7346%2016%2014.9998C16%2015.265%2015.8946%2015.5194%2015.7071%2015.7069C15.5196%2015.8944%2015.2652%2015.9998%2015%2015.9998H3.414L5.707%2018.2928C5.88916%2018.4814%205.98995%2018.734%205.98767%2018.9962C5.9854%2019.2584%205.88023%2019.5092%205.69482%2019.6946C5.50941%2019.88%205.2586%2019.9852%204.9964%2019.9875C4.7342%2019.9897%204.4816%2019.8889%204.293%2019.7068L0.293%2015.7068C0.105529%2015.5193%200.000213623%2015.265%200.000213623%2014.9998C0.000213623%2014.7346%200.105529%2014.4803%200.293%2014.2928L4.293%2010.2928C4.48053%2010.1053%204.73484%2010%205%2010C5.26516%2010%205.51947%2010.1053%205.707%2010.2928Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E)!important}.toast-success{background-color:#51a351;border:5px solid #51a351}.toast-error{background-color:#bd362f;border:5px solid #bd362f}.toast-info{background-color:#292a94;border:5px solid #292a94}.toast-warning{background-color:#f89406;border:5px solid #f89406}.toast-message{color:#fff!important}.toast-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;margin-right:8px;animation:1s linear infinite spin}.include-scss .v-info-table{width:100%}.include-scss .v-info-table td{border-top:1px solid #eee}.include-scss .v-info-table th,.include-scss .v-info-table td{padding:6px 0}.include-scss .fwh{width:100%;height:100%}.include-scss .icons{width:16px;height:16px}.non-default{color:#ed7000}:has(+.validation-message:not(:empty)){border-color:#f33}.validation-message:not(:empty){color:#f33;position:relative}@keyframes pgPulse{0%{opacity:.5;transform:scale(.9)}70%{opacity:0;transform:scale(2.1)}to{opacity:0}}.pg-root{--font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-family-mono:"JetBrains Mono", Consolas, ui-monospace, monospace;--accent:#ed7000;--accent-soft:#fdf2e8;--accent-tint:#fbe0c7;--accent-deep:#b55500;--accent-muted:#f7bf8c;--ink-900:#14181f;--ink-700:#2b313b;--ink-500:#5a6271;--ink-400:#6d7585;--ink-300:#b6bcc7;--ink-200:#e2e5eb;--ink-150:#eceef2;--ink-100:#f4f5f8;--ink-50:#f9fafb;--paper:#fff;--good:#1f8a5b;--info:#2e6fbf;--info-soft:#eaf1f9;--warn:#c98a14;--warn-soft:#f9f1e3;--warn-deep:#63440a;--bad:#c53d2e;--radius-xs:3px;--radius-sm:5px;--radius-md:8px;--radius-lg:12px;--radius-xl:14px;--radius-pill:999px;--space-2xs:4px;--space-xs:8px;--space-sm:12px;--space-md:16px;--space-lg:20px;--space-xl:24px;--space-2xl:32px;--text-2xs:10px;--text-xs:11px;--text-sm:12px;--text-base:13px;--text-md:14px;--text-lg:17px;--text-xl:20px;--text-2xl:26px;--shadow-card:0 1px 0 #14181f0a, 0 8px 24px -12px #14181f1f;--shadow-pop:0 12px 32px -8px #14181f2e;--shadow-modal:0 24px 64px -20px #14181f6b;--focus-ring-color:#b55500;--focus-ring-width:2px;--focus-ring-offset:2px;--focus-halo:0 0 0 3px #ed700040;color:var(--ink-900);font-size:var(--text-md);font-family:var(--font-family);font-weight:400}.pg-root *,.pg-root :before,.pg-root :after{box-sizing:border-box;font:inherit;color:inherit}.pg-root .pg-mono{font-family:var(--font-family-mono)}.pg-root .pg-pill{letter-spacing:.4px;text-transform:uppercase;color:var(--ink-700);background:var(--ink-100);white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:3px 8px;font-size:10px;font-weight:700;display:inline-flex}.pg-root .pg-pill.good{color:var(--good);background:#e6f4ed}.pg-root .pg-pill.warn{color:#8a5e00;background:#fff3cc}.pg-root .pg-pill.bad{color:var(--bad);background:#fbe6e2}.pg-root .pg-pill.info{color:var(--info);background:#e1ebf7}.pg-root .pg-pill.accent{color:var(--accent-deep);background:var(--accent-soft)}.pg-root .pg-btn{cursor:pointer;background:var(--paper);height:34px;color:var(--ink-900);border:1px solid var(--ink-200);border-radius:7px;justify-content:center;align-items:center;gap:6px;padding:7px 14px;font-family:inherit;font-size:13px;font-weight:600;display:inline-flex}.pg-root .pg-btn.sm{height:28px;padding:5px 10px;font-size:12px}.pg-root .pg-btn.primary{background:var(--accent);color:#fff;border-color:var(--accent)}.pg-root .pg-btn.ghost{color:var(--ink-700);background:0 0;border-color:#0000}.pg-root .pg-btn.danger{background:var(--paper);color:var(--bad);border-color:#f1c8c2}.pg-root .pg-choice{background:var(--ink-100);border-radius:8px;gap:2px;padding:3px;display:inline-flex}.pg-root .pg-choice button{cursor:pointer;color:var(--ink-500);background:0 0;border:none;border-radius:6px;padding:6px 12px;font-family:inherit;font-size:12.5px;font-weight:600}.pg-root .pg-choice button.active{background:var(--paper);color:var(--ink-900);box-shadow:0 1px 2px #14181f12}.pg-root .pg-choice.sm button{padding:4px 9px;font-size:11.5px}.pg-root .pg-card{border:1px solid var(--ink-200);border-radius:var(--radius-xl);background:var(--paper);box-shadow:var(--shadow-card);overflow:hidden}.pg-root .pg-kpis{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.pg-root .pg-kpi{text-align:left;cursor:pointer;background:var(--paper);border:1px solid var(--ink-200);box-shadow:var(--shadow-card);border-radius:12px;gap:3px;min-width:0;padding:12px 14px;font-family:inherit;display:grid}.pg-root .pg-kpi.active{border-color:var(--ink-900)}.pg-root .pg-kpi-label{letter-spacing:.5px;text-transform:uppercase;color:var(--ink-400);font-size:10.5px;font-weight:700}.pg-root .pg-kpi-value{font-size:24px;font-weight:700;line-height:1.1}.pg-root .pg-kpi-sub{color:var(--ink-400);font-size:11px}.pg-root .pg-grid{grid-template-columns:104px 132px minmax(150px,1fr) 118px 128px 116px 130px 128px;align-items:center;gap:12px;display:grid}.pg-root .pg-thead{background:var(--ink-50);letter-spacing:.5px;text-transform:uppercase;color:var(--ink-400);padding:8px 16px;font-size:10px;font-weight:700}.pg-root .pg-row{border-top:1px solid var(--ink-150);cursor:pointer;background:0 0;padding:10px 16px}.pg-root .pg-row:hover{background:var(--ink-50)}.pg-root .pg-filterbar{border-bottom:1px solid var(--ink-150);flex-wrap:wrap;align-items:center;gap:10px;padding:11px 14px;display:flex}.pg-root .pg-search{border:1px solid var(--ink-200);outline:none;width:280px;font-family:inherit;font-size:12.5px;border-radius:7px!important;height:32px!important;padding:0 10px!important}.pg-root .pg-count{color:var(--ink-400);margin-left:auto;font-size:12px}.pg-root .pg-empty{text-align:center;color:var(--ink-400);padding:30px 16px;font-size:12.5px}.pg-root .pg-flagchip{border:1px solid var(--ink-200);background:var(--ink-50);cursor:pointer;border-radius:999px;padding:4px 10px;font-family:inherit;font-size:11.5px;font-weight:600}.pg-root .pg-label{letter-spacing:.5px;text-transform:uppercase;color:var(--ink-400);font-size:10.5px;font-weight:700}.pg-root .pg-chip{white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:3px 9px 3px 7px;font-size:11px;font-weight:700;display:inline-flex}.pg-root .pg-dot{flex:none;display:inline-flex;position:relative}.pg-root .pg-dot i{border-radius:999px;width:8px;height:8px;display:block}.pg-root .pg-dot .pg-ring{opacity:.35;border-radius:999px;animation:2.4s ease-out infinite pgPulse;position:absolute;inset:-3px}.pg-root .pg-scrim{z-index:3000;background:#14181f57;justify-content:flex-end;display:flex;position:fixed;inset:0}.pg-root .pg-drawer{background:var(--paper);width:720px;max-width:92vw;height:100vh;box-shadow:var(--shadow-pop);flex-direction:column;display:flex}.pg-root .pg-dw-head{position:initial;justify-content:space-between;align-items:center;padding:18px 22px 8px;display:flex}.pg-root .pg-dw-close{border:1px solid var(--ink-200);background:var(--paper);width:30px;height:30px;color:var(--ink-500);cursor:pointer;border-radius:8px;font-size:18px;line-height:1}.pg-root .pg-dw-sub{color:var(--ink-500);align-items:center;gap:9px;padding:0 22px 12px;font-size:12.5px;display:flex}.pg-root .pg-dw-sub .dot{background:var(--ink-300);border-radius:999px;width:3px;height:3px}.pg-root .pg-dw-tabs{border-bottom:1px solid var(--ink-200);gap:2px;padding:0 14px;display:flex}.pg-root .pg-dw-tab{color:var(--ink-500);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 11px;font-family:inherit;font-size:12.5px;font-weight:600;position:relative}.pg-root .pg-dw-tab.active{color:var(--ink-900);border-bottom-color:var(--accent)}.pg-root .pg-dw-tab .pg-tab-warn{background:var(--warn);border-radius:999px;width:6px;height:6px;position:absolute;top:8px;right:4px}.pg-root .pg-dw-body{flex:1;padding:18px 22px 40px;overflow-y:auto}.pg-root .pg-sec-title{letter-spacing:.5px;text-transform:uppercase;color:var(--ink-400);margin-bottom:8px;font-size:11px;font-weight:700}.pg-root .pg-input{border:1px solid var(--ink-200);outline:none;flex:1;font-family:inherit;font-size:13px;border-radius:7px!important;height:32px!important;padding:0 10px!important}.pg-root .pg-select{font-family:var(--font-family-mono);border:1px solid var(--ink-200);background:var(--paper);border-radius:6px;padding:4px 6px;font-size:12.5px}.pg-root .pg-warn{border-radius:8px;align-items:center;gap:8px;padding:7px 10px;font-size:12px;font-weight:600;display:flex}.pg-root .pg-warn.warn{color:#8a5e00;background:#fff3cc;border:1px solid #f0dfa6}.pg-root .pg-warn.bad{color:#9b2e22;background:#fbe6e2;border:1px solid #f1c8c2}.pg-root .pg-warn.info{color:#1b4f7e;background:#e9f0f9;border:1px solid #cbddf0}.pg-root .pg-field-label{letter-spacing:.5px;text-transform:uppercase;color:var(--ink-400);font-size:10px;font-weight:700}
