.AppShell-module__JCX2KW__shell{min-height:100dvh;display:flex}.AppShell-module__JCX2KW__sidebar{z-index:30;width:var(--sidebar-width);background:var(--bg-page);flex-direction:column;padding:18px 14px 16px;display:flex;position:fixed;top:0;bottom:0;left:0}.AppShell-module__JCX2KW__brand{align-items:center;gap:10px;padding:4px 8px 18px;display:flex}.AppShell-module__JCX2KW__logoMark{background:var(--accent-soft);border:1px solid var(--accent-border);width:34px;height:34px;color:var(--accent);border-radius:9px;place-items:center;display:grid}.AppShell-module__JCX2KW__brandText{flex-direction:column;line-height:1.15;display:flex}.AppShell-module__JCX2KW__brandName{font-family:var(--font-display);letter-spacing:.01em;font-size:16px;font-weight:700}.AppShell-module__JCX2KW__brandSub{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:500}.AppShell-module__JCX2KW__nav{flex:1;min-height:0}.AppShell-module__JCX2KW__navList{flex-direction:column;gap:3px;margin:0;padding:0;list-style:none;display:flex}.AppShell-module__JCX2KW__navLink{border-radius:var(--radius-small);color:var(--ink-secondary);align-items:center;gap:10px;padding:9px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:background .12s,color .12s;display:flex;position:relative}.AppShell-module__JCX2KW__navLink:hover{background:var(--bg-hover);color:var(--ink);text-decoration:none}.AppShell-module__JCX2KW__navLinkActive,.AppShell-module__JCX2KW__navLinkActive:hover{background:var(--accent-soft);color:var(--ink)}.AppShell-module__JCX2KW__navLinkActive:before{content:"";background:var(--accent);border-radius:2px;width:3px;position:absolute;top:8px;bottom:8px;left:0}.AppShell-module__JCX2KW__navIcon{color:var(--ink-muted);flex:none}.AppShell-module__JCX2KW__navLink:hover .AppShell-module__JCX2KW__navIcon{color:var(--ink-secondary)}.AppShell-module__JCX2KW__navLinkActive .AppShell-module__JCX2KW__navIcon,.AppShell-module__JCX2KW__navLinkActive:hover .AppShell-module__JCX2KW__navIcon{color:var(--accent)}.AppShell-module__JCX2KW__sidebarFooter{border-top:1px solid var(--stroke-subtle);flex-direction:column;gap:12px;padding-top:14px;display:flex}.AppShell-module__JCX2KW__workspaceCard{border-radius:var(--radius-small);background:var(--bg-inset);border:1px solid var(--stroke-subtle);flex-direction:column;gap:2px;padding:10px 12px;display:flex}.AppShell-module__JCX2KW__workspaceName{font-size:13px;font-weight:600}.AppShell-module__JCX2KW__workspaceMeta{color:var(--ink-muted);align-items:center;gap:6px;font-size:12px;display:flex}.AppShell-module__JCX2KW__workspaceDot{background:var(--status-good);border-radius:50%;width:7px;height:7px}.AppShell-module__JCX2KW__user{align-items:center;gap:10px;padding:0 4px;display:flex}.AppShell-module__JCX2KW__avatar,.AppShell-module__JCX2KW__avatarSmall{background:var(--accent-soft);border:1px solid var(--accent-border);color:var(--accent);font-family:var(--font-mono);border-radius:50%;place-items:center;font-weight:600;display:grid}.AppShell-module__JCX2KW__avatar{width:34px;height:34px;font-size:12px}.AppShell-module__JCX2KW__avatarSmall{width:30px;height:30px;font-size:11px}.AppShell-module__JCX2KW__userText{flex-direction:column;min-width:0;line-height:1.3;display:flex}.AppShell-module__JCX2KW__userName{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.AppShell-module__JCX2KW__userRole{color:var(--ink-muted);font-size:12px}.AppShell-module__JCX2KW__mainColumn{min-width:0;margin-left:var(--sidebar-width);border-left:1px solid var(--stroke-subtle);flex-direction:column;flex:1;display:flex}.AppShell-module__JCX2KW__topbar{z-index:20;height:var(--topbar-height);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--stroke-subtle);background:#0a0c10db;justify-content:space-between;align-items:center;gap:16px;padding:0 28px;display:flex;position:sticky;top:0}.AppShell-module__JCX2KW__topbarLeft{align-items:center;gap:12px;min-width:0;display:flex}.AppShell-module__JCX2KW__topbarBrand{align-items:center;gap:8px;display:none}.AppShell-module__JCX2KW__topbarBrandName{font-family:var(--font-display);font-size:15px;font-weight:700}.AppShell-module__JCX2KW__breadcrumb{color:var(--ink-secondary);white-space:nowrap;align-items:center;gap:8px;font-size:13.5px;font-weight:500;display:flex}.AppShell-module__JCX2KW__breadcrumbSep{color:var(--ink-muted)}.AppShell-module__JCX2KW__topbarRight{align-items:center;gap:12px;display:flex}.AppShell-module__JCX2KW__demoBadge{background:var(--status-warn-soft);border:1px solid var(--status-warn-border);color:var(--status-warn-text);white-space:nowrap;border-radius:999px;align-items:center;gap:7px;padding:5px 11px;font-size:12.5px;font-weight:600;display:inline-flex}.AppShell-module__JCX2KW__demoDot{background:var(--status-warn);border-radius:50%;width:7px;height:7px}.AppShell-module__JCX2KW__main{width:100%;max-width:var(--content-max);flex:1;margin:0 auto;padding:26px 28px 44px}.AppShell-module__JCX2KW__footer{border-top:1px solid var(--stroke-subtle);padding:18px 28px 22px}.AppShell-module__JCX2KW__footer p{max-width:var(--content-max);color:var(--ink-muted);margin:0 auto;font-size:12.5px}.AppShell-module__JCX2KW__menuButton{border-radius:var(--radius-small);border:1px solid var(--stroke);background:var(--bg-surface);width:38px;height:38px;color:var(--ink-secondary);cursor:pointer;place-items:center;display:none}.AppShell-module__JCX2KW__menuButton:hover{color:var(--ink);background:var(--bg-hover)}.AppShell-module__JCX2KW__drawerBackdrop{z-index:60;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0406099e;position:fixed;inset:0}.AppShell-module__JCX2KW__drawer{background:var(--bg-surface);border-right:1px solid var(--stroke);flex-direction:column;gap:16px;width:min(300px,86vw);padding:16px 14px;animation:.16s ease-out AppShell-module__JCX2KW__drawer-in;display:flex;position:absolute;top:0;bottom:0;left:0}@keyframes AppShell-module__JCX2KW__drawer-in{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}.AppShell-module__JCX2KW__drawerHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.AppShell-module__JCX2KW__drawerHeader .AppShell-module__JCX2KW__brand{padding:0}.AppShell-module__JCX2KW__drawer .AppShell-module__JCX2KW__nav{flex:none}.AppShell-module__JCX2KW__drawerFooter{border-radius:var(--radius-small);background:var(--bg-inset);border:1px solid var(--stroke-subtle);flex-direction:column;gap:2px;margin-top:auto;padding:12px;display:flex}@media (max-width:960px){.AppShell-module__JCX2KW__sidebar{display:none}.AppShell-module__JCX2KW__mainColumn{border-left:0;margin-left:0}.AppShell-module__JCX2KW__menuButton{display:grid}.AppShell-module__JCX2KW__topbarBrand{display:flex}.AppShell-module__JCX2KW__breadcrumb{display:none}.AppShell-module__JCX2KW__topbar{padding:0 16px}.AppShell-module__JCX2KW__main{padding:20px 16px 36px}.AppShell-module__JCX2KW__footer{padding:16px}}@media (max-width:420px){.AppShell-module__JCX2KW__avatarSmall{display:none}}
:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg-page:#0a0c10;--bg-surface:#12151b;--bg-elevated:#1a1f28;--bg-inset:#0e1116;--bg-hover:#171c24;--stroke:#232b36;--stroke-subtle:#1a212b;--ink:#e9edf3;--ink-secondary:#a3aebc;--ink-muted:#8b96a5;--accent:#45d5e6;--accent-ink:#062328;--accent-soft:#45d5e61c;--accent-border:#45d5e657;--series-1:#3987e5;--spark:#5b6572;--status-good:#0ca30c;--status-good-text:#4cd964;--status-good-soft:#0ca30c21;--status-good-border:#0ca30c5c;--status-warn:#fab219;--status-warn-text:#f6bc45;--status-warn-soft:#fab2191f;--status-warn-border:#fab21952;--status-critical:#d03b3b;--status-critical-text:#f08a8a;--status-critical-soft:#d03b3b24;--status-critical-border:#d03b3b61;--delta-good:#3ecf6b;--delta-bad:#ef7373;--grid:#1d242e;--axis:#2b3440;--font-display:"Wix Madefor Display", "Wix Madefor Text", system-ui, -apple-system, "Segoe UI", sans-serif;--font-text:"Wix Madefor Text", system-ui, -apple-system, "Segoe UI", sans-serif;--font-mono:"Roboto Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--sidebar-width:236px;--topbar-height:60px;--content-max:1280px;--radius:12px;--radius-small:8px}*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}html{-webkit-text-size-adjust:100%}body{background:var(--bg-page);color:var(--ink);font-family:var(--font-text);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:15px;line-height:1.55}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);margin:0;line-height:1.25}p{margin:0}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font:inherit;color:inherit}svg{display:block}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}::selection{background:#45d5e647}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:100;background:var(--accent);color:var(--accent-ink);border-radius:8px;padding:8px 14px;font-size:14px;font-weight:600;transition:top .12s;position:absolute;top:-48px;left:12px}.skip-link:focus-visible{text-decoration:none;top:12px}.page-header{flex-direction:column;gap:4px;margin-bottom:4px;display:flex}.page-title{letter-spacing:-.01em;font-size:24px;font-weight:700}.page-sub{color:var(--ink-secondary);max-width:68ch;font-size:14px}.panel{background:var(--bg-surface);border:1px solid var(--stroke-subtle);border-radius:var(--radius);min-width:0;padding:18px 20px}.panel-header{flex-direction:column;gap:2px;margin-bottom:12px;display:flex}.panel-title{font-family:var(--font-text);font-size:15px;font-weight:600}.panel-sub{color:var(--ink-muted);max-width:62ch;font-size:13px}@media (max-width:640px){.page-title{font-size:21px}.panel{padding:16px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
