/* OSANIME Member Community — Stage 12 homepage polish */
.index-community-stage11 :where(a,button):focus-visible {
  outline: 2px solid rgba(255, 62, 151, .95);
  outline-offset: 3px;
}
.index-community-stage11-member,
.index-community-stage11-stat {
  overflow-wrap: anywhere;
}
@media (prefers-reduced-motion: reduce) {
  .index-community-stage11 *,
  .index-community-stage11 *::before,
  .index-community-stage11 *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}
