.pixel-blast-container{width:100%;height:100%;position:relative;overflow:hidden}@keyframes loading-bar-pulse{0%{width:10%;left:0}50%{width:70%;left:15%}to{width:10%;left:85%}}@keyframes loading-bar-complete{0%{width:100%;opacity:1}to{width:100%;opacity:0}}@keyframes shimmer-loading{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton-shimmer{background:linear-gradient(90deg,var(--bg-muted) 0,var(--bg-surface) 50%,var(--bg-muted) 100%);background-size:1000px 100%;animation:shimmer-loading 2s infinite}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.5}}.skeleton-pulse{animation:skeleton-pulse 2s cubic-bezier(.4,0,.6,1) infinite}.toast{animation:toast-slide-in .3s cubic-bezier(.34,1.56,.64,1) forwards}.toast-exit{animation:toast-slide-out .2s cubic-bezier(.36,0,.66,-.56) forwards}@keyframes toast-slide-in{0%{opacity:0;transform:translateX(100%) scale(.95)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes toast-slide-out{0%{opacity:1;transform:translateX(0) scale(1)}to{opacity:0;transform:translateX(100%) scale(.95)}}.toast svg{animation:icon-pop .4s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes icon-pop{0%{opacity:0;transform:scale(.5) rotate(-45deg)}70%{transform:scale(1.1)}to{opacity:1;transform:scale(1) rotate(0deg)}}.animate-slide-in-right{animation:slide-in-right .3s cubic-bezier(.34,1.56,.64,1) forwards!important}.animate-slide-out-right{animation:slide-out-right .2s cubic-bezier(.36,0,.66,-.56) forwards!important}.animate-slide-in-left{animation:slide-in-left .3s cubic-bezier(.34,1.56,.64,1) forwards!important}.animate-slide-out-left{animation:slide-out-left .2s cubic-bezier(.36,0,.66,-.56) forwards!important}