@media (min-width: 901px) and (min-height: 521px) {
  .new-basecamp-screen,
  .campaigns-screen[data-campaign-view="select"] {
    width: var(--menu-fluid-width, var(--game-width));
  }

  .new-basecamp-screen::before {
    width: calc(100% - 32px);
    max-width: none;
  }

  .new-basecamp-header,
  .new-basecamp-workspace {
    width: calc(100% - 84px);
    max-width: none;
  }
}

@media (min-width: 701px) and (min-height: 521px) {
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-workspace:has(
    .new-basecamp-loadout-home,
    .new-basecamp-loadout-editor
  ) .new-basecamp-nav {
    display: none;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-monitor--loadout {
    inset: 0;
    grid-template-rows: minmax(0, 1fr);
    padding: 14px 16px 15px;
    border-color: rgba(54, 226, 207, 0.3);
    background:
      linear-gradient(135deg, rgba(5, 20, 19, 0.96), rgba(1, 7, 8, 0.98)),
      repeating-linear-gradient(0deg, rgba(54, 226, 207, 0.025) 0 1px, transparent 1px 8px);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-home {
    display: grid;
    grid-template-rows: 58px minmax(0, 1fr);
    gap: 14px;
    min-width: 0;
    min-height: 0;
    height: 100%;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-status,
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-equipment {
    min-width: 0;
    min-height: 0;
    border: 1px solid rgba(242, 223, 176, 0.22);
    background:
      linear-gradient(160deg, rgba(9, 31, 29, 0.78), rgba(1, 7, 8, 0.92)),
      repeating-linear-gradient(0deg, rgba(54, 226, 207, 0.022) 0 1px, transparent 1px 7px);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-status {
    display: grid;
    grid-template-columns: minmax(220px, 300px) auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 9px 14px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-status__kicker,
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-group-label {
    color: var(--basecamp-signal);
    font: 700 6px/9px var(--font-ticker);
    letter-spacing: 0.1em;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-status__picker {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-status__picker button,
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-editor__toolbar .new-basecamp-deck-picker button {
    min-height: 34px;
    padding: 0 8px;
    border: 1px solid var(--basecamp-border);
    color: var(--basecamp-muted);
    background: rgba(2, 9, 9, 0.84);
    font: 400 6.5px/9px var(--font-menu);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-status__picker button.is-active,
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-editor__toolbar .new-basecamp-deck-picker button.is-active {
    border-color: var(--basecamp-gold-border);
    color: #f0b94d;
    box-shadow: inset 3px 0 0 var(--basecamp-signal);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-status__reset {
    min-width: 150px;
    min-height: 34px;
    padding: 0 16px;
    font-size: 7px;
    font-weight: 700;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-readiness {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 14px;
    min-height: 0;
    padding: 0;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-readiness__value {
    color: var(--basecamp-signal);
    font: 400 17px/21px var(--font-menu);
    letter-spacing: 0.1em;
    text-align: center;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-readiness__pips {
    display: flex;
    justify-content: center;
    gap: 8px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-readiness__pips span {
    width: 13px;
    height: 13px;
    border: 1px solid rgba(242, 223, 176, 0.36);
    background: rgba(240, 185, 77, 0.06);
    transform: rotate(45deg);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-readiness__pips .is-ready {
    border-color: rgba(54, 226, 207, 0.84);
    background: rgba(54, 226, 207, 0.68);
    box-shadow: 0 0 7px rgba(54, 226, 207, 0.54);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-equipment {
    display: grid;
    grid-template-rows: 10px minmax(0, 1fr) 10px minmax(0, 1.16fr);
    gap: 10px;
    padding: 12px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-group-label {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-group-label small {
    color: rgba(242, 223, 176, 0.5);
    font: inherit;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-grid {
    display: grid;
    gap: 10px;
    min-width: 0;
    min-height: 0;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-grid--command {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-grid--combat {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-tile {
    position: relative;
    display: grid;
    grid-template-columns: 38% minmax(0, 1fr) 15px;
    gap: 10px;
    align-items: center;
    min-width: 0;
    min-height: 0;
    padding: 12px;
    overflow: hidden;
    border: 1px solid rgba(54, 226, 207, 0.38);
    color: var(--basecamp-cream);
    background:
      linear-gradient(145deg, rgba(16, 49, 45, 0.44), rgba(2, 9, 9, 0.86)),
      repeating-linear-gradient(0deg, rgba(54, 226, 207, 0.025) 0 1px, transparent 1px 6px);
    text-align: left;
    cursor: pointer;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-tile:hover,
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-tile:focus-visible {
    border-color: var(--basecamp-signal);
    background: linear-gradient(145deg, rgba(20, 69, 63, 0.58), rgba(2, 12, 12, 0.9));
    box-shadow: inset 0 0 18px rgba(54, 226, 207, 0.09), 0 0 9px rgba(54, 226, 207, 0.1);
    outline: 0;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-tile.is-incomplete {
    border-color: rgba(240, 174, 48, 0.72);
    background:
      linear-gradient(145deg, rgba(77, 45, 8, 0.32), rgba(10, 9, 5, 0.9)),
      repeating-linear-gradient(0deg, rgba(240, 174, 48, 0.025) 0 1px, transparent 1px 6px);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-tile__icon {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    min-height: 54px;
    color: var(--basecamp-cream);
    border-right: 1px solid rgba(242, 223, 176, 0.12);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-tile.is-incomplete .new-basecamp-loadout-tile__icon {
    color: #f0ae30;
  }

  .new-basecamp-loadout-icon {
    width: min(54px, 90%);
    height: min(54px, 90%);
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 4px rgba(54, 226, 207, 0.18));
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-tile__copy {
    display: grid;
    gap: 3px;
    min-width: 0;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-tile__copy strong {
    overflow: hidden;
    color: var(--basecamp-cream);
    font: 400 9px/12px var(--font-menu);
    letter-spacing: 0.04em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-tile__count {
    color: var(--basecamp-signal);
    font: 400 9px/12px var(--font-menu);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-tile.is-incomplete .new-basecamp-loadout-tile__count {
    color: #f0ae30;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-tile__copy small {
    overflow: hidden;
    color: rgba(242, 223, 176, 0.58);
    font: 700 5px/8px var(--font-ticker);
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-tile__state {
    position: absolute;
    top: 14px;
    right: 14px;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(54, 226, 207, 0.62);
    color: var(--basecamp-signal);
    background: rgba(54, 226, 207, 0.08);
    font: 700 11px/1 var(--font-ticker);
    transform: rotate(45deg);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-tile__state > span {
    transform: rotate(-45deg);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-tile.is-incomplete .new-basecamp-loadout-tile__state {
    border-color: rgba(240, 174, 48, 0.72);
    color: #f0ae30;
    background: rgba(240, 174, 48, 0.08);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-tile__chevron {
    align-self: center;
    color: var(--basecamp-signal);
    font: 400 22px/1 var(--font-menu);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-tile.is-incomplete .new-basecamp-loadout-tile__chevron {
    color: #f0ae30;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-editor {
    display: grid;
    grid-template-rows: 42px minmax(0, 1fr);
    gap: 8px;
    min-width: 0;
    min-height: 0;
    height: 100%;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-editor__toolbar {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-width: 0;
    padding: 5px 7px;
    border: 1px solid rgba(242, 223, 176, 0.2);
    background: rgba(2, 9, 9, 0.84);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-editor__identity {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    min-width: 0;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-editor__identity .new-basecamp-loadout-icon {
    width: 24px;
    height: 24px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-editor__identity strong {
    color: var(--basecamp-cream);
    font: 400 10px/13px var(--font-menu);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-editor__identity span {
    color: var(--basecamp-signal);
    font: 400 9px/12px var(--font-menu);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-editor__identity small {
    color: rgba(242, 223, 176, 0.56);
    font: 700 5.5px/8px var(--font-ticker);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-editor__toolbar .new-basecamp-deck-picker {
    display: flex;
    gap: 4px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-command-editor,
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-base-weapon-editor,
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-combat-editor {
    display: grid;
    gap: 8px;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-command-editor {
    grid-template-columns: 24% minmax(0, 1fr);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-base-weapon-editor {
    grid-template-columns: 24% minmax(0, 1fr);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-base-weapon-editor .new-basecamp-command-editor__brief > small:last-child {
    color: #f0ae30;
    font: 700 5.5px/9px var(--font-ticker);
    letter-spacing: 0.08em;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-base-weapon-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    min-width: 0;
    min-height: 0;
    overflow: hidden auto;
    scrollbar-width: thin;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-base-weapon {
    position: relative;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    min-width: 0;
    min-height: 0;
    padding: 7px;
    overflow: hidden;
    border: 1px solid rgba(54, 226, 207, 0.28);
    color: var(--basecamp-cream);
    background:
      radial-gradient(circle at 50% 45%, rgba(54, 226, 207, 0.12), transparent 48%),
      linear-gradient(160deg, rgba(8, 29, 27, 0.88), rgba(1, 7, 8, 0.96));
    text-align: left;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-base-weapon:hover,
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-base-weapon:focus-visible {
    border-color: rgba(54, 226, 207, 0.72);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-base-weapon.is-selected {
    border-color: var(--basecamp-gold-border);
    box-shadow: inset 0 -3px 0 var(--basecamp-signal), 0 0 12px rgba(54, 226, 207, 0.08);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-base-weapon img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    filter: saturate(0.88) contrast(1.08);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-base-weapon__copy {
    display: grid;
    gap: 3px;
    padding: 5px 3px 2px;
    border-top: 1px solid rgba(242, 223, 176, 0.18);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-base-weapon__copy small,
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-base-weapon__copy span {
    color: var(--basecamp-signal);
    font: 700 5px/8px var(--font-ticker);
    letter-spacing: 0.06em;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-base-weapon__copy strong {
    overflow: hidden;
    color: var(--basecamp-cream);
    font: 400 8px/11px var(--font-menu);
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-base-weapon .new-basecamp-command-card__check {
    position: absolute;
    right: 7px;
    top: 7px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-command-editor__brief {
    display: grid;
    align-content: start;
    gap: 8px;
    min-width: 0;
    min-height: 0;
    padding: 10px;
    overflow: hidden auto;
    border: 1px solid rgba(54, 226, 207, 0.22);
    background: rgba(3, 12, 12, 0.84);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-command-editor__brief > p {
    margin: 0;
    color: rgba(242, 223, 176, 0.72);
    font: 600 7px/11px var(--font-ticker);
    text-transform: none;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-fieldwork-slots {
    display: grid;
    gap: 6px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-fieldwork-slots button {
    display: grid;
    gap: 3px;
    min-height: 46px;
    padding: 7px;
    border: 1px solid var(--basecamp-border);
    color: var(--basecamp-muted);
    background: rgba(2, 8, 8, 0.86);
    text-align: left;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-fieldwork-slots button.is-active {
    border-color: var(--basecamp-gold-border);
    color: var(--basecamp-cream);
    box-shadow: inset 3px 0 0 var(--basecamp-signal);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-fieldwork-slots span {
    color: var(--basecamp-signal);
    font: 700 5.5px/8px var(--font-ticker);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-fieldwork-slots strong {
    overflow: hidden;
    font: 400 7px/10px var(--font-menu);
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-command-editor__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    min-width: 0;
    min-height: 0;
    padding-right: 3px;
    overflow: hidden auto;
    scrollbar-width: thin;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-command-card {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 7px;
    min-width: 0;
    min-height: 92px;
    padding: 7px;
    border: 1px solid rgba(242, 223, 176, 0.2);
    color: var(--basecamp-cream);
    background: rgba(3, 11, 11, 0.84);
    text-align: left;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-command-card:hover,
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-command-card:focus-visible,
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-command-card.is-selected {
    border-color: var(--basecamp-signal);
    background: linear-gradient(110deg, rgba(54, 226, 207, 0.1), rgba(3, 11, 11, 0.9));
    outline: 0;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-command-card:disabled {
    opacity: 0.42;
    cursor: default;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-command-card__art {
    display: grid;
    place-items: center;
    min-height: 78px;
    overflow: hidden;
    border: 1px solid rgba(54, 226, 207, 0.16);
    background: rgba(1, 7, 8, 0.9);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-command-card__art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-command-card__copy {
    display: grid;
    align-content: start;
    gap: 4px;
    min-width: 0;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-command-card__copy small {
    color: var(--basecamp-signal);
    font: 700 5px/7px var(--font-ticker);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-command-card__copy strong {
    overflow: hidden;
    font: 400 7.5px/10px var(--font-menu);
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-command-card__copy p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: rgba(242, 223, 176, 0.62);
    font: 600 6px/9px var(--font-ticker);
    text-transform: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-command-card__check {
    position: absolute;
    right: 4px;
    bottom: 4px;
    color: var(--basecamp-signal);
    font: 400 12px/1 var(--font-menu);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-combat-editor {
    grid-template-columns: minmax(0, 1fr);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-combat-editor__browser {
    display: grid;
    grid-template-rows: 34px minmax(0, 1fr);
    min-width: 0;
    min-height: 0;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-combat-editor__browser .new-basecamp-deck-browser__toolbar {
    padding: 0 0 5px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-combat-editor__browser .new-basecamp-deck-field {
    grid-template-columns: auto 150px;
    align-items: center;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-combat-editor__browser .new-basecamp-deck-field select {
    min-height: 29px;
    font-size: 7px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-combat-editor__browser .new-basecamp-deck-grid {
    grid-template-columns: repeat(auto-fill, 170px);
    grid-auto-rows: 308px;
    align-content: start;
    justify-content: center;
    gap: 18px 14px;
    padding: 2px 8px 18px;
    scrollbar-width: thin;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-combat-editor__browser .new-basecamp-deck-card {
    grid-template-columns: 170px;
    grid-template-rows: 261px 40px;
    gap: 7px;
    width: 170px;
    height: 308px;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: default;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-combat-editor__browser .new-basecamp-deck-card__art {
    grid-row: 1;
    width: 170px;
    height: 261px;
    aspect-ratio: 170 / 261;
    border: 2px solid rgba(242, 223, 176, 0.22);
    background: #020707;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-combat-editor__browser .new-basecamp-deck-card:hover .new-basecamp-deck-card__art,
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-combat-editor__browser .new-basecamp-deck-card.is-selected .new-basecamp-deck-card__art {
    border-color: var(--basecamp-signal);
    box-shadow: 0 0 12px rgba(54, 226, 207, 0.18);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-combat-editor__browser .new-basecamp-deck-card__art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-combat-editor__browser .new-basecamp-deck-card__controls {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    gap: 7px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-combat-editor__browser .new-basecamp-deck-card__controls button {
    min-height: 40px;
    font: 700 18px/1 var(--font-menu);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-combat-editor__browser .new-basecamp-deck-card__controls > span {
    border-block: 1px solid rgba(242, 223, 176, 0.18);
    font-size: 10px;
    font-weight: 700;
  }
}

@media (min-width: 701px) and (max-width: 1180px) and (min-height: 521px) {
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-home {
    grid-template-columns: minmax(0, 1fr);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-tile {
    grid-template-columns: 32% minmax(0, 1fr) 12px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-command-editor__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-base-weapon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-combat-editor__browser .new-basecamp-deck-grid {
    grid-template-columns: repeat(auto-fill, 170px);
  }
}

@media (max-width: 700px), (max-height: 520px) {
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-monitor--loadout {
    overflow: auto;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-monitor__body--deck,
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-home {
    min-width: 0;
    min-height: 0;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-home {
    display: grid;
    gap: 10px;
    padding: 10px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-status,
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-equipment {
    border: 1px solid rgba(242, 223, 176, 0.24);
    background: rgba(2, 12, 12, 0.94);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-status {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    padding: 10px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-status__picker {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-status__picker button,
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-status__reset {
    min-height: 40px;
    padding: 6px 10px;
    border: 1px solid rgba(242, 223, 176, 0.28);
    color: #f2dfb0;
    background: rgba(1, 7, 8, 0.9);
    font: 700 8px/1.2 var(--font-menu);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-status__picker button.is-active {
    border-color: rgba(240, 185, 77, 0.76);
    color: #f0b94d;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-readiness {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: #36e2cf;
    font: 700 9px/1.2 var(--font-menu);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-readiness__pips {
    display: flex;
    gap: 5px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-readiness__pips span {
    width: 18px;
    height: 5px;
    border: 1px solid rgba(242, 223, 176, 0.3);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-readiness__pips .is-ready {
    border-color: #36e2cf;
    background: #36e2cf;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-equipment {
    padding: 10px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-group-label {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin: 4px 0 7px;
    color: #36e2cf;
    font: 700 8px/1.2 var(--font-ticker);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-bottom: 10px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-tile {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    min-height: 58px;
    padding: 8px;
    border: 1px solid rgba(242, 223, 176, 0.24);
    color: #f2dfb0;
    background: rgba(5, 20, 19, 0.9);
    text-align: left;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-tile__icon,
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-tile__state {
    display: none;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-tile__copy {
    min-width: 0;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-tile__copy strong,
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-tile__copy small {
    display: block;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-tile__copy strong {
    font: 700 8px/1.2 var(--font-menu);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-tile__copy small {
    margin-top: 4px;
    overflow: hidden;
    color: #b9a982;
    font: 600 7px/1.25 var(--font-ticker);
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-tile__count,
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-loadout-tile__chevron {
    color: #f0b94d;
    font: 700 11px/1 var(--font-menu);
  }
}


.new-basecamp-back,
.new-basecamp-wire {
  display: none;
}

@media (min-width: 701px) and (min-height: 521px) {
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] {
    --basecamp-panel: rgba(4, 11, 11, 0.94);
    --basecamp-panel-strong: rgba(2, 7, 7, 0.97);
    --basecamp-canvas: #06100f;
    --basecamp-panel-elevated: #0d2624;
    --basecamp-border: rgba(242, 223, 176, 0.28);
    --basecamp-gold-border: rgba(240, 185, 77, 0.72);
    --basecamp-cream: #f2dfb0;
    --basecamp-muted: #b9a982;
    --basecamp-signal: #36e2cf;
    --basecamp-space-04: 4px;
    --basecamp-space-08: 8px;
    --basecamp-space-12: 12px;
    --basecamp-space-16: 16px;
    --basecamp-space-24: 24px;
    --basecamp-space-32: 32px;
    grid-template-rows: 94px minmax(0, 1fr);
    background:
      linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.98) 24%, rgba(1, 5, 5, 0.82) 48%, rgba(1, 5, 5, 0.42) 74%, rgba(0, 0, 0, 0.18) 100%),
      url("../assets/generated-art/ui/basecamp-v2/mars-station.png") center / cover no-repeat,
      #010506;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"]::before,
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"]::after {
    content: none;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-header {
    position: relative;
    z-index: 7;
    grid-template-columns: 78px minmax(0, 1fr) 173px;
    width: 100%;
    min-height: 94px;
    margin: 0;
    padding: 27px 42px 0;
    border-bottom: 1px solid rgba(240, 185, 77, 0.42);
    background: transparent;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-header::before {
    content: none;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-back {
    display: flex;
    gap: 9px;
    align-items: center;
    width: 78px;
    height: 44px;
    padding: 6px 9px;
    border: 1px solid var(--basecamp-border);
    border-radius: 3px;
    color: var(--basecamp-muted);
    background: #071111;
    font-family: var(--font-menu);
    cursor: pointer;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-back span {
    width: 3px;
    height: 15px;
    border-radius: 2px;
    background: var(--basecamp-muted);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-back strong {
    font: 400 10.5px/15px var(--font-menu);
    letter-spacing: 0.04em;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-back:hover,
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-back:focus-visible {
    border-color: var(--basecamp-gold-border);
    color: var(--basecamp-cream);
    outline: 0;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .submenu-header__titlebar {
    display: grid;
    gap: 1px;
    justify-items: center;
    align-self: start;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .submenu-header__titlebar .new-basecamp-header__kicker {
    display: block;
    color: var(--basecamp-signal);
    font: 700 7.5px/11px var(--font-ticker);
    letter-spacing: 0.11em;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-header h1 {
    margin: 0;
    color: var(--basecamp-cream);
    font: 400 27px/30px var(--font-menu);
    letter-spacing: 0.03em;
    text-shadow: none;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-header__status {
    display: block;
    align-self: start;
    padding-top: 1px;
    color: var(--basecamp-signal);
    font: 700 7.5px/11px var(--font-ticker);
    letter-spacing: 0.11em;
    text-align: right;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-menu {
    position: absolute;
    top: 27px;
    left: 42px;
    width: 78px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-menu__toggle {
    grid-template-columns: 24px minmax(0, 1fr);
    width: 78px;
    min-height: 44px;
    padding-right: 7px;
    border: 1px solid rgba(242, 223, 176, 0.2);
    border-radius: 2px;
    background: rgba(7, 17, 17, 0.9);
    font-size: 7px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-menu__toggle span {
    border-right-color: rgba(242, 223, 176, 0.16);
    background-size: 12px 12px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-menu__list {
    right: auto;
    left: 0;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-workspace {
    position: relative;
    display: block;
    width: calc(100% - 132px);
    max-width: none;
    height: 465px;
    margin: 47px 66px 69px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-workspace::before {
    content: none;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-nav {
    position: absolute;
    top: 21px;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
    width: 30.2%;
    max-height: none;
    padding: 0;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-nav > .new-basecamp-nav__kicker {
    margin: -21px 0 2px;
    color: var(--basecamp-signal);
    font: 700 7.5px/11px var(--font-ticker);
    letter-spacing: 0.11em;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-task {
    position: relative;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 9px;
    align-items: center;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    overflow: hidden;
    border: 1px solid var(--basecamp-border);
    border-radius: 3px;
    color: var(--basecamp-cream);
    background:
      linear-gradient(90deg, rgba(4, 11, 11, 0.94), rgba(4, 11, 11, 0.82)),
      url("../assets/generated-art/ui/basecamp-v2/shockframe-row.png") center / 100% 100% no-repeat;
    text-align: left;
    cursor: pointer;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-task::before {
    content: "";
    width: 3px;
    height: 21px;
    border-radius: 2px;
    background: var(--basecamp-muted);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-task > span {
    position: absolute;
    left: 19px;
    color: var(--basecamp-signal);
    font: 700 6px/9px var(--font-ticker);
    letter-spacing: 0.12em;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-task strong {
    grid-column: 2;
    color: inherit;
    font: 400 10.5px/15px var(--font-menu);
    letter-spacing: 0.04em;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-task:hover,
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-task:focus-visible,
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-task.is-active {
    border-color: var(--basecamp-gold-border);
    color: #f0b94d;
    box-shadow: 0 0 11px rgba(240, 185, 77, 0.12);
    outline: 0;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-task.is-active::before {
    background: var(--basecamp-signal);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-monitor {
    position: absolute;
    inset: 0 0 0 33.15%;
    display: grid;
    grid-template-rows: 173px minmax(0, 1fr);
    min-width: 0;
    padding: 18px 17px 15px;
    border: 1px solid rgba(54, 226, 207, 0.22);
    background: var(--basecamp-panel);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.34);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-monitor:has(
    .new-basecamp-category-filters > .new-basecamp-nav__filters
  ) {
    grid-template-rows: 210px minmax(0, 1fr);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-monitor__header {
    position: relative;
    display: block;
    align-content: start;
    align-items: initial;
    min-width: 0;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-monitor__header::after {
    content: "";
    position: absolute;
    top: 61px;
    right: 0;
    left: 0;
    height: 1px;
    background: rgba(242, 223, 176, 0.24);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-monitor__header > span {
    display: block;
    color: var(--basecamp-signal);
    font: 700 6px/9px var(--font-ticker);
    letter-spacing: 0.08em;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-monitor__header h2 {
    margin: 5px 0 4px;
    color: var(--basecamp-cream);
    font: 400 16.5px/21px var(--font-menu);
    letter-spacing: 0.03em;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-monitor__header p {
    display: block;
    margin: 0;
    color: rgba(242, 223, 176, 0.76);
    font: 600 7.5px/11px var(--font-ticker);
    text-transform: none;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-category-filters {
    position: absolute;
    top: 130px;
    right: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    min-width: 0;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-category-tabs {
    grid-column: 1 / -1;
    display: flex;
    min-width: 0;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-category-tab {
    flex: 0 0 auto;
    min-width: 67px;
    height: 33px;
    padding: 0 8px;
    border: 1px solid var(--basecamp-border);
    border-right: 0;
    color: rgba(242, 223, 176, 0.76);
    background: rgba(4, 11, 11, 0.82);
    font: 400 7px/9px var(--font-menu);
    letter-spacing: 0.025em;
    cursor: pointer;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-category-tab:last-child {
    border-right: 1px solid var(--basecamp-border);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-category-tab:hover,
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-category-tab:focus-visible,
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-category-tab.is-active {
    border-color: var(--basecamp-signal);
    color: #f0b94d;
    background: rgba(7, 28, 27, 0.92);
    box-shadow: inset 3px 0 0 var(--basecamp-signal);
    outline: 0;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-category-filters .new-basecamp-search {
    position: absolute;
    top: -124px;
    right: 0;
    grid-column: 1 / -1;
    grid-row: 1;
    grid-template-columns: 52px minmax(0, 1fr) 36px;
    width: min(300px, 42%);
    height: 33px;
    border: 1px solid var(--basecamp-border);
    background: rgba(3, 10, 10, 0.82);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-search > span {
    grid-column: 1;
    grid-row: 1;
    display: grid;
    align-content: center;
    padding-left: 8px;
    color: var(--basecamp-signal);
    font-size: 6px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-search input {
    min-width: 0;
    height: 31px;
    border: 0;
    color: var(--basecamp-cream);
    background: transparent;
    font: 600 7.5px/10px var(--font-ticker);
    text-transform: none;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-search button {
    min-width: 0;
    height: 31px;
    padding: 0;
    border: 0;
    color: rgba(242, 223, 176, 0.56);
    background: transparent;
    font-size: 6px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-search small {
    display: none;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-category-filters > .new-basecamp-nav__filters {
    grid-row: 2;
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 6px;
    margin: 0;
    padding: 4px 0 0;
    border: 0;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-category-filters > .new-basecamp-nav__filters:first-of-type {
    grid-column: 1;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-category-filters > .new-basecamp-nav__filters:last-of-type {
    grid-column: 2;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-category-filters > .new-basecamp-nav__filters:only-of-type {
    grid-column: 1 / -1;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-category-filters > .new-basecamp-nav__filters .new-basecamp-nav__kicker {
    align-self: center;
    margin: 0;
    color: var(--basecamp-signal);
    font-size: 6px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] :is(.new-basecamp-faction-filter, .new-basecamp-unit-filter) {
    display: flex;
    gap: 4px;
    min-width: 0;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-faction-select {
    display: block;
    flex: 1 1 auto;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-faction-select > span {
    display: none;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] :is(
    .new-basecamp-faction-filter button,
    .new-basecamp-faction-select select,
    .new-basecamp-unit-filter button
  ) {
    min-height: 22px;
    font-size: 6px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-monitor__body {
    grid-template-columns: 37% minmax(0, 1fr);
    gap: 9px;
    min-height: 0;
    padding-top: 0;
    overflow: hidden;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-entry-list {
    gap: 4px;
    max-height: none;
    padding-right: 0;
    overflow: hidden auto;
    scrollbar-width: thin;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-entry {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    gap: 2px 6px;
    min-height: 42px;
    padding: 7px 9px;
    border: 1px solid var(--basecamp-border);
    color: var(--basecamp-cream);
    background: rgba(3, 10, 10, 0.82);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-entry__thumb {
    display: none;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-entry strong {
    grid-column: 1 / -1;
    font: 400 7.5px/10px var(--font-menu);
    letter-spacing: 0.02em;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-entry small {
    grid-column: 1;
    color: var(--basecamp-signal);
    font: 700 5px/7px var(--font-ticker);
    letter-spacing: 0.04em;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-entry:hover,
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-entry:focus-visible,
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-entry.is-selected {
    border-color: var(--basecamp-gold-border);
    background: rgba(5, 28, 26, 0.9);
    box-shadow: inset 3px 0 0 var(--basecamp-signal);
    outline: 0;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-detail {
    grid-template-columns: 35% minmax(0, 1fr);
    gap: 9px;
    align-items: stretch;
    min-width: 0;
    min-height: 0;
    height: 100%;
    overflow: hidden;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-detail__visual {
    position: relative;
    display: grid;
    align-content: stretch;
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: 8px;
    overflow: hidden;
    border: 1px solid var(--basecamp-border);
    background: rgba(1, 8, 8, 0.9);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-detail__portrait {
    position: absolute;
    inset: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    object-fit: cover;
    object-position: center top;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-detail__visual:has(.new-basecamp-detail__portrait) .new-basecamp-card-readout {
    position: absolute;
    right: 8px;
    bottom: 8px;
    left: 8px;
    padding: 5px;
    background: rgba(1, 8, 8, 0.9);
    backdrop-filter: blur(3px);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-card-readout__stats {
    gap: 3px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-card-readout__stats div {
    padding: 3px 4px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-detail__dossier {
    gap: 5px;
    min-width: 0;
    min-height: 0;
    max-height: none;
    padding: 0 3px 8px 0;
    overflow: hidden auto;
    scrollbar-width: thin;
  }

  .new-basecamp-detail__dossier::-webkit-scrollbar {
    width: 5px;
  }
  .new-basecamp-detail__dossier::-webkit-scrollbar-thumb {
    background: rgba(54, 226, 207, 0.54);
  }
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-detail h2 {
    font: 400 15px/18px var(--font-menu);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] :is(
    .new-basecamp-detail__summary,
    .new-basecamp-detail__note,
    .new-basecamp-info-card p,
    .new-basecamp-info-card__note
  ) {
    font: 600 7px/10px var(--font-ticker);
    text-transform: none;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-detail__row {
    grid-template-columns: 72px minmax(0, 1fr);
    min-height: 27px;
    padding: 5px 6px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-detail__prep-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] :is(
    .new-basecamp-detail__mechanics,
    .new-basecamp-detail__procurement
  ) {
    padding: 6px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] :is(
    .new-basecamp-primary,
    .new-basecamp-secondary
  ) {
    min-height: 28px;
    padding: 0 8px;
    font-size: 7px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-monitor__body--docs,
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-monitor__body--deck {
    grid-template-columns: minmax(0, 1fr);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-info-docs {
    grid-template-columns: 29% minmax(0, 1fr);
    gap: 9px;
    overflow: hidden auto;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-info-card {
    padding: 8px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-info-card h3 {
    font-size: 12px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-deck-overview {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    grid-template-rows: 33px minmax(0, 1fr);
    gap: 8px;
    min-width: 0;
    min-height: 0;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-deck-overview__picker {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-deck-overview__picker button {
    height: 33px;
    border: 1px solid var(--basecamp-border);
    color: var(--basecamp-cream);
    background: rgba(3, 10, 10, 0.82);
    font: 400 7px/9px var(--font-menu);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-deck-overview__picker button.is-active {
    border-color: var(--basecamp-gold-border);
    color: #f0b94d;
    box-shadow: inset 3px 0 0 var(--basecamp-signal);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] :is(
    .new-basecamp-deck-overview__list,
    .new-basecamp-deck-overview__formation
  ) {
    min-width: 0;
    min-height: 0;
    padding: 9px;
    border: 1px solid var(--basecamp-border);
    background: rgba(2, 8, 8, 0.86);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-deck-overview__list {
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    gap: 4px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-deck-overview__kicker {
    color: var(--basecamp-signal);
    font: 700 6px/9px var(--font-ticker);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-deck-overview__list > small {
    color: rgba(242, 223, 176, 0.56);
    font: 700 5px/7px var(--font-ticker);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-deck-overview__rows {
    display: grid;
    gap: 4px;
    align-content: start;
    min-height: 0;
    overflow: hidden auto;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-deck-overview__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2px 8px;
    min-height: 36px;
    padding: 5px 8px;
    border: 1px solid var(--basecamp-border);
    color: var(--basecamp-cream);
    background: rgba(3, 10, 10, 0.82);
    text-align: left;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-deck-overview__row strong {
    font: 400 7px/9px var(--font-menu);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-deck-overview__row small {
    color: var(--basecamp-signal);
    font: 700 5px/7px var(--font-ticker);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-deck-overview__row > span {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    color: var(--basecamp-cream);
    font: 400 9px/12px var(--font-menu);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-deck-overview__formation {
    display: grid;
    align-content: start;
    gap: 6px;
    border-color: rgba(54, 226, 207, 0.72);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-deck-overview__formation h3 {
    margin: 0;
    color: var(--basecamp-cream);
    font: 400 15px/18px var(--font-menu);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-deck-overview__total {
    color: #f0b94d;
    font: 400 9px/12px var(--font-menu);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-deck-overview__validity {
    color: var(--basecamp-signal);
    font: 700 5px/7px var(--font-ticker);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-deck-overview__composition {
    display: grid;
    gap: 1px;
    margin: 3px 0;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-deck-overview__composition div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 4px 0;
    border-bottom: 1px solid rgba(242, 223, 176, 0.12);
    color: var(--basecamp-muted);
    font: 400 6.5px/9px var(--font-menu);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-deck-overview__composition dd {
    margin: 0;
    color: var(--basecamp-cream);
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-wire {
    position: absolute;
    z-index: 6;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 36px;
    padding: 0 37px;
    border-top: 1px solid rgba(240, 185, 77, 0.42);
    color: rgba(240, 185, 77, 0.9);
    background: rgba(2, 6, 6, 0.96);
    font: 700 7.5px/11px var(--font-ticker);
    letter-spacing: 0.11em;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-wire span:last-child {
    color: var(--basecamp-signal);
    text-align: right;
  }
}
.basecamp-unlocks-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin-top: 14px;
}

.basecamp-unlocks-nav button {
  display: grid;
  align-content: start;
  gap: 5px;
  min-width: 0;
  min-height: 56px;
  padding: 10px 14px;
  border: 1px solid rgba(54, 226, 207, 0.28);
  color: rgba(242, 223, 176, 0.72);
  background: rgba(0, 10, 10, 0.82);
  text-align: left;
}

.basecamp-unlocks-nav button:hover,
.basecamp-unlocks-nav button:focus-visible,
.basecamp-unlocks-nav button.is-active {
  border-color: rgba(240, 185, 77, 0.86);
  color: #f0b94d;
  background: linear-gradient(90deg, rgba(28, 81, 75, 0.72), rgba(3, 15, 15, 0.9));
  outline: 0;
}

.basecamp-unlocks-nav button:focus-visible {
  outline: 1px solid rgba(54, 226, 207, 0.68);
  outline-offset: 2px;
}

.basecamp-unlocks-nav strong {
  min-width: 0;
  font: 600 10px/1.1 var(--font-menu);
  letter-spacing: 0.05em;
  overflow-wrap: break-word;
}

.basecamp-unlocks-nav small {
  min-width: 0;
  color: rgba(242, 223, 176, 0.58);
  font: 600 8px/1.3 var(--font-ui);
  overflow-wrap: break-word;
  text-transform: none;
}

@media (min-width: 701px) and (min-height: 521px) {
  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .basecamp-unlocks-nav {
    gap: 6px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .basecamp-unlocks-nav button {
    padding-inline: 8px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .basecamp-unlocks-nav strong {
    font-size: 9px;
    line-height: 1.15;
  }
}
