.creature-roster-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(104px,1fr));grid-gap:10px;gap:10px;align-content:start;flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:4px;width:100%}.creature-roster-card{display:grid;grid-gap:4px;gap:4px;padding:0;border:none;border-radius:0;background:transparent;color:#fff8ef;cursor:pointer;font:inherit;text-align:center}.creature-roster-card--active .creature-roster-card__shell{filter:drop-shadow(0 0 0 3px #fff3a8) drop-shadow(0 0 14px rgba(255,243,168,.5))}.creature-roster-card__shell{--creature-card-aspect:0.642;position:relative;width:100%;aspect-ratio:var(--creature-card-aspect);filter:drop-shadow(0 3px 8px rgba(0,0,0,.32))}.creature-roster-card__frame{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:contain;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.creature-roster-card__content{position:absolute;z-index:1;top:15.5%;right:15.5%;bottom:19.5%;left:15.5%;display:flex;flex-direction:column;min-height:0;overflow:hidden}.creature-roster-card__sprite{position:relative;flex:1 1 auto;display:flex;align-items:center;justify-content:center;min-height:0;padding:2px 4px 0}.creature-roster-card__sprite-img{width:auto;height:auto;max-width:88%;max-height:96%;object-fit:contain;object-position:center 88%;filter:drop-shadow(0 2px 5px rgba(0,0,0,.35))}.creature-roster-card__ribbon{position:absolute;top:10%;right:-20%;z-index:3;width:78%;padding:2px 0;font-size:.42rem;font-weight:900;line-height:1.15;letter-spacing:.04em;text-transform:uppercase;text-align:center;color:#fff;background:linear-gradient(180deg,#ff9a9a,#e03131 55%,#c92a2a);box-shadow:0 1px 4px rgba(0,0,0,.4);transform:rotate(42deg);pointer-events:none}.creature-roster-card__name{font-size:.68rem;font-weight:900;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 1px 3px rgba(0,0,0,.65)}.creature-roster-card__level{font-size:.62rem;font-weight:800;line-height:1.1;opacity:.88;text-shadow:0 1px 3px rgba(0,0,0,.65)}.battle-party-slots.creature-roster-grid{max-width:560px;margin:0 auto}.egg-shop-trade .creature-roster-grid{max-height:none}