.sts2-cards-grid,.sts2-relics-grid,.sts2-potions-grid,.sts2-enemys-grid,.sts2-events-grid{display:grid;gap:var(--sts2-gap-lg)}[class*=-shortcode-container]>*+*{margin-top:.9em}.sts2-card-shortcode-container .card,.sts2-enemy-shortcode-container .enemy-card,.sts2-event-shortcode-container .event-card{max-width:240px;margin-inline:auto}.sts2-skel{background:linear-gradient(90deg,var(--sts2-bg-card) 25%,rgba(255,255,255,.06) 50%,var(--sts2-bg-card) 75%);background-size:200% 100%;animation:sts2-skeleton-shimmer 1.4s ease infinite;border-radius:var(--sts2-radius-xs)}@keyframes sts2-skeleton-shimmer{0%{background-position:200% center}100%{background-position:-200% center}}.sts2-skeleton{pointer-events:none}.sts2-skel-cost{width:2em;height:2em;border-radius:50%;margin:.75em auto 0}.sts2-skel-image{height:8em;margin:.75em 1em}.sts2-skel-name{height:1em;margin:.75em 1em .4em}.sts2-skel-body{height:3em;margin:0 1em .75em}.sts2-card-shortcode-container .sts2-skeleton.card{min-height:26em}.sts2-enemy-shortcode-container .sts2-skeleton.enemy-card{min-height:22em}.sts2-event-shortcode-container .sts2-skeleton.event-card{min-height:18em}.sts2-skeleton.relic-card,.sts2-skeleton.potion-card{display:flex;align-items:center;gap:var(--sts2-gap-md);padding:.75em;min-height:5em}.sts2-skel-content{flex:1;display:flex;flex-direction:column;gap:.5em}.sts2-skel-icon{width:3.5em;height:3.5em;border-radius:var(--sts2-radius-sm);flex-shrink:0}@keyframes sts2-fadein{from{opacity:0}to{opacity:1}}.sts2-card-shortcode-container .card:not(.sts2-skeleton),.sts2-enemy-shortcode-container .enemy-card:not(.sts2-skeleton),.sts2-event-shortcode-container .event-card:not(.sts2-skeleton),.sts2-relic-shortcode-container .relic-card:not(.sts2-skeleton),.sts2-potion-shortcode-container .potion-card:not(.sts2-skeleton){animation:sts2-fadein .3s ease both;animation-delay:.02s}