/* MS Connect laboratório — v10.20.28 Simulador interativo de fluxo */
.v102028-lazy-placeholder {
  display: grid;
  place-items: center;
  min-height: 150px;
  padding: 22px;
  border: 1px dashed #dacde0;
  border-radius: 16px;
  color: #817486;
  background: #fdfbfd;
  text-align: center;
  font-size: 11px;
  line-height: 1.5;
}
.v102028-flow-intro {
  padding: 17px 18px;
  border: 1px solid rgba(102, 27, 135, .11);
  border-radius: 17px;
  background: linear-gradient(150deg, #fff, #fbf7fd);
}
.v102028-flow-intro > span {
  color: #98238f;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .10em;
}
.v102028-flow-intro h3 {
  margin: 5px 0 0;
  color: #431351;
  font-size: 18px;
}
.v102028-flow-intro p {
  margin: 7px 0 0;
  color: #766a7a;
  font-size: 11px;
  line-height: 1.55;
}
.v102028-flow-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}
.v102028-flow-choice {
  min-width: 0;
  padding: 14px 15px;
  border: 1px solid #e6d9eb;
  border-radius: 15px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.v102028-flow-choice:hover {
  transform: translateY(-1px);
  border-color: rgba(117, 24, 153, .28);
  box-shadow: 0 9px 22px rgba(64, 18, 91, .07);
}
.v102028-flow-choice.recommended {
  border-color: rgba(212, 9, 119, .22);
  background: linear-gradient(150deg, #fff, #fff8fc);
}
.v102028-flow-choice > span {
  display: inline-flex;
  padding: 4px 7px;
  border-radius: 999px;
  color: #9d1778;
  background: #fff0f7;
  font-size: 8px;
  font-weight: 900;
}
.v102028-flow-choice b {
  display: block;
  margin-top: 7px;
  color: #43204d;
  font-size: 12px;
}
.v102028-flow-choice small {
  display: block;
  margin-top: 4px;
  color: #827687;
  font-size: 9px;
  line-height: 1.45;
}
.v102028-sim {
  border: 1px solid #e7dbea;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}
.v102028-sim-head {
  padding: 15px 17px;
  background: linear-gradient(135deg, #4f0b73, #790e9b 55%, #bd0b80);
  color: #fff;
}
.v102028-sim-head-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.v102028-sim-head span {
  display: block;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .11em;
  opacity: .76;
}
.v102028-sim-head h3 {
  margin: 4px 0 0;
  font-size: 16px;
}
.v102028-sim-head small {
  display: block;
  margin-top: 4px;
  font-size: 9px;
  opacity: .78;
}
.v102028-progress-track {
  height: 5px;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
}
.v102028-progress-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: rgba(255,255,255,.9);
}
.v102028-sim-body {
  padding: 17px;
}
.v102028-step-type {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 999px;
  color: #7d1b91;
  background: #f3e8f7;
  font-size: 8px;
  font-weight: 900;
}
.v102028-sim-body h4 {
  margin: 9px 0 0;
  color: #3f1749;
  font-size: 17px;
}
.v102028-step-question,
.v102028-step-official {
  margin-top: 11px;
  padding: 13px 14px;
  border-radius: 14px;
  color: #54375b;
  background: #faf7fb;
  font-size: 11px;
  line-height: 1.6;
}
.v102028-step-official {
  border: 1px solid #eaddec;
  background: linear-gradient(150deg, #fff, #fdf9ff);
}
.v102028-practice-first {
  margin-top: 11px;
  padding: 12px 13px;
  border: 1px dashed #d9c9e1;
  border-radius: 13px;
  color: #715e77;
  background: #fff;
  font-size: 10px;
  line-height: 1.5;
}
.v102028-choice-list,
.v102028-multi-list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}
.v102028-choice-button {
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid #e1d4e6;
  border-radius: 12px;
  color: #54305f;
  background: #fff;
  text-align: left;
  font: 750 10px/1.35 system-ui, sans-serif;
  cursor: pointer;
}
.v102028-choice-button:hover {
  border-color: rgba(119, 29, 150, .30);
  background: #fbf6fd;
}
.v102028-multi-item {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 11px;
  border: 1px solid #e5d9e9;
  border-radius: 12px;
  color: #543a5b;
  background: #fff;
  font-size: 10px;
}
.v102028-multi-item input {
  width: 16px;
  height: 16px;
  accent-color: #8b159e;
}
.v102028-why {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  color: #654c69;
  background: #f7f0f9;
  font-size: 9px;
  line-height: 1.5;
}
.v102028-sim-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.v102028-sim-actions > div {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.v102028-sim-actions .btn {
  padding: 8px 10px;
  font-size: 9px;
}
.v102028-final {
  text-align: center;
  padding: 8px 0 3px;
}
.v102028-final-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #6512a0, #dd087d);
  font-size: 24px;
}
.v102028-final h4 {
  margin-top: 10px;
}
.v102028-path-summary {
  display: grid;
  gap: 6px;
  margin-top: 13px;
  text-align: left;
}
.v102028-path-summary div {
  padding: 8px 10px;
  border-radius: 10px;
  color: #65536b;
  background: #f8f4f9;
  font-size: 9px;
  line-height: 1.4;
}
.v102028-path-summary b {
  color: #492153;
}
@media (max-width: 680px) {
  .v102028-flow-grid { grid-template-columns: 1fr; }
  .v102028-sim-head-row { display: block; }
}
