.bof-container{--fire-orange:#ff6b35;--dark-charcoal:#2b2b2b;--ember-yellow:#f7b801;--animation-speed:0.8s;width:480px;height:300px;min-width:480px;flex-shrink:0;margin:1rem auto;position:relative;display:flex;align-items:center;justify-content:flex-start;padding-left:50px;background-color:var(--dark-charcoal);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;overflow:hidden;border-radius:12px;user-select:none}.belly{position:relative;width:150px;height:250px;background-color:var(--fire-orange);border-top-left-radius:20px;border-bottom-left-radius:20px;border-top-right-radius:125px;border-bottom-right-radius:125px;transform-origin:left center;animation:belly-contract var(--animation-speed) ease-in-out infinite;z-index:1}@keyframes belly-contract{0%,to{transform:scaleX(1)}25%{transform:scaleX(.4)}}.bof-text{position:absolute;left:170px;top:40%;transform:translateY(-50%);font-size:48px;font-weight:700;color:var(--ember-yellow)!important;opacity:0;z-index:20;animation:text-shoot var(--animation-speed) ease-out infinite}@keyframes text-shoot{0%,10%{opacity:0;transform:translateY(-50%) scale(.8)}30%{opacity:1;transform:translate(50px,-50%) scale(1)}80%,to{opacity:0;transform:translate(80px,-50%) scale(.5)}}.ember-origin{position:absolute;left:150px;top:50%;z-index:10}.ember{position:absolute;width:50px;height:50px;background-color:var(--ember-yellow);border-radius:50%;opacity:0;animation:shoot-ember var(--animation-speed) ease-out infinite}@keyframes shoot-ember{0%,10%{opacity:0;transform:translate(0) scale(.5)}30%{opacity:1;transform:translate(160px) scale(1)}to{opacity:0;transform:translate(250px) scale(0)}}.ember:nth-child(2){animation-delay:.05s}.ember:nth-child(3){animation-delay:.1s;transform:rotate(10deg)}.ember:nth-child(4){animation-delay:.12s;transform:rotate(-10deg)}.ember:nth-child(5){animation-delay:.08s;transform:rotate(-5deg)}