.Shell-module__W8bEDG__shell{min-height:calc(100vh - var(--instance-notice-height,0px));display:flex}.Shell-module__W8bEDG__sidebar{width:var(--sidebar-w);background:var(--surface);border-right:1px solid var(--line);top:var(--instance-notice-height,0px);height:calc(100vh - var(--instance-notice-height,0px));flex-direction:column;flex:none;display:flex;position:sticky}.Shell-module__W8bEDG__topbar{display:none}.Shell-module__W8bEDG__menuButton{flex:none}.Shell-module__W8bEDG__topbarBrand{align-items:center;gap:8px;min-width:0;display:flex}.Shell-module__W8bEDG__topbarBrandName{font-family:var(--font-display);font-weight:700;font-size:var(--fs-h3);letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Shell-module__W8bEDG__backdrop{display:none}.Shell-module__W8bEDG__navClose{display:none;position:absolute;top:10px;right:10px}@media (max-width:760px){.Shell-module__W8bEDG__shell{--topbar-h:52px;min-height:calc(100dvh - var(--instance-notice-height,0px));display:block}.Shell-module__W8bEDG__topbar{height:var(--topbar-h);background:var(--surface);border-bottom:1px solid var(--line);top:var(--instance-notice-height,0px);z-index:35;align-items:center;gap:10px;padding:0 12px;display:flex;position:sticky}.Shell-module__W8bEDG__backdrop{z-index:45;cursor:default;background:#171a2173;border:0;margin:0;padding:0;display:block;position:fixed;inset:0}.Shell-module__W8bEDG__sidebar{z-index:50;width:min(84vw,320px);height:100dvh;box-shadow:var(--shadow-2);visibility:hidden;transition:transform .22s,visibility 0s linear .22s;position:fixed;top:0;left:0;transform:translate(-100%)}.Shell-module__W8bEDG__sidebarOpen{visibility:visible;transition:transform .22s,visibility linear;transform:translate(0)}.Shell-module__W8bEDG__navClose{display:inline-flex}.Shell-module__W8bEDG__brand{padding-right:44px}}.Shell-module__W8bEDG__brand{border-bottom:1px solid var(--line);align-items:center;gap:10px;padding:18px 16px 14px;display:flex}.Shell-module__W8bEDG__brand:hover .Shell-module__W8bEDG__brandName{text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px}.Shell-module__W8bEDG__brandText{flex-direction:column;gap:5px;line-height:1;display:flex}.Shell-module__W8bEDG__brandName{font-family:var(--font-display);font-weight:700;font-size:var(--fs-h3);letter-spacing:-.01em}.Shell-module__W8bEDG__brandSub{font-family:var(--font-mono);font-size:var(--fs-tiny);color:var(--ink-3);letter-spacing:.02em}.Shell-module__W8bEDG__searchWrap{padding:0 12px 8px}.Shell-module__W8bEDG__searchInput{height:32px;font-size:var(--fs-small);background:var(--paper)}.Shell-module__W8bEDG__searchInput:focus{background:var(--surface)}.Shell-module__W8bEDG__searchWrap{position:relative}.Shell-module__W8bEDG__searchResults{z-index:30;background:var(--surface);border:1px solid var(--line-2);border-radius:var(--radius);box-shadow:var(--shadow-2);flex-direction:column;max-height:320px;padding:4px;display:flex;position:absolute;top:calc(100% - 4px);left:12px;right:12px;overflow-y:auto}.Shell-module__W8bEDG__searchNote{padding:8px}.Shell-module__W8bEDG__searchHit{text-align:left;border-radius:var(--radius);cursor:pointer;font:inherit;color:inherit;background:0 0;border:0;grid-template-columns:auto 1fr;align-items:baseline;gap:0 8px;padding:6px 8px;display:grid}.Shell-module__W8bEDG__searchHitActive{background:var(--lemon-soft)}.Shell-module__W8bEDG__searchHitKind{font-family:var(--font-mono);font-size:var(--fs-tiny);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3)}.Shell-module__W8bEDG__searchHitLabel{font-size:var(--fs-small);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Shell-module__W8bEDG__searchHitNote{text-overflow:ellipsis;white-space:nowrap;grid-column:2;overflow:hidden}.Shell-module__W8bEDG__nav{flex-direction:column;flex:auto;gap:2px;padding:12px 8px 8px;display:flex;overflow-y:auto}.Shell-module__W8bEDG__item{border-radius:var(--radius);border-left:2px solid #0000;justify-content:space-between;align-items:baseline;gap:8px;padding:8px 10px 8px 12px;transition:background .12s;display:flex}.Shell-module__W8bEDG__item:hover{background:var(--surface-2)}.Shell-module__W8bEDG__itemActive{background:var(--lemon-soft);border-left-color:var(--lemon)}.Shell-module__W8bEDG__itemActive:hover{background:var(--lemon-soft)}.Shell-module__W8bEDG__itemLabel{font-weight:500;font-size:var(--fs-body);line-height:1.3}.Shell-module__W8bEDG__alertDot{background:var(--ko);cursor:help;border-radius:50%;width:6px;height:6px;display:inline-block}.Shell-module__W8bEDG__itemCount{font-family:var(--font-mono);font-size:var(--fs-tiny);color:var(--ink-3);font-variant-numeric:tabular-nums}.Shell-module__W8bEDG__itemActive .Shell-module__W8bEDG__itemCount{color:var(--lemon-ink)}.Shell-module__W8bEDG__userWrap{border-top:1px solid var(--line);position:relative}.Shell-module__W8bEDG__user{text-align:left;cursor:pointer;width:100%;font:inherit;color:inherit;background:0 0;border:none;align-items:center;gap:8px;padding:12px 16px;display:flex}.Shell-module__W8bEDG__user:hover,.Shell-module__W8bEDG__user[aria-expanded=true]{background:var(--surface-2)}.Shell-module__W8bEDG__user:focus-visible{box-shadow:inset var(--focus);outline:none}.Shell-module__W8bEDG__userText{flex-direction:column;flex:auto;min-width:0;line-height:1.25;display:flex}.Shell-module__W8bEDG__userName{font-weight:500;font-size:var(--fs-small);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Shell-module__W8bEDG__userRole{font-size:var(--fs-tiny);color:var(--ink-3)}.Shell-module__W8bEDG__chevron{color:var(--ink-3);font-size:var(--fs-small);line-height:1;transform:translateY(2px)}.Shell-module__W8bEDG__menu{background:var(--surface);border:1px solid var(--line-2);border-radius:var(--radius-lg);box-shadow:var(--shadow-2);z-index:30;flex-direction:column;gap:4px;padding:6px;display:flex;position:absolute;bottom:calc(100% + 4px);left:8px;right:8px}.Shell-module__W8bEDG__menuGroup{border-bottom:1px solid var(--line);flex-direction:column;gap:6px;padding:6px 8px 8px;display:flex}.Shell-module__W8bEDG__menuLabel{font-family:var(--font-mono);font-size:var(--fs-tiny);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3)}.Shell-module__W8bEDG__seg{border:1px solid var(--line-2);border-radius:var(--radius);display:inline-flex;overflow:hidden}.Shell-module__W8bEDG__segBtn{background:var(--surface);font:inherit;font-size:var(--fs-small);color:var(--ink-2);cursor:pointer;border:none;flex:1 1 0;padding:6px 8px}.Shell-module__W8bEDG__segBtn+.Shell-module__W8bEDG__segBtn{border-left:1px solid var(--line-2)}.Shell-module__W8bEDG__segBtn[aria-pressed=true]{background:var(--lemon);color:var(--ink);font-weight:500}.Shell-module__W8bEDG__menuItem{border-radius:var(--radius);text-align:left;font:inherit;font-size:var(--fs-small);color:var(--ink);cursor:pointer;background:0 0;border:none;padding:8px;font-weight:500}.Shell-module__W8bEDG__menuItem:hover{background:var(--surface-2)}.Shell-module__W8bEDG__menuError{color:var(--ko);padding:0 8px 6px}.Shell-module__W8bEDG__sessionScreen{min-height:calc(100vh - var(--instance-notice-height,0px));background:var(--paper);justify-content:center;align-items:center;padding:24px;display:flex}.Shell-module__W8bEDG__sessionCard{width:100%;max-width:560px}.Shell-module__W8bEDG__column{width:100%;min-width:0;max-width:var(--content-max);flex-direction:column;flex:auto;display:flex}.Shell-module__W8bEDG__column>footer{border-top:1px solid var(--line)}.Shell-module__W8bEDG__content{flex:auto;width:100%;min-width:0;padding:24px 24px 48px}@media (max-width:760px){.Shell-module__W8bEDG__column{width:100%;max-width:none}.Shell-module__W8bEDG__content{width:100%;max-width:none;padding:16px 16px 40px}}.Shell-module__W8bEDG__menuVersion{border-top:1px solid var(--line);margin-top:4px;padding:6px 10px 2px;display:block}
.HealthFooter-module___x6IDa__footer{color:var(--ink-3);font-size:var(--fs-tiny);flex-wrap:wrap;align-items:center;gap:4px 14px;padding:12px 24px 20px;display:flex}.HealthFooter-module___x6IDa__item{white-space:nowrap}.HealthFooter-module___x6IDa__item[data-hub-runtime=degraded]{color:var(--ko);font-weight:500}@media (max-width:760px){.HealthFooter-module___x6IDa__footer{padding:12px 16px 16px}}
.InstanceNotice-module__kLjX_a__notice{z-index:40;padding:8px var(--card-x);background:var(--lemon-soft);color:var(--lemon-ink);border-bottom:1px solid var(--lemon);font-size:var(--fs-small);align-items:center;gap:12px;display:flex;position:sticky;top:0}.InstanceNotice-module__kLjX_a__message{flex:1;min-width:0;margin:0}.InstanceNotice-module__kLjX_a__close{color:inherit;flex:none}
