
body.ui-style-0 {
  --primary-color: #0066cc;
  --hover-color: #004499;
  --bg-color: #f5f5f5;
}

.card {
  transition: all 0.3s ease;
}

.card:hover {
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

.intro p {
  margin-bottom: 1rem;
}

.intro p:last-child {
  margin-bottom: 0;
}

nav a.active {
  background: #0066cc;
  color: #fff;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .card {
    padding: 1rem;
  }
}
