/* MS Connect laboratório — v10.20.27 Treinamento 360 */
.v102027-weakness-box {
  margin-top: 12px;
  padding: 13px 14px;
  border: 1px solid rgba(178, 30, 96, .12);
  border-radius: 15px;
  background: linear-gradient(145deg, #fff8fb, #fff);
}
.v102027-weakness-box > span {
  display: block;
  color: #b10b61;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .10em;
}
.v102027-weakness-box b {
  display: block;
  margin-top: 4px;
  color: #4a174e;
  font-size: 12px;
}
.v102027-weakness-box p {
  margin: 5px 0 0;
  color: #78677a;
  font-size: 10px;
  line-height: 1.5;
}
.v102027-weakness-evidence {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 9px;
}
.v102027-weakness-evidence em {
  padding: 5px 8px;
  border-radius: 999px;
  background: #f7edf7;
  color: #6f3475;
  font-size: 9px;
  font-style: normal;
  font-weight: 750;
}

.v102027-training360 {
  margin-top: 18px;
  border-top: 1px solid #eee4f1;
  padding-top: 18px;
}
.v102027-training360-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 11px;
}
.v102027-training360-title b {
  color: #3d0b58;
  font-size: 15px;
}
.v102027-training360-title small {
  color: #85788a;
  font-size: 10px;
}
.v102027-training-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  padding: 6px;
  border: 1px solid #eadff0;
  border-radius: 16px;
  background: #f9f5fb;
}
.v102027-training-tabs button {
  min-height: 42px;
  border: 0;
  border-radius: 12px;
  color: #6a4a74;
  background: transparent;
  font: 800 11px/1.2 system-ui, sans-serif;
  cursor: pointer;
}
.v102027-training-tabs button.active {
  color: #fff;
  background: linear-gradient(135deg, #7110aa, #db087e);
  box-shadow: 0 8px 18px rgba(111, 16, 170, .17);
}
.v102027-training-panel {
  display: none;
  margin-top: 11px;
}
.v102027-training-panel.active {
  display: block;
}
.v102027-training-section {
  padding: 15px 16px;
  border: 1px solid rgba(94, 31, 119, .10);
  border-radius: 16px;
  background: linear-gradient(155deg, #fff, #fcf9fe);
}
.v102027-training-section + .v102027-training-section {
  margin-top: 9px;
}
.v102027-training-section > span {
  display: block;
  margin-bottom: 4px;
  color: #94258e;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .09em;
}
.v102027-training-section h3 {
  margin: 0;
  color: #3f164d;
  font-size: 14px;
}
.v102027-training-section p {
  margin: 6px 0 0;
  color: #75697a;
  font-size: 11px;
  line-height: 1.55;
}
.v102027-tactic-list {
  display: grid;
  gap: 7px;
  margin-top: 10px;
}
.v102027-tactic-item {
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  padding: 9px 10px;
  border-radius: 12px;
  background: #f8f3fa;
}
.v102027-tactic-item > b {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #6b168f;
  background: #efe2f5;
  font-size: 10px;
}
.v102027-tactic-item div strong {
  display: block;
  color: #4d2757;
  font-size: 11px;
}
.v102027-tactic-item div small {
  display: block;
  margin-top: 3px;
  color: #786e7d;
  font-size: 10px;
  line-height: 1.45;
}
.v102027-flow-list {
  display: grid;
  gap: 9px;
}
.v102027-flow-card {
  padding: 12px 13px;
  border: 1px solid #eadff0;
  border-radius: 14px;
  background: #fff;
}
.v102027-flow-card > b {
  display: block;
  color: #53176f;
  font-size: 12px;
}
.v102027-flow-card > small {
  display: block;
  margin-top: 3px;
  color: #8a7d8d;
  font-size: 9px;
}
.v102027-flow-step {
  margin-top: 8px;
  padding: 9px 10px;
  border-left: 3px solid #b23ab5;
  border-radius: 0 10px 10px 0;
  background: #faf6fc;
}
.v102027-flow-step strong {
  display: block;
  color: #57305e;
  font-size: 10px;
}
.v102027-flow-step p {
  margin: 4px 0 0;
  color: #796f7d;
  font-size: 10px;
  line-height: 1.45;
}

.v102027-video-upload {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 8px;
  align-items: end;
  margin-bottom: 11px;
  padding: 12px;
  border: 1px solid #eadff0;
  border-radius: 14px;
  background: #fbf8fc;
}
.v102027-video-upload label {
  display: grid;
  gap: 5px;
  color: #6d5b71;
  font-size: 9px;
  font-weight: 800;
}
.v102027-video-upload input[type="text"],
.v102027-video-upload input[type="file"] {
  width: 100%;
  min-height: 39px;
  border: 1px solid #ded1e5;
  border-radius: 10px;
  padding: 8px 9px;
  background: #fff;
  color: #3f2946;
  font-size: 10px;
}
.v102027-video-list {
  display: grid;
  gap: 8px;
}
.v102027-video-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px 11px;
  border: 1px solid #e9ddec;
  border-radius: 13px;
  background: #fff;
}
.v102027-video-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, #6f11a6, #df087d);
  font-size: 15px;
}
.v102027-video-card b {
  display: block;
  color: #47214f;
  font-size: 11px;
}
.v102027-video-card small {
  display: block;
  margin-top: 2px;
  color: #837686;
  font-size: 9px;
}
.v102027-video-actions {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.v102027-video-actions .btn {
  padding: 7px 9px;
  font-size: 9px;
}
.v102027-video-player {
  display: none;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #eadff0;
  border-radius: 14px;
  background: #180c1d;
}
.v102027-video-player.active {
  display: block;
}
.v102027-video-player video {
  width: 100%;
  max-height: 420px;
  display: block;
  border-radius: 10px;
  background: #000;
}
.v102027-video-empty {
  padding: 20px;
  border: 1px dashed #dacde0;
  border-radius: 14px;
  color: #847789;
  background: #fdfbfd;
  text-align: center;
  font-size: 10px;
  line-height: 1.5;
}

@media (max-width: 760px) {
  .v102027-training-tabs { grid-template-columns: 1fr; }
  .v102027-video-upload { grid-template-columns: 1fr; }
  .v102027-video-card { grid-template-columns: auto minmax(0, 1fr); }
  .v102027-video-actions { grid-column: 1 / -1; }
}
