html,body,#root{height:100%;margin:0;padding:0}body{font-family:var(--wa-font-sans, system-ui, sans-serif);background:var(--wa-color-surface-default, #f7f7f7);color:var(--wa-color-text-normal, #222)}.app-shell{min-height:100vh;display:grid;grid-template-rows:26px 1fr;grid-template-areas:"header" "main"}.app-shell.with-nav{grid-template-columns:200px 1fr;grid-template-areas:"header header" "nav main"}.app-shell.no-nav{grid-template-columns:1fr}.app-header{grid-area:header;display:flex;align-items:center;gap:10px;padding:0 10px;background:var(--wa-color-surface-raised, #fff);border-bottom:1px solid var(--wa-color-surface-border, #e0e0e0);font-size:11px}.app-brand{font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:var(--wa-color-text-loud, #0d1117)}.app-campaign-chooser{font-size:11px;padding:2px 6px;border-radius:4px;border:1px solid var(--wa-color-surface-border, #dcdfe4);background:var(--wa-color-surface, #fff);color:var(--wa-color-text-loud, #0d1117);max-width:220px}.app-campaign-chooser:focus-visible{outline:2px solid var(--wa-color-brand-fill-loud, #4a6cf7);outline-offset:1px}.app-breadcrumb{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:var(--wa-color-text-quiet, #6b7480);padding-left:6px;border-left:1px solid var(--wa-color-surface-border, #dcdfe4)}.app-breadcrumb-sec{color:var(--wa-color-text-quiet, #6b7480)}.app-breadcrumb-sep{color:var(--wa-color-text-faint, #9aa1ab)}.app-breadcrumb-page{color:var(--wa-color-text-loud, #0d1117);font-weight:600}.app-header-spacer{flex:1}.app-model-label{font-size:10px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;color:var(--wa-color-text-quiet, #6b7480)}.app-model-toggle{display:inline-flex;border:1px solid var(--wa-color-surface-border, #dcdfe4);border-radius:5px;overflow:hidden}.app-model-toggle button{font:inherit;font-size:10px;font-weight:600;line-height:1;padding:3px 8px;border:0;background:transparent;color:var(--wa-color-text-quiet, #6b7480);cursor:pointer}.app-model-toggle button+button{border-left:1px solid var(--wa-color-surface-border, #dcdfe4)}.app-model-toggle button.active{background:var(--wa-color-brand-fill-loud, #1976d2);color:#fff}.app-model-toggle button:disabled{opacity:.45;cursor:not-allowed}.app-model-toggle button:not(.active):not(:disabled):hover{color:var(--wa-color-text-loud, #0d1117)}.app-env-tag{font-size:9px;font-weight:700;letter-spacing:.5px;padding:1px 6px;border-radius:3px;background:var(--wa-color-warning-fill-quiet, #fbf0db);color:var(--wa-color-warning-fill-loud, #c77700);border:1px solid color-mix(in srgb,var(--wa-color-warning-fill-loud, #c77700) 28%,transparent)}.app-env-tag.prod{background:var(--wa-color-success-fill-quiet, #e4f3e9);color:var(--wa-color-success-fill-loud, #2e8b4f);border-color:color-mix(in srgb,var(--wa-color-success-fill-loud, #2e8b4f) 28%,transparent)}.app-nav{grid-area:nav;padding:12px;background:var(--wa-color-surface-raised, #fff);border-right:1px solid var(--wa-color-surface-border, #e0e0e0)}.app-main{grid-area:main;overflow-x:auto}.nav-toggle{background:transparent;border:none;font-size:13px;cursor:pointer;padding:2px 6px;color:inherit;line-height:1;border-radius:3px}.nav-toggle:hover{background:var(--wa-color-surface-default, #f0f0f0)}.page-grid{max-width:none;margin:0;padding:16px 24px;display:grid;gap:10px}wa-card{--spacing: var(--wa-space-s, 10px);--inner-padding: 10px 12px}wa-card::part(body){padding:10px 12px}wa-card::part(header){padding:8px 12px}wa-card::part(footer){padding:8px 12px}.health-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px;vertical-align:1px}.health-dot.green{background:var(--wa-color-success-fill-loud, #2e7d32)}.health-dot.amber{background:var(--wa-color-warning-fill-loud, #ed6c02)}.health-dot.red{background:var(--wa-color-danger-fill-loud, #d32f2f)}.health-dot.unknown{background:var(--wa-color-neutral-fill-loud, #757575)}.health-dot.pending{background:var(--wa-color-brand-fill-loud, #1976d2)}.health-dot.missing{background:transparent;border:1.5px dashed var(--wa-color-danger-fill-loud, #d32f2f);width:6px;height:6px}table.health-table tr.missing-row td{color:var(--wa-color-text-quiet, #888)}table.health-table tr.missing-row td:first-child{font-style:italic}.inline-bar{display:inline-flex;align-items:center;gap:6px;width:100%;justify-content:flex-end}.inline-bar .bar-track{position:relative;flex:1 1 60px;max-width:80px;height:6px;background:var(--wa-color-surface-default, #eee);border-radius:3px;overflow:hidden}.inline-bar .bar-fill{position:absolute;top:0;left:0;height:100%;border-radius:3px;transition:width .12s ease}.inline-bar .bar-fill.green{background:var(--wa-color-success-fill-loud, #2e7d32)}.inline-bar .bar-fill.amber{background:var(--wa-color-warning-fill-loud, #ed6c02)}.inline-bar .bar-fill.red{background:var(--wa-color-danger-fill-loud, #d32f2f)}.inline-bar .bar-fill.unknown{background:var(--wa-color-neutral-fill-loud, #999)}.tabular{font-variant-numeric:tabular-nums}table.health-table{width:100%;border-collapse:collapse;font-size:13px}table.health-table th{text-align:center;padding:6px 10px;font-weight:500;font-size:11px;text-transform:uppercase;letter-spacing:.3px;color:var(--wa-color-text-quiet, #555);border-bottom:1px solid var(--wa-color-surface-border, #e0e0e0)}table.health-table td{padding:5px 10px;text-align:center;border-bottom:1px solid var(--wa-color-surface-border, #eee)}table.health-table th:first-child,table.health-table td:first-child,table.health-table .detail-cell{text-align:left}table.health-table tr.expandable{cursor:pointer}table.health-table tr.expandable:hover{background:var(--wa-color-surface-raised, #fafafa)}table.health-table td.expanded-detail{background:var(--wa-color-surface-raised, #fafafa);padding:12px 32px;font-size:12px;color:var(--wa-color-text-quiet, #555)}table.health-table tr.filter-row th{padding:4px 8px;text-transform:none;letter-spacing:normal;font-weight:400;border-bottom:1px solid var(--wa-color-surface-border, #e0e0e0)}table.health-table .col-filter{width:100%;padding:3px 6px;font-size:11px;font-family:inherit;border:1px solid var(--wa-color-surface-border, #d0d0d0);border-radius:3px;background:var(--wa-color-surface-default, #fff);color:inherit;box-sizing:border-box}table.health-table .col-filter:focus{outline:none;border-color:var(--wa-color-brand-fill-loud, #1976d2)}.colmenu-item{padding:4px 8px;font-size:12px;border-radius:3px;cursor:pointer;white-space:nowrap}.colmenu-item:hover{background:var(--wa-color-surface-default, #f0f0f0)}:root{--proj-accent: #1976d2;--proj-accent-quiet: #e6f0fb;--proj-shell-1: #51596a;--proj-shell-2: #1976d2;--proj-shell-3: #0e7c66;--proj-shell-4: #b45c00;--accent-intensity: .85}.proj-page{display:flex;flex-direction:column;min-width:0;background:var(--wa-color-surface-default, #f3f4f6)}.proj-accent-stripe{height:3px;background:var(--proj-accent);transition:background .15s ease}.proj-selector{position:sticky;top:0;z-index:40;background:#ffffffeb;-webkit-backdrop-filter:saturate(1.4) blur(6px);backdrop-filter:saturate(1.4) blur(6px);border-bottom:1px solid var(--wa-color-surface-border, #dcdfe4);display:flex;flex-direction:column}.proj-sel-row{display:flex;align-items:center;gap:12px;padding:7px 18px;min-height:44px;flex-wrap:wrap}.proj-sel-row+.proj-sel-row{border-top:1px solid var(--wa-color-surface-border, #dcdfe4)}.proj-sel-row-shell{background:var(--proj-accent-quiet);transition:background .15s ease}.proj-sel-spacer{flex:1}.proj-sel-group{display:flex;align-items:center;gap:7px}.proj-sel-label{font-size:10.5px;text-transform:uppercase;letter-spacing:.4px;color:var(--wa-color-text-quiet, #6b7480);font-weight:600}.proj-shell-explain{font-size:12.5px;color:var(--wa-color-text-normal, #1f2630);line-height:1.4}.proj-shell-explain b{color:var(--proj-accent);font-weight:700}.proj-quiet{color:var(--wa-color-text-quiet, #6b7480)}.proj-loading-pill{display:inline-flex;align-items:center;gap:7px;font-size:12px;color:var(--wa-color-text-quiet, #6b7480)}.proj-synthetic-chip{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--wa-color-warning-fill-loud, #c77700);background:var(--wa-color-warning-fill-quiet, #fbf0db);border:1px solid color-mix(in srgb,var(--wa-color-warning-fill-loud, #c77700) 28%,transparent);padding:3px 9px;border-radius:20px;white-space:nowrap;cursor:help}.proj-shells{display:inline-flex;background:var(--wa-color-surface-sunken, #eceef1);border-radius:6px;padding:3px;gap:2px}.proj-shell-tab{position:relative;border:none;background:transparent;font-family:inherit;font-size:13px;font-weight:600;color:var(--wa-color-text-quiet, #6b7480);height:26px;min-width:34px;padding:0 12px;border-radius:4px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:color .12s ease}.proj-shell-tab .proj-shell-dot{width:7px;height:7px;border-radius:50%}.proj-shell-tab[data-shell="1"] .proj-shell-dot{background:var(--proj-shell-1)}.proj-shell-tab[data-shell="2"] .proj-shell-dot{background:var(--proj-shell-2)}.proj-shell-tab[data-shell="3"] .proj-shell-dot{background:var(--proj-shell-3)}.proj-shell-tab[data-shell="4"] .proj-shell-dot{background:var(--proj-shell-4)}.proj-shell-tab:not(.active):not(:disabled):hover{color:var(--wa-color-text-normal, #1f2630)}.proj-shell-tab.active{background:#fff;color:var(--proj-accent);box-shadow:0 1px 2px #0d11171a}.proj-shell-tab:disabled{opacity:.4;cursor:not-allowed}.proj-dd{position:relative;display:inline-block}.proj-dd-trigger{display:inline-flex;align-items:center;gap:8px;height:32px;padding:0 10px;background:#fff;border:1px solid #c5cad1;border-radius:4px;font-family:inherit;font-size:13px;color:var(--wa-color-text-normal, #1f2630);cursor:pointer;white-space:nowrap}.proj-dd-trigger:hover{border-color:#9aa1ab}.proj-dd-trigger b{font-weight:600}.proj-dd-lbl{color:#9aa1ab;font-size:11px;text-transform:uppercase;letter-spacing:.4px;font-weight:600}.proj-caret{color:#9aa1ab;font-size:10px}.proj-dd-menu{position:absolute;top:calc(100% + 5px);left:0;min-width:280px;background:#fff;border:1px solid #c5cad1;border-radius:6px;box-shadow:0 6px 24px -6px #0d111738,0 2px 6px #0d111714;padding:5px;z-index:60;max-height:360px;overflow-y:auto}.proj-dd-search{width:100%;height:30px;padding:0 9px;margin-bottom:4px;border:1px solid var(--wa-color-surface-border, #dcdfe4);border-radius:4px;font-family:inherit;font-size:13px}.proj-dd-search:focus{outline:2px solid var(--proj-accent-quiet);border-color:var(--proj-accent)}.proj-dd-opt{display:flex;align-items:center;gap:8px;padding:7px 9px;border-radius:4px;cursor:pointer;font-size:13px}.proj-dd-opt:hover{background:var(--wa-color-surface-sunken, #eceef1)}.proj-dd-opt.sel{background:var(--proj-accent-quiet);color:var(--proj-accent);font-weight:600}.proj-dd-opt-2line{flex-direction:column;align-items:stretch;gap:3px}.proj-ddo-main{display:flex;align-items:center;gap:8px}.proj-ddo-main .proj-tag{margin-left:auto}.proj-ddo-sub{font-size:12px;color:var(--wa-color-text-quiet, #6b7480)}.proj-dd-opt-2line.sel .proj-ddo-sub{color:var(--proj-accent)}.proj-tag{font-size:10px;padding:1px 6px;border-radius:20px;background:var(--wa-color-surface-sunken, #eceef1);color:var(--wa-color-text-quiet, #6b7480);text-transform:uppercase;letter-spacing:.3px;font-weight:600}.proj-dd-group-h{font-size:10px;text-transform:uppercase;letter-spacing:.5px;color:#9aa1ab;font-weight:700;padding:8px 9px 3px}.proj-run-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--wa-color-text-normal, #1f2630);background:none;border:none;cursor:pointer;font-family:inherit;padding:4px 6px;border-radius:4px}.proj-run-link:hover{background:var(--wa-color-surface-sunken, #eceef1)}.proj-run-link b{color:var(--proj-accent);font-weight:600}.proj-refresh{color:#9aa1ab;font-size:13px}.proj-grid{display:flex;flex-direction:column;gap:10px;padding:14px 18px 60px;max-width:1404px;width:100%}.proj-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:2px}.proj-head h1{margin:0;font-size:24px;font-weight:600;letter-spacing:-.4px;color:#0d1117}.proj-sub{margin:2px 0 0;font-size:13px;color:var(--wa-color-text-quiet, #6b7480)}.proj-crumbs{font-size:12px;color:#9aa1ab;margin-bottom:3px}.proj-crumbs b{color:var(--wa-color-text-quiet, #6b7480);font-weight:600}.proj-info-wrap{position:relative;display:inline-block;margin-left:4px;vertical-align:middle}.proj-info-ic{display:inline-block;width:14px;height:14px;vertical-align:-2px;color:#9aa1ab;cursor:help;flex:none}.proj-info-wrap:hover .proj-info-ic,.proj-info-wrap:focus-within .proj-info-ic{border-color:var(--proj-accent);color:var(--proj-accent)}.proj-info-tip{position:absolute;bottom:calc(100% + 8px);left:-4px;background:#1f2630;color:#fff;font-size:12px;font-weight:400;line-height:1.45;letter-spacing:normal;text-transform:none;padding:9px 11px;border-radius:4px;width:max-content;max-width:280px;white-space:normal;text-align:left;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .12s ease,visibility .12s ease;z-index:200;box-shadow:0 6px 24px -6px #0d111747,0 2px 6px #0d11171a}.proj-info-wrap:hover .proj-info-tip,.proj-info-wrap:focus-within .proj-info-tip{opacity:1;visibility:visible}.proj-info-tip:after{content:"";position:absolute;top:100%;left:10px;border:5px solid transparent;border-top-color:#1f2630}.proj-tiles-stack{display:flex;flex-direction:column;gap:10px}.proj-tiles-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}@media (max-width: 720px){.proj-tiles-row{grid-template-columns:1fr}}.proj-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(186px,1fr));gap:10px}.proj-tile{background:#fff;border:1px solid var(--wa-color-surface-border, #dcdfe4);border-radius:6px;box-shadow:0 1px 2px #0d11170d;padding:12px;min-height:116px;display:flex;flex-direction:column;gap:2px;position:relative;overflow:visible}.proj-tile.is-key{box-shadow:0 1px 2px #0d11170d,inset 0 0 0 1px color-mix(in srgb,var(--proj-accent) 30%,transparent)}.proj-tile-label{display:flex;align-items:center;gap:5px;font-size:11px;text-transform:uppercase;letter-spacing:.3px;color:var(--wa-color-text-quiet, #6b7480);font-weight:600}.proj-tile-num{font-size:28px;font-weight:600;letter-spacing:-.6px;color:#0d1117;line-height:1.1;margin-top:7px;font-variant-numeric:tabular-nums}.proj-tile-num .accent{color:color-mix(in srgb,var(--proj-accent) calc(100% * var(--accent-intensity)),#0d1117)}.proj-tile-band{font-size:12px;color:var(--wa-color-text-quiet, #6b7480);font-variant-numeric:tabular-nums;margin-top:1px}.proj-tile-denom{font-size:11px;color:#9aa1ab;margin-top:auto;padding-top:7px}.proj-tile-spark{display:flex;gap:3px;margin-top:6px;align-items:flex-end;height:16px}.proj-tile-spark i{flex:1;background:color-mix(in srgb,var(--proj-accent) 30%,var(--wa-color-surface-sunken, #eceef1));border-radius:1px}.proj-tile-sub{margin-top:8px;display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.proj-tile-sub-num{font-size:15px;font-weight:600;color:var(--wa-color-text-normal, #1f2630);font-variant-numeric:tabular-nums}.proj-tile-sub-label{font-size:11px;color:var(--wa-color-text-quiet, #6b7480)}.proj-tile.loading .proj-tile-num,.proj-tile.loading .proj-tile-band,.proj-tile.loading .proj-tile-denom,.proj-tile.loading .proj-tile-spark,.proj-tile.loading .proj-tile-sub{visibility:hidden}.proj-tile-spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center}.proj-tile.loading .proj-tile-spinner{display:flex}.proj-card{background:#fff;border:1px solid var(--wa-color-surface-border, #dcdfe4);border-radius:6px;box-shadow:0 1px 2px #0d11170d;position:relative}.proj-card-head{display:flex;align-items:center;gap:8px;padding:8px 12px;border-bottom:1px solid var(--wa-color-surface-border, #dcdfe4)}.proj-card-head strong{font-size:13px;font-weight:700;color:#0d1117}.proj-card-body{padding:10px 12px}.proj-head-sp{flex:1}.proj-card-loading .proj-card-body>svg,.proj-card-loading .proj-mc-caption{opacity:.35}.proj-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:color-mix(in srgb,#fff 72%,transparent);-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;border-radius:6px;z-index:15}.proj-card-overlay span{font-size:12px;color:var(--wa-color-text-quiet, #6b7480)}.proj-mc-toggle{display:inline-flex;gap:2px;background:var(--wa-color-surface-sunken, #eceef1);border-radius:4px;padding:2px}.proj-mc-toggle button{border:none;background:transparent;font-family:inherit;font-size:12px;font-weight:600;color:var(--wa-color-text-quiet, #6b7480);padding:4px 10px;border-radius:3px;cursor:pointer}.proj-mc-toggle button.on{background:#fff;color:var(--proj-accent);box-shadow:0 1px 2px #00000014}.proj-mc-wrap{position:relative;aspect-ratio:3 / 1}.proj-mc-caption{font-size:12px;color:var(--wa-color-text-quiet, #6b7480);font-family:ui-monospace,SF Mono,Menlo,monospace;margin-top:4px;padding:0 2px}.proj-mc-k{color:var(--wa-color-text-faint, #9aa1ab)}.proj-explorer{display:grid;grid-template-columns:50% 50%}@media (max-width: 1080px){.proj-explorer{grid-template-columns:1fr}.proj-exp-map{border-right:none;border-bottom:1px solid var(--wa-color-surface-border, #dcdfe4)}}.proj-exp-map{border-right:1px solid var(--wa-color-surface-border, #dcdfe4);padding:10px 12px;display:flex;flex-direction:column;gap:8px}.proj-exp-table{padding:0;display:flex;flex-direction:column;min-width:0}.proj-metric-pills{display:inline-flex;gap:4px;background:var(--wa-color-surface-sunken, #eceef1);padding:3px;border-radius:4px}.proj-metric-pills button{border:none;background:transparent;font-family:inherit;font-size:12px;font-weight:600;color:var(--wa-color-text-quiet, #6b7480);padding:4px 11px;border-radius:3px;cursor:pointer}.proj-metric-pills button.on{background:#fff;color:var(--proj-accent);box-shadow:0 1px 2px #00000014}.proj-map-canvas{position:relative;width:100%;aspect-ratio:1 / .82;background:var(--wa-color-surface-sunken, #eceef1);border-radius:6px;overflow:hidden}.proj-map-canvas svg{width:100%;height:100%;display:block}.proj-mtv{font-variant-numeric:tabular-nums}.proj-leaflet-wrap{position:relative;width:100%;aspect-ratio:1 / .82;border-radius:6px;overflow:hidden;border:1px solid var(--wa-color-surface-border, #dcdfe4)}.proj-leaflet-wrap .leaflet-container{background:#f6f3ee;font-family:inherit}.proj-leaflet-wrap .leaflet-control-zoom a{border-radius:3px;color:var(--wa-color-text-normal, #1f2630);border:1px solid var(--wa-color-surface-border-strong, #c5cad1);background:#fffffff5}.proj-leaflet-wrap .leaflet-control-attribution{font-size:10px;background:#ffffffc7;padding:1px 6px}.proj-leaflet-tip{background:#1f2630;color:#fff;font-size:12px;line-height:1.4;padding:6px 9px;border:none;border-radius:4px;box-shadow:0 6px 24px -6px #0d111747,0 2px 6px #0d11171a;font-variant-numeric:tabular-nums;white-space:nowrap}.proj-leaflet-tip b{font-weight:700}.proj-leaflet-tip:before{display:none!important}.proj-leaflet-legend{position:absolute;left:10px;bottom:10px;z-index:500;display:flex;align-items:center;gap:7px;background:#ffffffeb;border:1px solid var(--wa-color-surface-border, #dcdfe4);border-radius:4px;padding:4px 8px;font-size:11px;color:var(--wa-color-text-quiet, #6b7480);font-variant-numeric:tabular-nums;box-shadow:0 1px 3px #0d111714}.proj-leaflet-legend-bar{display:inline-block;width:110px;height:8px;border-radius:2px}.proj-reset-zoom-btn{display:block;width:30px;height:30px;margin-top:6px;background:#fffffff5;border:1px solid var(--wa-color-surface-border-strong, #c5cad1);border-radius:3px;color:var(--wa-color-text-normal, #1f2630);font-size:16px;line-height:28px;text-align:center;cursor:pointer;font-weight:600;box-shadow:0 1px 2px #0d11170f}.proj-reset-zoom-btn:hover{background:#fff;color:var(--proj-accent);border-color:var(--proj-accent)}.proj-basemap-chips{position:absolute;left:10px;top:10px;z-index:500;display:flex;align-items:center;gap:6px}.proj-basemap-pills{display:inline-flex;background:#fffffff5;padding:3px;border:1px solid var(--wa-color-surface-border, #dcdfe4);border-radius:4px;box-shadow:0 1px 3px #0d111714;gap:2px}.proj-basemap-pills button{border:none;background:transparent;font-family:inherit;font-size:11px;font-weight:600;color:var(--wa-color-text-quiet, #6b7480);padding:3px 9px;border-radius:3px;cursor:pointer;white-space:nowrap}.proj-basemap-pills button.on{background:var(--wa-color-surface-sunken, #eceef1);color:var(--proj-accent)}.proj-basemap-pills button:hover:not(.on){color:var(--wa-color-text-normal, #1f2630)}.proj-labels-toggle{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;color:var(--wa-color-text-quiet, #6b7480);background:#fffffff5;border:1px solid var(--wa-color-surface-border, #dcdfe4);border-radius:4px;padding:4px 8px 4px 6px;cursor:pointer;-webkit-user-select:none;user-select:none;box-shadow:0 1px 3px #0d111714;white-space:nowrap}.proj-labels-toggle.on{color:var(--proj-accent)}.proj-labels-toggle input{margin:0;accent-color:var(--proj-accent);cursor:pointer}.proj-map-placeholder{width:100%;aspect-ratio:1 / .82;border-radius:6px;border:1px dashed var(--wa-color-surface-border-strong, #c5cad1);background:var(--wa-color-surface-sunken, #eceef1);display:flex;align-items:center;justify-content:center;text-align:center;padding:24px;color:var(--wa-color-text-quiet, #6b7480);font-size:13px;line-height:1.5}.proj-tbl-scroll{overflow:auto;max-height:520px}table.proj-ptbl{width:100%;border-collapse:collapse;font-variant-numeric:tabular-nums}table.proj-ptbl th{position:sticky;top:0;z-index:3;background:var(--wa-color-surface-sunken, #eceef1);font-size:10.5px;text-transform:uppercase;letter-spacing:.2px;font-weight:700;color:var(--wa-color-text-quiet, #6b7480);text-align:right;padding:7px 5px;white-space:nowrap;border-bottom:1px solid #c5cad1;cursor:default}table.proj-ptbl th:first-child,table.proj-ptbl td:first-child{text-align:left;padding-left:11px}table.proj-ptbl th:last-child,table.proj-ptbl td:last-child{padding-right:11px}table.proj-ptbl th .proj-th-in{display:inline-flex;align-items:center;gap:3px;justify-content:flex-end}table.proj-ptbl th:first-child .proj-th-in{justify-content:flex-start}.proj-colmenu-btn{border:none;background:transparent;cursor:pointer;color:var(--wa-color-text-faint, #9aa1ab);font-size:11px;line-height:1;padding:1px 2px;border-radius:3px;opacity:0;transition:opacity .12s ease}table.proj-ptbl th:hover .proj-colmenu-btn{opacity:1;color:var(--wa-color-text-normal, #1f2630)}.proj-colmenu-btn.active{color:var(--proj-accent);background:var(--proj-accent-quiet);opacity:1}.proj-sort-caret{font-size:9px;color:var(--proj-accent)}table.proj-ptbl td{font-size:12px;text-align:right;padding:6px 5px;border-bottom:1px solid var(--wa-color-surface-border, #dcdfe4);color:var(--wa-color-text-normal, #1f2630);white-space:nowrap}table.proj-ptbl tbody tr{cursor:pointer}table.proj-ptbl tbody tr:hover td{background:#fff}table.proj-ptbl tbody tr.sel td{background:var(--proj-accent-quiet)}table.proj-ptbl td.proj-pname{font-weight:600;color:#0d1117}table.proj-ptbl td .proj-swatch{display:inline-block;width:8px;height:8px;border-radius:2px;margin-right:6px;vertical-align:middle}table.proj-ptbl tfoot td{position:sticky;bottom:0;z-index:3;background:#f7f8fa;font-weight:700;color:#0d1117;border-top:2px solid #c5cad1;font-size:12px}table.proj-ptbl tfoot tr.proj-sel-total td{bottom:33px;background:var(--proj-accent-quiet);color:var(--proj-accent);border-top:1px solid color-mix(in srgb,var(--proj-accent) 30%,transparent)}table.proj-ptbl tfoot tr.proj-sel-total td.proj-pname{color:var(--proj-accent)}.proj-cols-btn{display:inline-flex;align-items:center;gap:6px;height:26px;padding:0 10px;font-family:inherit;font-size:12px;font-weight:600;color:var(--wa-color-text-quiet, #6b7480);background:#fff;border:1px solid #c5cad1;border-radius:4px;cursor:pointer}.proj-cols-btn:hover{border-color:var(--wa-color-text-faint, #9aa1ab);color:var(--wa-color-text-normal, #1f2630)}.proj-sel-hint{font-size:11px;color:var(--proj-accent);font-weight:600}.proj-colmenu{position:fixed;z-index:210;width:220px;background:#fff;border:1px solid #c5cad1;border-radius:6px;box-shadow:0 6px 24px -6px #0d111738,0 2px 6px #0d111714;padding:6px}.proj-colmenu .proj-cm-row{display:flex;align-items:center;gap:8px;padding:7px 8px;border-radius:4px;cursor:pointer;font-size:13px}.proj-colmenu .proj-cm-row:hover{background:var(--wa-color-surface-sunken, #eceef1)}.proj-colmenu .proj-cm-sep{height:1px;background:var(--wa-color-surface-border, #dcdfe4);margin:5px 2px}.proj-colmenu .proj-cm-search{width:100%;height:30px;padding:0 9px;border:1px solid var(--wa-color-surface-border, #dcdfe4);border-radius:4px;font-family:inherit;font-size:13px;margin-bottom:4px}.proj-colmenu .proj-cm-lbl{font-size:10.5px;text-transform:uppercase;letter-spacing:.4px;color:var(--wa-color-text-faint, #9aa1ab);font-weight:700;padding:4px 8px 2px}.proj-cols-menu{width:200px}.proj-cbox{width:15px;height:15px;border-radius:3px;border:1.5px solid var(--wa-color-text-faint, #9aa1ab);flex:none;display:grid;place-items:center;color:#fff;font-size:10px}.proj-wadetails-summary{display:flex;align-items:center;gap:9px;padding:10px 12px;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:13px;font-weight:700;color:#0d1117}.proj-wadetails-summary .proj-chev{transition:transform .15s ease;color:var(--wa-color-text-quiet, #6b7480);font-size:11px}.proj-wadetails.open .proj-wadetails-summary .proj-chev{transform:rotate(90deg)}.proj-smeta{margin-left:auto;font-size:12px;font-weight:400;color:var(--wa-color-text-quiet, #6b7480);font-family:ui-monospace,SF Mono,Menlo,monospace}.proj-wadetails-body{padding:4px 14px 16px;border-top:1px solid var(--wa-color-surface-border, #dcdfe4)}.proj-diag-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 28px}@media (max-width: 760px){.proj-diag-grid{grid-template-columns:1fr}}dl.proj-diag{margin:0}dl.proj-diag>div{display:grid;grid-template-columns:168px 1fr;gap:10px;padding:7px 0;border-bottom:1px dashed var(--wa-color-surface-border, #dcdfe4)}dl.proj-diag dt{color:var(--wa-color-text-quiet, #6b7480);font-size:12.5px;display:flex;align-items:center;gap:5px}dl.proj-diag dd{margin:0;font-size:12.5px;color:var(--wa-color-text-normal, #1f2630);font-variant-numeric:tabular-nums}dl.proj-diag dd.mono{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:12px;color:#0d1117}.proj-diag-tag{font-size:10px;padding:1px 7px;border-radius:20px;font-weight:600}.proj-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#0d11175c;display:flex;align-items:flex-start;justify-content:center;padding:60px 20px}.proj-dialog{background:#fff;border-radius:10px;box-shadow:0 20px 60px -12px #0d11176b;width:100%;max-width:520px;max-height:calc(100vh - 120px);display:flex;flex-direction:column;overflow:hidden;animation:proj-dialog-pop .14s cubic-bezier(.2,.8,.3,1)}.proj-dialog.wide{max-width:640px}@keyframes proj-dialog-pop{0%{transform:translateY(8px) scale(.98)}}.proj-dialog-head{display:flex;align-items:center;padding:14px 18px;border-bottom:1px solid var(--wa-color-surface-border, #dcdfe4)}.proj-dialog-head h3{margin:0;font-size:16px;font-weight:700;color:#0d1117}.proj-dialog-x{margin-left:auto;border:none;background:none;cursor:pointer;font-size:18px;color:var(--wa-color-text-quiet, #6b7480);width:28px;height:28px;border-radius:5px;display:grid;place-items:center}.proj-dialog-x:hover{background:var(--wa-color-surface-sunken, #eceef1)}.proj-dialog-body{padding:16px 18px;overflow-y:auto}.proj-dialog-foot{display:flex;align-items:center;gap:10px;padding:12px 18px;border-top:1px solid var(--wa-color-surface-border, #dcdfe4);background:#fafbfc}.proj-field{margin-bottom:16px}.proj-flbl{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.4px;font-weight:700;color:var(--wa-color-text-quiet, #6b7480);margin-bottom:7px}.proj-radio-row{display:flex;gap:8px;flex-wrap:wrap}.proj-radio-chip{display:flex;align-items:center;gap:7px;cursor:pointer;border:1px solid #c5cad1;border-radius:4px;padding:7px 12px;font-size:13px;background:#fff}.proj-radio-chip:hover{border-color:var(--wa-color-text-faint, #9aa1ab)}.proj-radio-chip.on{border-color:var(--proj-accent);background:var(--proj-accent-quiet);color:var(--proj-accent);font-weight:600}.proj-rdot{width:13px;height:13px;border-radius:50%;border:1.5px solid var(--wa-color-text-faint, #9aa1ab);flex:none}.proj-radio-chip.on .proj-rdot{border-color:var(--proj-accent);border-width:4px}.proj-col-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2px 18px}.proj-checkrow{display:flex;align-items:center;gap:9px;padding:5px 4px;border-radius:4px;cursor:pointer;font-size:13px}.proj-checkrow:hover{background:var(--wa-color-surface-sunken, #eceef1)}.proj-checkrow.locked{opacity:.75;cursor:not-allowed}.proj-checkrow.on .proj-cbox{background:var(--proj-accent);border-color:var(--proj-accent)}.proj-ctag{margin-left:auto;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:11px;color:var(--wa-color-text-faint, #9aa1ab)}.proj-checkrow code{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:12px}.proj-fname-preview{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:12px;color:#0d1117;background:var(--wa-color-surface-sunken, #eceef1);border:1px solid var(--wa-color-surface-border, #dcdfe4);border-radius:4px;padding:8px 10px;word-break:break-all}table.proj-runtbl{width:100%;border-collapse:collapse;font-size:12.5px}table.proj-runtbl th{text-align:left;font-size:10.5px;text-transform:uppercase;letter-spacing:.3px;color:var(--wa-color-text-quiet, #6b7480);font-weight:700;padding:6px 8px;border-bottom:1px solid #c5cad1}table.proj-runtbl td{padding:8px;border-bottom:1px solid var(--wa-color-surface-border, #dcdfe4);font-variant-numeric:tabular-nums}table.proj-runtbl tr.cur td{background:var(--proj-accent-quiet)}table.proj-runtbl tr{cursor:pointer}table.proj-runtbl tr:hover td{background:var(--wa-color-surface-sunken, #eceef1)}.proj-runid{font-family:ui-monospace,SF Mono,Menlo,monospace;font-weight:600;color:var(--proj-accent)}.proj-curtag{font-size:10px;background:var(--proj-accent);color:#fff;padding:1px 7px;border-radius:20px;margin-left:6px}.page-explainer{margin:8px 0 12px;padding:10px 12px;background:var(--wa-color-surface-raised, #fff);border:1px solid var(--wa-color-surface-border, #dcdfe4);border-left:3px solid var(--wa-color-brand-fill-loud, #4a6cf7);border-radius:6px;font-size:12.5px;line-height:1.45}.page-explainer-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.page-explainer-title{font-weight:700;font-size:11.5px;letter-spacing:.2px;text-transform:uppercase;color:var(--wa-color-text-quiet, #6b7480)}.page-explainer-close{background:none;border:none;cursor:pointer;font-size:16px;line-height:1;padding:2px 6px;color:var(--wa-color-text-faint, #9aa1ab);border-radius:4px}.page-explainer-close:hover{background:var(--wa-color-surface-sunken, #eceef1);color:var(--wa-color-text-loud, #0d1117)}.page-explainer-body{display:grid;gap:6px}.page-explainer-row{display:grid;grid-template-columns:130px 1fr;gap:10px;align-items:baseline}.page-explainer-label{font-size:10.5px;text-transform:uppercase;letter-spacing:.3px;color:var(--wa-color-text-quiet, #6b7480);font-weight:700}.page-explainer-text{color:var(--wa-color-text-loud, #0d1117)}.page-explainer-collapsed{margin:4px 0 8px}.page-explainer-show{background:none;border:none;cursor:pointer;font-size:11px;color:var(--wa-color-text-quiet, #6b7480);padding:2px 0;text-decoration:underline;text-decoration-style:dotted}.page-explainer-show:hover{color:var(--wa-color-brand-fill-loud, #4a6cf7)}@media (max-width: 720px){.page-explainer-row{grid-template-columns:1fr;gap:2px}}.action-prompts{margin:0 0 14px;padding:8px 12px;background:var(--wa-color-surface-sunken, #f6f7f9);border:1px dashed var(--wa-color-surface-border, #dcdfe4);border-radius:6px;font-size:12.5px}.action-prompts-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.action-prompts-title{font-weight:700;font-size:11px;letter-spacing:.2px;text-transform:uppercase;color:var(--wa-color-text-quiet, #6b7480)}.action-prompts-close{background:none;border:none;cursor:pointer;font-size:14px;line-height:1;padding:2px 6px;color:var(--wa-color-text-faint, #9aa1ab)}.action-prompts-close:hover{color:var(--wa-color-text-loud, #0d1117)}.action-prompts-list{list-style:none;margin:0;padding:0;display:grid;gap:4px}.action-prompt{display:flex;align-items:baseline;gap:8px;padding:2px 0}.action-prompt-link a{color:inherit;text-decoration:none;display:flex;align-items:baseline;gap:8px}.action-prompt-link a:hover .action-prompt-text{color:var(--wa-color-brand-fill-loud, #4a6cf7)}.action-prompt-badge{font-size:9.5px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;padding:1px 6px;border-radius:3px;flex-shrink:0;min-width:64px;text-align:center}.action-prompt-badge.level-note{background:color-mix(in srgb,var(--wa-color-neutral-fill-loud, #6b7480) 14%,transparent);color:var(--wa-color-text-quiet, #6b7480)}.action-prompt-badge.level-suggestion{background:color-mix(in srgb,var(--wa-color-brand-fill-loud, #4a6cf7) 14%,transparent);color:var(--wa-color-brand-fill-loud, #4a6cf7)}.action-prompt-text{color:var(--wa-color-text-loud, #0d1117)}.login-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--wa-color-surface-default, #0f1115);padding:24px}.login-loading{color:var(--wa-color-text-quiet, #888);font-size:14px}.login-card{width:100%;max-width:340px;display:flex;flex-direction:column;gap:10px;padding:28px 26px 22px;border-radius:10px;background:var(--wa-color-surface-raised, #181b21);border:1px solid var(--wa-color-surface-border, #2a2f38);box-shadow:0 8px 30px #00000059}.login-brand{font-size:26px;font-weight:700;letter-spacing:.12em}.login-sub{font-size:12px;color:var(--wa-color-text-quiet, #8a909a);margin-bottom:12px}.login-label{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--wa-color-text-quiet, #8a909a)}.login-input{font-size:15px;padding:9px 11px;border-radius:6px;border:1px solid var(--wa-color-surface-border, #2a2f38);background:var(--wa-color-surface-default, #0f1115);color:inherit}.login-input:focus{outline:none;border-color:var(--wa-color-brand-fill-loud, #4f8cff)}.login-btn{margin-top:6px;padding:9px 11px;border-radius:6px;border:none;font-size:14px;font-weight:600;cursor:pointer;color:#fff;background:var(--wa-color-brand-fill-loud, #3b6fe0)}.login-btn:disabled{opacity:.55;cursor:default}.login-error{font-size:12px;color:#ff6b6b}.login-foot{margin-top:10px;font-size:11px;line-height:1.4;color:var(--wa-color-text-quiet, #8a909a)}
