:root {
  --zoud-primary: #4e8c6f;
  --zoud-secondary: #c2b49a;
  --zoud-accent: #d4943a;
  --zoud-bg: #fef3dc;
  --zoud-foreground: #393636;
  --zoud-muted: #e8dcc8;
  --zoud-muted-fg: #5c5c5c;
  --zoud-border: #d4caaf;
  --zoud-card-bg: #ffffff;
  --zoud-destructive: #8b3a3e;
  --zoud-font-family: Montserrat, sans-serif;
  --zoud-font-size-base: 1rem;
  --zoud-radius: 0.75rem;
  --zoud-radius-lg: 1rem;
  --zoud-radius-xl: 1.5rem;
  --zoud-dark-bg: #0d2318;
  --zoud-dark-text: #ffffff;
  --zoud-sidebar-bg: #1a3d2e;
  --zoud-sidebar-fg: #fef3dc;
  --zoud-sidebar-border: hsl(152, 20%, 20%);
  --zoud-chart-1: #4e8c6f;
  --zoud-chart-2: #d4943a;
  --zoud-chart-3: #737373;
  --zoud-chart-4: #5cb8b2;
  --zoud-chart-5: #9966cc;
}

.act-cl-pulse {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34d399;
  animation: pulse 2s infinite;
}

.act-hub-card {
  transition: all 0.3s;
}
.act-hub-card:hover {
  border-color: rgba(78, 140, 111, 0.3) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.act-hub-icon {
  width: 2.5rem;
  height: 2.5rem;
  background: linear-gradient(to bottom right, #10b981, #0d9488);
  box-shadow: 0 2px 6px rgba(16, 185, 129, 0.3);
}

.act-hub-link {
  color: rgba(0, 0, 0, 0.55);
  transition: all 0.15s;
}
.act-hub-link .act-hub-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d1d5db;
  transition: background 0.15s;
}
.act-hub-link .act-hub-arrow {
  opacity: 0;
  transition: opacity 0.15s;
}
.act-hub-link:hover {
  color: #4e8c6f;
  background: #f0fdf4;
}
.act-hub-link:hover .act-hub-dot {
  background: #4e8c6f;
}
.act-hub-link:hover .act-hub-arrow {
  opacity: 1;
}

.act-action-card {
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  background: #fff;
  padding: 1.5rem;
  transition: all 0.3s;
  height: 100%;
}
.act-action-card:hover {
  border-color: #a7f3d0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.act-action-card .action-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.counseling-cta {
  border-radius: 1.5rem;
  background: linear-gradient(to bottom right, #059669, #0f766e);
  padding: 2rem 2.5rem;
  color: #fff;
}
/*# sourceMappingURL=act.css.map */
