/* [project]/src/components/sections/CertifiedGmSection.module.css [app-client] (css) */
.CertifiedGmSection-module__M237NG__intro {
  text-align: center;
  color: var(--color-text-secondary);
  margin-bottom: 2.5rem;
  font-family: Noto Sans JP, sans-serif;
  font-size: .95rem;
  line-height: 1.8;
}

.CertifiedGmSection-module__M237NG__loading, .CertifiedGmSection-module__M237NG__empty {
  text-align: center;
  color: var(--color-text-muted);
  padding: 3rem;
  font-family: Noto Sans JP, sans-serif;
  font-size: .95rem;
}

.CertifiedGmSection-module__M237NG__workGroups {
  flex-direction: column;
  gap: 3rem;
  display: flex;
}

.CertifiedGmSection-module__M237NG__workTitle {
  color: var(--color-text-secondary);
  letter-spacing: .08em;
  border-bottom: 1px solid #0ea5e933;
  margin-bottom: 1.25rem;
  padding-bottom: .5rem;
  font-family: Noto Serif JP, serif;
  font-size: 1rem;
  font-weight: 700;
}

.CertifiedGmSection-module__M237NG__grid {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.5rem;
  max-width: 900px;
  display: grid;
}

.CertifiedGmSection-module__M237NG__card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1.75rem 1.5rem;
  display: flex;
}

.CertifiedGmSection-module__M237NG__avatarWrapper {
  display: inline-block;
  position: relative;
}

.CertifiedGmSection-module__M237NG__avatar {
  object-fit: cover;
  border: 3px solid #0ea5e94d;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  transition: border-color .3s;
}

.CertifiedGmSection-module__M237NG__card:hover .CertifiedGmSection-module__M237NG__avatar {
  border-color: var(--color-accent-gold);
}

.CertifiedGmSection-module__M237NG__certBadge {
  color: #fff;
  background: linear-gradient(135deg, #0ea5e9, #0284c7);
  border-radius: 8px;
  padding: 2px 6px;
  font-family: Noto Sans JP, sans-serif;
  font-size: .6rem;
  font-weight: 700;
  position: absolute;
  bottom: -4px;
  right: -4px;
  box-shadow: 0 2px 6px #0ea5e94d;
}

.CertifiedGmSection-module__M237NG__info {
  width: 100%;
}

.CertifiedGmSection-module__M237NG__name {
  color: var(--color-text-primary);
  letter-spacing: .03em;
  margin-bottom: .4rem;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.CertifiedGmSection-module__M237NG__description {
  color: var(--color-text-secondary);
  margin-bottom: .75rem;
  font-family: Noto Sans JP, sans-serif;
  font-size: .82rem;
  line-height: 1.7;
}

.CertifiedGmSection-module__M237NG__gmCount {
  color: var(--color-text-muted);
  margin-bottom: .5rem;
  font-family: Noto Sans JP, sans-serif;
  font-size: .78rem;
}

.CertifiedGmSection-module__M237NG__detailToggle {
  color: var(--color-text-muted);
  cursor: pointer;
  background: none;
  border: 1px solid #0ea5e94d;
  border-radius: 20px;
  padding: .25rem .85rem;
  font-family: Noto Sans JP, sans-serif;
  font-size: .75rem;
  transition: all .2s;
}

.CertifiedGmSection-module__M237NG__detailToggle:hover {
  border-color: var(--color-accent-gold);
  color: var(--color-accent-gold);
}

.CertifiedGmSection-module__M237NG__detail {
  text-align: left;
  background: #0ea5e90a;
  border: 1px solid #0ea5e91a;
  border-radius: 8px;
  flex-direction: column;
  gap: .5rem;
  margin-top: .75rem;
  padding: .75rem;
  animation: .2s CertifiedGmSection-module__M237NG__fadeIn;
  display: flex;
}

@keyframes CertifiedGmSection-module__M237NG__fadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.CertifiedGmSection-module__M237NG__detailRow {
  flex-direction: column;
  gap: .2rem;
  display: flex;
}

.CertifiedGmSection-module__M237NG__detailLabel {
  color: var(--color-text-muted);
  letter-spacing: .05em;
  font-family: Noto Sans JP, sans-serif;
  font-size: .7rem;
  font-weight: 700;
}

.CertifiedGmSection-module__M237NG__detailValue {
  color: var(--color-text-secondary);
  font-family: Noto Sans JP, sans-serif;
  font-size: .82rem;
  line-height: 1.6;
}

.CertifiedGmSection-module__M237NG__contactLinks {
  flex-direction: column;
  gap: .3rem;
  display: flex;
}

.CertifiedGmSection-module__M237NG__contactLink {
  color: var(--color-text-secondary);
  font-family: Noto Sans JP, sans-serif;
  font-size: .82rem;
  text-decoration: none;
  transition: color .2s;
}

a.CertifiedGmSection-module__M237NG__contactLink:hover {
  color: var(--color-accent-gold);
  text-decoration: underline;
}

/* [project]/src/app/certified-gm/page.module.css [app-client] (css) */
.page-module__jXMopa__pageHero {
  padding: 5rem 0 0;
}

.page-module__jXMopa__breadcrumb {
  color: var(--color-text-muted);
  align-items: center;
  gap: .5rem;
  margin-bottom: 1rem;
  font-family: Noto Sans JP, sans-serif;
  font-size: .8rem;
  display: flex;
}

.page-module__jXMopa__breadcrumb a {
  color: var(--color-text-muted);
  text-decoration: none;
  transition: color .2s;
}

.page-module__jXMopa__breadcrumb a:hover {
  color: var(--color-accent-gold);
}

/*# sourceMappingURL=src_4e8178ad._.css.map*/