.breathwork-circle{backface-visibility:hidden;transform-style:preserve-3d;will-change:transform;transition:transform 1s ease-in-out}.breathwork-circle.hold,.breathwork-circle.inhale{transform:scale(1.2)}.breathwork-circle.exhale,.breathwork-circle.hold-after{transform:scale(.8)}.breathwork-play-button{background-color:#a855f7;color:#fff;border-radius:9999px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.breathwork-play-button:hover{background-color:#9333ea}.breathwork-play-button.paused{background-color:#7c3aed}.breathwork-play-button.matrix{background-color:rgba(0,255,0,.2);color:#0f0}.breathwork-play-button.matrix:hover{background-color:rgba(0,255,0,.3)}@media (prefers-reduced-motion){.breathwork-animation-override{transition:transform 1s ease-in-out!important}}@keyframes breathe-in{0%{transform:scale(.8)}to{transform:scale(1.2)}}@keyframes breathe-out{0%{transform:scale(1.2)}to{transform:scale(.8)}}@keyframes hold{0%{transform:scale(1.2)}to{transform:scale(1.2)}}@keyframes hold-after{0%{transform:scale(.8)}to{transform:scale(.8)}}.fallback-animation-inhale{animation:breathe-in 4s ease-in-out forwards}.fallback-animation-exhale{animation:breathe-out 4s ease-in-out forwards}.fallback-animation-hold{animation:hold 4s linear forwards}.fallback-animation-hold-after{animation:hold-after 4s linear forwards}