.projections-graph-placeholder{background-color:hsl(from var(--vs-bg) h s l/1);padding:16px}.projections-graph-box,.projections-graph-placeholder{border:1px solid hsl(from var(--vs-border) h s l/1);border-radius:10px;height:100%;width:100%}.projections-graph-box{background:var(--grey-base);min-height:250px;position:relative;overflow:hidden}.projections-graph-box:before{content:"";position:absolute;top:0;left:0;background:linear-gradient(270deg,transparent,transparent 25%,#fefefe 75%,transparent);height:100%;width:50%;animation:move 2s infinite}@keyframes move{0%{left:-50%}to{left:150%}}@keyframes appear{0%{opacity:0}to{opacity:1}}@keyframes frame-highlight{0%{outline:2px solid pro-palette(primary,500);outline-offset:4px;scale:1.05}to{outline:2px solid transparent}}@keyframes size-highlight{0%{background:pro-palette(primary,500)}to{background:transparent}}@keyframes waves{0%{transform-origin:bottom;transform:scaleY(1) scaleX(1.2);filter:saturate(1.5)}to{transform-origin:bottom;transform:scaleY(.8) scaleX(1.3);opacity:.8}}