@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--em:#059669;--em-dim:#047857;--em-glow:#0596691f;--em-subtle:#05966912;--bg:#f6f8fa;--bg-2:#fff;--bg-3:#eaeef2;--surface:#f0f3f6;--surface-2:#e4e9ef;--border:#d0d7de;--border-2:#b0bac4;--tx-1:#1c2128;--tx-2:#57606a;--tx-3:#8c959f;--danger:#cf222e;--warn:#9a6700;--info:#0969da;--font-ui:"IBM Plex Sans",system-ui,sans-serif;--font-mono:"IBM Plex Mono",monospace;--radius:6px;--radius-sm:4px}html,body{background:var(--bg);height:100%;color:var(--tx-1);font-family:var(--font-ui);-webkit-font-smoothing:antialiased;font-size:13px;line-height:1.5}button{cursor:pointer;font-family:var(--font-ui)}input,select,textarea{font-family:var(--font-ui)}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--em)}
.AppShell-module__PqF2da__app{background:var(--bg);min-height:100vh;display:flex}.AppShell-module__PqF2da__sidebar{background:var(--bg-2);border-right:1px solid var(--border);z-index:200;flex-direction:column;flex-shrink:0;width:56px;transition:width .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden}.AppShell-module__PqF2da__sidebar:hover,.AppShell-module__PqF2da__sidebar.AppShell-module__PqF2da__pinned{width:220px;box-shadow:4px 0 24px #00000014,1px 0 0 var(--border)}.AppShell-module__PqF2da__sidebar.AppShell-module__PqF2da__pinned{box-shadow:none}.AppShell-module__PqF2da__logoArea{border-bottom:1px solid var(--border);white-space:nowrap;flex-shrink:0;align-items:center;gap:10px;height:56px;padding:0 16px;display:flex;overflow:hidden}.AppShell-module__PqF2da__pinBtn{border:1px solid var(--border);background:var(--surface);width:28px;min-width:28px;height:28px;color:var(--tx-3);cursor:pointer;opacity:0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;transition:opacity .15s .1s,transform .15s .1s,background .15s,color .15s,border-color .15s;display:flex;transform:scale(.8)}.AppShell-module__PqF2da__sidebar:hover .AppShell-module__PqF2da__pinBtn,.AppShell-module__PqF2da__pinBtn.AppShell-module__PqF2da__pinBtnActive{opacity:1;transform:scale(1)}.AppShell-module__PqF2da__pinBtn:hover,.AppShell-module__PqF2da__pinBtnActive{background:var(--em-subtle);border-color:var(--em);color:var(--em)}.AppShell-module__PqF2da__pinBtnActive svg{transition:transform .2s;transform:rotate(45deg)}.AppShell-module__PqF2da__pinBtn svg{transition:transform .2s}.AppShell-module__PqF2da__logoDot{background:var(--em);width:10px;min-width:10px;height:10px;box-shadow:0 0 8px var(--em-glow);border-radius:50%;flex-shrink:0}.AppShell-module__PqF2da__logoText{font-family:var(--font-mono);color:var(--tx-1);letter-spacing:.02em;opacity:0;white-space:nowrap;font-size:13px;font-weight:600;transition:opacity .2s 80ms,transform .2s 80ms;transform:translate(-8px)}.AppShell-module__PqF2da__sidebar:hover .AppShell-module__PqF2da__logoText,.AppShell-module__PqF2da__sidebar.AppShell-module__PqF2da__pinned .AppShell-module__PqF2da__logoText{opacity:1;transform:translate(0)}.AppShell-module__PqF2da__navSection{flex-shrink:0;padding:16px 0 4px}.AppShell-module__PqF2da__navSectionLabel{text-transform:uppercase;letter-spacing:.12em;color:var(--tx-3);opacity:0;white-space:nowrap;padding:0 18px;font-size:9px;font-weight:700;line-height:20px;transition:opacity .15s .1s}.AppShell-module__PqF2da__sidebar:hover .AppShell-module__PqF2da__navSectionLabel,.AppShell-module__PqF2da__sidebar.AppShell-module__PqF2da__pinned .AppShell-module__PqF2da__navSectionLabel{opacity:1}.AppShell-module__PqF2da__nav{flex-direction:column;flex:1;gap:2px;padding:4px 8px;display:flex;overflow:hidden auto}.AppShell-module__PqF2da__navItem{height:40px;color:var(--tx-2);white-space:nowrap;border-radius:8px;align-items:center;gap:12px;padding:0 12px;font-size:12px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex;position:relative;overflow:hidden}.AppShell-module__PqF2da__navItem:hover{background:var(--surface);color:var(--tx-1)}.AppShell-module__PqF2da__active,.AppShell-module__PqF2da__active:hover{background:var(--em-subtle);color:var(--em)}.AppShell-module__PqF2da__active:before{content:"";background:var(--em);border-radius:0 3px 3px 0;width:3px;position:absolute;top:8px;bottom:8px;left:0}.AppShell-module__PqF2da__navIcon{flex-shrink:0;justify-content:center;align-items:center;width:20px;min-width:20px;height:20px;font-size:16px;display:flex}.AppShell-module__PqF2da__navLabel{opacity:0;transition:opacity .18s 60ms,transform .18s 60ms;transform:translate(-6px)}.AppShell-module__PqF2da__sidebar:hover .AppShell-module__PqF2da__navLabel,.AppShell-module__PqF2da__sidebar.AppShell-module__PqF2da__pinned .AppShell-module__PqF2da__navLabel{opacity:1;transform:translate(0)}.AppShell-module__PqF2da__navDivider{background:var(--border);flex-shrink:0;height:1px;margin:8px 12px}.AppShell-module__PqF2da__brandArea{border-top:1px solid var(--border);white-space:nowrap;flex-shrink:0;align-items:center;gap:10px;padding:14px 16px;display:flex;overflow:hidden}.AppShell-module__PqF2da__statusDot{background:var(--em);border-radius:50%;flex-shrink:0;width:8px;min-width:8px;height:8px;margin-left:4px}.AppShell-module__PqF2da__brandInfo{opacity:0;flex-direction:column;gap:1px;transition:opacity .18s 60ms,transform .18s 60ms;display:flex;transform:translate(-6px)}.AppShell-module__PqF2da__sidebar:hover .AppShell-module__PqF2da__brandInfo,.AppShell-module__PqF2da__sidebar.AppShell-module__PqF2da__pinned .AppShell-module__PqF2da__brandInfo{opacity:1;transform:translate(0)}.AppShell-module__PqF2da__brandLink{font-family:var(--font-mono);color:var(--tx-1);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:3px 8px;font-size:11px;font-weight:500;text-decoration:none;transition:border-color .15s,color .15s}.AppShell-module__PqF2da__brandLink:hover{border-color:var(--em);color:var(--em)}.AppShell-module__PqF2da__brandStatus{color:var(--em);font-size:10px;font-weight:500}.AppShell-module__PqF2da__navItem[data-tooltip]:after{content:attr(data-tooltip);background:var(--tx-1);color:var(--bg-2);white-space:nowrap;pointer-events:none;opacity:0;z-index:300;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:500;transition:opacity .15s;position:absolute;top:50%;left:52px;transform:translateY(-50%);box-shadow:0 2px 8px #00000026}.AppShell-module__PqF2da__sidebar:not(:hover) .AppShell-module__PqF2da__navItem:hover:after{opacity:1}.AppShell-module__PqF2da__main{flex-direction:column;flex:1;height:100vh;margin-left:56px;transition:margin-left .28s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.AppShell-module__PqF2da__mainPinned{margin-left:220px}.AppShell-module__PqF2da__navAlert{position:relative}.AppShell-module__PqF2da__navAlert:after{content:"";background:var(--danger);border:1px solid var(--bg-2);border-radius:50%;width:5px;height:5px;position:absolute;top:10px;right:4px}@media (max-width:768px){.AppShell-module__PqF2da__app{flex-direction:column}.AppShell-module__PqF2da__sidebar{border-right:none;border-top:1px solid var(--border);z-index:200;background:var(--bg-2);flex-direction:row;height:56px;transition:none;position:fixed;inset:auto 0 0;overflow:visible;width:100%!important}.AppShell-module__PqF2da__sidebar:hover,.AppShell-module__PqF2da__sidebar.AppShell-module__PqF2da__pinned{box-shadow:0 -2px 12px #0000000f;width:100%!important}.AppShell-module__PqF2da__sidebar.AppShell-module__PqF2da__pinned{box-shadow:0 -2px 12px #0000000f}.AppShell-module__PqF2da__logoArea,.AppShell-module__PqF2da__pinBtn,.AppShell-module__PqF2da__brandArea,.AppShell-module__PqF2da__navSection,.AppShell-module__PqF2da__navSectionLabel,.AppShell-module__PqF2da__navDivider{display:none}.AppShell-module__PqF2da__nav{flex-direction:row;flex:1;justify-content:space-around;align-items:stretch;gap:0;padding:0;overflow:visible}.AppShell-module__PqF2da__navItem{border-radius:0;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;height:56px;padding:6px 0;font-size:9px}.AppShell-module__PqF2da__navLabel{opacity:1;font-size:9px;font-weight:500;transform:none}.AppShell-module__PqF2da__sidebar:hover .AppShell-module__PqF2da__navLabel,.AppShell-module__PqF2da__sidebar.AppShell-module__PqF2da__pinned .AppShell-module__PqF2da__navLabel{opacity:1;transform:none}.AppShell-module__PqF2da__sidebar:hover .AppShell-module__PqF2da__logoText,.AppShell-module__PqF2da__sidebar.AppShell-module__PqF2da__pinned .AppShell-module__PqF2da__logoText,.AppShell-module__PqF2da__active:before{display:none}.AppShell-module__PqF2da__active{background:var(--em-subtle);border-top:2px solid var(--em);border-radius:0}.AppShell-module__PqF2da__navItem[data-tooltip]:after{display:none}.AppShell-module__PqF2da__navAlert:after{top:6px;right:calc(50% - 16px)}.AppShell-module__PqF2da__main{height:100vh;padding-bottom:56px;margin-left:0!important}.AppShell-module__PqF2da__mainPinned{margin-left:0!important}}@media (min-width:769px) and (max-width:1024px){.AppShell-module__PqF2da__sidebar{width:48px}.AppShell-module__PqF2da__sidebar:hover{width:200px}.AppShell-module__PqF2da__main{margin-left:48px}.AppShell-module__PqF2da__mainPinned{margin-left:200px}}
