/* Ex skill replica layout */
.ex-panel {
  background: #f7f7fa;
}
.ex-console-head {
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 28px 24px 20px;
  border-bottom: 0;
  background: #f7f7fa;
}
.ex-head-main {
  grid-template-columns: 1fr;
  gap: 16px;
}
.ex-panel .panel-back-btn {
  width: fit-content;
  min-height: 42px;
  padding: 9px 18px;
  border-radius: 999px;
  background: #fff;
  color: #1f2937;
}
.ex-title-block h3 {
  font-size: 38px;
  line-height: 1.08;
  letter-spacing: 0;
}
.ex-title-block .sub {
  max-width: 760px;
  margin-top: 12px;
  color: #5f6470;
  font-size: 17px;
  line-height: 1.65;
}
.ex-kicker {
  display: none;
}
.ex-quota-card {
  width: fit-content;
  min-width: 210px;
  justify-self: start;
  border-radius: 999px;
  background: #fff;
}
.ex-stepper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  border: 0;
  background: transparent;
}
.ex-stepper span {
  min-width: 0;
  min-height: 54px;
  display: grid;
  grid-template-rows: 7px auto;
  justify-items: start;
  gap: 12px;
  border-radius: 0;
  color: #7a7f8a;
  font-size: 14px;
  font-weight: 800;
}
.ex-stepper span::before {
  content: "";
  width: 100%;
  height: 7px;
  border-radius: 999px;
  background: #dddfe5;
}
.ex-stepper span.active::before,
.ex-stepper span.done::before {
  background: #7b61ff;
}
.ex-stepper span b {
  display: inline;
  width: auto;
  height: auto;
  background: transparent;
  color: inherit;
  font-size: inherit;
}
.ex-stepper span.active,
.ex-stepper span.done {
  color: #30333a;
  background: transparent;
  box-shadow: none;
}
.ex-wizard {
  max-width: 1280px;
  padding-top: 20px;
}
.ex-step-panel[data-ex-step-panel="upload"] .ex-pane-head,
.ex-step-panel[data-ex-step-panel="basic"] .ex-pane-head {
  display: none;
}
.ex-upload-card,
.ex-setup-card,
.ex-progress-card,
.ex-generate-preview {
  border-radius: 26px;
  background: linear-gradient(180deg, #fffafc 0%, #f8f7fc 100%);
}
.ex-upload-card {
  min-height: 520px;
  display: grid;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
}
.ex-file-grid {
  margin: 0;
}
.ex-empty-upload {
  min-height: 520px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 18px;
  padding: 48px 28px;
  text-align: center;
  background: linear-gradient(180deg, rgba(246,244,255,.9), #fff 52%);
}
.ex-upload-icon {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  color: #bca8ff;
  background: #eee9ff;
  font-size: 42px;
  font-weight: 900;
}
.ex-empty-upload strong {
  color: #111218;
  font-size: 28px;
  line-height: 1.25;
}
.ex-empty-upload span {
  max-width: 680px;
  color: #7a7f8a;
  font-size: 17px;
  line-height: 1.65;
}
.ex-empty-upload em {
  color: #555b66;
  font-style: normal;
  font-size: 16px;
  font-weight: 800;
}
.ex-empty-upload-actions {
  width: min(260px, 100%);
  grid-template-columns: 1fr;
}
.ex-empty-upload-actions .btn,
.ex-file-workbench-head .btn.dark {
  min-height: 56px;
  border-radius: 999px;
  background: #111218;
  color: #fff;
  font-size: 17px;
}
.ex-main-actions,
.ex-stage-actions {
  border-radius: 24px 24px 0 0;
}
.ex-preview-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eef2f7;
}
.ex-preview-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.ex-preview-row span {
  color: #64748b;
}
.ex-preview-row strong {
  color: #1f2937;
}
