/* Light vector artwork for the built-in studio set. */
@media(min-width:851px){
  /* The position grid keeps its 96px step; the highlight follows the content. */
  #desktop-shortcuts .shortcut{height:auto;gap:4px}
  #desktop-shortcuts .shortcut>.app-icon{flex:none}
}
.studio-icons-v2 .app-icon:not(.game-icon):not(.has-custom-image){
  border-color:#ffffffb3;
  box-shadow:0 2px 5px #23354d12;
}
.studio-icons-v2 .app-icon:not(.game-icon):not(.has-custom-image)::before{
  inset:0;
  background-image:url('assets/graphics/qwelp-app-icons-light.svg');
}
/* 2048 is a local app, independent of CMS image preferences. The original
   image underneath remains a fallback if this optional artwork cannot load. */
.app-icon.puzzle-icon{
  border-color:#ffffffb3;
  box-shadow:0 2px 5px #23354d12!important;
}
.app-icon.puzzle-icon::before{
  display:block;
  inset:0;
  z-index:1;
  background-image:url('assets/graphics/qwelp-app-icons-light.svg');
  background-size:400% 200%;
  background-position:100% 100%;
}
