.production-showcase-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.production-showcase-filter {
  width: fit-content;
  max-width: 100%;
  gap: 4px;
  padding: 4px;
  overflow-x: auto;
  border: 1px solid var(--stroke);
  border-radius: 14px;
  background: color-mix(in srgb, var(--surface-soft) 88%, transparent);
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.production-showcase-filter .mode-chip {
  min-height: 38px;
  padding: 7px 11px;
  border-radius: 10px;
  background: transparent;
  color: var(--muted);
  font-size: 13px;
  white-space: nowrap;
}

.production-showcase-filter .mode-chip.active {
  background: var(--chip-active-bg);
  color: var(--chip-active-text);
}

.production-showcase-search {
  display: block;
}

.production-showcase-search input {
  width: 100%;
  min-height: 40px;
  border: 1px solid var(--stroke);
  border-radius: 12px;
  background: var(--field-bg);
  color: var(--text);
  padding: 8px 12px;
  font-size: 13px;
}

.production-showcase-board {
  grid-template-columns: minmax(0, 1fr);
}

.production-showcase-order {
  display: grid;
  gap: 14px;
  overflow: hidden;
}

.production-showcase-order.has-attention {
  border-color: var(--flash-warning-stroke);
  box-shadow: inset 4px 0 0 var(--status-warn-text);
}

.production-showcase-order-head,
.production-showcase-part-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.production-showcase-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
}

.production-showcase-stages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  gap: 7px;
}

.production-showcase-stage {
  display: grid;
  min-width: 0;
  min-height: 64px;
  gap: 6px;
  align-content: center;
  justify-items: center;
  border: 1px solid var(--stroke);
  border-radius: 13px;
  background: var(--surface-soft);
  color: var(--text);
  padding: 10px 11px;
  text-align: center;
}

button.production-showcase-stage {
  cursor: pointer;
}

button.production-showcase-stage:hover {
  border-color: var(--stroke-strong);
  transform: translateY(-1px);
}

.production-showcase-stage > span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.production-showcase-stage > strong {
  min-width: 0;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.25;
  text-overflow: ellipsis;
}

.production-showcase-status-pill,
.production-showcase-status-select {
  display: inline-flex;
  max-width: 100%;
  min-height: 29px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--stroke);
  border-radius: 999px;
  padding: 5px 9px;
}

.production-showcase-status-select {
  position: relative;
  min-width: 0;
  padding: 0;
}

.production-showcase-status-select select {
  width: 100%;
  min-width: 0;
  min-height: 29px;
  appearance: none;
  border: 0;
  border-radius: 999px;
  outline: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  padding: 4px 28px 4px 9px;
  text-align: center;
  text-align-last: center;
}

.production-showcase-status-select > b {
  position: absolute;
  top: 50%;
  right: 9px;
  pointer-events: none;
  transform: translateY(-58%);
}

.production-showcase-stage.is-done,
.production-showcase-part-facts .is-done,
.production-showcase-status-pill.is-done,
.production-showcase-status-select.is-done,
.production-showcase-route-stage.is-done {
  border-color: rgba(71, 212, 141, 0.28);
  background: var(--status-ok-bg);
  color: var(--status-ok-text);
}

.production-showcase-stage.is-work,
.production-showcase-part-facts .is-work,
.production-showcase-status-pill.is-work,
.production-showcase-status-select.is-work,
.production-showcase-route-stage.is-work {
  border-color: rgba(93, 140, 255, 0.28);
  background: var(--flash-info-bg);
  color: var(--flash-info-text);
}

.production-showcase-stage.is-attention,
.production-showcase-part-facts .is-attention,
.production-showcase-status-pill.is-attention,
.production-showcase-status-select.is-attention,
.production-showcase-route-stage.is-attention {
  border-color: var(--flash-warning-stroke);
  background: var(--status-warn-bg);
  color: var(--status-warn-text);
}

.production-showcase-stage.is-unknown,
.production-showcase-part-facts .is-unknown,
.production-showcase-status-pill.is-unknown,
.production-showcase-status-select.is-unknown,
.production-showcase-route-stage.is-unknown {
  border-color: var(--stroke);
  background: var(--surface-soft);
  color: var(--muted);
}

.production-showcase-preparation-collapse {
  justify-self: start;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 11px;
  padding: 0 2px;
}

.production-showcase-preparation-collapse:hover {
  color: var(--text);
}

.production-showcase-route {
  display: grid;
  gap: 8px;
  min-width: 0;
  border: 1px solid var(--stroke);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.018);
  padding: 10px 11px;
}

.production-showcase-route-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.production-showcase-route-head > span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.production-showcase-route-head > small {
  color: var(--muted);
}

.production-showcase-route-track {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.production-showcase-route-track > i {
  flex: 0 0 auto;
  color: var(--muted);
  font-style: normal;
}

.production-showcase-route-stage {
  display: grid;
  flex: 1 0 126px;
  min-height: 52px;
  gap: 4px;
  align-content: center;
  border: 1px solid var(--stroke);
  border-radius: 11px;
  background: var(--surface-soft);
  color: var(--text);
  padding: 8px 10px;
  text-align: left;
}

button.production-showcase-route-stage {
  cursor: pointer;
}

button.production-showcase-route-stage:hover {
  border-color: var(--stroke-strong);
  transform: translateY(-1px);
}

.production-showcase-route-stage > span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
}

.production-showcase-route-stage > strong {
  font-size: 12px;
}

.production-showcase-route.is-compact {
  border-radius: 11px;
  padding: 8px 9px;
}

.production-showcase-next {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  border: 1px solid var(--stroke);
  border-radius: 12px;
  background: var(--surface-soft);
  padding: 9px 12px;
}

.production-showcase-next > span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.production-showcase-next > strong {
  font-size: 13px;
}

.production-showcase-next > small {
  color: var(--muted);
}

.production-showcase-next.is-attention {
  border-color: var(--flash-warning-stroke);
  background: var(--status-warn-bg);
  color: var(--status-warn-text);
}

.production-showcase-next.is-done {
  border-color: rgba(71, 212, 141, 0.28);
  background: var(--status-ok-bg);
  color: var(--status-ok-text);
}

.production-showcase-parts {
  display: grid;
  gap: 6px;
  border-top: 1px solid var(--stroke);
  padding-top: 9px;
}

.production-showcase-part {
  display: grid;
  gap: 7px;
  border: 1px solid var(--stroke);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  padding: 8px 9px;
}

.production-showcase-part-overview {
  display: grid;
  grid-template-columns: minmax(195px, 0.9fr) minmax(0, 5fr);
  align-items: center;
  gap: 9px;
}

.production-showcase-part-stages {
  grid-template-columns: repeat(6, minmax(90px, 1fr));
  gap: 5px;
}

.production-showcase-part-stages .production-showcase-stage {
  min-height: 54px;
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  align-items: center;
  justify-items: center;
  gap: 3px;
  border-radius: 9px;
  padding: 6px 7px;
}

.production-showcase-part-stages .production-showcase-stage > span {
  font-size: 8px;
  letter-spacing: 0.05em;
}

.production-showcase-part-stages .production-showcase-stage > strong {
  font-size: 11px;
}

.production-showcase-part-stages .production-showcase-status-pill,
.production-showcase-part-stages .production-showcase-status-select,
.production-showcase-part-stages .production-showcase-status-select select {
  min-height: 25px;
}

.production-showcase-part-stages .production-showcase-status-pill {
  padding: 3px 7px;
  font-size: 10px;
  white-space: nowrap;
}

.production-showcase-part-stages .production-showcase-status-select select {
  padding: 3px 23px;
  font-size: 10px;
}

.production-showcase-part-stages .production-showcase-status-select > b {
  right: 7px;
}

.production-showcase-part-identity {
  display: grid;
  min-width: 0;
  align-content: center;
  align-items: start;
  gap: 1px;
  overflow: hidden;
  white-space: normal;
}

.production-showcase-part-title {
  min-width: 0;
  overflow: hidden;
  color: var(--text);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.production-showcase-part-identity small {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  font-weight: 750;
  text-transform: uppercase;
}

.production-showcase-part-identity small::before {
  content: none;
}

.production-showcase-part-facts,
.production-showcase-part-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.production-showcase-fact-button {
  border: 1px solid var(--stroke);
  cursor: pointer;
}

.production-showcase-part-fact {
  position: relative;
  display: inline-flex;
  min-height: 29px;
  align-items: center;
  gap: 5px;
  border: 1px solid var(--stroke);
  border-radius: 999px;
  padding: 0 25px 0 9px;
}

.production-showcase-part-fact > span {
  font-size: 11px;
  font-weight: 800;
}

.production-showcase-part-fact select {
  min-width: 90px;
  appearance: none;
  border: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 11px;
  font-weight: 850;
  padding: 5px 0;
}

.production-showcase-part-fact > b {
  position: absolute;
  top: 50%;
  right: 9px;
  pointer-events: none;
  transform: translateY(-58%);
}

.production-showcase-part-controls {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.production-showcase-part-controls > label {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.production-showcase-part-controls > label > span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.production-showcase-part-controls select,
.production-showcase-part-controls > label > strong {
  width: 100%;
  min-height: 38px;
  border: 1px solid var(--stroke);
  border-radius: 11px;
  background: var(--field-bg);
  color: var(--text);
  padding: 8px 10px;
}

.production-showcase-part-controls > label > strong {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.production-showcase-request {
  display: grid;
  gap: 4px;
  border-left: 3px solid var(--status-warn-text);
  border-radius: 8px;
  background: var(--status-warn-bg);
  color: var(--status-warn-text);
  padding: 9px 11px;
  white-space: pre-line;
}

.production-showcase-request > span {
  font-size: 12px;
  line-height: 1.45;
}

.production-showcase-project-modal {
  width: min(1480px, calc(100vw - 28px));
  max-width: 1480px;
  max-height: min(94vh, 980px);
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  gap: 9px;
  overflow: hidden;
  padding: 16px;
}

.production-showcase-project-modal-head {
  align-items: flex-start;
}

.production-showcase-project-modal-head h3 {
  margin: 2px 0 4px;
}

.production-showcase-project-order-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
}

.production-showcase-project-overview {
  display: grid;
  gap: 7px;
  border: 1px solid var(--stroke);
  border-radius: 16px;
  background: color-mix(in srgb, var(--surface-soft) 86%, transparent);
  padding: 8px 9px;
}

.production-showcase-project-overview-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.production-showcase-project-counts {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.production-showcase-project-count {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  gap: 5px;
  border: 1px solid var(--stroke);
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--muted);
  padding: 3px 8px;
  font-size: 11px;
}

.production-showcase-project-count.is-done {
  border-color: rgba(71, 212, 141, 0.28);
  background: var(--status-ok-bg);
  color: var(--status-ok-text);
}

.production-showcase-project-count.is-work {
  border-color: rgba(93, 140, 255, 0.28);
  background: var(--flash-info-bg);
  color: var(--flash-info-text);
}

.production-showcase-project-count.is-attention {
  border-color: var(--flash-warning-stroke);
  background: var(--status-warn-bg);
  color: var(--status-warn-text);
}

.production-showcase-project-weighted {
  display: grid;
  flex: 0 0 auto;
  justify-items: end;
  gap: 2px;
}

.production-showcase-project-weighted span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.production-showcase-project-weighted strong {
  font-size: 18px;
}

.production-showcase-project-segments {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(76px, 1fr));
  gap: 5px;
}

.production-showcase-project-segment {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 3px 6px;
  border: 1px solid var(--stroke);
  border-radius: 9px;
  background: var(--field-bg);
  color: var(--text);
  padding: 5px 7px;
  cursor: pointer;
  text-align: left;
}

.production-showcase-project-segment:hover,
.production-showcase-project-segment.is-focused {
  border-color: var(--stroke-strong);
  transform: translateY(-1px);
}

.production-showcase-project-segment > span {
  overflow: hidden;
  font-size: 10px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.production-showcase-project-segment > strong {
  font-size: 11px;
}

.production-showcase-project-segment > i {
  grid-column: 1 / -1;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--surface-soft);
}

.production-showcase-project-segment > i > b,
.production-showcase-project-progress > i > b {
  display: block;
  width: var(--project-progress, 0%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #27d3bf, #5a8eff);
}

.production-showcase-project-rows {
  display: grid;
  min-height: 0;
  align-content: start;
  grid-auto-rows: max-content;
  gap: 5px;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 3px;
}

.production-showcase-project-row {
  display: grid;
  min-height: 62px;
  gap: 0;
  border: 1px solid var(--stroke);
  border-radius: 11px;
  background: color-mix(in srgb, var(--surface-soft) 82%, transparent);
  overflow: hidden;
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.production-showcase-project-row.is-unassigned,
.production-showcase-project-row.is-attention {
  border-color: var(--flash-warning-stroke);
  box-shadow: inset 3px 0 0 var(--status-warn-text);
}

.production-showcase-project-row.is-work {
  border-color: rgba(93, 140, 255, 0.28);
}

.production-showcase-project-row.is-done {
  border-color: rgba(71, 212, 141, 0.28);
}

.production-showcase-project-row.is-focused {
  border-color: rgba(39, 211, 191, 0.76);
  box-shadow: 0 0 0 2px rgba(39, 211, 191, 0.18);
}

.production-showcase-project-row-main {
  display: grid;
  grid-template-columns:
    minmax(360px, 1fr)
    minmax(210px, 230px)
    minmax(150px, 0.45fr)
    minmax(150px, 175px)
    minmax(150px, 0.4fr)
    auto;
  align-items: center;
  gap: 8px;
  padding: 7px 9px;
}

.production-showcase-project-identity {
  min-width: 0;
}

.production-showcase-project-identity-line {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  white-space: nowrap;
}

.production-showcase-project-identity-line > .task-id {
  flex: 0 0 auto;
  font-size: 12px;
}

.production-showcase-project-identity-line > strong {
  min-width: 0;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
}

.production-showcase-project-identity-line > small {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.production-showcase-project-identity-line > small::before {
  content: "·";
  margin-right: 6px;
}

.production-showcase-project-preparation {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 4px;
}

.production-showcase-project-preparation::before {
  content: "·";
  color: var(--muted);
}

.production-showcase-project-preparation > i {
  display: inline-flex;
  min-height: 17px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  padding: 1px 5px;
}

.production-showcase-project-preparation > i.is-done {
  border-color: rgba(71, 212, 141, 0.18);
  background: color-mix(in srgb, var(--status-ok-bg) 58%, transparent);
  color: var(--status-ok-text);
}

.production-showcase-project-preparation > i.is-work {
  border-color: rgba(93, 140, 255, 0.2);
  background: color-mix(in srgb, var(--flash-info-bg) 58%, transparent);
  color: var(--flash-info-text);
}

.production-showcase-project-preparation > i.is-attention {
  border-color: var(--flash-warning-stroke);
  background: color-mix(in srgb, var(--status-warn-bg) 64%, transparent);
  color: var(--status-warn-text);
}

.production-showcase-project-preparation > i.is-unknown {
  color: var(--muted);
}

.production-showcase-project-control,
.production-showcase-project-comment-preview {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.production-showcase-project-control > span,
.production-showcase-project-comment-preview > span,
.production-showcase-project-row-detail .field > span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.production-showcase-project-control select,
.production-showcase-project-control input,
.production-showcase-project-value {
  width: 100%;
  min-height: 34px;
  border: 1px solid var(--stroke);
  border-radius: 8px;
  background: var(--field-bg);
  color: var(--text);
  padding: 6px 8px;
  font-size: 12px;
}

.production-showcase-project-value {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.production-showcase-project-progress {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(70px, 1fr) auto;
  align-items: center;
  gap: 6px;
}

.production-showcase-project-progress > i {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--field-bg);
}

.production-showcase-project-progress > span {
  position: relative;
  width: 62px;
}

.production-showcase-project-progress > span input {
  min-height: 34px;
  padding-right: 24px;
  text-align: right;
}

.production-showcase-project-progress > span > b {
  position: absolute;
  top: 50%;
  right: 9px;
  color: var(--muted);
  transform: translateY(-50%);
}

.production-showcase-project-comment-preview > strong {
  overflow: hidden;
  color: var(--text);
  font-size: 12px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.production-showcase-project-comment-preview > small {
  min-height: 10px;
  color: transparent;
  font-size: 10px;
  font-weight: 800;
}

.production-showcase-project-comment-preview > small.is-pending {
  color: var(--flash-info-text);
}

.production-showcase-project-comment-preview > small.is-saved {
  color: var(--status-ok-text);
}

.production-showcase-project-detail-toggle {
  justify-self: end;
  min-height: 30px;
  padding: 5px 10px;
  font-size: 11px;
  white-space: nowrap;
}

.production-showcase-project-stage-field.is-done select,
.production-showcase-project-stage-field.is-done .production-showcase-project-value {
  border-color: rgba(71, 212, 141, 0.3);
  background: var(--status-ok-bg);
  color: var(--status-ok-text);
}

.production-showcase-project-stage-field.is-work select,
.production-showcase-project-stage-field.is-work .production-showcase-project-value {
  border-color: rgba(93, 140, 255, 0.34);
  background: var(--flash-info-bg);
  color: var(--flash-info-text);
}

.production-showcase-project-stage-field.is-attention select,
.production-showcase-project-stage-field.is-attention .production-showcase-project-value {
  border-color: var(--flash-warning-stroke);
  background: var(--status-warn-bg);
  color: var(--status-warn-text);
}

.production-showcase-project-stage-field.is-unknown select,
.production-showcase-project-stage-field.is-unknown .production-showcase-project-value {
  color: var(--muted);
}

.production-showcase-project-row-detail {
  display: grid;
  gap: 10px;
  border-top: 1px solid var(--stroke);
  background: color-mix(in srgb, var(--field-bg) 74%, transparent);
  padding: 12px;
}

.production-showcase-project-row-detail .field {
  display: grid;
  gap: 6px;
}

.production-showcase-project-row-detail input,
.production-showcase-project-row-detail .production-showcase-project-value {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--stroke);
  border-radius: 11px;
  background: var(--field-bg);
  color: var(--text);
  padding: 9px 11px;
}

.production-showcase-project-updated {
  color: var(--muted);
  font-size: 11px;
}

.production-showcase-project-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.production-showcase-project-modal-actions {
  align-items: center;
  border-top: 1px solid var(--stroke);
  padding-top: 8px;
}

@media (max-width: 1100px) {
  .production-showcase-part-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .production-showcase-part-stages {
    grid-template-columns: repeat(3, minmax(118px, 1fr));
  }

  .production-showcase-part-overview {
    grid-template-columns: 1fr;
  }

  .production-showcase-project-row-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .production-showcase-project-identity {
    grid-column: 1 / -1;
  }

  .production-showcase-project-detail-toggle {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .production-showcase-toolbar {
    grid-template-columns: 1fr;
  }

  .production-showcase-filter {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    width: 100%;
  }

  .production-showcase-order-head,
  .production-showcase-part-main {
    display: grid;
  }

  .production-showcase-part-identity {
    flex-wrap: wrap;
    white-space: normal;
  }

  .production-showcase-order-head .action-chip {
    justify-self: start;
  }

  .production-showcase-part-facts,
  .production-showcase-part-actions {
    justify-content: flex-start;
  }

  .production-showcase-next {
    grid-template-columns: 1fr;
  }

  .production-showcase-project-modal {
    width: calc(100vw - 12px);
    max-height: calc(100vh - 12px);
    border-radius: 18px;
    padding: 14px;
  }

  .production-showcase-project-modal-head,
  .production-showcase-project-overview-top {
    display: grid;
  }

  .production-showcase-project-weighted {
    justify-items: start;
  }

  .production-showcase-project-row-main {
    grid-template-columns: 1fr;
  }

  .production-showcase-project-identity {
    grid-column: auto;
  }

  .production-showcase-project-identity-line {
    flex-wrap: wrap;
    white-space: normal;
  }

  .production-showcase-project-row {
    min-height: 0;
  }

  .production-showcase-project-progress {
    grid-template-columns: minmax(90px, 1fr) auto;
  }

  .production-showcase-project-detail-toggle {
    width: 100%;
    justify-content: center;
  }

  .production-showcase-project-modal-actions .modal-btn {
    flex: 1 1 100%;
  }
}

@media (max-width: 480px) {
  .production-showcase-stages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .production-showcase-part-stages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .production-showcase-part-controls {
    grid-template-columns: 1fr;
  }

  .production-showcase-route-stage {
    flex-basis: 116px;
  }
}
