/* =========================================================
   Mahjong Radar Version 92 — clean illustrated profile cards
   ========================================================= */

/* Refresh every supplied artwork path while retaining the established card
   names, reward records, colours and one-card-at-a-time selection logic. */
.profile-style-blossom-mountain{--profile-card-art:url("profile-cards/blossom-mountain.webp?v=95.0.0")}
.profile-style-celestial-dragon{--profile-card-art:url("profile-cards/celestial-dragon.webp?v=95.0.0")}
.profile-style-pearl-circle{--profile-card-art:url("profile-cards/pearl-circle.webp?v=95.0.0")}
.profile-style-moonlit-four-winds{--profile-card-art:url("profile-cards/moonlit-four-winds.webp?v=95.0.0")}
.profile-style-sakura-harmony{--profile-card-art:url("profile-cards/sakura-harmony.webp?v=95.0.0")}
.profile-style-lotus-koi{--profile-card-art:url("profile-cards/lotus-koi.webp?v=95.0.0")}
.profile-style-bamboo-fan{--profile-card-art:url("profile-cards/bamboo-fan.webp?v=95.0.0")}
.profile-style-porcelain-blossom{--profile-card-art:url("profile-cards/porcelain-blossom.webp?v=95.0.0")}
.profile-style-lantern-gathering{--profile-card-art:url("profile-cards/lantern-gathering.webp?v=95.0.0")}
.profile-style-jade-pavilion{--profile-card-art:url("profile-cards/jade-pavilion.webp?v=95.0.0")}

/* The replacement files already end at the gold card edge. They no longer
   need Version 91's crop for the pale canvas that surrounded the old art. */
#screen-members #member-list .player-profile-card:is(
  .profile-style-blossom-mountain,
  .profile-style-celestial-dragon,
  .profile-style-pearl-circle,
  .profile-style-moonlit-four-winds,
  .profile-style-sakura-harmony,
  .profile-style-lotus-koi,
  .profile-style-bamboo-fan,
  .profile-style-porcelain-blossom,
  .profile-style-lantern-gathering,
  .profile-style-jade-pavilion
){
  background-size:100% 100%!important;
  background-position:center!important;
}

/* Each new medallion is clean and centred, so the live member portrait can
   use the shared card geometry without the former crop compensation. */
#screen-members #member-list .player-profile-card:is(
  .profile-style-blossom-mountain,
  .profile-style-celestial-dragon,
  .profile-style-pearl-circle,
  .profile-style-moonlit-four-winds,
  .profile-style-sakura-harmony,
  .profile-style-lotus-koi,
  .profile-style-bamboo-fan,
  .profile-style-porcelain-blossom,
  .profile-style-lantern-gathering,
  .profile-style-jade-pavilion
) .player-cover .avatar{transform:none!important}

/* The artwork now contains a genuinely empty information area. Keep the
   shared live panel, but remove the broad masking shadow used over the old
   baked Hosted / Joined / Rating box. */
#screen-members #member-list .player-profile-card:is(
  .profile-style-blossom-mountain,
  .profile-style-celestial-dragon,
  .profile-style-pearl-circle,
  .profile-style-moonlit-four-winds,
  .profile-style-sakura-harmony,
  .profile-style-lotus-koi,
  .profile-style-bamboo-fan,
  .profile-style-porcelain-blossom,
  .profile-style-lantern-gathering,
  .profile-style-jade-pavilion
) .player-stats{
  box-shadow:0 4px 11px rgba(52,39,21,.08)!important;
}

/* The clean artwork already supplies its gold-edged pastel action pill. The
   real button remains fully clickable and supplies only its live label. */
#screen-members #member-list .player-profile-card:is(
  .profile-style-blossom-mountain,
  .profile-style-celestial-dragon,
  .profile-style-pearl-circle,
  .profile-style-moonlit-four-winds,
  .profile-style-sakura-harmony,
  .profile-style-lotus-koi,
  .profile-style-bamboo-fan,
  .profile-style-porcelain-blossom,
  .profile-style-lantern-gathering,
  .profile-style-jade-pavilion
) .player-card-body>.btn{
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

/* Redeemed-card miniatures now receive the same real live-stat treatment;
   the previous files had that panel painted into the bitmap. */
.collection-profile-preview.illustrated .collection-profile-stats{
  border:1px solid rgba(181,138,59,.25);
  border-radius:9px;
  background:rgba(255,253,248,.91);
  box-shadow:0 3px 8px rgba(52,39,21,.07);
}
