.wms-dashboard {
  width: 100vw;
  height: 85vh;
  background: #f8fbff;
  color: #0f172a;
  overflow: hidden;
  font-family: Inter, Arial, sans-serif;
  display: grid;
  grid-template-rows: 1fr;
}
.wms-dashboard__brand {
  text-align: center;
  padding: 24px 80px;
  border-right: 1px solid #99a0ab;
}
.wms-dashboard__brand img {
  width: 450px;
}
.wms-dashboard__goal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 24px 80px;
  gap: 80px;
}
.wms-dashboard__goal .wms-dashboard__goal-container {
  padding-right: 80px;
  border-right: 1px solid #99a0ab;
}
.wms-dashboard__goal .wms-dashboard__goal-title {
  font-size: 40px;
  color: #0f62fe;
  font-weight: 800;
  margin-bottom: 4px;
}
.wms-dashboard__goal .wms-dashboard__goal-main {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.wms-dashboard__goal .wms-dashboard__goal-main strong {
  font-size: 100px;
  line-height: 1;
  font-weight: 900;
}
.wms-dashboard__goal .wms-dashboard__goal-main span {
  font-size: 50px;
  font-weight: 700;
}
.wms-dashboard__goal .wms-dashboard__goal-progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 50px;
}
.wms-dashboard__goal .wms-dashboard__goal-progress span:last-child {
  color: #0f62fe;
  font-weight: 800;
}
.wms-dashboard__goal .wms-dashboard__progress {
  height: 24px;
  width: 100%;
  background: #e5eaf2;
  border-radius: 999px;
  overflow: hidden;
  margin-top: 8px;
}
.wms-dashboard__goal .wms-dashboard__progress div {
  height: 100%;
  background: #0f62fe;
  border-radius: 999px;
  transition: width 0.4s ease;
}
.wms-dashboard__time {
  text-align: center;
  padding-right: 80px;
}
.wms-dashboard__time div {
  font-size: 40px;
  font-weight: 800;
}
.wms-dashboard__time strong {
  display: block;
  font-size: 195px;
  line-height: 1;
  font-weight: 900;
  margin-top: 8px;
}
.wms-dashboard__main {
  padding: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr 400px;
  gap: 24px;
}
.wms-dashboard__stage {
  background: #ffffff;
  border: 1px solid #99a0ab;
  border-radius: 18px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
  border-top-width: 10px;
}
.wms-dashboard__stage-head {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  margin-bottom: 40px;
}
.wms-dashboard__stage-head span {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 50px;
  font-weight: 600;
  flex: 0 0 auto;
}
.wms-dashboard__stage-head h2 {
  margin: 0;
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
}
.wms-dashboard__icon {
  height: 115px;
  display: grid;
  place-items: center;
  font-size: 86px;
  opacity: 0.92;
}
.wms-dashboard__done-icon {
  height: 126px;
  display: grid;
  place-items: center;
  color: #42b72a;
  font-size: 104px;
  font-weight: 300;
}
.wms-dashboard__available {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: #f1f6ff;
  border-radius: 12px;
  padding: 20px 30px;
  margin-bottom: 40px;
}
.wms-dashboard__available label {
  grid-column: 1 / -1;
  color: #0f62fe;
  font-size: 40px;
  font-weight: 600;
}
.wms-dashboard__available strong {
  font-size: 80px;
  line-height: 1;
  font-weight: 900;
}
.wms-dashboard__available span {
  font-size: 35px;
  font-weight: 600;
  color: #0f62fe;
}
.wms-dashboard__today-yesterday {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 26px 0 20px;
  border-bottom: 1px solid #99a0ab;
  padding-bottom: 22px;
}
.wms-dashboard__today-yesterday div {
  text-align: center;
  border-right: 1px solid #99a0ab;
}
.wms-dashboard__today-yesterday div:last-child {
  border-right: 0;
}
.wms-dashboard__today-yesterday small {
  display: block;
  font-size: 40px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 8px;
}
.wms-dashboard__today-yesterday strong {
  font-size: 80px;
  line-height: 1;
  font-weight: 900;
}
.wms-dashboard__time-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  text-align: center;
  border-bottom: 1px solid #99a0ab;
  padding-bottom: 22px;
  margin-bottom: 18px;
}
.wms-dashboard__time-box small {
  display: block;
  font-size: 40px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 8px;
}
.wms-dashboard__time-box strong {
  display: block;
  font-size: 80px;
  font-weight: 900;
}
.wms-dashboard__time-box > b {
  grid-column: 1 / -1;
  font-size: 60px;
  font-weight: 600;
}
.wms-dashboard__stock-table,
.wms-dashboard__last table {
  width: 100%;
  border-collapse: collapse;
}
.wms-dashboard__stock-table th,
.wms-dashboard__last table th {
  color: #64748b;
  font-size: 50px;
  font-weight: 600;
  text-align: left;
  padding: 8px 12px;
  text-transform: uppercase;
}
.wms-dashboard__stock-table td,
.wms-dashboard__last table td {
  font-size: 50px;
  font-weight: 600;
  padding: 8px 12px;
  border-bottom: 1px solid #edf1f7;
}
.wms-dashboard__stock-table {
  margin-bottom: 40px;
}
.wms-dashboard__stock-table td:not(:first-child),
.wms-dashboard__stock-table th:not(:first-child) {
  text-align: center;
}
.wms-dashboard__last {
  margin-top: auto;
}
.wms-dashboard__last h3 {
  margin: 0 0 8px;
  font-size: 50px;
  font-weight: 600;
}
.wms-dashboard__stage-box {
  display: grid;
  border-right: 1px solid #e4e5e7;
}
.wms-dashboard__stage-box:last-child {
  border-right: 0;
}
.is-blue {
  border-top-color: #0f62fe;
}
.is-blue .wms-dashboard__stage-head span {
  background: #0f62fe;
}
.is-blue h2,
.is-blue h3 {
  color: #0f62fe;
}
.is-blue .wms-dashboard__icon {
  color: #0f62fe;
}
.is-orange {
  border-top-color: #ff6b00;
}
.is-orange .wms-dashboard__stage-head span {
  background: #ff6b00;
}
.is-orange h2,
.is-orange h3 {
  color: #ff6b00;
}
.is-green {
  border-top-color: #42b72a;
}
.is-green .wms-dashboard__stage-head span {
  background: #42b72a;
}
.is-green h2,
.is-green h3 {
  color: #42b72a;
}
.is-done {
  height: 18.5vh;
  grid-column: 1 / -1;
  border-top-color: #42b72a;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
.is-done .wms-dashboard__stage-head span {
  background: #42b72a;
}
.is-done h2,
.is-done h3 {
  color: #42b72a;
}
.is-purple {
  border-top-color: #6f35d8;
}
.is-purple .wms-dashboard__stage-head span {
  background: #6f35d8;
}
.is-purple h2,
.is-purple h3 {
  color: #6f35d8;
}
.is-good {
  color: #16a34a !important;
}
.is-bad {
  color: #dc2626 !important;
}
