.fd2-shell.app-shell {
  display: block;
  grid-template-columns: none;
}

.fd2-main.content {
  min-width: 0;
}

.fd2-desktop-nav {
  display: none;
}

@media (min-width: 760px) {
  .fd2-nav {
    display: none !important;
  }

  .fd2-desktop-nav {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 95;
    display: flex;
    width: 92px;
    height: 100dvh;
    padding: 78px 8px 14px;
    flex-direction: column;
    align-items: stretch;
    gap: 7px;
    overflow-y: auto;
    border-right: 1px solid var(--fd2-line);
    background: rgba(3, 16, 32, .96);
    box-sizing: border-box;
    backdrop-filter: blur(18px);
  }

  .fd2-desktop-nav__item {
    display: flex;
    min-height: 58px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 0;
    border-radius: 13px;
    background: transparent;
    color: #7897b7;
    font-size: 9px;
    font-weight: 800;
  }

  .fd2-desktop-nav__item.is-active {
    background: linear-gradient(180deg, rgba(44, 143, 255, .22), rgba(44, 143, 255, .06));
    color: #fff;
    box-shadow: inset 3px 0 0 var(--fd2-cyan-400);
  }

  .fd2-main {
    padding-bottom: 96px;
  }

  .fd2-command-dock.dashboard-quick-actions {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 110;
    width: min(430px, calc(100vw - 128px));
    box-sizing: border-box;
  }
}

@media (max-width: 390px) {
  .fd2-legacy-panel--squad .pitch-slot {
    width: 40px !important;
  }

  .fd2-legacy-panel--squad .pitch-player {
    min-height: 42px;
    max-height: 42px;
    overflow: hidden;
    padding: 4px 3px;
    border-radius: 11px;
  }

  .fd2-legacy-panel--squad .pitch-player__top {
    grid-template-columns: 1fr auto;
    gap: 2px;
  }

  .fd2-legacy-panel--squad .pitch-player__roles,
  .fd2-legacy-panel--squad .pitch-player__name,
  .fd2-legacy-panel--squad .pitch-player__select {
    display: none !important;
  }

  .fd2-legacy-panel--squad .pitch-player__pos {
    font-size: 7px;
  }

  .fd2-legacy-panel--squad .pitch-player__rating {
    font-size: 10px;
  }
}
