body {
  background: linear-gradient(to right, #e3f2fd, #fce4ec);
  font-family: 'Poppins', sans-serif;
}

.header {
  background: linear-gradient(90deg, #42a5f5, #7e57c2);
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

.sidebar {
  background: linear-gradient(180deg, #43a047, #2e7d32);
  min-height: 100%;
}

.footer {
  background: linear-gradient(90deg, #673ab7, #2196f3);
}

.footer h6 {
  border-bottom: 2px solid rgba(255,255,255,0.3);
  padding-bottom: 5px;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  color: #eee;
  margin-bottom: 6px;
}

.result-box {
  background: #fff3cd;
  border: 2px solid #ffeeba;
}

#netWorthValue.text-success {
  color: #2e7d32 !important;
}
#netWorthValue.text-danger {
  color: #c62828 !important;
}

@media (max-width: 768px) {
  .sidebar {
    margin-top: 20px;
  }
  header h1 {
    font-size: 24px;
  }
}
