@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;
  }
}


.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: 49px;
    right: 42px;
    width: 78px;
  }

  .new-basecamp-screen[data-basecamp-presentation="equipment-room"] .new-basecamp-menu__toggle {
    grid-template-columns: 24px minmax(0, 1fr);
    min-height: 25px;
    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: 0;
    left: auto;
  }

  .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;
  }
}
