@font-face{font-family:"Exo 2";src:url(/fonts/Exo2-VariableFont_wght.ttf) format("truetype-variations");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:"Exo 2";src:url(/fonts/Exo2-Italic-VariableFont_wght.ttf) format("truetype-variations");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:"Source Sans 3";src:url(/fonts/SourceSans3-VariableFont_wght.ttf) format("truetype-variations");font-weight:200 900;font-style:normal;font-display:swap}@font-face{font-family:"Source Sans 3";src:url(/fonts/SourceSans3-Italic-VariableFont_wght.ttf) format("truetype-variations");font-weight:200 900;font-style:italic;font-display:swap}:root{--color-primary: #2c2117;--color-primary-hover: #1a1410;--color-gold: #d4a017;--color-gold-hover: #b58812;--color-rust: #7a3e1d;--color-rust-hover: #5e2f15;--color-ink: #2c2117;--color-body: #4a4036;--color-muted: #6b6358;--color-line: #e7e1d6;--color-surface: #ffffff;--color-surface-warm: #f7f2e9;--color-surface-sand: #efe7d8;--color-surface-dark: #2c2117;--color-success: #3f7d4e;--color-sale: #b23a2f;--color-warning: #c8841a;--color-info: #4a6e84;--color-error: #b23a2f;--font-head: "Exo 2", system-ui, -apple-system, "Segoe UI", sans-serif;--font-body: "Source Sans 3", system-ui, -apple-system, "Segoe UI", sans-serif;--text-h1: clamp(28px, 3.2vw, 38px);--text-h2: clamp(22px, 2.4vw, 28px);--text-h3: 20px;--text-h4: 17px;--text-body-l: 17px;--text-body: 15px;--text-body-s: 13.5px;--text-caption: 12.5px;--text-overline: 11px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 18px;--radius-xl: 24px;--radius-pill: 999px;--shadow-sm: 0 1px 2px rgba(44, 33, 23, .06);--shadow-md: 0 4px 12px rgba(44, 33, 23, .1);--shadow-lg: 0 12px 28px rgba(44, 33, 23, .14);--shadow-gold: 0 10px 26px rgba(212, 160, 23, .32);--gf-sidebar: 248px;color-scheme:light;--bb-surface: var(--color-surface);--bb-page: var(--color-surface-warm);--bb-ink-primary: var(--color-ink);--bb-ink-secondary: var(--color-body);--bb-ink-muted: var(--color-muted);--bb-gridline: var(--color-line);--bb-border: rgba(44, 33, 23, .1);--bb-status-good: var(--color-success);--bb-status-critical: var(--color-error);--bb-status-unknown: var(--color-muted)}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--font-body);background:var(--bb-page);color:var(--bb-ink-primary);-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-head);color:var(--color-primary)}button{font-family:inherit;cursor:pointer;border-radius:var(--radius-sm);border:1px solid var(--color-line);background:var(--color-surface);color:var(--color-ink);padding:6px 14px}button:hover{background:var(--color-surface-sand)}button:active:not(:disabled){transform:translateY(1px)}button:disabled{cursor:default}:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px}.ch-h2{font-family:var(--font-head);font-weight:600;font-size:var(--text-h2);line-height:1.2;color:var(--color-ink);margin:0}.ch-h3{font-family:var(--font-head);font-weight:600;font-size:var(--text-h3);line-height:1.3;color:var(--color-ink);margin:0}.ch-h4{font-family:var(--font-head);font-weight:600;font-size:var(--text-h4);line-height:1.35;color:var(--color-ink);margin:0}.ch-body{font-family:var(--font-body);font-weight:400;font-size:var(--text-body);line-height:1.6;color:var(--color-body);margin:0}.ch-body-s{font-family:var(--font-body);font-weight:400;font-size:var(--text-body-s);line-height:1.55;color:var(--color-body);margin:0}.ch-caption{font-family:var(--font-body);font-weight:400;font-size:var(--text-caption);line-height:1.4;color:var(--color-muted);margin:0}.ch-overline{font-family:var(--font-body);font-weight:600;font-size:var(--text-overline);line-height:1.4;letter-spacing:.18em;text-transform:uppercase;color:var(--color-rust)}.gf-app{display:grid;grid-template-columns:var(--gf-sidebar) 1fr;min-height:100vh}.gf-side{background:var(--color-surface-dark);color:#efe7d8;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;border-right:1px solid rgba(255,255,255,.06)}.gf-brand{display:flex;align-items:center;gap:12px;padding:22px 22px 18px;border:0;background:transparent;width:100%;text-align:left;cursor:pointer}.gf-brand .gf-brand-name{font-family:var(--font-head);font-weight:700;font-size:17px;color:#fff;letter-spacing:-.01em;line-height:1}.gf-brand .gf-brand-sub{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--color-gold);margin-top:3px}.gf-nav{padding:8px 12px;flex:1;overflow-y:auto}.gf-nav-group{margin-top:18px}.gf-nav-group:first-child{margin-top:4px}.gf-nav-label{font-size:10.5px;letter-spacing:.18em;text-transform:uppercase;color:#8c7f6e;padding:0 12px 8px}.gf-nav-item{display:flex;align-items:center;gap:12px;width:100%;border:0;background:transparent;color:#c9bda8;text-align:left;font-size:14.5px;font-weight:500;font-family:var(--font-body);padding:10px 12px;border-radius:var(--radius-sm);cursor:pointer;position:relative;transition:background .14s ease,color .14s ease}.gf-nav-item svg{width:19px;height:19px;flex:0 0 auto;stroke-width:1.9}.gf-nav-item:hover{background:#ffffff0d;color:#f3ecdd}.gf-nav-item.is-active{background:#d4a01721;color:#fff}.gf-nav-item.is-active:before{content:"";position:absolute;left:-12px;top:7px;bottom:7px;width:3px;border-radius:0 3px 3px 0;background:var(--color-gold)}.gf-nav-item.is-active svg{color:var(--color-gold)}.gf-side-foot{border-top:1px solid rgba(255,255,255,.07);padding:14px 18px;display:flex;align-items:center;gap:11px}.gf-side-foot .gf-ava{width:34px;height:34px;border-radius:var(--radius-pill);background:var(--color-gold);color:var(--color-ink);display:grid;place-items:center;font-family:var(--font-head);font-weight:700;font-size:14px;flex:0 0 auto}.gf-side-foot .gf-foot-txt{min-width:0;flex:1}.gf-side-foot .nm{font-size:13.5px;color:#f3ecdd;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gf-side-foot .rl{font-size:11.5px;color:#8c7f6e}.gf-side-foot .gf-logout{border:0;background:transparent;color:#8c7f6e;cursor:pointer;padding:6px;border-radius:var(--radius-sm);display:grid;place-items:center}.gf-side-foot .gf-logout:hover{color:#f3ecdd;background:#ffffff0f}.gf-side-foot .gf-logout svg{width:17px;height:17px;stroke-width:1.9}.gf-main{display:flex;flex-direction:column;min-width:0}.gf-top{display:flex;align-items:center;gap:16px;padding:16px 32px;background:#ffffffd1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--color-line);position:sticky;top:0;z-index:20}.gf-top .gf-eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--color-rust);font-weight:600}.gf-top h1{font-family:var(--font-head);font-weight:700;font-size:23px;color:var(--color-ink);margin:2px 0 0;letter-spacing:-.01em}.gf-top .gf-spacer{flex:1}.gf-content{padding:28px 32px 56px;max-width:1320px;width:100%}.gf-pill{display:inline-flex;align-items:center;gap:8px;height:38px;padding:0 14px;background:#fff;border:1px solid var(--color-line);border-radius:var(--radius-pill);font-size:13.5px;font-weight:600;color:var(--color-ink);font-family:var(--font-body);cursor:pointer;transition:border-color .14s,box-shadow .14s}.gf-pill svg{width:15px;height:15px;stroke-width:2;color:var(--color-muted)}.gf-pill:hover:not(:disabled){border-color:var(--color-gold)}.gf-pill:disabled{cursor:default;opacity:.6}.gf-select{height:38px;padding:0 34px 0 14px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236B6358' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 13px center;border:1px solid var(--color-line);border-radius:var(--radius-pill);font-family:var(--font-body);font-size:13.5px;font-weight:600;color:var(--color-ink);-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.gf-select:focus{outline:none;border-color:var(--color-gold);box-shadow:0 0 0 3px #d4a0172e}.gf-field{display:flex;align-items:center;gap:8px}.gf-field .ch-body-s{color:var(--color-ink);font-weight:600}.gf-table-wrap{overflow-x:auto;background:var(--color-surface);border:1px solid var(--color-line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}table.gf-table{width:100%;border-collapse:collapse;font-size:13.5px}.gf-table th{text-align:left;font-weight:600;color:var(--color-muted);font-size:11px;letter-spacing:.1em;text-transform:uppercase;padding:14px 16px;border-bottom:1px solid var(--color-line);white-space:nowrap}.gf-table td{padding:13px 16px;border-bottom:1px solid var(--color-line);color:var(--color-body);vertical-align:middle}.gf-table tbody tr:last-child td{border-bottom:0}.gf-table .strong{font-weight:600;color:var(--color-ink)}.bb-badge{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-body);font-size:12px;font-weight:600;padding:3px 10px;border-radius:var(--radius-pill);white-space:nowrap}.bb-badge svg{width:13px;height:13px;stroke-width:2.3}.bb-badge.ok{color:var(--color-success);background:#3f7d4e1f}.bb-badge.error{color:var(--color-error);background:#b23a2f1c}.bb-badge.unknown{color:var(--color-muted);background:var(--color-surface-sand)}.bb-badge.hosted{color:#fff;background:var(--color-primary)}.bb-badge.external{color:var(--color-muted);background:transparent;border:1px solid var(--color-line)}.bb-alert{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;border-radius:var(--radius-md)}.bb-alert-chip{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:var(--color-surface);flex:0 0 auto}.bb-alert-body{flex:1;min-width:0;padding-top:4px}.bb-alert.error{background:#b23a2f17}.bb-alert.error .bb-alert-chip,.bb-alert.error .bb-alert-body{color:var(--color-error)}.bb-alert.warning{background:#c8841a1f}.bb-alert.warning .bb-alert-chip{color:var(--color-warning)}.bb-alert.warning .bb-alert-body{color:#8e5e12}.bb-alert-action{flex:0 0 auto}.bb-log-row{cursor:pointer}.bb-log-row:hover{background:var(--color-surface-sand)}.bb-log-row-expand{display:inline-flex;color:var(--color-muted);vertical-align:-3px;margin-right:4px}.bb-log-detail{background:var(--bb-page)}.bb-log-pre{background:var(--bb-surface);border:1px solid var(--bb-gridline);border-radius:var(--radius-sm);padding:12px;overflow-x:auto;font-size:12px;margin:0}.bb-graph-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-bottom:4px}.bb-graph-hint{margin:6px 0 16px}.bb-graph-canvas-wrap{background:var(--color-surface);border:1px solid var(--color-line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:20px}.bb-graph-node{cursor:grab;-webkit-user-select:none;user-select:none}.bb-graph-node:active{cursor:grabbing}.bb-graph-node-card{filter:drop-shadow(0 2px 6px rgba(44,33,23,.1));transition:filter .15s ease}.bb-graph-node:hover .bb-graph-node-card{filter:drop-shadow(0 6px 16px rgba(44,33,23,.16))}.bb-graph-edge{cursor:pointer}.bb-graph-edge-hit{fill:none;stroke:transparent;stroke-width:18px}.bb-graph-edge-line{fill:none;stroke-width:2.5px;transition:stroke-width .15s ease}.bb-graph-edge:hover .bb-graph-edge-line,.bb-graph-edge:focus-visible .bb-graph-edge-line{stroke-width:3.5px}@media (prefers-reduced-motion: no-preference){.bb-edge-flow{stroke-dasharray:7 6;animation:bb-edge-flow 1s linear infinite}}@keyframes bb-edge-flow{to{stroke-dashoffset:-13}}.bb-legend{display:flex;flex-wrap:wrap;gap:10px 22px;margin:16px 0 0;padding:0;list-style:none}.bb-legend-item{display:flex;align-items:center;gap:8px}.bb-legend-swatch{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;border:2px solid currentColor;flex:0 0 auto}.bb-legend-swatch.dashed{border-style:dashed;border-width:1.5px}
