.voltadvisor-card {
  background: #0f172a;
  color: #e5eefc;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  margin-top: 24px;
}

.voltadvisor-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.voltadvisor-badge {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background: linear-gradient(135deg, #0ea5e9, #1d4ed8);
  color: #fff;
  flex-shrink: 0;
}

.voltadvisor-header h3 {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.2;
}

.voltadvisor-subtitle {
  margin: 2px 0 0 0;
  color: #9fb4d9;
  font-size: 0.95rem;
}

.voltadvisor-intro {
  margin: 0 0 18px 0;
  color: #c9d8f0;
}

.voltadvisor-section {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.voltadvisor-section h4 {
  margin: 0 0 10px 0;
  font-size: 1rem;
  color: #ffffff;
}

.voltadvisor-output {
  color: #dce8fb;
  line-height: 1.65;
}

.voltadvisor-output ul {
  margin: 0;
  padding-left: 18px;
}

.voltadvisor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.va-prompt-btn,
#va-send-btn {
  background: #1e3a8a;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 10px 14px;
  cursor: pointer;
  font-weight: 600;
}

.va-prompt-btn:hover,
#va-send-btn:hover {
  opacity: 0.92;
}

.voltadvisor-chat textarea {
  width: 100%;
  border-radius: 12px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,0.14);
  background: #111827;
  color: #fff;
  margin-bottom: 10px;
  resize: vertical;
  box-sizing: border-box;
}

.voltadvisor-disclaimer {
  margin-top: 18px;
  font-size: 0.85rem;
  color: #8ea5cc;
}

.voltadvisor-state {
  color: #b7cae8;
  padding: 14px 0;
}
