/* ==========================================================
   VivaMee Mind V8.4.8  Painel IA Institucional
   ========================================================== */

.vm-mind-page {
  position: relative;
  min-height: calc(100vh - 160px);
  padding: 56px 18px;
  overflow: hidden;
}

.vm-mind-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(0, 221, 255, .18), transparent 34%),
    radial-gradient(circle at 78% 28%, rgba(170, 70, 255, .20), transparent 38%),
    radial-gradient(circle at 50% 92%, rgba(0, 140, 255, .12), transparent 40%);
  pointer-events: none;
}

.vm-mind-shell {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.vm-mind-hero {
  border-radius: 34px;
  padding: 36px;
  border: 1px solid rgba(0, 221, 255, .18);
  background:
    linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.025)),
    rgba(3, 10, 26, .76);
  box-shadow:
    0 0 48px rgba(0, 221, 255, .10),
    inset 0 0 34px rgba(255,255,255,.025);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.vm-mind-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 8px 13px;
  color: #8cf2ff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .8px;
  background: rgba(0, 221, 255, .075);
  border: 1px solid rgba(0, 221, 255, .22);
  box-shadow: 0 0 22px rgba(0, 221, 255, .12);
}

.vm-mind-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #7ff3ff;
  box-shadow: 0 0 14px #7ff3ff;
}

.vm-mind-title {
  margin: 22px 0 12px;
  font-size: clamp(38px, 6vw, 78px);
  line-height: .95;
  letter-spacing: -3px;
  color: #eefcff;
  text-shadow:
    0 0 18px rgba(0, 221, 255, .32),
    0 0 48px rgba(155, 75, 255, .18);
}

.vm-mind-title span {
  color: #82efff;
}

.vm-mind-lead {
  max-width: 780px;
  color: rgba(235, 247, 255, .74);
  font-size: 18px;
  line-height: 1.65;
}

.vm-mind-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.vm-mind-card {
  position: relative;
  min-height: 190px;
  padding: 22px;
  border-radius: 26px;
  border: 1px solid rgba(0, 221, 255, .15);
  background:
    radial-gradient(circle at top right, rgba(0, 221, 255, .11), transparent 42%),
    rgba(255,255,255,.035);
  box-shadow:
    0 18px 50px rgba(0,0,0,.22),
    inset 0 0 20px rgba(255,255,255,.02);
  overflow: hidden;
  transition: .25s ease;
}

.vm-mind-card:hover {
  transform: translateY(-5px);
  border-color: rgba(126, 243, 255, .34);
  box-shadow:
    0 24px 60px rgba(0,0,0,.28),
    0 0 34px rgba(0, 221, 255, .12);
}

.vm-mind-icon {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  font-size: 24px;
  color: #eaffff;
  background: rgba(0, 221, 255, .08);
  border: 1px solid rgba(0, 221, 255, .20);
  box-shadow: 0 0 24px rgba(0, 221, 255, .12);
}

.vm-mind-card h3 {
  margin: 0 0 10px;
  color: #eaffff;
  font-size: 19px;
}

.vm-mind-card p {
  margin: 0;
  color: rgba(230, 246, 255, .65);
  line-height: 1.55;
  font-size: 14px;
}

.vm-mind-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.vm-mind-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  color: #041827;
  font-weight: 900;
  background: linear-gradient(135deg, #7ff3ff, #c777ff);
  box-shadow:
    0 0 22px rgba(0, 220, 255, .24),
    0 12px 30px rgba(0,0,0,.25);
}

.vm-mind-btn.secondary {
  color: #dffbff;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(130, 238, 255, .22);
}

.vm-mind-status {
  margin-top: 26px;
  border-radius: 22px;
  padding: 18px;
  color: rgba(230, 246, 255, .72);
  border: 1px solid rgba(0, 221, 255, .13);
  background: rgba(0, 221, 255, .045);
}

.vm-mind-status strong {
  color: #7ff3ff;
}

@media (max-width: 860px) {
  .vm-mind-grid {
    grid-template-columns: 1fr;
  }

  .vm-mind-hero {
    padding: 26px;
    border-radius: 26px;
  }

  .vm-mind-title {
    letter-spacing: -2px;
  }
}
