.bottling-line-scene-v5 {
  display: grid;
  gap: 14px;
  padding: 14px;
  background: linear-gradient(180deg, #eef4f7 0%, #dce6eb 100%);
  border: 1px solid #c7d6de;
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 12px 26px rgba(19, 43, 58, .10);
}

.bottling-line-scene-v5 .bottling-v5-status {
  display: grid;
  grid-template-columns: minmax(210px, 1.3fr) repeat(5, minmax(130px, 1fr));
  gap: 10px;
  width: 100%;
}

.bottling-line-scene-v5 .v5-status-card {
  min-width: 0;
  padding: 11px 12px;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f6f9fa 100%);
  border: 1px solid #cdd9df;
  box-shadow: 0 3px 10px rgba(22, 44, 57, .08);
  color: #153348;
}

.bottling-line-scene-v5 .v5-status-card strong,
.bottling-line-scene-v5 .v5-status-card small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bottling-line-scene-v5 .v5-status-label {
  display: block;
  margin-bottom: 5px;
  color: #637985;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}

.bottling-line-scene-v5 .v5-status-card strong {
  font-size: 14px;
  line-height: 1.2;
}

.bottling-line-scene-v5 .v5-status-card small {
  margin-top: 3px;
  font-size: 11px;
  line-height: 1.25;
  color: #60737e;
}

.bottling-line-scene-v5 .v5-status-small {
  font-size: 11px !important;
  white-space: normal;
}

.bottling-line-scene-v5 .v5-status-line {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bottling-line-scene-v5 .v5-led {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  background: #a9b7be;
  box-shadow: inset 0 0 0 1px #7e9099;
}

.bottling-line-scene-v5 .v5-led.active {
  background: #1fb86a;
  box-shadow: 0 0 0 3px rgba(31,184,106,.14), 0 0 10px rgba(31,184,106,.45);
}

.bottling-line-scene-v5 .v5-progress {
  height: 7px;
  margin-top: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #dce6eb;
}

.bottling-line-scene-v5 .v5-progress > span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #1085c9, #28b3e7);
  transition: width .18s linear;
}

.bottling-line-scene-v5 .v5-valves {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.bottling-line-scene-v5 .v5-valves span {
  padding: 3px 6px;
  border-radius: 999px;
  background: #e8eef1;
  border: 1px solid #cbd6dc;
  color: #61737c;
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}

.bottling-line-scene-v5 .v5-valves span.active {
  color: #075f36;
  border-color: #8bd3ad;
  background: #dcf6e8;
}

.bottling-line-scene-v5 .bottling-v4-svg {
  display: block;
  width: 100%;
  min-height: 360px;
  max-height: 650px;
  border-radius: 16px;
  background: #e8eef1;
  box-shadow: inset 0 0 0 1px #b8c8d0, 0 8px 24px rgba(26, 50, 65, .14);
}

/* O antigo dashboard desenhado dentro do SVG fica oculto: no celular ele era ilegível e reduzia a planta. */
.bottling-line-scene-v5 .v4-dashboard {
  display: none !important;
}

/* Acabamento industrial mais forte para a planta, sem alterar a lógica. */
.bottling-line-scene-v5 .v4-tank,
.bottling-line-scene-v5 .v4-capper,
.bottling-line-scene-v5 .v4-labeller,
.bottling-line-scene-v5 .v4-control-cabinet {
  filter: drop-shadow(0 8px 7px rgba(18, 37, 48, .24));
}

.bottling-line-scene-v5 .v4-tank-shell,
.bottling-line-scene-v5 .v4-machine-column,
.bottling-line-scene-v5 .v4-cabinet {
  stroke: #64757d;
  stroke-width: 1.5px;
}

.bottling-line-scene-v5 .v4-tank-highlight {
  opacity: .72;
}

.bottling-line-scene-v5 .v4-pipe-header path,
.bottling-line-scene-v5 .v4-pipe-header circle {
  stroke-width: 8px;
}

.bottling-line-scene-v5 .v4-product-stream {
  stroke-width: 7px;
  stroke-linecap: round;
  filter: drop-shadow(0 0 3px currentColor);
}

.bottling-line-scene-v5 .v4-equipment-title {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .04em;
  paint-order: stroke;
  stroke: rgba(255,255,255,.9);
  stroke-width: 3px;
}

.bottling-line-scene-v5 .v4-sensor text {
  font-size: 13px;
  font-weight: 900;
  paint-order: stroke;
  stroke: #e9f0f3;
  stroke-width: 3px;
}

.bottling-line-scene-v5 .v4-sensor rect {
  stroke-width: 1.6px;
}

.bottling-line-scene-v5 .v4-bottle {
  transition: transform .12s linear;
  filter: drop-shadow(0 4px 3px rgba(20,35,44,.25));
}

.bottling-line-scene-v5 .v4-bottle-outline {
  stroke-width: 2.1px;
}

.bottling-line-scene-v5 .v4-floor-grid {
  opacity: .18;
}

.bottling-line-scene-v5 .v4-safety-line {
  stroke-width: 4px;
}

@media (max-width: 1180px) {
  .bottling-line-scene-v5 .bottling-v5-status {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bottling-line-scene-v5 .v5-status-main {
    grid-column: span 2;
  }
}

@media (max-width: 720px) {
  .bottling-line-scene-v5 {
    gap: 10px;
    padding: 9px;
    border-radius: 14px;
  }

  .bottling-line-scene-v5 .bottling-v5-status {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .bottling-line-scene-v5 .v5-status-card {
    padding: 9px 10px;
  }

  .bottling-line-scene-v5 .v5-status-main,
  .bottling-line-scene-v5 .v5-status-actuators {
    grid-column: span 2;
  }

  .bottling-line-scene-v5 .v5-status-card strong {
    font-size: 13px;
  }

  .bottling-line-scene-v5 .v5-status-card small,
  .bottling-line-scene-v5 .v5-status-small {
    font-size: 10.5px !important;
  }

  .bottling-line-scene-v5 .bottling-v4-svg {
    min-height: 290px;
    max-height: none;
  }
}

@media (max-width: 420px) {
  .bottling-line-scene-v5 .v5-status-label {
    font-size: 9px;
  }

  .bottling-line-scene-v5 .v5-valves span {
    font-size: 8.5px;
  }

  .bottling-line-scene-v5 .bottling-v4-svg {
    min-height: 250px;
  }
}
