@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-gold: #d4a017;--color-rust: #7a3e1d;--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-error: #b23a2f;--color-warning: #c8841a;--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;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 18px;--radius-pill: 999px;--shadow-sm: 0 1px 2px rgba(44, 33, 23, .06);--shadow-md: 0 4px 12px rgba(44, 33, 23, .1);--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)}.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:hover:not(:disabled){border-color:var(--color-gold)}
