@css static final List<StyleRule> styles = [ css('.arcane-game-card:hover').styles(raw: { 'border-color': ArcaneColors.accent, 'box-shadow': ArcaneEffects.shadowMd, }), ];