/* PokéLocke v16.44 — static profile sign, bottom-aligned
   Important: this stylesheet does NOT modify the profile hero grid.
   The sign simply occupies the existing fifth grid column that the old
   legend board used, so avatar/identity/rank/social cards stay untouched. */

.v1624-profile-shortcuts,
.v1543-legend-sign{
  display:none !important;
}

.v1624-profile-shortcuts-static{
  display:none;
  margin:0;
}

@media (min-width:1181px){
  .v1624-profile-shortcuts-static{
    grid-column:5 !important;
    align-self:end !important;
    justify-self:end !important;
    display:block !important;
    width:190px !important;
    max-width:190px !important;
    margin:0 -4px -15px 0 !important;
    padding:0 !important;
    pointer-events:none;
    user-select:none;
    position:relative;
    z-index:3;
    overflow:visible;
  }

  .v1624-profile-shortcuts-static img{
    display:block;
    width:100% !important;
    height:auto !important;
    max-width:none !important;
    object-fit:contain;
    object-position:center;
    filter:drop-shadow(0 10px 14px rgba(61,34,11,.18)) drop-shadow(0 3px 5px rgba(74,41,12,.12));
  }
}

/* Match the existing compact fifth column on medium desktop widths. */
@media (max-width:1500px) and (min-width:1181px){
  .v1624-profile-shortcuts-static{
    width:170px !important;
    max-width:170px !important;
    margin-right:-4px !important;
    margin-bottom:-15px !important;
  }
}

@media (max-width:1180px){
  .v1624-profile-shortcuts-static{
    display:none !important;
  }
}
