@keyframes brick-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes brick-ocean-drift{0%,to{background-position:30% 40%,70% 60%,50% 30%}33%{background-position:60% 70%,30% 30%,70% 60%}66%{background-position:40% 25%,55% 75%,25%}}@keyframes brick-hue-shift{0%,to{filter:blur(30px)hue-rotate()saturate(1.2)}33%{filter:blur(35px)hue-rotate(-25deg)saturate(1.5)}66%{filter:blur(32px)hue-rotate(25deg)saturate(1.3)}}@keyframes brick-glow-breathe{0%,to{opacity:.55}50%{opacity:.8}}.loading-brick-container{justify-content:center;align-items:center;display:flex;position:relative}.loading-brick-img{z-index:1;animation:3s ease-in-out infinite brick-float;position:relative}.loading-brick-glow{z-index:0;background-image:radial-gradient(50% 40% at 30% 40%,#b37de8b3 0%,#0000 70%),radial-gradient(40% 50% at 70% 60%,#5ebeed99 0%,#0000 70%),radial-gradient(45% 35% at 50% 30%,#e481b380 0%,#0000 70%);border-radius:50%;width:280px;height:200px;animation:4s ease-in-out infinite brick-ocean-drift,6s ease-in-out infinite brick-hue-shift,2.5s ease-in-out infinite brick-glow-breathe;position:absolute}@media (prefers-reduced-motion:reduce){.loading-brick-img{animation:none}.loading-brick-glow{opacity:.5;filter:blur(30px);animation:none}}
