@keyframes orbPulse{0%,to{transform:scale(1);box-shadow:0 16px 48px rgba(184,115,51,.4)}50%{transform:scale(1.08);box-shadow:0 20px 60px rgba(184,115,51,.6)}}@keyframes orbRotate{0%{filter:hue-rotate(0deg) brightness(1)}50%{filter:hue-rotate(15deg) brightness(1.1)}to{filter:hue-rotate(0deg) brightness(1)}}.orb-animated{animation:orbPulse 2.5s ease-in-out infinite,orbRotate 4s ease-in-out infinite}@keyframes fadeInOut{0%,to{opacity:.5}50%{opacity:1}}.stage-pulse{animation:fadeInOut 2s ease-in-out infinite}@keyframes borderPulse{0%,to{border-color:#e4dbcf}50%{border-color:#b87333}}.card-loading{animation:borderPulse 2s ease-in-out infinite}@keyframes dotPulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.3)}}.btn-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:hsla(0,0%,100%,.9);margin-left:8px;vertical-align:middle;animation:dotPulse 1.2s ease-in-out infinite}.fade-transition{transition:opacity .5s ease}.visible{opacity:1}.hidden{opacity:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .8s ease forwards}