/* VIDLIK mobile achievements — personal title in the current-rank card. */
@media (max-width:760px){
  .mobile-ach-rank-card.has-mobile-title-slot .mobile-ach-emblem{display:none!important}
  .mobile-ach-rank-card.has-mobile-title-slot .mobile-ach-rank-copy{max-width:56%}

  .mobile-title-slot{
    position:absolute;z-index:3;right:11px;top:18px;width:118px;min-height:142px;
    display:flex;flex-direction:column;align-items:center;justify-content:flex-start;
    gap:3px;padding:0;border:0;background:transparent;color:#fff;text-align:center;
    font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent
  }
  .mobile-title-slot:focus-visible{outline:2px solid #d3ff74;outline-offset:4px;border-radius:18px}
  .mobile-title-art{width:88px;height:88px;display:grid;place-items:center;filter:drop-shadow(0 9px 14px rgba(0,26,17,.34))}
  .mobile-title-art img{width:100%;height:100%;object-fit:contain;display:block}
  .mobile-title-kicker{margin-top:-1px;color:#e7d67b;font-size:9px;line-height:1.1;font-weight:950;letter-spacing:.15em;text-transform:uppercase}
  .mobile-title-name{max-width:116px;margin-top:1px;color:#fff1b6;font-size:13px;line-height:1.1;font-weight:950;letter-spacing:-.01em;white-space:normal}
  .mobile-title-slot.is-empty .mobile-title-name{color:rgba(240,250,246,.88);font-size:11px;font-weight:850}

  .mobile-title-placeholder{width:72px;height:72px;margin:7px 0 9px;display:grid;place-items:center;transform:rotate(45deg);border:2px solid rgba(207,244,191,.58);border-radius:15px;background:rgba(255,255,255,.06);box-shadow:inset 0 0 0 6px rgba(255,255,255,.025),0 8px 18px rgba(0,35,23,.18)}
  .mobile-title-placeholder i{transform:rotate(-45deg);font-style:normal;color:#d2ff69;font-size:22px;text-shadow:0 0 14px rgba(201,255,71,.36)}

  .mobile-title-slot::after{content:'';position:absolute;z-index:-1;inset:-6px -2px -4px;border-radius:50%;background:radial-gradient(circle,rgba(189,255,126,.08),transparent 67%);pointer-events:none}
}

@media (max-width:370px){
  .mobile-ach-rank-card.has-mobile-title-slot .mobile-ach-rank-copy{max-width:54%}
  .mobile-title-slot{right:6px;width:108px}
  .mobile-title-art{width:78px;height:78px}
  .mobile-title-name{max-width:104px;font-size:12px}
  .mobile-title-placeholder{width:64px;height:64px}
}
