.fh-root{position:fixed;right:1.5rem;bottom:1rem;z-index:40;pointer-events:none;touch-action:none}.fh-bob,.fh-root{display:flex;flex-direction:column;align-items:flex-end}.fh-bob{gap:.375rem;animation:fh-bob 4.5s ease-in-out infinite}.fh-root[data-state=hang] .fh-bob,.fh-root[data-state=startle] .fh-bob{animation-play-state:paused}@keyframes fh-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}.fh-stage{position:relative;width:105px;height:152px;padding:0;border:none;background:transparent;cursor:grab;pointer-events:auto;border-radius:.75rem}.fh-root[data-state=hang] .fh-stage{cursor:grabbing}.fh-stage:focus-visible{outline:2px solid var(--terracota,#f15a25);outline-offset:4px}.fh-sprite{display:block;margin:0 auto;height:152px;background-repeat:no-repeat;filter:drop-shadow(0 6px 10px rgba(15,23,42,.25))}.fh-sprite--idle{width:65px;background-size:520px 152px;animation:fh-play-idle 2.6s steps(8) infinite}.fh-sprite--think{width:63px;background-size:504px 152px;animation:fh-play-think 2.4s steps(8) infinite}.fh-sprite--tip{width:82px;background-size:246px 152px;animation:fh-play-tip 1.6s steps(3) infinite}.fh-sprite--tipend{width:118px;background-size:590px 152px;animation:fh-play-tipend 1.1s steps(4) forwards}.fh-sprite--startle{width:103px;background-size:824px 152px;animation:fh-play-startle .7s steps(7) forwards}.fh-sprite--hang{width:152px;background-size:912px 152px;animation:fh-play-hang 1.5s steps(6) infinite}@keyframes fh-play-idle{to{background-position-x:-520px}}@keyframes fh-play-think{to{background-position-x:-504px}}@keyframes fh-play-tip{to{background-position-x:-246px}}@keyframes fh-play-tipend{to{background-position-x:-472px}}@keyframes fh-play-startle{to{background-position-x:-721px}}@keyframes fh-play-hang{to{background-position-x:-912px}}.fh-shadow{width:64px;height:10px;margin-top:-2px;margin-right:20px;border-radius:9999px;background:radial-gradient(ellipse at center,rgba(15,23,42,.3) 0,transparent 72%);animation:fh-shadow 4.5s ease-in-out infinite;transition:opacity .25s ease}.fh-root[data-state=hang] .fh-shadow,.fh-root[data-state=startle] .fh-shadow{opacity:0}@keyframes fh-shadow{0%,to{transform:scaleX(1);opacity:1}50%{transform:scaleX(.78);opacity:.55}}.fh-bubble{position:relative;max-width:15rem;margin-right:.25rem;border-radius:1rem;border-bottom-right-radius:.25rem;border:1px solid #e2e8f0;background:#ffffff;padding:.625rem 1rem;font-size:.8125rem;font-weight:500;line-height:1.45;color:#1f2937;box-shadow:0 8px 24px rgba(15,23,42,.12);pointer-events:auto;animation:fh-bubble-pop .45s cubic-bezier(.34,1.56,.64,1) both}.fh-bubble--critico{background:#fef2f2;border-color:#fca5a5;color:#991b1b;font-weight:700}.fh-bubble:after{content:"";position:absolute;right:30px;bottom:-6px;width:12px;height:12px;background:#ffffff;border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;transform:rotate(45deg)}.fh-bubble--critico:after{background:#fef2f2;border-right-color:#fca5a5;border-bottom-color:#fca5a5}@keyframes fh-bubble-pop{0%{opacity:0;transform:translateY(8px) scale(.6)}to{opacity:1;transform:translateY(0) scale(1)}}.fh-dismiss{position:absolute;top:-.5rem;left:-.5rem;display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:9999px;border:1px solid #e2e8f0;background:#ffffff;color:#64748b;font-size:.75rem;line-height:1;cursor:pointer;opacity:0;transition:opacity .15s ease;padding:0}.fh-dismiss:focus-visible,.fh-root:hover .fh-dismiss{opacity:1}.fh-dismiss:hover{color:#1f2937}@media (prefers-reduced-motion:reduce){.fh-bob,.fh-bubble,.fh-shadow,.fh-sprite--hang,.fh-sprite--idle,.fh-sprite--startle,.fh-sprite--think,.fh-sprite--tip,.fh-sprite--tipend{animation:none}.fh-bubble{opacity:1}}