:root,:root[data-theme=dark]{--bg: #0d100f;--panel: #131715;--card: rgba(255, 255, 255, .015);--card-2: rgba(255, 255, 255, .03);--line: rgba(255, 255, 255, .07);--line-2: rgba(255, 255, 255, .12);--ink: #ffffff;--ink-2: #cfd3cf;--ink-3: #7d8580;--accent: #c1de4a;--accent-ink: #0d100f;--accent-soft: rgba(193, 222, 74, .14);--accent-soft-2: rgba(193, 222, 74, .22);--good: #8bb174;--good-soft: rgba(139, 177, 116, .15);--bad: #d96456;--bad-soft: rgba(217, 100, 86, .15);--warn: #e8a04a;--warn-soft: rgba(232, 160, 74, .15);--info: #6fa8c7;--info-soft: rgba(111, 168, 199, .15);--radius: 14px;--radius-sm: 8px;--shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 12px 32px rgba(0, 0, 0, .28)}:root[data-theme=light]{--bg: #f5f6f2;--panel: #ffffff;--card: #ffffff;--card-2: #fafbf6;--line: rgba(0, 0, 0, .08);--line-2: rgba(0, 0, 0, .14);--ink: #14110f;--ink-2: #3b3a36;--ink-3: #6b6f68;--accent: #5f7a12;--accent-ink: #ffffff;--accent-soft: rgba(95, 122, 18, .12);--accent-soft-2: rgba(95, 122, 18, .2);--good: #4f7a3a;--good-soft: rgba(79, 122, 58, .12);--bad: #c0432f;--bad-soft: rgba(192, 67, 47, .12);--warn: #b9742a;--warn-soft: rgba(185, 116, 42, .12);--info: #2f6f8f;--info-soft: rgba(47, 111, 143, .12);--shadow: 0 1px 2px rgba(15, 23, 42, .06), 0 8px 24px rgba(15, 23, 42, .05)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;background:var(--bg);color:var(--ink);font-family:Inter,Inter Tight,ui-sans-serif,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}.mono{font-family:JetBrains Mono,ui-monospace,SF Mono,monospace}.label{font-family:JetBrains Mono,ui-monospace,monospace;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-3)}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:18px 20px 16px}.icon-square{width:30px;height:30px;border-radius:7px;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center;flex:0 0 auto}.pill{height:30px;padding:0 12px;border-radius:6px;background:var(--accent-soft);color:var(--accent);border:1px solid var(--line);cursor:pointer;font-size:11.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.pill.ghost{background:transparent;color:var(--ink-2)}.pill.solid{background:var(--accent);color:var(--accent-ink);border-color:transparent}.pill:disabled{opacity:.4;cursor:not-allowed}button{font:inherit}input,select,textarea{background:transparent;color:var(--ink);border:1px solid var(--line);border-radius:var(--radius-sm);padding:8px 10px;font:inherit}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.delta-up{color:var(--good)}.delta-down{color:var(--bad)}.chip{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:2px 9px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;border:1px solid transparent}.chip-sm{padding:1px 7px;font-size:10px;gap:4px}.chip-good{background:var(--good-soft);color:var(--good)}.chip-bad{background:var(--bad-soft);color:var(--bad)}.chip-warn{background:var(--warn-soft);color:var(--warn)}.chip-info{background:var(--info-soft);color:var(--info)}.chip-muted{background:var(--card-2);color:var(--ink-3)}.grid-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.grid-2-1{display:grid;grid-template-columns:2fr 1fr;gap:18px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:18px}@media (max-width: 960px){.grid-kpis{grid-template-columns:repeat(2,1fr)}.grid-2-1,.grid-2{grid-template-columns:1fr}}@media (max-width: 560px){.grid-kpis{grid-template-columns:1fr}}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-w,.react-grid-item>.react-resizable-handle.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:bottom right;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.md-body{font-size:13.5px;line-height:1.6;color:var(--ink-2);overflow-wrap:anywhere}.md-body h1,.md-body h2,.md-body h3,.md-body h4,.md-body h5,.md-body h6{color:var(--ink);font-weight:700;line-height:1.25;margin:.8em 0 .35em}.md-body h1{font-size:1.5em}.md-body h2{font-size:1.3em}.md-body h3{font-size:1.12em}.md-body h4,.md-body h5,.md-body h6{font-size:1em}.md-body :first-child{margin-top:0}.md-body p{margin:0 0 .7em}.md-body ul,.md-body ol{margin:0 0 .7em;padding-left:1.4em}.md-body li{margin:.15em 0}.md-body a{color:var(--accent);text-decoration:underline}.md-body code{font-family:JetBrains Mono,ui-monospace,monospace;font-size:.88em;background:var(--card-2);border-radius:4px;padding:.1em .35em}.md-body pre{background:var(--card-2);border:1px solid var(--line);border-radius:8px;padding:10px 12px;overflow:auto;margin:0 0 .7em}.md-body pre code{background:none;padding:0;font-size:12px}.md-body blockquote{margin:0 0 .7em;padding:2px 0 2px 12px;border-left:3px solid var(--line-2);color:var(--ink-3)}.md-body hr{border:0;border-top:1px solid var(--line);margin:1em 0}.empty-cta{transition:border-color .15s ease,background .15s ease}.empty-cta:hover{border-color:var(--ink-3);background:color-mix(in srgb,var(--ink) 3%,transparent)}.cockpit-grid{position:relative}.cockpit-grid .react-grid-item{transition:transform .16s ease,width .16s ease,height .16s ease}.cockpit-grid .react-grid-item.react-grid-placeholder{background:var(--accent);opacity:.16;border-radius:14px}.cockpit-grid .react-grid-item.react-draggable-dragging{z-index:5;opacity:.95}.cockpit-drag{user-select:none;-webkit-user-select:none}.cockpit-grid .react-resizable-handle:after{border-right-color:var(--ink-3);border-bottom-color:var(--ink-3)}*{scrollbar-width:thin;scrollbar-color:var(--line-2) transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--line-2);border-radius:999px;border:3px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:var(--ink-3);border:3px solid transparent;background-clip:padding-box}::-webkit-scrollbar-corner{background:transparent}
