/* Tech Stack — layout via worksy-modern-intranet.css, page-specific overrides below */

.tech-stack-page .spfx-skill-groups {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.tech-stack-page .spfx-skill-group__title {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--spfx-muted);
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.tech-stack-page .spfx-badge {
  border: none;
  border-radius: 0;
  background: #f3f0fa;
  transition: filter 0.2s ease;
}

.tech-stack-page .spfx-skill-group--core .spfx-badge {
  background: #faf5ff;
}

.tech-stack-page .spfx-skill-group--frontend .spfx-badge {
  background: #eff6ff;
}

.tech-stack-page .spfx-skill-group--ui .spfx-badge {
  background: #fdf4ff;
}

.tech-stack-page .spfx-skill-group--microsoft .spfx-badge {
  background: #f0f9ff;
}

.tech-stack-page .spfx-skill-group--tools .spfx-badge {
  background: #f5f5f5;
}

.tech-stack-page .spfx-skill-group--ai .spfx-badge {
  background: #fff8ed;
}

.tech-stack-page .spfx-skill-group--testing .spfx-badge {
  background: #fef2f2;
}

.tech-stack-page .spfx-skill-group--agile .spfx-badge {
  background: #f0fdf4;
}

.tech-stack-page .spfx-badge:hover {
  filter: brightness(0.96);
}

.tech-stack-page .spfx-badge__icon {
  font-family: "devicon", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}
