@keyframes float-slow{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-25px) scale(1.08)}50%{transform:translate(-20px,-40px) scale(1.05)}75%{transform:translate(25px,-15px) scale(1.02)}}@keyframes float-medium{0%,to{transform:translate(0) scale(1)}20%{transform:translate(-35px,20px) scale(1.05)}40%{transform:translate(25px,-30px) scale(.98)}60%{transform:translate(-20px,-20px) scale(1.08)}80%{transform:translate(30px,15px) scale(1.02)}}@keyframes float-fast{0%,to{transform:translate(0) scale(1)}25%{transform:translate(20px,-25px) scale(1.1)}50%{transform:translate(-25px,15px) scale(.95)}75%{transform:translate(15px,25px) scale(1.05)}}@keyframes float-drift{0%,to{transform:translate(0) scale(1)}25%{transform:translate(-40px,-10px) scale(1.05)}50%{transform:translate(-70px,5px) scale(1.02)}75%{transform:translate(-35px,-8px) scale(1.08)}}.animate-float-slow{animation:float-slow 11s ease-in-out infinite}.animate-float-medium{animation:float-medium 13.5s ease-in-out infinite}.animate-float-fast{animation:float-fast 7s ease-in-out infinite}.animate-float-drift,.animate-pulse-glow{animation:float-drift 12.5s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.animate-float-drift,.animate-float-fast,.animate-float-medium,.animate-float-slow,.animate-pulse-glow{animation:none}}.ProseMirror p.is-editor-empty:first-child:before{color:#9ca3af;content:attr(data-placeholder);float:left;height:0;pointer-events:none}.ProseMirror:focus{outline:none}.ProseMirror a{color:#0f766e;text-decoration:underline}