.shell {
  --mfs-page: #f6f6f8;
  --mfs-surface: #ffffff;
  --mfs-surface-2: #f1f1f4;
  --mfs-surface-3: #e9e9ee;
  --mfs-line: #e7e7ec;
  --mfs-line-strong: #d8d8e0;
  --mfs-text-1: #1a1a22;
  --mfs-text-2: #5d5d69;
  --mfs-text-3: #90909c;
  --mfs-accent: #5b54d6;
  --mfs-accent-strong: #4a43c4;
  --mfs-accent-soft: #eeedfb;
  --mfs-ok: #1a9e50;
  --mfs-shadow-1: 0 1px 2px rgba(18, 18, 28, .05);
  background: var(--mfs-page);
}

.shell .stage {
  background: var(--mfs-page);
}

.shell .rail {
  background: var(--mfs-surface) !important;
  border-right: 1px solid var(--mfs-line) !important;
  padding: 14px 12px 12px;
  gap: 1px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.shell .rail .ccm-product-switcher {
  background: none;
  border: 0;
  border-radius: 8px;
  padding: 6px 8px 14px;
}

.shell .rail .ccm-product-switcher:hover {
  background: var(--mfs-surface-2);
}

.shell .rail .ccm-product-switcher__icon {
  background: var(--mfs-text-1) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

.shell .rail .ccm-product-switcher__name,
.shell .rail .ccm-product-switcher__name b,
.shell .rail .ccm-product-switcher__name .ccm-wm__mgr {
  color: var(--mfs-text-1) !important;
  font-weight: 700 !important;
  letter-spacing: .005em !important;
}

.shell .rail .ccm-product-switcher__sub {
  color: var(--mfs-text-3) !important;
}

.shell .rail .ccm-product-switcher__chev {
  color: var(--mfs-text-3) !important;
}

.shell .rail .ccm-help-launcher {
  background: var(--mfs-surface) !important;
  border: 1px solid var(--mfs-line) !important;
  border-radius: 8px !important;
  color: var(--mfs-text-2) !important;
  box-shadow: none !important;
}

.shell .rail .ccm-help-launcher:hover {
  background: var(--mfs-surface-2) !important;
  color: var(--mfs-text-1) !important;
  transform: none !important;
}

.shell .rail .ccm-help-launcher__label {
  color: inherit !important;
  font-weight: 550 !important;
  font-size: .78rem !important;
}

.shell .sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.shell .nav-folder-toggle {
  background: none !important;
  border: 0 !important;
  color: var(--mfs-text-3) !important;
  font-size: .6rem !important;
  font-weight: 650 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  padding: 12px 10px 4px !important;
}

.shell .nav-folder-toggle:hover {
  color: var(--mfs-text-1) !important;
}

.shell .nav-folder-toggle .nav-item-label {
  font-size: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
}

.shell .nav-folder-chevron {
  width: 11px !important;
  height: 11px !important;
  opacity: .7;
}

.shell .nav-btn {
  background: none !important;
  border: 0 !important;
  border-radius: 6px !important;
  color: var(--mfs-text-2) !important;
  font-size: .8rem !important;
  font-weight: 500 !important;
  box-shadow: none !important;
  min-height: 33px;
  position: relative;
}

.shell .nav-btn .nav-item-label {
  color: inherit !important;
  font-family: var(--bh-body, 'Inter', sans-serif) !important;
  font-size: .8rem !important;
  font-weight: inherit !important;
}

.shell .nav-btn .nav-item-icon {
  color: var(--mfs-text-3) !important;
  background: none !important;
}

.shell .nav-btn:hover {
  background: var(--mfs-surface-2) !important;
  color: var(--mfs-text-1) !important;
  transform: none !important;
}

.shell .nav-btn:hover .nav-item-icon {
  color: var(--mfs-text-2) !important;
}

.shell .nav-btn.active {
  background: var(--mfs-surface-2) !important;
  color: var(--mfs-text-1) !important;
  font-weight: 650 !important;
}

.shell .nav-btn.active .nav-item-icon {
  color: var(--mfs-text-1) !important;
}

.shell .nav-btn.active::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 6px;
  bottom: 6px;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: var(--mfs-accent);
}

.shell .sidebar-bottom {
  border-top: 1px solid var(--mfs-line);
  padding-top: 8px;
  margin-top: 8px;
}

.shell .rail-sep {
  width: auto;
  align-self: stretch;
  margin: 10px 2px;
  background: var(--mfs-line);
}

.rail-group {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-height: 0;
}

.rail-group-label {
  display: flex;
  align-items: center;
  padding: 14px 10px 5px;
  font-size: .58rem;
  font-weight: 650;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--mfs-text-3);
}

.rail-mini {
  margin-left: auto;
  border: 0;
  background: none;
  cursor: pointer;
  color: var(--mfs-text-3);
  width: 20px;
  height: 20px;
  border-radius: 5px;
  display: grid;
  place-items: center;
  font-size: .65rem;
}

.rail-mini:hover {
  background: var(--mfs-surface-2);
  color: var(--mfs-text-1);
}

.ch-folder-nav {
  display: flex;
  flex-direction: column;
  gap: 1px;
  overflow-y: auto;
  max-height: 220px;
  scrollbar-width: thin;
}

.ch-folder-item {
  display: flex;
  align-items: center;
  gap: 9px;
  border: 0;
  background: none;
  cursor: pointer;
  font: inherit;
  font-size: .78rem;
  font-weight: 500;
  color: var(--mfs-text-2, #5d5d69);
  padding: 6px 10px;
  padding-left: calc(10px + var(--ch-depth, 0) * 14px);
  border-radius: 6px;
  text-align: left;
  width: 100%;
  position: relative;
}

.ch-folder-item:hover {
  background: var(--mfs-surface-2, #f1f1f4);
  color: var(--mfs-text-1, #1a1a22);
}

.ch-folder-item.is-active {
  background: var(--mfs-surface-2, #f1f1f4);
  color: var(--mfs-text-1, #1a1a22);
  font-weight: 650;
}

.ch-folder-item.is-active::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 6px;
  bottom: 6px;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: var(--mfs-accent, #5b54d6);
}

.ch-folder-item .ch-folder-dot {
  width: 8px;
  height: 8px;
  border-radius: 3px;
  flex: none;
  margin: 0 2.5px;
}

.ch-folder-item .ch-folder-name {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ch-folder-item b {
  font-weight: 500;
  font-size: .7rem;
  color: var(--mfs-text-3, #90909c);
  font-variant-numeric: tabular-nums;
}

.ch-folder-empty {
  padding: 6px 10px;
  font-size: .74rem;
  color: var(--mfs-text-3, #90909c);
}

.shell .mtb {
  background: var(--mfs-surface) !important;
  border-bottom: 1px solid var(--mfs-line) !important;
  box-shadow: none !important;
  min-height: 56px;
  padding: 0 20px;
  gap: 12px;
}

.shell .mtb-title {
  font-size: .92rem !important;
  font-weight: 650 !important;
  letter-spacing: -.01em !important;
  color: var(--mfs-text-1) !important;
  font-family: var(--bh-body, 'Inter', sans-serif) !important;
}

.shell .mtb-sep {
  display: none;
}

.shell .mtb-btn--primary {
  background: var(--mfs-accent) !important;
  border: 0 !important;
  border-radius: 8px !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: .8rem !important;
  padding: 8px 15px !important;
  box-shadow: none !important;
}

.shell .mtb-btn--primary:hover {
  background: var(--mfs-accent-strong) !important;
  transform: none !important;
}

.shell .mtb-search {
  background: var(--mfs-surface-2) !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  color: var(--mfs-text-3) !important;
  box-shadow: none !important;
  max-width: 380px;
}

.shell .mtb-search:hover,
.shell .mtb-search:focus-visible {
  border-color: var(--mfs-accent) !important;
  background: var(--mfs-surface) !important;
}

.shell .mtb-search .cv-gb-searchtext {
  color: var(--mfs-text-3) !important;
  font-size: .78rem !important;
}

.shell .mtb-kbd {
  background: var(--mfs-surface) !important;
  border: 1px solid var(--mfs-line-strong) !important;
  color: var(--mfs-text-3) !important;
  border-radius: 4px !important;
  font-family: var(--bh-body, 'Inter', sans-serif) !important;
}

.shell .mtb-ic {
  background: none !important;
  border: 0 !important;
  border-radius: 6px !important;
  color: var(--mfs-text-2) !important;
  box-shadow: none !important;
}

.shell .mtb-ic:hover {
  background: var(--mfs-surface-2) !important;
  color: var(--mfs-text-1) !important;
}

.shell .mtb-ava {
  background: var(--mfs-surface-3) !important;
  color: var(--mfs-text-2) !important;
  border: 0 !important;
  font-weight: 650 !important;
  box-shadow: none !important;
}

.shell .ebar {
  background: var(--mfs-surface) !important;
  border-bottom: 1px solid var(--mfs-line) !important;
  box-shadow: none !important;
  padding: 8px 16px;
  gap: 10px;
}

.shell .ebar-back {
  background: none !important;
  border: 0 !important;
  border-radius: 6px !important;
  color: var(--mfs-text-2) !important;
  width: 32px;
  height: 32px;
}

.shell .ebar-back:hover {
  background: var(--mfs-surface-2) !important;
  color: var(--mfs-text-1) !important;
}

.shell .dash-name-box {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  gap: 8px;
}

.shell .dash-name-box:hover {
  background: var(--mfs-surface-2) !important;
}

.shell .dash-name-box .n {
  font-family: var(--bh-body, 'Inter', sans-serif) !important;
  font-size: .84rem !important;
  font-weight: 650 !important;
  letter-spacing: -.008em !important;
  color: var(--mfs-text-1) !important;
}

.shell .dash-name-box .v {
  font-size: .68rem !important;
  color: var(--mfs-text-3) !important;
  background: none !important;
  border: 0 !important;
  font-variant-numeric: tabular-nums;
}

.shell .save-pill {
  background: none !important;
  border: 0 !important;
  color: var(--mfs-text-3) !important;
  font-size: .72rem !important;
  box-shadow: none !important;
}

.shell .save-pill .d {
  background: var(--mfs-ok) !important;
  box-shadow: none !important;
}

.shell .mode-switch {
  background: var(--mfs-surface-2) !important;
  border: 1px solid var(--mfs-line) !important;
  border-radius: 8px !important;
  padding: 3px !important;
  gap: 2px !important;
  box-shadow: none !important;
}

.shell .mode-btn {
  background: none !important;
  border: 0 !important;
  border-radius: 6px !important;
  color: var(--mfs-text-2) !important;
  font-family: var(--bh-body, 'Inter', sans-serif) !important;
  font-size: .76rem !important;
  font-weight: 520 !important;
  padding: 5px 14px !important;
  box-shadow: none !important;
}

.shell .mode-btn:hover {
  color: var(--mfs-text-1) !important;
}

.shell .mode-btn.active {
  background: var(--mfs-surface) !important;
  color: var(--mfs-text-1) !important;
  font-weight: 650 !important;
  box-shadow: var(--mfs-shadow-1) !important;
}

.shell .mode-btn .mi {
  display: none !important;
}

.shell .ebar .btn.primary {
  background: var(--mfs-accent) !important;
  border: 0 !important;
  border-radius: 8px !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: .8rem !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.shell .ebar .btn.primary:hover {
  background: var(--mfs-accent-strong) !important;
  transform: none !important;
}

.shell .ebar .btn.ghost {
  background: var(--mfs-surface) !important;
  border: 1px solid var(--mfs-line-strong) !important;
  border-radius: 8px !important;
  color: var(--mfs-text-1) !important;
  font-weight: 550 !important;
  font-size: .78rem !important;
  box-shadow: none !important;
}

.shell .ebar .btn.ghost:hover {
  background: var(--mfs-surface-2) !important;
}

.shell .ebar .kbd {
  background: var(--mfs-surface-2) !important;
  border: 1px solid var(--mfs-line) !important;
  color: var(--mfs-text-3) !important;
  border-radius: 4px !important;
  font-family: var(--bh-body, 'Inter', sans-serif) !important;
}

.shell .ebar-div {
  width: 1px;
  height: 22px;
  background: var(--mfs-line);
}

.shell .ebar-overflow-menu {
  background: var(--mfs-surface) !important;
  border: 1px solid var(--mfs-line) !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 24px rgba(18, 18, 28, .12) !important;
}

.shell .ebar-overflow-menu [role="menuitem"] {
  color: var(--mfs-text-1) !important;
  font-size: .8rem !important;
  border-radius: 6px !important;
}

.shell .ebar-overflow-menu [role="menuitem"]:hover {
  background: var(--mfs-surface-2) !important;
}

.shell .ebar-overflow-menu [role="menuitem"].danger {
  color: #c2453f !important;
}

.shell .ebar-overflow-menu .ovf-sep {
  background: var(--mfs-line) !important;
}

.shell .ebar-ctx {
  background: var(--mfs-surface) !important;
  border-bottom: 1px solid var(--mfs-line) !important;
  box-shadow: none !important;
  padding: 7px 16px;
}

.shell .loc-picker-group {
  gap: 6px !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.shell .loc-picker {
  background: var(--mfs-surface) !important;
  border: 1px solid var(--mfs-line) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  padding: 3px 10px !important;
}

.shell .loc-picker:hover {
  border-color: var(--mfs-line-strong) !important;
}

.shell .loc-picker select,
.shell .loc-picker .emp-picker-trigger {
  color: var(--mfs-text-2) !important;
  font-size: .74rem !important;
  font-weight: 520 !important;
  background: none !important;
  border: 0 !important;
}

.shell .loc-picker .loc-ic {
  color: var(--mfs-text-3) !important;
  font-size: .7rem !important;
}

.shell .cv-global-toggle {
  background: var(--mfs-surface) !important;
  border: 1px dashed var(--mfs-line-strong) !important;
  border-radius: 999px !important;
  color: var(--mfs-text-3) !important;
  font-size: .72rem !important;
  font-weight: 550 !important;
  box-shadow: none !important;
}

.shell .cv-global-toggle[aria-pressed="true"] {
  background: var(--mfs-accent-soft) !important;
  border: 1px solid var(--mfs-accent) !important;
  color: var(--mfs-accent) !important;
}

.shell .cv-global-toggle__dot {
  background: currentColor !important;
  box-shadow: none !important;
}

.shell .cv-filter-reset {
  border-radius: 50% !important;
}

.shell .ebar-ctx .btn.ghost,
.shell .ebar-ctx #cvReloadTvBtn {
  background: none !important;
  border: 0 !important;
  color: var(--mfs-text-2) !important;
  font-size: .74rem !important;
  font-weight: 550 !important;
  box-shadow: none !important;
}

.shell .ebar-ctx .btn.ghost:hover,
.shell .ebar-ctx #cvReloadTvBtn:hover {
  background: var(--mfs-surface-2) !important;
  color: var(--mfs-text-1) !important;
}

.shell .vp-group {
  background: none !important;
  border: 1px solid var(--mfs-line-strong) !important;
  border-radius: 7px !important;
  overflow: hidden;
  box-shadow: none !important;
  gap: 0 !important;
  padding: 0 !important;
}

.shell .vp-btn {
  background: var(--mfs-surface) !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--mfs-text-3) !important;
  font-size: .72rem !important;
  padding: 5px 10px !important;
  box-shadow: none !important;
}

.shell .vp-btn.active {
  background: var(--mfs-surface-2) !important;
  color: var(--mfs-text-1) !important;
}

.shell .vp-btn .vp-lbl {
  font-family: var(--bh-body, 'Inter', sans-serif) !important;
  font-weight: 550 !important;
}

.shell .elib {
  background: var(--mfs-surface) !important;
  border-right: 1px solid var(--mfs-line) !important;
  box-shadow: none !important;
}

.shell .elib .lib-search {
  background: var(--mfs-surface-2) !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  color: var(--mfs-text-1) !important;
  box-shadow: none !important;
}

.shell .elib .lib-search:focus {
  border-color: var(--mfs-accent) !important;
  background: var(--mfs-surface) !important;
  outline: none !important;
}

.shell .elib .lib-section-title {
  color: var(--mfs-text-3) !important;
  font-size: .6rem !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  font-weight: 650 !important;
}

.shell .elib .lib-section-desc {
  color: var(--mfs-text-3) !important;
  font-size: .68rem !important;
}

.shell .elib .lib-item {
  background: var(--mfs-surface) !important;
  border: 1px solid var(--mfs-line) !important;
  border-radius: 8px !important;
  color: var(--mfs-text-2) !important;
  box-shadow: none !important;
}

.shell .elib .lib-item:hover {
  border-color: var(--mfs-line-strong) !important;
  background: var(--mfs-surface-2) !important;
  color: var(--mfs-text-1) !important;
  transform: none !important;
}

.shell .elib .lib-item .lb {
  color: inherit !important;
  font-size: .72rem !important;
  font-weight: 550 !important;
}

@media (max-width: 900px) {
  .rail-group {
    display: none;
  }
}
