.ui-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  object-fit: contain;
  vertical-align: middle;
  flex-shrink: 0;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 1px 1px #2b577326);
}
[data-icon] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.desktop-icon > .ui-icon {
  width: 49px;
  height: 46px;
  filter: drop-shadow(1px 3px 3px #254c5945);
}
.task-button > .ui-icon {
  width: 26px;
  height: 26px;
}
.title-symbol > .ui-icon {
  width: 17px;
  height: 17px;
}
.explorer-sidebar .ui-icon {
  width: 17px;
  height: 17px;
}
.explorer-folder > .ui-icon {
  width: 48px;
  height: 48px;
}
.back-button {
  padding: 3px;
  display: grid;
  place-items: center;
}
.back-button > .ui-icon {
  width: 17px;
  height: 17px;
}
.address-bar > .ui-icon {
  width: 16px;
  height: 16px;
}
.address-bar > .path-separator {
  width: 10px;
  height: 10px;
}
.window-controls .ui-icon {
  width: 13px;
  height: 13px;
}
.window-resize > .ui-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 2px;
  bottom: 2px;
}
.window-resize:after {
  display: none;
}
.window-status .ui-icon {
  width: 10px;
  height: 10px;
}
.project-arrow > .ui-icon {
  width: 15px;
  height: 15px;
}
.detail-back .ui-icon {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.empty-state > .ui-icon {
  width: 58px;
  height: 58px;
  opacity: 0.6;
}
.start-button > .ui-icon {
  width: 32px;
  height: 32px;
}
.tray .ui-icon {
  width: 19px;
  height: 19px;
  filter: drop-shadow(0 1px 1px #fff8);
}
.tray-arrow,
.network {
  display: inline-flex;
  align-items: center;
}
.tray-arrow > .ui-icon {
  width: 12px;
  height: 12px;
}
.tray button[id^="tray-"] {
  display: grid;
  place-items: center;
}
.start-search .ui-icon {
  width: 16px;
  height: 16px;
}
.avatar {
  padding: 0;
  background: none;
  border: 0;
  box-shadow:
    0 0 0 4px #eaffff25,
    0 8px 22px #195e7845;
}
.avatar > .ui-icon {
  width: 100%;
  height: 100%;
  filter: none;
}
.avatar:before,
.avatar:after {
  display: none;
}
.mini-avatar {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.mini-avatar > .ui-icon {
  width: 100%;
  height: 100%;
  filter: none;
}
.enter-arrow > .ui-icon,
.logout-arrow > .ui-icon {
  width: 15px;
  height: 15px;
}
.context-menu .ui-icon {
  width: 17px;
  height: 17px;
  margin-right: 8px;
}
.start-greeting > .ui-icon {
  width: 12px;
  height: 12px;
}
.admin-close > .ui-icon {
  width: 15px;
  height: 15px;
}
.aero-player .player-play > .ui-icon {
  width: 32px;
  height: 32px;
}
.player-previous > .ui-icon,
.player-next > .ui-icon {
  width: 22px;
  height: 22px;
}
.player-mute > .ui-icon {
  width: 18px;
  height: 18px;
}
.player-header-controls .ui-icon {
  width: 15px;
  height: 15px;
}
.aero-player .player-header-title {
  font-size: 12px;
  font-weight: 600;
}
.player-wheel {
  background: conic-gradient(
    from 0deg,
    #edf7ff,
    #a0c2e5 25%,
    #f2fbff 50%,
    #93b9db 75%,
    #edf7ff
  );
}
.start-main {
  min-height: 0;
}
.start-default-items {
  min-height: 0;
  overflow-y: auto;
  flex: 1;
}
.start-main .start-item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 10px 8px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: transparent;
  text-align: left;
  min-height: 57px;
}
.start-main .start-item:hover,
.start-main .start-item:focus-visible {
  background: linear-gradient(#edf9fe, #d3eafa);
  border-color: #a5c8dc;
}
.start-item > .ui-icon {
  width: 34px;
  height: 34px;
}
.start-item-copy {
  min-width: 0;
  display: block;
  flex: 1;
}
.start-item-title {
  font-size: 12px;
  display: block;
  color: #304d55;
}
.start-item-copy small {
  display: block;
  font-size: 10px;
  color: #81949b;
  margin-top: 4px;
  line-height: 1.4;
}
.start-search {
  flex-shrink: 0;
}
.start-results {
  flex: 1;
  min-height: 0;
  overflow: auto;
}
.start-menu.is-searching {
  width: 420px;
  max-width: calc(100vw - 14px);
}
.start-menu.is-searching .start-side,
.start-menu.is-searching .start-greeting {
  display: none;
}
.start-menu.is-searching .start-main {
  width: 100%;
  flex: 1;
}
.start-empty {
  font-size: 12px;
  color: #7f939b;
  padding: 20px 12px;
  line-height: 1.6;
}
@media (max-width: 540px) {
  .tray-arrow,
  .network {
    display: none;
  }
  .tray .ui-icon {
    width: 17px;
    height: 17px;
  }
  .tray {
    gap: 8px;
  }
  .start-item > .ui-icon {
    width: 29px;
    height: 29px;
  }
  .start-main .start-item {
    gap: 9px;
    padding: 8px 5px;
  }
  .start-item-copy small {
    font-size: 9px;
  }
  .start-item-title {
    font-size: 11px;
  }
}
