.sb-role-chip {
  margin: 0.35rem 0.85rem 0.75rem;
  display: inline-flex;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0;
  color: #c5a059;
  background: rgba(197, 160, 89, 0.12);
  border-radius: 999px;
  padding: 0.28rem 0.7rem;
}

.role-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.8fr);
  gap: 1rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 18px;
  padding: 1.15rem 1.25rem;
  margin-bottom: 1rem;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.03);
}
.role-home-eyebrow {
  font-size: 0.78rem;
  font-weight: 750;
  color: #c5a059;
  letter-spacing: 0;
  margin-bottom: 0.35rem;
}
.role-home-hero h1 {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: 0;
  color: #0F172A;
}
.role-home-hero p {
  margin: 0.35rem 0 0;
  color: #64748B;
  font-size: 0.92rem;
  line-height: 1.5;
}
.role-home-tips {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.role-home-tips div {
  background: #F8FAFC;
  border-radius: 12px;
  padding: 0.7rem 0.8rem;
  font-size: 0.84rem;
  line-height: 1.45;
  color: #334155;
  letter-spacing: 0;
}
.role-home-tips i { color: #c5a059; margin-inline-end: 0.3rem; }
.role-quick-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.role-quick-link {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 14px;
  padding: 0.85rem 1rem;
  text-decoration: none;
  color: #0F172A;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.03);
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.role-quick-link:hover {
  border-color: rgba(197, 160, 89, 0.3);
  box-shadow: 0 8px 22px rgba(197, 160, 89, 0.08);
}
.role-quick-link i { color: #c5a059; font-size: 1.1rem; }
@media (max-width: 1100px) {
  .role-home-hero { grid-template-columns: 1fr; }
  .role-quick-links { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .role-quick-links { grid-template-columns: 1fr; }
}

/* Ops catalog home (Org Admin / Program Manager) */
.ops-home { margin-bottom: 1.25rem; }
.ops-eyebrow {
  font-size: 0.82rem;
  font-weight: 750;
  color: #c5a059;
  margin-bottom: 0.35rem;
  letter-spacing: 0;
}
.ops-stat-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}
.ops-stat {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 16px;
  padding: 0.9rem 1rem;
  text-align: center;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.03);
}
.ops-stat strong {
  display: block;
  font-size: 1.45rem;
  font-weight: 800;
  color: #0F172A;
  line-height: 1.2;
}
.ops-stat span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.78rem;
  color: #64748B;
  font-weight: 650;
  line-height: 1.35;
}
.ops-module-icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: linear-gradient(145deg, #d4b978, #c5a059 55%, #a8873f);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.85rem;
  margin-bottom: 0.55rem;
  box-shadow: 0 0 0 4px rgba(197, 160, 89, 0.12);
}
.ops-module-open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.ops-tips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}
.ops-tips div {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 14px;
  padding: 0.85rem 1rem;
  font-size: 0.86rem;
  line-height: 1.5;
  color: #334155;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.03);
}
.ops-tips i { color: #c5a059; margin-inline-end: 0.3rem; }
.ops-empty {
  text-align: center;
  color: #64748B;
  margin: 1rem 0 0;
  font-size: 0.92rem;
}
.ops-secondary-kpis { margin-top: 0.25rem; }
@media (max-width: 1100px) {
  .ops-stat-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ops-tips { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .ops-stat-strip { grid-template-columns: 1fr 1fr; }
}
