    body { background-color: #eef2f7; }
    .avatar-frame { 
      width: 85px; 
      height: 85px; 
      border-radius: 50%; 
      object-fit: cover; 
      border: 2px solid #ccc; 
      margin: 0 auto; 
      display: block;
    }
    .corner-badge {
      position: absolute;
      font-size: 0.9rem;
    }
    .badge-lv1  { color: #d3d3d3 !important; }   
    .badge-lv2  { color: #2e8b57; }           
    .badge-lv3  { color: #ff6600; }           
    .badge-lv4  { color: #007bff; }           
    .badge-lv5  { color: #8b4513; }           
    .badge-lv19 { color: #0d6efd; }           
    .badge-lv20 { color: #daa520; }           
    .corner-top-left {
      top: 6px;
      left: 8px;
    }
.corner-bottom-right {
  bottom: 6px;
  right: 8px;
  transform: rotate(180deg);
}
    .member-card {
      position: relative; 
      border-radius: 0.8rem;
      border: 1px solid #bbb;
      background-color: #fff;
      box-shadow: 0 0 0.5rem rgba(0,0,0,0.05);
      transition: all 0.3s ease;
      text-align: center;
      padding: 1rem;
      margin-bottom: 1rem;
      height: 240px;
      padding-top: 1.5rem;
      cursor: pointer;
    }
.card-overlay-link {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 1;          
}
    .member-info {
      margin-top: 0.5rem;
      font-size: 0.9rem;
    }
    .nickname-main {
      font-size: 1rem;
      font-weight: bold;
      color: #000;
    }
    .account-sub {
      font-size: 0.9rem;
      color: #666;
    }
.stats-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5em;
  line-height: 1.6;
}
.stat-item {
  display: inline-block;
  white-space: nowrap;
  font-size: 0.85rem;
}
.stat-item strong {
  font-size: 1.2rem;
}
.stat-total { color: #D26AC7; }
.stat-chain-systems { color: #0072ff; }
.stat-chain-count { color: #08b300; }
.stat-individual { color: #6C757D; }
.stat-online { color: #fe6600; }
@keyframes slideInRight {
  from { opacity: 0; transform: translateX(-40px); } 
  to   { opacity: 1; transform: translateX(0); }
}
.page-item {
  opacity: 0;
  transform: translateX(-40px);     
  animation: slideInRight 0.4s ease forwards;
}
@keyframes dealCard {
  from { opacity: 0; transform: translateX(-40px); }
  to   { opacity: 1; transform: translateX(0); }
}
.card-wrapper {
  opacity: 0;
  transform: translateX(-40px);
  animation: dealCard 0.6s ease forwards;
}
.member-card {
  position: relative;
  border-radius: 0.8rem;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: 0 0 0.5rem rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  text-align: center;
  padding: 1rem;
  margin-bottom: 1rem;
  height: 240px;
  padding-top: 1.5rem;
  cursor: pointer;
  overflow: hidden;
}
.member-card::after {
  content: "";
  position: absolute;
  top: 0; left: -75%;
  width: 50%; height: 100%;
  background: linear-gradient(120deg,
    rgba(255,255,255,0.2) 0%,
    rgba(255,255,255,0.6) 50%,
    rgba(255,255,255,0.2) 100%);
  transform: skewX(-20deg);
  z-index: 3;              
  pointer-events: none;    
}
.member-card:hover {
  transform: scale(1.15);
  box-shadow: 0 0 1rem rgba(150,100,250,0.4);
  border-color: #a78bfa;
}
.member-card:hover::after {
  animation: shine 1s ease forwards;
}
@keyframes shine {
  0%   { left: -75%; }
  100% { left: 125%; }
}
    @media (max-width: 576px) {
      .row {
        --bs-gutter-x: 0.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
      }
    }
.avatar-wrap a,
.owl-on-avatar {
  position: relative;
  z-index: 2;
}
.avatar-wrap {
  position: relative;
  width: fit-content;
  margin: 0 auto; 
}
.avatar-frame {
  display: block;
  width: 82px;   
  height: 82px;
  border-radius: 50%;
  object-fit: cover;
}
.owl-on-avatar {
  position: absolute;
  width: 44px;
  height: 44px;
  right: -55px;
  bottom: -6px;
  cursor: pointer; 
}
@supports (-webkit-touch-callout: none) {
  .owl-on-avatar {
    right: -92px; 
  }
}
.owl-on-avatar:hover {
  content: none; 
}
@keyframes wiggleRotate {
  0%   { rotate: 0deg; }
  15%  { rotate: -10deg; }
  30%  { rotate: 10deg; }
  45%  { rotate: -10deg; }
  60%  { rotate: 10deg; }
  75%  { rotate: -5deg; }
  100% { rotate: 0deg; }
}
.card-owl {
  rotate: 0deg;         
  transform: scaleX(1); 
}
.wiggle-once {
  animation: wiggleRotate 0.6s ease;
}
.item-count-row {
  display: flex;
  flex-wrap: wrap;   
  gap: 4px;          
   justify-content: center; 
  max-width: 100px;       
  margin: 0 auto;
}
.item-icon {
  font-size: 14px;       
  line-height: 1;        
  }
.breadcrumb-nav {margin-top: 0px;margin-bottom: 0px;margin-left:-0px;}