
body.das-y9-theme-active .listing-card,
body.das-y9-theme-active .member-card,
body.das-y9-theme-active .profile-card{
  overflow:hidden;border-radius:24px!important;border:1px solid var(--y9-line)!important;
  background:linear-gradient(145deg,rgba(11,20,41,.96),rgba(3,7,16,.98))!important;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
body.das-y9-theme-active .listing-card:hover,
body.das-y9-theme-active .member-card:hover,
body.das-y9-theme-active .profile-card:hover{
  transform:translateY(-4px);border-color:rgba(104,232,255,.32)!important;
  box-shadow:0 28px 75px rgba(0,0,0,.40),0 0 28px rgba(104,232,255,.06)!important;
}
